Flickr Gallery

Flickr GalleryAutomatically build a kickass photo gallery from your Flickr account without any server-side support needed at all; lots of cool features, really slick to use and you can customise it to fit in with your website by just meddling with the HTML and CSS. I could go on, but why don't you just play with the demo instead?

Javascript modules

Various modules I wrote during the development of Flickr Gallery are useful on their own. All modules require the mootools framework. Documentation is provided within the files:

HistoryManager.js
If you're building a dynamic webpage that doesn't actually navigate away from the same page then the browser won't add any history entries. But one of the first rules of web design is don't break the back button. This module allows you to re-enable the back button for these pages. It's simple to use and is the only one I know to support every major browser properly (IE6+, Firefox 1.5+, Safari 2+, Opera 9+).
Flickr.js
Call any method in the Flickr API directly via JavaScript.
Stylesheet.js
A crossbrowser script that allows you to dynamically add/change/remove rules in the stylesheets connected to a page. Allows for some very powerful effects.
Preloader.js
A script for sequentially preloading images