Redirecting all subdomains to the main domain

Using the canonical hostname for websites isn’t an obvious problem. After all, who really cares if your site is accessible at www.domain.com and domain.com? Search engines, for example, could penalize you for having the same content on both domains. I think that today they are smart enough to discover this specific case though. (more…)

Opera and the <noscript> tag

When you build websites and test them in various browsers there always are some problems in some browsers. Usually it’s the one you expect who displays things incorrectly. But a few days ago I was surprised when Opera insisted on showing me the contents of a <noscript> tag (more…)

Different titles for WordPress blog page and static front page

I was a little surprised when I realized that wp_title() doesn’t return the page title for a static WordPress front page or the blog page. I don’t like that, because I want at least the blog page to have a label. Something like… blog :-D or maybe news. (more…)

Mailman, HTTP POST and 301 redirects

After changing my domain configuration a little (do 301 redirects from nkuttler.de to www.nkuttler.de/ etc.) I noticed that my mailman web interface stopped working. I tried to moderate, change settings etc., but once the form was submitted nothing happened. (more…)

WordPress 2.7 and the comment pager

Comment paging is a great new feature in WordPress 2.7. However, how do you not display the pager when there are no previous or next comments? After digging through the code for quite a while and chatting with some people here’s a solution: (more…)

Ozh admin menu and WordPress 2.7

I was anxious to finally try out the wordpress 2.7 beta. As a happy user of Ozh’s admin drop down menu I had to realize that the menus were completely gone in the backend. (more…)

mp3gain, normalizing and other things

Recently my band made some recordings with a Zoom H2 Digital Recorder. Awesome machine btw. But it turned out that the recording wasn’t loud enough. I probably messed something up when I configured it… (more…)

About the CSS3 border radius property

So I have decided to use the CSS3 border-radius property on some sites. They are personal projects so I don’t care if they look a little worse on IE. After a few tweakings I’ve ended up with using things like this: (more…)

Typo3 in 15 minutes

Ok, the title is a little exaggerated. You’ll need to install Typo3 yourself and I assume that you can log into the backend. But if those are given, you’re pretty close to creating your first Typo3 site. (more…)

Track clicks with mootools

Why would I want to track clicks you may ask. Well, for me it’s about usability and user flow optimization. If I do some ajax/dynamic stuff on a page, I want to see what the users are doing. As they leave no visible traces in the logs, I need to add some. (more…)