Turn Off Autocomplete Form in Internet Explorer
11
Nov1
Nov1
A webmastersucks user ask me “The only problem is that IE will store the MD5 ] password when it “saves” the password. Have you been able to overcome that?”. Solution is really simple, just we can use autocomplete attribute in form tag. It will be close autocomplete in form. It will better in password protected sites.
<form name="form" method="post" autocomplete="off">....</form>
Test Your Web Sites in IE8, IE7 IE 6 and IE5.5
15
Jun1
Jun1
All webmasters first problem is browser testing. Also Internet Explorer testing is like killing your self. I found this program and it saves my life. IETester is test your sites in Internet Explorer 5.5, 6, 7, 8.
They say about them selves “IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.”

