Tag Archives: php

Writing Compatible PHP For WordPress

One of the big problems I’ve run into as a WordPress plugin developer is the diversity of PHP installations. Simply stating you only support PHP5 and greater is insufficient to ensure compatibility. Things you may take for granted in your development environment may be missing or worse, partially functional. I’ve decided to document a few [...]

Basic WebDAV Bridge For Cloud Files

Awhile back I signed up for Skitch, a service that lets you create quick screenshots, edit them, and upload them to a variety of services. Unfortunately, despite the abundance of choices, Cloud Files support is not an option. This was irritating, and since I’ve never been one to let phrases like “ridiculous kludge” or “bereft [...]

CDN Tools Initial Release

I am pleased to announce the initial public release of CDN Tools, my latest WordPress plugin! What is CDN Tools? Well, it’s a WordPress plugin that lets you load javascript files and your blog’s media (pictures, movies, audio, et cetera) to a content distribution network (CDN) to speed up page loading. You can load up [...]