Blog
Move WordPress Comments
This plugin adds a small form to every comment on your blog. The form is only added for admins and allows you to move comments to a different page and to fix comment threading. This plugin is not designed for mass-moving of comments, rather for moving single comments from time … 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. Usability Tab Kit: My favorite tab extension. Has many … 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. A long time ago xorg in Debian did default to … more
PPC Mac partition oddity
I have an old Powerbook and wanted to mount a USB drive I formatted with it on a Linux box. The Linux computer had a custom kernel with mac partition support (CONFIG_MAC_PARTITION). Oddly, the kernel didn't recognize the partitions on the drive. Unfortunately the Powerbook's display is broken and I … more
Switching to Openbox
After a decade of windowmaker and fluxbox I've switched to openbox. I was motivated by the fact that some recent fluxbox upgrade left my decor-less urxvtcs visible on all desktops which was rather annoying. Somebody on irc suggested openbox, and after a few minutes I started to like it a …
more
Change template if content exists in Typo3
If you build sites with Typo3 you might want to use a smart template that uses different markup for different pages. Of course you can define as many templates as you like in Typo3. But what if you want to use a two and a three-column layout, depending on if … more
Git clone, ssh: Could not resolve hostname
Now this was annoying. I tried a git clone ssh://user@my.host:/path/to/repository and it failed with Initialized empty Git repository in /current/path/repository/.git/ ssh: Could not resolve hostname my.host:: Name or service not known fatal: The remote end hung up unexpectedly The solution was rather easy, see man 1 git-clone. A valid git … more
Moving WordPress comments
Edit: I wrote a plugin to make this easier, see the move WordPress comments plugin page. Do you sometimes get comments that should be on a different post or page on your WordPress blog? I get such posts from time to time and always wondered how to move them to … more
About the nonsense of blocking and annoying IE6 users
I know why most people who do web design, JS coding etc. loathe Internet Explorer 6. I hate having to fix stuff for any IE at all, the web would be a better place if that piece of software just died. I welcome efforts to decrease the market share of … more
Displaying a smaller banner in an Openx zone
Did you ever want to chain a zone with smaller banners after a zone with big banners in Openx? This sounds like useful feature. We don't live in the 90s anymore where every page had a pixel-precise table layout. The world has learned how to build fluid layouts. One the … more