Blog articles tagged with javascript
Adding the "rel" and "title" attributes to image links in CKEditor 3
01.08.2010 12:37PM by Evan Johnson
Web Development, JavaScript
CKEditor is the new and improved successor to the venerable FCKeditor JavaScript WYSIWYG editor. I've used TinyMCE and FCKeditor before, but this was my first time trying out the new CKEditor 3.1. I am using it on a new Drupal website via the Drupal CKEditor module. The problem I ran into, however, is using Lightbox2 on images inserted via CKEditor. CK does not provide a...
Comment [13]
A simple FBJS image carousel (or slideshow) for Facebook page tabs
11.01.2009 09:19PM by Evan Johnson
Social Media, Web Development
This little code snippet is really basic, and not actually that good or clever. You can make a much nicer slideshow or carousel if you put a little time into it. But I just want to demonstrate how many of the nice JavaScript effects we are used to on the "Web 2.0" are also possible on a Facebook Page via Facebook’s Animate library. It’s not as robust as Comment [12]