2011
“Mobile first” CSS and getting Sass to help with legacy IE
by greutTaking 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
by greutyou 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
Finally, the alternative fix for IE6's memory leak is available
by greut & 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 greut & 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.