In the days where Microsoft was semi-logical, we could possibly test our website in all browsers using a handy nifty program called IE Multiple, now however our options are fairly limited. Lucky for me I have some old computers laying around. Now the only way I can possibly think of effective cross browser checking, checking as far back as IE7, is to use different machines.
Some time ago I used Microsoft Expressions Super Preview, but it appears it’s now gone premium and required purchase.
I was wondering how other’s effectively cross-check their web pages, and what things they look for. I’ve not had the best of experience with PIE and now I am thinking of using http://modernizr.com/.
Keep in mind…compatibility libraries like modernizer rely heavily on javascript, which means it has to be enabled and it uses a fair amount of resources in a visitor’s browser.
It’s simply not practical to use HTML5 elements at this time (which is the primary reason for libraries like modernizer), as mainstream browser support hasn’t fully caught up to it yet. You can build websites without needing to implement HTML5-specific tags and compatibility libraries.