Firebug Lite
One of the concerns you need to have when developing javascript is to make cross browser checks to see if everything works as expected.
One cool extension for Firefox is firebug. It helps a lot for debugging your code.
You have also available firebug lite, it is a set of javascript includes that creates a small firebug console on ie, opera and safari. Also you can use it as a bookmarklet
It is really handy!
You can read more here
keep coding…
Leave a Reply
You must be logged in to post a comment.