Firebug: Skillnad mellan sidversioner
Från MoodleDocs
→Further enhancements: FirePHP |
|||
| Rad 17: | Rad 17: | ||
== Further enhancements == | == Further enhancements == | ||
* Some enhancements to make Firebug even more powerful: [http://www.drweb.de/magazin/mehr-power-fur-firebug/ Mehr Power für Firebug] (list of 10 enhancements, in German, but you can follow the links) | * Some enhancements to make Firebug even more powerful: [http://www.drweb.de/magazin/mehr-power-fur-firebug/ Mehr Power für Firebug] (list of 10 enhancements, in German, but you can follow the links) | ||
* [http://www.firephp.org/ FirePHP]: FirePHP enables you to log to your Firebug Console using a simple PHP method call. | |||
: There's a [http://moodle.org/mod/forum/discuss.php?d=119961 FirePHP plugin for Moodle] in the works. | |||
* [https://addons.mozilla.org/en-US/firefox/addon/9603 FireRainbow] - provides JavaScript syntax highlighting for Firebug 1.3. | * [https://addons.mozilla.org/en-US/firefox/addon/9603 FireRainbow] - provides JavaScript syntax highlighting for Firebug 1.3. | ||
* [https://addons.mozilla.org/en-US/firefox/addon/10273 CodeBurner] - a Firefox add-on that integrates with Firebug, to extend it with reference material for HTML and CSS. | * [https://addons.mozilla.org/en-US/firefox/addon/10273 CodeBurner] - a Firefox add-on that integrates with Firebug, to extend it with reference material for HTML and CSS. | ||
Versionen från 2 april 2009 kl. 07.00
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...
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
- Some enhancements to make Firebug even more powerful: Mehr Power für Firebug (list of 10 enhancements, in German, but you can follow the links)
- 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 - provides JavaScript syntax highlighting for Firebug 1.3.
- CodeBurner - a Firefox add-on that integrates with Firebug, to extend it with reference material for HTML and CSS.