Use firebug in Internet Explorer All versions Support


Developers working with firefox will be familiar with Firebug tool. Pretty handy to fix the Javascript and other CSS problems. Now it really feel handicapped situation when we need to test the Web application on IE and some issue appears in UI or Javascript. Then firefox natives start missing their lovely firebug tool.
But hey! now you can have your Firebug liteversion in your IE of anyversion.

How?

just put this line in your Development Code

<script type="text/javascript" src="http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js"></script> 

and you are back in action :))

BUT please make sure you remove this line before pushing your CODE to Test environment.

Other testing team will fire a bug back to you :PP :D

Cheers!!
Ebook Download
View all
Learn
View all