Firebug: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
m New page: useful javascript debugging plugin for firefox available from: https://addons.mozilla.org/da/firefox/addon/1843 |
Hsymington (talk | contribs) m Changed from Web Programming to Web Applications category |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
useful | '''Firebug''' is a useful development tool for [[Firefox]]. Firebug allows you to view and edit many aspects of a webpage, including [[HTML]], [[CSS]], [[Javascript]] and the [[DOM]]. | ||
==External Links== | |||
*[https://addons.mozilla.org/da/firefox/addon/1843 Firebug Extension] | |||
*[http://www.evotech.net/blog/2007/06/introduction-to-firebug/ A tutorial on installing and using Firebug] | |||
[[Category: Development Tools]] | |||
[[Category:Firefox]] | |||
[[Category: Web Applications]] |
Latest revision as of 14:07, 8 April 2020
Firebug is a useful development tool for Firefox. Firebug allows you to view and edit many aspects of a webpage, including HTML, CSS, Javascript and the DOM.