Firebug, Mozilla’s Plugin

firefox

The main problem for a web developer is client side scripting and validation. Since the browser never hang at javascript errors, sometimes we cannot find out where the error actually happened. A lot of scriptings may change the innerHTML value of document. Browser’s View source only allow as to see the downloaded page’s html codes, never gives the status of current html .

Firebug is a plugin for mozilla, which help us to debug javascript. The javascript debugging is only one of its features. We can edit html code dynamically, can edit style sheet, and can even edit javascripts variable values, add watch for variables etc like a normal programming IDE.

Here is the link: https://addons.mozilla.org/en-US/firefox/addon/1843

I know, it will be very useful for you. If so comment me back

Regards
Sajith

4 Comments

4 Responses to “Firebug, Mozilla’s Plugin”

  1. Gadhi M April 30, 2008 at 8:22 pm #

    Boss……Spark………
    Fantastic effort……….
    Keep it up………

  2. zaman Ahmed May 23, 2008 at 1:56 pm #

    how to download videos from youtube

  3. Sajith M.R May 23, 2008 at 2:07 pm #

    Hi Zaman,

    Use my google service site, http://www.googleneedle.com

    Youtube video download is there.

    Thanks
    Sajith

  4. Mr Hackerzz August 18, 2009 at 2:29 pm #

    How to use firebug?

Leave a Reply

More in webworld (60 of 63 articles)


A website without ajax is very rare now a days. Gmail gave us the exact feeling of online by ...