Firebug Links
From FirebugWiki
(Difference between revisions)
Johnjbarton (Talk | contribs) (→Videos) |
Sebastianz (Talk | contribs) m |
||
| (5 intermediate revisions not shown) | |||
| Line 5: | Line 5: | ||
==Videos== | ==Videos== | ||
| - | *[http://yuiblog.com/blog/2007/01/26/video-hewitt-firebug/ (2007) Joe Hewitt gives a talk on advanced features of Firebug] | + | * [http://vimeo.com/18411877 (2011) Jay Garcia explains what's new in Firebug 1.6] |
| - | *[http://www.litfuel.net/plush/?postid=161 Jim Plush's Firebug screencasts] | + | * [http://yuiblog.com/blog/2007/01/26/video-hewitt-firebug/ (2007) Joe Hewitt gives a talk on advanced features of Firebug] |
| - | *[http://soylentfoo.jnewland.com/articles/2006/12/08/firebug-10-screencast (2006)Jesse Newland's Firebug screencast] | + | * [http://www.litfuel.net/plush/?postid=161 Jim Plush's Firebug screencasts] |
| + | * [http://soylentfoo.jnewland.com/articles/2006/12/08/firebug-10-screencast (2006) Jesse Newland's Firebug screencast] | ||
== Tutorials == | == Tutorials == | ||
| - | *[http://michaelsync.net/2007/09/30/firebug-tutorial-script-tab-javascript-debugging (2007)Micheal Sync's Firebug Tutorial – Script Tab : Javascript Debugging] | + | * [http://ulancer.com/2012/01/firebug-tutorial-getting-started/ (2012) Clifford Ngong's Getting Started (FB 1.8.4)] |
| - | *[http://www.evotech.net/blog/2007/06/introduction-to-firebug/ Estelle Weyl's Introduction to Firebug] | + | * [http://www.w3resource.com/web-development-tools/firebug-tutorials.php (2011) Firebug Tutorial by w3resource.com (FB 1.9.0)] |
| - | *[http://encytemedia.com/blog/articles/2006/05/12/an-in-depth-look-at-the-future-of-javascript-debugging-with-firebug (2006) Justin Palmer's tutorial on Firebug JavaScript debugging] | + | * [http://t3n.de/magazin/css-bearbeiten-firebug-web-layouts-analysieren-variieren-220315/ (2007) Peter Müller's Web-Layouts analysieren und variieren mithilfe des Firefox-Plugins: CSS bearbeiten mit Firebug] |
| + | * [http://michaelsync.net/2007/09/30/firebug-tutorial-script-tab-javascript-debugging (2007) Micheal Sync's Firebug Tutorial – Script Tab: Javascript Debugging] | ||
| + | * [http://www.evotech.net/blog/2007/06/introduction-to-firebug/ (2007) Estelle Weyl's Introduction to Firebug] | ||
| + | * [http://encytemedia.com/blog/articles/2006/05/12/an-in-depth-look-at-the-future-of-javascript-debugging-with-firebug (2006) Justin Palmer's tutorial on Firebug JavaScript debugging] | ||
== Extensions == | == Extensions == | ||
| - | [ | + | * [[Firebug Extensions|Existing extensions]] |
| + | * [[Firebug Internals|Extension development]] | ||
| - | + | == Use with other tools == | |
| - | + | * [http://happygiraffe.net/blog/2007/09/26/jquery-logging/ Logging to Firebug Console with jQuery] | |
| - | == Use with other | + | * [http://jquery-howto.blogspot.com/2009/02/jquery-for-firebug.html Insert jQuery into any page's DOM on the fly] (Makes jQuery available for use in Firebug) |
| - | *[http://happygiraffe.net/blog/2007/09/26/jquery-logging/ | + | |
| - | *[http://jquery-howto.blogspot.com/2009/02/jquery-for-firebug.html | + | |
== Other Web Page Debugger Projects == | == Other Web Page Debugger Projects == | ||
| - | *[http://blog.chromium.org/2009/06/developer-tools-for-google-chrome.html Developer Tools for Google Chrome] | + | * [http://blog.chromium.org/2009/06/developer-tools-for-google-chrome.html Developer Tools for Google Chrome] |
| - | **[http://blog.chromium.org/ The Chromium Blog] | + | ** [http://blog.chromium.org/ The Chromium Blog] |
| - | **[http://code.google.com/chrome/extensions/trunk/tut_debugging.html Google Chrome Extensions, Tutorial: Debugging] | + | ** [http://code.google.com/chrome/extensions/trunk/tut_debugging.html Google Chrome Extensions, Tutorial: Debugging] |
| - | **[http://www.chromium.org/devtools Google Chrome Developer Tools] | + | ** [http://www.chromium.org/devtools Google Chrome Developer Tools] |
| - | *[http://msdn.microsoft.com/en-us/library/dd565628%28VS.85%29.aspx Discovering Internet Explorer Developer Tools] | + | * [http://msdn.microsoft.com/en-us/library/dd565628%28VS.85%29.aspx Discovering Internet Explorer Developer Tools] |
| - | **[http://elegantcode.com/2009/05/18/firefoxfirebug-vs-ie8-developer-toolbar/ | + | ** [http://elegantcode.com/2009/05/18/firefoxfirebug-vs-ie8-developer-toolbar/ Firefox+Firebug vs. IE8 Developer Toolbar (May 2009)] |
== Firebug Working Group == | == Firebug Working Group == | ||
| Line 36: | Line 39: | ||
Core and Extension Developers, Sponsors. | Core and Extension Developers, Sponsors. | ||
| - | *[http://getfirebug.com/workingGroup | + | * [http://getfirebug.com/workingGroup members] |
| - | *[http://groups.google.com/group/firebug-working-group newsgroup | + | * [http://groups.google.com/group/firebug-working-group newsgroup] |
| - | + | ||
Latest revision as of 12:06, 12 April 2012
Contents |
[edit] Book
- Firebug 1.5: Editing, Debugging, and Monitoring Web Pages by Chandan Luthra and Deepak Mittal.
[edit] Videos
- (2011) Jay Garcia explains what's new in Firebug 1.6
- (2007) Joe Hewitt gives a talk on advanced features of Firebug
- Jim Plush's Firebug screencasts
- (2006) Jesse Newland's Firebug screencast
[edit] Tutorials
- (2012) Clifford Ngong's Getting Started (FB 1.8.4)
- (2011) Firebug Tutorial by w3resource.com (FB 1.9.0)
- (2007) Peter Müller's Web-Layouts analysieren und variieren mithilfe des Firefox-Plugins: CSS bearbeiten mit Firebug
- (2007) Micheal Sync's Firebug Tutorial – Script Tab: Javascript Debugging
- (2007) Estelle Weyl's Introduction to Firebug
- (2006) Justin Palmer's tutorial on Firebug JavaScript debugging
[edit] Extensions
[edit] Use with other tools
- Logging to Firebug Console with jQuery
- Insert jQuery into any page's DOM on the fly (Makes jQuery available for use in Firebug)
[edit] Other Web Page Debugger Projects
[edit] Firebug Working Group
Core and Extension Developers, Sponsors.