My Picasa -> WordPress tool
Picasa is a great little program. It has some faults, but it’s free, so complaining would be silly. One nice feature is that you can generate HTML photo galleries. Then you just upload the output, and your photos are on-line. That’s fine, but I wanted to have these galleries inside my blog, and use a nice viewer like Lightbox instead of the boring HTML that Picasa produces. Here’s an example of the Picasa HTML.
So I wrote a C# tool that takes the Picasa HTML and converts it to HTML that you can drop into a WordPress entry. Here’s the same gallery as above, but in a WordPress entry. The tool even grabs the captions from Picasa and uses them as the “alt” and “title” tags in the resulting HTML, so Lightbox displays the caption under the image.
Right now the tool is a bit inflexible, and it’s a command-line tool, but with a bit more time I hope to add a user interface and support different configurations. In the meanwhile, don’t hesitate to ask if you’re interested.