Subscribe to RSS Feed

FireQuery is one of my favorite extensions for Firebug and I am regularly using it every time I am debugging web application that is build on top of jQuery.
 
FireQuery is a Firebug extension for jQuery development. It's a collection of Firebug enhancements for jQuery.

Read more...

Another nice extension I would like to mention is related to server side logging: FireLogger

FireLogger implements simple yet powerful server side logging (similar to console.log on the client side). It creates a new panel (a logging console) in Firebug UI that displays logs coming from the server.

Logs are sent to the client side over HTTP headers. The extension supports PHP and Python scripts.

You can dowload it from AMO.

Read more...

There are many Firebug extensions implementing new nifty features for Firebug and its great to see that new ones are still coming.

In this post, we'll take a quick look at one of them: Console Export.

ConsoleExport is a Firebug extension (you need Firebug 1.6+) that allows exporting logs from the Console panel. The export can be done manually through an Export button (see the screenshot below) or automatically by sending every log to the server.

Read more...