The ‘Projects’ Category

360 Visualizer Revisited

I love it when a developer takes some of your code and improves it in ways you cannot imagine. The original 360 Visualizer was just an attempt to recreate some functionality that is often seen in Flash, but rarely in DHTML (I know it is fashionable to call everything AJAX these days, but really these Web 2.0 visual effects are DHTML, not AJAX. But I digress). J5, an extremely talented developer took off on the Visualizer. He integrated a mouse-drag interface and implemented a config file for the Visualizer (the old one just looped through a folder of images, quick and easy, but not very customizable).

more…

jQuery Litebox

jQuery Litebox is a JavaScript image viewer written on top of the jQuery library. It’s function is to show multiple image galleries in a hybrid modal (lightbox) window. It degrades gracefully and does not require extraneous HTML markup. jQuery Litebox looks like AJAX, but requires no server-side code.

more…

Silk 2-State Icons

"Silk 2-State" is an icon set derived from the ubiquitous Silk icon set, containing 1000 icons in PNG format. Each icon has two states, normal and dimmed, which can be called using CSS or JavaScript.

more…

FAQ Accordion

The FAQ Accordion project started as a demonstration identifying some of the advantages of using jQuery over JavaScript DOM manipulation. Both the plain JavaScript and the jQuery plug-in versions of FAQ Accordion operate in the same manner. No extra markup or stylesheets are required for either to work. The plain JavaScript version can be used on simple sites that do not utilize the jQuery library

more…

jQuery Flickr

jQuery Flickr plug-in is a JavaScript interface for Flickr Services API written on top of the jQuery library. It’s function is to process a Flickr API Standard Photo List returned in JSON and create a semantic gallery (unordered list) of thumbnail images (list items) with links to full size images. When combined with jQuery Litebox, a rich slide show, lightbox plug-in, jQuery Flickr provides a completely client-side solution, for integrating Flickr into your website, perfect for hosted blogs.

more…