Hot on HuffPost Tech:

See More Stories
Free Switched iPhone app - try it now!
AOL Tech

Tag: FIREBUG

Must-have Firefox 4 add-ons for Chrome and Internet Explorer converts

So you've finally realized that while Chrome might be fast, it sacrifices creature comforts to be so. It's a little bit like living in a whitewashed room with nothing more than a beige-box PC and keyboard -- it works, but it's not a particularly fun experience. If you like car analogies, Chrome is like a race-tuned Ferrari with hard-plastic bucket seats and tubular titanium roll cage. Likewise, ...

Five lesser known Firefox add-ons for web developers

When it comes to making web pages, I can whip up a rounded div or add a splash of gradient for a nice fade effect successfully with little trouble, but like many, when trying to deduce out why some stupid DIV is misbehaving, I can waste an entire day spinning my wheels. Checking out the various blogs and forums are of course a great resource, but probably my most useful and productive help ...

Firebug web-developer debugging add-on version 1.5.2 now out

Firebug is an insanely useful add-on, even for those of us who are not all-out web developers. I tweak HTML every now and then, and Firebug is the best tool I know for figuring how why exactly your document doesn't look right (in Firefox at least, and now in Chrome too). It lets you easily select parts of your document for viewing, and change CSS on-the-fly so you can see what's the exact CSS ...

Firebug web development extension comes to Google Chrome

Firebug is one of the most popular add-ons for Firefox: it's a web development tool that highlights elements in a page's HTML source, allows for live editing of CSS, and more. Now Chrome users can get on the Firebug bandwagon, too, with the new Firebug Lite extension. It's not a full Firebug, and it's not meant to replace Chrome Developer Tools, but it does replace the Firebug bookmarklet for ...

Web developers can breathe a sigh of relief with Firebug

Ahh... nothing like the sweet smell of website glitches in the morning. The web development junkies here at Download Squad know how it feels to spend hours tracking down stubborn CSS styles that have managed to magically disappear, or have cascaded themselves into places where no man has gone before. We can attest to debugging JavaScript into the wee hours of the night, and trying to get rid of ...

FireBug: AJAX debugging for Firefox - Today's Browser Tip

Here's one for the Web 2.0 developers: FireBug. It's an extension for Firefox to aid in debugging JavaScript/DHTML/AJAX web apps. In the words of its developer Joe Hewitt, it's "like a combination of the Javascript Console, DOM Inspector, and a command line Javascript interpreter." Looks like a great tool for the discriminating developer. ...