The Artima Developer Community
Sponsored Link

Java Community News
Firebug Creator Joe Hewitt's Yahoo YUI Video

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

Firebug Creator Joe Hewitt's Yahoo YUI Video Posted: Feb 1, 2007 12:33 PM
Reply to this message Reply
Summary
Last week, Joe Hewitt released Firebug 1.0, the popular JavaScript/CSS/DOM debugger and inspector plug-in to Firefox. A video recording of Hewitt's recent talk on Firebug, given to a group of Yahoo developers, is now available on Yahoo's YUI Theater site.
Advertisement

Firebug 1.0 is an increasingly popular choice for debugging and inspecting Ajax applications. In addition, Firebug can also serve as a way to tweak CSS and Web page layout. Firebug creator Joe Hewitt recently gave a presentation to a group of Yahoo developers, and the video of Hewitt's talk is now available from Yahoo's YUI Theater site.

In blogging about the talk, Yahoo's Lauren Garcia commented that:

The best new thing about Firebug I've found since I've been playing with 1.0 is the expansion of Javascript logging toys. Once you get going you'll see a new tab next to the Inspect tool called "Profile" which you can turn on while you're using a page that is executing some JS, and it will record all kinds of useful info about whatever JS functions were executed between when you first hit it to start recording and when you hit it again to stop recording.

It tells you how many calls were made to each particular function as well as how much time it took and how much time it took relative to the other functions that also fired. The best part is that you can also turn the profiler on and off directly in your code just like a console.log or console.info...

This is a great leap forward for developers who are very performance-conscious about their apps, which in theory should be all of us. Another whizzbang logging feature is console.trace(), which does a stack trace of all the functions being called at the particular moment that you invoke it and traces the values being passed around to each of them.

What are your favorite JavaScript/Ajax debugging tools?

Topic: Tim Bray on Rethinking URLs Previous Topic   Next Topic Topic: Threads Considered Harmful

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use