Stage-specific Drupal settings with local_settings.php
The decision to store settings.php in your version control system can be sticky.
The decision to store settings.php in your version control system can be sticky.
Here is a short list of things I check before finishing a new deployment. Database logging row limit (admin/settings/logging/dblog)
I just figured out a fix for an annoyingly circuitous, tortuous, and baffling MySQL problem. I am not yet an expert of back-end system configuration,...
Recently we had an interesting issue with one of our multi-site Drupal hosting deployments; the cron was not running regularly.
By now you may have heard about the frenzy for grabbing a personalized URL for Facebook. Within 15 minutes of the service being available Friday...
I was recently working on a Brazilian Drupal 6.x site that uses CCK forms and needed some functionality to map a dropdown select list of states to...
If you've built out more than a few Drupal projects, you've probably gone through the same song & dance a number of times - find the most recent...
We recently needed to fill missing geocode values in a project's database. Using some PHP magic and taking advantage of hook_cron() this is how we...
Some browsers like to be helpful and help by remembering certain form fields. I was having a problem with Firefox auto-populating my some of my form...
Ever wish you could use the existing Drupal Contact module as your sitewide contact form and just add a field or two? You can and it's really easy.
If you have MAMP installed on your Mac OS X box, you're probably going to want command line access to those applications at some point. Assuming...