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

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

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 IE6, I support nagging warnings for IE6 visitors. But what’s with these nonsensical ideas of making websites look worse in it or blocking it? (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…)

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

Different CSS style for logged in WordPress users

Update: I wrote a theme switch plugin that changes the template for logged in users. It’s available here.

I like to tweak my wordpress theme. And I’m far too lazy to set up a second blog just for development. So I’m looking for a solution to work on my template without distracting visitors. I think one day I’ll write an extension that is a little more powerful than this trick, but it’s a start. (more…)

The biggest CSS annoyance

Twitter, scrollbar layout overlay

I think this is one of the biggest design flaws, and I see it all the time when I surf the net. What surprises me is that I even see it on sites that have valid code, a nice design and offer valuable services. (more…)