Tutorial: Use the Flickr API, Javascript (jQuery), AJAX and JSON to Build Detailed a Photo Wall
In this tutorial, I’ll show you how to create a photo wall of your Flickr photos. The script will use jQuery to send several Ajax requests for JSON data and then ultimately insert all of the images and the information associated with them into the document. The photo wall will be complete with a rollover on each image which will show and link to the information that is available for the image.

