Difference between revisions of "Firebug (software)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) |
||
Line 5: | Line 5: | ||
Firebug facilitates the live debugging, editing, and monitoring of any website's HTML, [[Cascading Style Sheets|CSS]], [[Document Object Model]], [[XHR]], and [[JavaScript]]. | Firebug facilitates the live debugging, editing, and monitoring of any website's HTML, [[Cascading Style Sheets|CSS]], [[Document Object Model]], [[XHR]], and [[JavaScript]]. | ||
− | Firebug is licensed under the [[BSD | + | Firebug is licensed under the [[BSD licenses]] and was initially written in January 2006 by Joe Hewitt, one of the original Firefox creators. |
The Firebug Working Group oversees the open source development and extension of Firebug. It has two major implementations: an extension for Mozilla Firefox and a bookmarklet implementation called Firebug Lite[7] which can be used with Google Chrome. | The Firebug Working Group oversees the open source development and extension of Firebug. It has two major implementations: an extension for Mozilla Firefox and a bookmarklet implementation called Firebug Lite[7] which can be used with Google Chrome. |
Revision as of 05:07, 30 August 2015
Firebug is a free and open source web browser extension for Mozilla Firefox
Contents
Description
Firebug facilitates the live debugging, editing, and monitoring of any website's HTML, CSS, Document Object Model, XHR, and JavaScript.
Firebug is licensed under the BSD licenses and was initially written in January 2006 by Joe Hewitt, one of the original Firefox creators.
The Firebug Working Group oversees the open source development and extension of Firebug. It has two major implementations: an extension for Mozilla Firefox and a bookmarklet implementation called Firebug Lite[7] which can be used with Google Chrome.
Web security testing
Firebug is a useful tool for web security testing.
Web page performance analysis
Firebug is useful for web page performance analysis.
See also
External links
- Firebug (software) @ Wikipedia