Fetch photos from Picasa using jQuery
jQuery Picasa is a jQuery plugin which allows you to stream picasa albums without touching the server. The goal is to stream photos without ever having to touch your server. Aka, no PHP or Ruby proxy. Reason being, what if your pages are entirely static and you want it to work the same as if they were dynamic? The code should be all Javascript.
This plugin makes call to Picasa API and then using the returned JSON from Picasa it process it and display it.
Feel free to contact me for any help related to jQuery, I will gladly help you.