Sunday, December 3, 2006

Understanding and Solving Internet Explorer Leak

Hi,
Web 2.0 application use a lot of JavaScript code, so it's really important to understand how to write your JavaScript code in order to avoid browser memory leaks.
Great MSDN article on this issue can be found:
http://msdn2.microsoft.com/en-us/library/aa701095.aspx

More information can be found:
http://simon.incutio.com/slides/2006/etech/javascript/js-reintroduction-notes.html#memoryleaks

Drip is a nice tool that help find IE memory leaks:
http://outofhanwell.com/ieleak/index.php?title=Main_Page

No comments: