IETester & DebugBar
Recently I came across a very interesting application called IETester. It s 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. Though it sounds similar to the popular Multiple IEs, it has few things which make IETester very different from Multiple IEs.
The main difference are
- View source code option which doesn’t work in Multiple IEs properly.
- Support for DebugBar which is free for personal use. DebugBar is similar to FireBug addon available for Firefox. It provides
- DOM Inspector: View DOM Tree and modify tags attributes and css attributes on the fly to test your page
- HTTP Inspector: View HTTP/S request to check cookies, GET and POST parameters, view server info
- Javascript Inspector and Javascript Console: View javascript functions for easier debugging, see Javascript and AJAX code
- HTML Validator: Validate HTML code to correct and optimize your code and html size of your page
- And many more features: See page cookies, get pixel color on a page, make a page screenshot, etc…
For more details, click here.