Faster Database Backups via Drush! Plus Capistrano Integration
When working with Drupal sites, Drush is your go-to tool. This post is going to focus on the drush sql-dump command. This allows you to export your...
When working with Drupal sites, Drush is your go-to tool. This post is going to focus on the drush sql-dump command. This allows you to export your...
Let's say you inherit a Drupal site and the modules folder looks like this:
This is the second part in my two-part series about Drupal update scripts, specifically focusing on using update scri
Deploying code to WordPress installations has always been a bit of a struggle. Although there are a few WordPress plugins that help in deployments,...
Learn how to efficiently import large datasets into Drupal using the Batch API and Drush for seamless library data management.
Using Node.js and CouchDB to collect and store location data from the game Glitch. Learn to build a data-mining app and save results in CouchDB.
I recently had occasion to set up a new Drupal site on a dedicated virtual private server on Media Temple (dv 4.0).
You know that list of checkboxes on the theme settings page that let you turn on and off parts of the theme like the logo or slogan?
I've now been working professionally in Drupal for a year and have learned a lot about it; I have some patches into contrib but I've not really done...
NOTE: Apologies for the gap, I said I would post on Monday but well, I decided to get married instead. So there.
Continuing on with the previous topic of essentially “what is Drupal?” we move on to the discussion of PHP and its importance in being able to build...
So there we were, facing a Flash based video player that could have multiple tabs of many videos apiece.
In my last post, a basic intro to to running cap deploy was presented. Now, let's look at some more advanced scenarios. (See Part 1 for the actual...
Over the last two weeks I've been working on a project to convert one of our client's websites to Brightcove 3 players. As I am quite new to drupal...
The decision to store settings.php in your version control system can be sticky.
Ran into an interesting little snag this morning - a client's Drupal site was spitting out "Access Denied" errors for all page loads by anonymous...
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...