Posted by jeff00seattle on March 12, 2009 at 7:24pm
Hi
Since I am still a novice in module development, what are some of the must have:
- "Developer-Assistance" Modules?
- FireFox Add-ons?
- 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
Comments
_
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!!!
Thanks Joann
Jeff in Seattle
Jeff in Seattle
Firebug enhancements
Just some tips from another planet:
http://docs.moodle.org/en/Development:Firebug
http://docs.moodle.org/en/Themes_FAQ#Are_there_tools_which_help_me_creat...
And of course http://drupal.org/project/drupalforfirebug
hth
Frank
missing links
--drt--
"I no longer know how to use my telephone." - Bjarne Stroustrup
I install the following on
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.
Full-time freelancer, always looking for work.
jaypan.com (my portfolio)