-

Note: You are currently viewing documentation for Moodle 3.10. Up-to-date documentation for the latest stable version of Moodle may be available here: Firebug.

Development:Firebug: Difference between revisions

From MoodleDocs
Line 2: Line 2:


Firebug is an add-on for the [[Firefox]] web browser. Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page...
Firebug is an add-on for the [[Firefox]] web browser. Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page...
== Is Firebug only for Firefox? ==
The add-on will only work in Firefox, but there is also a JavaScript based [http://getfirebug.com/lite.html Firebug Lite] version for use with Internet Explorer (IE), Opera, and Safari.


== Where can I get Firebug? ==
== Where can I get Firebug? ==

Revision as of 14:36, 2 April 2009

What is Firebug?

Firebug is an add-on for the Firefox web browser. Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page...

Is Firebug only for Firefox?

The add-on will only work in Firefox, but there is also a JavaScript based Firebug Lite version for use with Internet Explorer (IE), Opera, and Safari.

Where can I get Firebug?

Tutorials

  • And for those of us who prefer viewing to reading, there's a bunch of tutorial videos on YouTube

Further enhancements

There are some enhancements to make Firebug even more powerful.

Here are some of those enhancements:

FirePHP

FirePHP enables you to log to your Firebug Console using a simple PHP method call.
There's a FirePHP plugin for Moodle in the works.

FireRainbow

FireRainbow (formerly Rainbow for Firebug) - provides JavaScript syntax highlighting for Firebug 1.3.

CodeBurner

CodeBurner - a Firefox add-on that integrates with Firebug, to extend it with reference material for HTML and CSS.

Template:CategoryDeveloper