Web Apps Getting Around Internet Explorer’s 4,096 CSS Rule Limit… Again Using SCSS and frameworks makes it distressingly easy to hit these limits.
Web Apps Selectivizr – Pseudo Selector Support for IE Internet Explorer has terrible support for pseudo selectors. With Selectivizr, we can make that support a little nicer and do some fun stuff with CSS!
UX/Design Tools Getting Around Internet Explorer’s 4,096 CSS Rule Limit I recently found out that IE can't handle more than 4,095 selectors in a single CSS file. Here's my work-around.
Web Apps IE 8: Lost Without a Map IE 8 does not support array extensions from Javascript 1.6, be careful to wrap calls correctly using a library like underscore.js
Web Apps WatiN and COM Errors: Enable IE Protected Mode for Local Intranet Zone When we first started building up our web test suite using Watin, we quickly started getting this error: System.Runtime.InteropServices.COMException
Web Apps File Upload Testing in IE8 with WatiN Hurdles aside, using WatiN and SpecFlow for system testing has worked out well for a testing problem that has historically been hard-won, if won at all.
Web Apps jQuery Ajax Memory Leak in IE8 With so many javascript memory leaks in Internet Explorer it can be very difficult to track down the cause and solution to any given leak.