Must have "Developer-Assistance" Modules and FireFox Add-ons?

jeff00seattle - March 12, 2009 - 19:24

Hi

Since I am still a novice in module development, what are some of the must have:

  1. "Developer-Assistance" Modules?
  2. FireFox Add-ons?
  3. Anything else?

I am on a Red Hat EL 5 box.

By the way, I have installed Zend Studio 6.1 for Eclipse.

Thanks

Jeff in Seattle

_

WorldFallz - March 12, 2009 - 20:05

a) I always install the following modules on every site: coder, devel, drush, admin_menu, masquerade, cvs_deploy, jquery_update, & cache_disable.

b) firebug & the web developer toolbar. Not really firefox specific, but i use a number of bookmarklets from the following page: https://www.squarefree.com/bookmarklets/webdevel.html. I use the "test styles" one every single day.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

Extremely Helpful!!!

jeff00seattle - March 17, 2009 - 03:46

Thanks Joann

Jeff in Seattle

Jeff in Seattle

I install the following on

Jay Matwichuk - September 10, 2009 - 11:39

I install the following on every site as a base:
* backup and migrate
* dhtml_menu
* css gzip
* parallel (just started adding this recently

There are others I use very regularly as well, but these are the ones I definitely install.

For browser add-ons, as everyone else has said, firebug is the best, hands down.

I also use a couple of other developer firefox addons as well:
* colorzilla (allows for any pixel in the browser to be clicked, giving you it's various color values (hex, RGB, whatever)
* HTML Validator - it puts an icon in the bottom of your browser that gives you a green check for valid code, and a red X for invalid code. If you are a person for whom valid code is important, this is a great module. When the icon is double clicked, it pops up the source code, with a listing of all errors that can be clicked to be taken right to the error.
* IE Tab - allows you to switch to the IE rendering engine within Firefox for whatever version of IE you have installed on your PC.
* Live HTTP Headers - gives a live view of all page headers (incoming and outgoing) when browsing the net. Good for when you are trying to set headers.

 
 

Drupal is a registered trademark of Dries Buytaert.