Using MAMP as a Development Platform

by dave vogler
MAMP

If you're in charge of developing or maintaining a website, it is highly recommended that you maintain a development server- a place where you've got a running duplicate of your site. This provides a place to test and debug site changes without affecting your live production server.

categories:

Database-Diving in Drupal + Ubercart

by dave vogler
Ubercart Database

Sometimes it is more efficient to edit the MySQL database directly than manipulating your inventory within Drupal. Don't worry- it is not that difficult.