2011
“Mobile first” CSS and getting Sass to help with legacy IE
Taking a “mobile first” approach to web development poses some challenges if you need to provide a “desktop” experience for legacy versions of IE. Using a CSS pre-processor like Sass can help.
2009
2008
SitePen Blog » The Cross-Browser Window Focus Blues
you want it to lock the user out when the browser hasn’t had focus after 15 minutes? Well that’s easy you think, I’ll just connect to the document’s blur and focus events and be good to go.
msie6 quirkiness
RADOSTAR
<!--[if gte IE 7]><div class="ie ie7"><![endif]-->
<!--[if IE 6]><div class="ie ie6"><![endif]-->
<!--[if lt IE 6]><div class="ie ie5"><![endif]-->
<!--[if IE]></div><![endif]-->
nick hack.
Finally, the alternative fix for IE6's memory leak is available
by 1 otherthe alternative fix for IE6's memory leak is available
try finally does the job for you.
GPDE Team Blog : JavaScript Memory Leak Detector
by 1 otherJavaScript Memory Leak Detector is a debugging tool to detect memory leaks in JavaScript code. It can be installed as an Internet Explorer band and it is expressly designed to find memory leaks in JavaScript code that runs in Internet Explorer.