Im 100% sure that this is not related with javascript (not only I could say). I removed all .js file from include and still got freezing loading. The .js file is good im sure, and it is working OK in all other browsers (with IE 7.0 too). :/. I debug everything in firebug and usign Developer toolbar for IE. I got some PNG elements in HTML and got IE .css file for changing them. But that shouldnt be any problem... I stuck in place. Yesterday everything was OK, but it seems that problems occur only when I purge all cache (so when you need to download everything).... eh :/
Main Topics
Browse All Topics





by: vibrazyPosted on 2008-06-06 at 08:51:01ID: 21730188
I have never heard of anything like that.
ipt.com/
/en-US/fir efox/addon /1843 (firebug) /en-US/fir efox/addon /5369 (yslow)
Sometimes my IE freezes because of JavaScript. Maybe an infinite loop, concurrent loop?
I would propose a couple of things:
1) Try and compress your javascripts, use debugging tools.
a. I know of a little tool online that does that for you. http://www.compressjavascr
b. Download firebug/yslow (A firefox extension, that will let you debug your code, and maybe pick out some possible problems with your code).
https://addons.mozilla.org
https://addons.mozilla.org
I never develop a website without using firebug/yslow, you can also test the performance of your website. So you could check the size of the pages, if any html errors occur, etc. Deff a must have tool.
I hope that helps you.