HTML, CSS, Javascript and more
Codeview is now at 1.1.1
I made an update for Codeview, a template for jsdoc-toolkit. Jsdoc-toolkit is a JavaScript documentation tool.
Media queries are cool: you can decide what CSS file to serve to a browser based its width. But although it works perfect in many modern browsers, there are always some browsers or some versions of it lagging. Let’s give them a hand.
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.