The Rapid Web Development and Testing with Firefox presentation has been updated to account for two news extensions: the Firebug extension and the CSSViewer extension.
The Firebug extension helps in debugging AJAX, DHTML, and JavaScript web applications. It will display errors that occur during the rendering of a page, will place the pointer on the appropriate line, and allows for the inspection of different values of the DOM. The CSSViewer extension inspects elements on a page to give a complete rundown of the CSS declaration for a chosen element. While both of these extensions are very new, after the Web Developer extension these two extensions are some of the most valuable tools a developer can have in their toolbox.

Note: The location of the presentation has changed.