Debug and tune applications on the fly with Firebug

From: IBM developerWorks Worldwide  read times: 125


Provided by yangyi at 2008-05-12 23:16:12


Level: Introductory

Sami Salkosuo (sami.salkosuo@fi.ibm.com), Software Architect, IBM 

06 May 2008

Why are your Web pages taking so long to load? Did you ever want to inspect or edit HTML while browsing? Tweak CSS instantly? In this article, learn to use Firebug, a free, open source extension for the Firefox browser that provides many useful developer features and tools. Using Firebug, you can monitor, edit, and debug live pages, including HTML, CSS, JavaScript code, and network traffic. Read on to learn how to speed up the tasks of debugging and tuning your Web and Ajax applications with Firebug.

Introduction

Firebug, an open source extension for the Mozilla Firefox browser, provides tools for you to monitor, edit, and debug any Web site's cascading styles sheets (CSS), HTML, document object model (DOM), and JavaScript. It includes a JavaScript console, logging API, and a useful Network Monitor. With Firebug you can easily debug and tune Web and Ajax applications.

......

Please access the below link to view the full content.

Original link: http://www.ibm.com/developerwork...