views:

427

answers:

3

Does IE 8 have any other good add-ons/extensions/plugins other than "Developer toolbar", which is useful for web developer/designer/tester?

+10  A: 

Fiddler is good tool for debugging and monitoring requests/responses.

Arun P Johny
+1. Note that Fiddler can be used as a HTTP proxy (so you can watch/alter any HTTP traffic, not just IE).
Piskvor
does Fiddler have any usefulness for XHTML CSS layout developer?
metal-gear-solid
+1 for Fiddler :) ditto!
Aim Kai
@Arun P Johny - But I'm asking for IE8 add-ons . Fiddler is a standalone tool
metal-gear-solid
+3  A: 

I use debugbar and httpwatcher

Proviste
what is usefulness of debugbar if i'm already having "IE8 developer toolbar"
metal-gear-solid
A: 

IE is a horrible browser for developer tools, just use Firefox where dozens of great addons are available.

Use a valid DOCTYPE in your HTML and get the page working fully in Firefox, then refer back to IE to see that things work right. Using IE as your development platform is like trying to hammer in a screw.

TravisO
He never said he was using IE as his main development platform. Any web developer knows that more often than not it's not simple to find what's causing problems in IE.
DisgruntledGoat