My plugins featured in Web Designer Magazine
In issue 164 of Web Designer Magazine by Imagine publishing there is a feature article on WordPress plug-ins: Electrify Your Blog: The Top 20 WordPress Plug-ins for the Next-gen Blogger
. I’m very happy to see that they listed two of my plugins in it. (more…)
wp_enqueue_style, versioning and conditional CSS comments
I like to enqueue my CSS styles because it has the benefit of adding a version string. A link like style.css?ver=0.7 is useful because it will force visitors to download an updated style.css when the version number is increased. Here’s what I currently use in my functions.php: (more…)
Ajax For All WordPress Blogs
WordPress is stupid
In case you haven’t been aware of this, WordPress core developers think that potentially breaking thousands of links on thousands of sites is an accepatable edge case. Here’s a great summary of what has been said. (more…)
Samsung ML-1610 on Debian GNU/Linux
I bought this printer a long time ago and it was connected to my Mac until that box died. I tried to install it once but never tried again after I didn’t get it to work in less than five minutes. Well, this time I did invest like ten minutes and it works just fine. (more…)
Using recordmydesktop to upload to YouTube, Vimeo etc.
recordMyDesktop is a great tool to make videos of what you’re doing with your computer. This can be very useful to demonstrate software features or to document workflows. By default, recordMyDesktop produces Ogg-Theora-Vorbis. If you want to share your files or upload them to a video site you’ll want to convert them to something more common. (more…)
Password protecting the wp-admin directory
How to add support for navigation menus to your WordPress theme
WPMU fast backend switch
WordPress 3.0 network lighttpd rewrite rules
Nesting WordPress loops
Sometimes it’s useful to put a WordPress loop inside another loop. To do this you’ll have to create a new WP_Query object, as in this example: (more…)

