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

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

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

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

Typo3, mount points and realurl

Diesen Beitrag auf deutsch Are you having problems with mount points in Typo3? Do you get errors like Illegal Mount Point found in rootline or The requested page didn’t have a proper connection to the tree-root!, especially when you select the Substitute Mount Point (this page) with Mounted page option? (more…)

Filesystem with huge files cannot be mounted read-write without CONFIG_LBDAF

After skipping 2.6.30 and building a new 2.6.31 I suddenly couldn’t mount my ext4 drive anymore and got this rather confusing error in dmesg:

EXT4-fs (sda1): Filesystem with huge files cannot be mounted
read-write without CONFIG_LBDAF

But… I don’t have any huge files on that disk. Not bigger than some DVD iso anyway. (more…)

Creating a valid WordPress theme

Diesen Artikel auf deutsch Recently, I’ve been checking out some of the blogs that link back to me because they use one of my plugins. And it seems like a lot of them are using buggy, incorrect templates. It looks like many WordPress theme developers don’t read the theme development checklist. (more…)

Change Typo3 template depending on column content

Diesen Artikel auf deutsch Let’s assume you don’t just want to inject some HTML if there is content in a column, but you want to use a completely different layout. This isn’t hard to accomplish, see the example: (more…)

My favorite Firefox Add-ons

This is about the Firefox Add-ons I use. This really is a complete list, I like to keep my browser lean. I’m fully aware that most people will miss things like Adblock, Pixel perfect and greasemonkey, but I don’t use them. (more…)

Accents in xorg

Most of the time I’m a very happy vim user. Vim has superb support for inputting all kind of characters, see :help digraph and :digraphs. But from time to time I need to input accents etc. in other GUI apps. (more…)