Interesting way to fix memory leaks in IE6 javascript
Although we should all have updated to at least IE7 by now (if not a more recent competitor), there are still thousands of users out there still stuck in IE6 land. Javascript objects on IE6 are notorious for memory leaks which can seriously degrade performance over time, but I noticed a post over at Ajaxian explaining a very simple workaround using a rarely used javascript construct – try … finally.

