Difference between revisions of "Firebug (software)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "'''Firebug''' is a free and open source web browser extension for Mozilla Firefox == Description == Firebug facilitates the live debugging, editing, and monitoring o...")
 
(See also)
Line 20: Line 20:
  
 
* [[Inspect Element]]
 
* [[Inspect Element]]
* [[Plug-ins (computing)]]
+
* [[Plug-in (computing)]]
 
* [[View Source]]
 
* [[View Source]]
  

Revision as of 19:24, 29 August 2015

Firebug is a free and open source web browser extension for Mozilla Firefox

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 license 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