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...")
 
(External links)
 
(2 intermediate revisions by one other user not shown)
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 license]] and was initially written in January 2006 by Joe Hewitt, one of the original Firefox creators.
+
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.
Line 20: Line 20:
  
 
* [[Inspect Element]]
 
* [[Inspect Element]]
* [[Plug-ins (computing)]]
+
* [[Plug-in (computing)]]
 
* [[View Source]]
 
* [[View Source]]
  
Line 26: Line 26:
  
 
* [https://en.wikipedia.org/wiki/Firebug_(software) Firebug (software)] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Firebug_(software) Firebug (software)] @ Wikipedia
 +
 +
[[Category:Web browsers]]
 +
[[Category:Web design]]
 +
[[Category:Web design and development]]

Latest revision as of 14:11, 24 April 2016

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