Blog

Creating a blog archive with Views Accordion is a quick way to get expand/collapse functionality into your archive. This tutorial will get you there in 4 steps.
A lot of time gets spent on designing for the end user. This is a necessity but what often gets neglected is the people who administer content.

Finding the balance hiring a Drupal development team quickly and being confident in their abilities can be challenging. We wrote an eBook to help quickly vet your prospective Drupal developers. 

Drupal's theme system can be a bit intimidating the first time you step into it. I’ve found this little snippet trail to be really helpful for me to get a jump start on the process.
Understanding how social business platforms can benefit your consumers.
How we migrate old systems into Drupal.
I’ve had several recent projects where I wanted the user to be able to create a node but with one of the fields set by default based on a URL parameter. So here is the snippet for that.
 
First, use a form alter hook to pull the value from the URL.

I spent several days creating a rapid site deploy script and since have made modifications and improvements to get it to where I usually expect my sites to start.

A code snippet to generate a CSV File in Drupal 7.
A handy little snippet for removing a file from Git without deleting it.