Visitor Movies for WordPress
Did you ever want to know what exactly your visitors are doing on your site? Watch them!
A client of mine wanted a plugin to log what users type into forms. I kind of didn’t see the point at first. But a few days later I was a little annoyed that there was apparently no free alternative to websites like clixpy, clicktale and similar services. (more…)
Convert WordPress pages to posts
Get WordPress comments outside of WordPress
Sometimes you want to access WordPress content outside of WordPress. There are various pages that explain how to this and it’s really easy to do as well. What I tried to do was a little different though, I wanted to print comments outside of WordPress.
To my surprise wp_list_comments() didn’t output anything inside my custom loop. It turned out that $wp_query->comments was NULL, which I think is rather odd. I would have expected it to be defined like in a normal loop inside WordPress. However, the fix is trivial:
(more…)
Custom Avatars For Comments
This plugin was initially written for a client and he agreed to open-source it. Thanks, John! Your visitors will be able to choose from the avatars you upload to your website for each and every comment they make. This can make leaving a comment on your blog more fun and more interesting for the visitors. See the comment form at the bottom for an example.
(more…)
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…)
Using git for WordPress development
Shortcodes, include CSS and JS only on the correct blog pages
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…)
Delete pending WordPress comments
Zero Conf Mail
It took me quite some time to check a few existing contact forms and I didn’ t like any of them. No, I don’t want you to load jquery on every page of my blog. I want it localized, pretty please. Oh, and I want this JavaScript onfocus/onblur effect I wrote about. And why do I have to do any configuration at all anyway?
(more…)
Canon Powershot A60 on Debian
Edit: This is a very old (2003) page of mine that needs a new location, and I think this blog is the best place.
I bought my camera at the end of april 2003 and after a few minutes of toying around i wanted to connect it to my favorite OS. I have been told that some of the stuff on this page will work with a powershot A70 or A75 too. (more…)

With this plugin you can easily delete all pending WordPress comments. It’s quite useful if you’re the victim of a spammer attack.
(more…)