Ajax For All WordPress Blogs

Tagged WordPress plugin

This is a new plugin of mine that will turn many existing WordPress blogs and their themes into Ajax-powered blogs. The best way to see what this plugin does is to look at the live demo. (more…)

My plugins featured in Web Designer Magazine

Web Designer issue 164

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…)

Using git for WordPress development

Tagged git

git is a powerful revision control system. It is a distributed system. This means that you can commit, create branches or tags on your local hard drive without any network connection. Read more about git on the project’s website, there’s also great documentation there. (more…)

Shortcodes, include CSS and JS only on the correct blog pages

Tagged WordPress

Not too long ago I wanted to add a new plugin to my blog. During various tests I noticed something quite shocking: at least one of the plugins insisted on loading it’s CSS and jquery on every page of my blog. A little more testing showed me that many plugins do the same. (more…)