Quantcast
Channel: Planet Mozilla – Software is hard
Browsing latest articles
Browse All 27 View Live

Image may be NSFW.
Clik here to view.

Firebug Extension: FireQuery – jQuery development

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...

View Article



Image may be NSFW.
Clik here to view.

Firebug Extension: FireStorage Plus! – Manage web storage

Another Firebug extension we have tested with upcoming Firebug 1.12 (will be available in several weeks) allows managing web storage directly in your Firebug.   FireStorage Plus! appends an extra...

View Article

Image may be NSFW.
Clik here to view.

Firebug Extension: FirePicker – Pick your color

I couldn't miss this nifty extension in my series of posts about Firebug extensions. It's a small plugin focused on one thing and working great! This extension is compatible with Firebug 1.12 (will be...

View Article

Image may be NSFW.
Clik here to view.

How to Start with Firebug Lite

FirebugLite is lightweight version of Firebug (the Firefox extension) that does implement only a subset of features (mainly missing the Script and Net panel). It's implemented as pure web application...

View Article

Image may be NSFW.
Clik here to view.

Firebug Tip: getEventListeners() command

One of the new features introduced in Firebug 1.12 is a new Command Line command called: getEventListeners()   The command returns all the event listeners registered for specific target. The target can...

View Article


Image may be NSFW.
Clik here to view.

Firebug Tip: Resend HTTP Request

There are many cases when web developer needs to resend an existing HTTP request (executed by the currently debugged page) and test the server back-end or perhaps even a specific web service. Such...

View Article

Image may be NSFW.
Clik here to view.

Firebug 2: Support for dynamic scripts

Firebug 2 (first alpha) has been released this week and it's time to checkout some of the new features. Note that you need at least Firefox 30 to run it. This brand new version introduces a lot of...

View Article

Image may be NSFW.
Clik here to view.

Firebug Internals I. – Data Providers and Viewers

One of the achievements of Firebug 2 alpha 1 release has been adoption of new JSD2 API and this task required significant changes and improvements in our code base. Among other things, we have also...

View Article


Image may be NSFW.
Clik here to view.

Firebug Internals II. – Unified object rendering

Firebug 2 (released today!) uses number of internal architectural concepts that help to implement new features as well as effectively maintain the code base. Using transparent architecture and well...

View Article


Image may be NSFW.
Clik here to view.

Inspecting WebSocket Traffic with Firefox Developer Tools

WebSocket monitor is an extension to Firefox developer tools that can be used to monitor WebSocket connections in Firefox. It allows inspecting all data sent and received. It's been a while since we...

View Article
Browsing latest articles
Browse All 27 View Live




Latest Images