Detecting CSS transitions support using JavaScript

Monday, February 8th, 2010

Progressive enhancement is one of the cornerstones of good web design: You build a solid foundation that supports a broad range of different browsers, and then add features either as you detect support for them or in a way that doesn't interfere with less capable browsers. One of the awesome new ...

Taming IE6 and a “Drop IE6″ rebuke

Friday, July 24th, 2009

During the development of any project that involves HTML, there's always a nagging question in the back of your mind:  "How broken will this site be in IE6?"  Here's an article that will reduce the amount of worrying you do when fixing your site to work in IE6.  It covers ...