Our highest priority is to satisfy the customer through early and continuous delivery of valuable and working software.

Monday, June 2, 2008

Debugbar - firebug for IE, IETester, Companion.JS - Javascript debugger for IE

Lots of web developers love Firebug in FF, but it's hard to debug anything in IE or No proper debugger tool is there for IE. Today I came across a debugger tool for IE - Debugbar

It's an Internet Explorer plug-in that brings you new powerful features.
- 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...

In DebugBar 5.0.2 BETA you will find...
- Greatly improved DOM tab : for each element, get the applied styles, computed style, layout and attributes


- Fully unicode, support for international characters



Download Here



Another good tool for IE is IETester
IETester is a free web browser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.


Download Here



Companion.JS (pronounced Companion dot JS or CJS) is a Javascript debugger for IE.
- Detailled javascript error reporting (call stack and real file name where the error occured).
- "Firebug"-like Console API feature.
- Javascript console feature useful to inspect javascript objects at runtime.
- A toolbar icon to open the Companion.JS panel.



Download Here

No comments:

Post a Comment