Picasa

14th August 2008

Tags : PHP, Code Examples, Open Source, Personal Projects, Picasa, API Integrations

A while back, I decided to use the Picasa system as a way of managing my photographs on my home PC and publishing the photos to the web.

I was planning on using the API for the system as provided by google, but I am limited to using PHP4 by my web host. (The PHP API classes rely on PHP5). So, I decided to create a PHP4 class for reading my Picasa web albums, ready to be dropped onto my website.

The class is basically a custom XML paser - quite a fun little project for a boring weekend!

Continue reading "Picasa"