Running Multiple Versions of Internet Explorer On Your PC
If you’re a web developer then you’ll know how important it is to test your website in different browser platform including multiple versions of Internet Explorer. Because IE is still on large and for people not so computer savy its common not to be up to date with the latest version of Internet Explorer. Which is why it’s very important to make sure your website is compatible with all the versions of IE till date. And this little application lets you to do exactly that.

One Liner HTML Crashes IE 6
Here’s an interesting but not so surprising one! A Japanese blogger (Hamachiya2) has found yet another bug in Internet Explorer 6. His one line of HTML and CSS crashes IE 6. Here it is:
<style>*{position:relative}</style><table><input></table>
The code works just fine in other browsers such as Firefox, Safari and Opera but fails in IE 6. If you want to try it out yourself then click here.
