Normally I’m not a fan of putting those my five million favourite posts about stuff, but this one really does show off some great techniques. Some of the linked articles are a bit contrived, and personally I can’t think of a use for them (except show-off-ery), but there are some real gems in there, like how to make a blurry background effect using jQuery.
Effective browser support
Paul Boag has written an excellent article about why you shouldn’t have a bunch of ‘supported browsers’, you should write clean HTML and CSS with NO HACKS. Then more advanced features like rounded corners in CSS3 for browsers that support it. And the stupid browsers will ignore the enhancements, but still be usable and accessible.
