Site Doesn't Load in IE

gzip, internet-explorer, javascript

Solution

Start with the machine detectable errors.

As an aside, don't comment out your scripts and stylesheets in XHTML (nice as it is to stop Netscape 2 from rendering them as text, it is counter productive in XHTML).

Problem

My site is loading up perfectly in Firefox, Chrome and other browsers like Safari (albeit a bit slow). Link: http://www.dafactopedia.com It was even working with IE till yesterday but after I compressed my JavaScript code with closure compiler it doesn’t seem to load fully. If I disable JavaScript in IE it opens up but not perfectly. I tried switching the Javascripts I had compressed back to their original codes but even that didn't seem to work. How can I fix this thing? I would also want to know if I can display a message to IE users to switch over to other browsers as temp solution. IE users make about 25% of my visitors so at least till I get the IE problem fixed, it will act as a temp solution. Please help, and thanks in advance. UPDATE : The site opens up in IE8 now but displays the message 'A script on the page is causing the browser to run slow ' and i am given a choice to terminate the script. Also i have used conditional comments for IE users as guided by Jasper. Thanks

Original source