Web Developer Toolbar, and Firebug extensions for Mozilla Firefox, web development has been made much less painful than it once was.
"> Web Developer Toolbar, and Firebug extensions for Mozilla Firefox, web development has been made much less painful than it once was. "> Web Developer Toolbar, and Firebug extensions for Mozilla Firefox, web development has been made much less painful than it once was. " />19 July 2007
My current position gives me the opportunity to do web development on a daily basis. Thanks to tools like the Web Developer Toolbar, and Firebug extensions for Mozilla Firefox, web development has been made much less painful than it once was.
These extensions are a boon to my daily development schedule. The extensions increase my productivity by keeping me from spending a majority of my time tracking down simple problems and instead let me focus on fixing the big things. In addition they provide a number of tools that allow me to carefully tweak my pages without altering any actual backend code, experimenting on the fly, and saving precious time which might be lost to repeated “edit -> page load -> test” cycles.
No matter how much I optimise my process I keep finding situations in my current development at work which could be streamlined through the careful application of custom scripting in my browser. Until recently I would satisfy my need for automation of repetitive tasks by creating a carefully crafted Greasemonkey script or by crafting a cleaver bookmarklet. At the end of the day yesterday I decided to take stock of the tools that I had created or modified to help speed up the majority of my repetitive day-to-day development tasks. Needless to say, there were more than a few.
Inspired by the web developer toolbar I’ve decided to develop my own Firefox extension. This extension would provide a number of tools to simplify my life when developing within Oracle’s Application Express which will provide a number of customization options to the existing Application Express editor, as well as a number of shortcuts for common development tasks.
I’ve only just begun development, but I’m hoping the end result will be a benefit to more than just myself.
My initial experience with extension development has been full of swinging mixed emotions.
At this point I have a number of thoughts on Firefox Extension Development:
All and all I’ve learned a whole bunch about Firefox extension development over the past two days.
Maybe once I’m finished I’ll write my own Firefox extension development tutorial since I’ve found the majority of the tutorials on the internet to be severely lacking (with the exception of the XUL Tutorials from XulPlanet. Those are amazingly in depth).
Well folks, I’m officially overloaded with projects.
Wish me luck.