Home ›
Totally Rocking Your Development Environment at Trellon RoomTotally Rocking Your Development Environment at Trellon Room
Submitted by dhakimzadeh on March 4, 2009 - 12:17pm
some useful drupal development tips
- - Firefox profile manager
- - imacros - testing user interface
- - Drupal for Firebug - !!! - module and an extension!!! awesome!!
- - modules that are cool -> admin menu, devel, simpletest, logintobbogan, xdebug (php degugger)
source code and config management
- subversion, git, cvs
- check in the entire source tree
- organize the sites/all modules directory... sites/all/modules/dev sites/all/modules/userstuff etc
- check in clean source for 3rd party modules.... not edited modules - obvious really...
automation and config testing
use build tools
drush
simpletest - use it, it is useful
Comments
Post new comment