jQuery photo search using the flickr API (demo)
Use this form to search flickr for photos by keyword. This demo script here is using the example code from two flickr API tutorials hosted on the Web Development Blog.
As an addition we have used for this demo a kind of lightbox to show a larger photo format. We use the thickbox, a very flexible jQuery plugin. Just add the files thickbox.js and thickbox.css to your page, create links for the bigger image and add the class attribute thickbox to the image HTML generated by the PHP script.
Tutorial links: jQuery search for the flickr API • Simple flickr API tutorial