Category Archives: Venkman

Firebug 1.0 Beta

I’ve been playing with the Firebug 1.0 private beta for the last few days and it’s quite a tool. v0.4 the last release of Firebug had already combined the most popular features Venkman, Console2, and the DOM inspector. 1.0 adds … Continue reading

Posted in AJAX, Firefox Plugins, JavaScript, Venkman, Web Browser | Comments Off

Crockford on JSMin and Obfuscation

Douglas Crockford knows a thing or two about compressing JavaScript. He wrote JSMin which IMHO is the simplest and fastest JavaScript minifer out there today. Coupled with his lint checker JSLint you’ve got two really good tools to write good … Continue reading

Posted in JavaScript, Venkman | Comments Off

AJAX Developers Toolbox – Overview

AJAX programmers today have many tools available to them. Here’s a quick overview of some popular ones. Debuggers Firefox – Venkman without a doubt is a must have for any serious JavaScript hacker these days. All the functionality you’ve come … Continue reading

Posted in AJAX, JavaScript, Venkman | 1 Comment