CSC/ECE 517 Fall 2013/ch1 1w11 sv: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
= '''Debugging Using Firebug''' = | = '''Debugging Using Firebug''' = | ||
Firebug is a tool that enables web developers to debug, edit and inspect websites' components like CSS, HTML, DOM, JavaScripts. | Firebug is a tool that enables web developers to debug, edit and inspect websites' components like CSS, HTML, DOM, JavaScripts. Firebug is free and open source software | ||
Apart from providing debugging, Firebug is also used to analyse performance of websites. | Apart from providing debugging, Firebug is also used to analyse performance of websites. | ||
Line 7: | Line 6: | ||
== Installation and Activation == | == Installation and Activation == | ||
Firebug can be installed as a | Firebug can be installed as a plugin for Firefox. Firebug compatibility for different version of firefox can be looked https://addons.mozilla.org/en-US/firefox/addon/firebug/ here] | ||
Version for other browser is under development. | |||
== Panel Description == | == Panel Description == |
Revision as of 17:36, 16 September 2013
Debugging Using Firebug
Firebug is a tool that enables web developers to debug, edit and inspect websites' components like CSS, HTML, DOM, JavaScripts. Firebug is free and open source software
Apart from providing debugging, Firebug is also used to analyse performance of websites.
Installation and Activation
Firebug can be installed as a plugin for Firefox. Firebug compatibility for different version of firefox can be looked https://addons.mozilla.org/en-US/firefox/addon/firebug/ here] Version for other browser is under development.