Slashdot Mirror


Debugging CSS, AJAX and DOM with Firebug

prostoalex writes "Joe Hewitt of Parakey in the latest Dr. Dobb's Journal provides a detailed overview of the Firebug extension for Firefox: 'Firebug breaks the page down into a set of tabs that depict its most important aspects — HTML, CSS, JavaScript, the DOM, network activity, and a console for errors and log messages. No tab is an island; Firebug lets you browse code just as you browse the Web by presenting objects as hyperlinks that can take you from one view to another.'"

3 of 55 comments (clear)

  1. Very Useful by antialias02 · · Score: 3, Insightful

    Rarely a day goes by when I don't find some use for Firebug, but I concur with the sentiment that the Web Developer's Toolbar is often needed to create a powerhouse set of dev tools for the Web. If all you have are these two, you're a head and shoulders ahead of the game.

  2. Re:Exellent tool but, but not for web developers by Azarael · · Score: 3, Insightful

    Not everyone has the option of integrating a whole ajax toolkit into their work. Anyway, ajax is far from the only thing that firebug is useful for. The error reporting makes it a lot easier to track down and repair general javascript problems than with the existing console.

  3. Re:Good but no cigar by Paradise+Pete · · Score: 3, Insightful
    There is, alas. It works with my chosen browser, SeaMonkey, whereas Firebug doesn't

    What difference does it make what your browser of choice is? You're developing, not browsing.