This is a single php page that displays Flickr Photo Sets and indvidual photos on a web site. The code is pretty simple and the most complex part is working with the PHP Object and extracing the correct items and then wrapping them in some HTML. The script works in 3 stages:1) initial view of the primary photo from each photoset, 2) all of the photos from a single photo set and 3) a a slide show of a single photoset using Lightbox JS or Ajax.



Flickr Tag Search - Jan 26, 2007
This is a script that searches Flcikr Photso by Tag.

Basic Flickr Photos
This is the first version of this script which you can get the Source Code here. This version uses is very basic and has no slide show.

Photos w/ Ajaxed Slideshow
This is the second version of this script a custom built Ajax script for the Slideshow as well as the Prototype Carousel Class.

Photos w/ Yahoo! User Interface
This is like the second version but instead of using Script.aculo.us/Prototype I am using the Yahoo! User Interface Library but with out the Prototype Carousel Class.