Unix time clicked past this magic number today at 6:31:30 PM EST. I use Unix time alot in PHP, so this means something to me at least.
-
-
A few fixes for Podcasting plugin feed validation errors
I just got a Feedburner warning that my podcast feed was invalid. I was also getting quite a few Feed Validator errors, but nothing I could fix in Podcasting’s settings or trace to bugs in the plugin code. Evidently, some versions ago, Podcasting stored a few odd values in my WP database that had to be manually corrected. Here’s how I fixed them.
-
Frankie is 2 today
65 pounds instead of 15. Other than that, not much else has changed.
-
"Snow Dude" hits the iPhone App Store
Our pal Ben has coded apps that help Spiderman fly and that help cure cancer. Now he’s tackled the iPhone, coding his first app for the Lycette Brothers.
-
How-to modify jQuery Lightbox Plugin to use Image Sets
I use the very popular Lightbox 2 script in places on this site, which is built upon the Javascript framework Prototype and script.aculo.us library. But, I also love the Javascript image gallery Galleria which requires jQuery. I don’t want to load both frameworks all the time, so I was happy to find a jQuery port of Lightbox called jQuery lightbox plugin.