HTML, CSS, Javascript and more
JavaScript methods that seems to do what they’re supposed to do, but not always.
Documenting source code is something that doesn’t always get the priority it deserves. Especially Javascript which can be implemented rather ad-hoc. But there are enough tools around that can make documentation a lot easier.
How to implement the CSS selector :first-child in IE6 with a little help from Javascript.
There’s a new version of jQuery and once again it has become faster. Here are some performance comparisons between jQuery 1.3.2 and 1.4.
Replace a CSS3 selector that’s not supported in IE with a CSS2 selector that has support.
CSS offers lots of different selectors, but sometimes it’s better not to use them.
Popup blockers are everywhere, but that doesn’t mean we can’t do popups anymore.
Making a text link is one of the easiest things to do when building a websites. It’s so easy that we tend to forget alternatives that might be better.