Absolute Comments Update

If you are experiencing problems with Absolute Comments, it's mostly because of a conflicting plugin. I've put this troubleshooting guide to help you identify it. I've also improved a few things on Absolute Comments, regarding error handling and reporting. Now, instead of a silly javascript alert box telling that something went moo, you can actually have a more detailed error…

How To: Load Javascript With Your WordPress Plugin

Adding javascript into an admin page is a critical part of plugin coding. Critical, because it is both trivial and probably reason #1 why it will conflict with other plugins if not done properly. When their plugin needs javascript, Good Plugin Coders™ have to make sure of the following points: add javascript only once: if you need prototype.js, don't add…

Who Sees Ads for WordPress 2.5

Yet another plugin of mine that gets a revamp: Who Sees Ads, your all time favorite ultimate ad management plugin, is now WordPress 2.5 ready. For those who don't know it, let me quickly describe this baby : Easy ad management: inline or in PHP templates, inserting your ads is now a handy one-liner. Advanced display rules: chose what conditions…

Original Flickr Page Bookmarklet

Sometimes, you stumble upon a cool Flickr photo and only know its static URL (something like 14488551_4945c8ea17_b.jpg). You'd like to go to the photo Flickr page (ie this), to know more about the author, and discover other pictures of the same kind? Bookmark this bookmarklet: Flickr Photo Page Quick explanation: Flickr image filenames in static URLs are like this: photoId_someHash_size.jpg.…