CSC/ECE 517 Fall 2013/ch1 1w11 sv: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 6: Line 6:
__TOC__
__TOC__


== Installation ==
== Installation and Activation ==
Firebug can be installed as a pluggin for Firefox. Version for other browser is under development
Firebug can be installed as a pluggin for Firefox. Version for other browser is under development
== Panel Description ==
== Panel Description ==



Revision as of 17:31, 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.


Apart from providing debugging, Firebug is also used to analyse performance of websites.

Installation and Activation

Firebug can be installed as a pluggin for Firefox. Version for other browser is under development

Panel Description

Debugging

HTML Debugging

CSS Debugging

JavaScript Debugging

Summary

References