Design Signs Like A Boss

I recently completed a large project that involved all the graphic design for the 2015 Drupalcon held in Los Angeles, California. There were many design deliverables. Logos, tee shirts, pins, lanyards, totes, program guides, web design, slideshow templates, and a ton of signage. I learned one very important thing during this adventure, and that was […]
Easy Site Administration for Both Site Builders and Site Admins

Coming up with a way to easily navigate and administer a Drupal site has always been a bit of a struggle. Usually, you’ve pleased the site builders and confused the normal site admins. Or pleased the site admins, but then caused the site builders to pull out their hair in frustration. We like to use […]
Why hire a web development agency

Drupal web development is in high demand. Web sites are becoming more complicated and the use case scenario is always changing. It is not uncommon these days to have a website that is never finished but instead is in a constant flux of feature requests and sprint completions. This can lead business owners and leaders […]
Responsive Images with Foundation Interchange

Having a mobile friendly responsive website is always a good idea. Having a responsive website that loads really fast is even better. Large images are often a bottleneck and the cause of slower page load. A great way to solve this is to serve up different images based on the screen size instead of scaling […]
4 Easy Steps to Configure Drupal to Send HTML Emails

Learn how to configure Drupal to send out HTML emails. Also, learn how to add images and colours to email in order to enhance your user’s experience. We are going to use mail system and mime mail in this tutorial. I will try to keep things simple. Four steps to configure Drupal to send HTML email. […]
Drupal & Bootstrap – Grid System

Imagine this scenario. You add three different blocks in your footer region and the mockups call for them to be side by side. Here are 3 ways to accomplish this Drupal design challenge: Regions Using regions, we could add and create more footer regions and call them Footer first column, Footer second column, third and […]
Building a custom module part 1

This tutorial is written for new Drupal developers or PHP developers who want to learn Drupal. The following are steps to create a simple sample module ,so you can learn and be inspired to contribute your own. We are going to do the following in this tutorial: Create a file structure for a module. Create a […]
Monkey Love

They say that an infinite number of monkeys hitting random keys on a typewriter would eventually create the collected works of William Shakespeare. I am but one monkey on a MacBook. I don’t believe I’ll come close to achieving Shakespeare, but at least I have to autocorrect. I may steal a few things from Shakespeare […]
Is your site mobile friendly?

Be warned! Google is about to shake things up for you, and you may not like it. Starting April 21st, 2015, the mobile readiness of your site is going to affect your search engine rankings. Sadly, many are not taking this seriously. Even though Google has been very clear on its intentions. Starting April 21, […]
Install Drupal 7 With a Foundation Sub-Theme Using Drush

Drupal 7 is by far my favorite CMS to date and Zurb Foundation is currently my go-to theme. Although, I wouldn’t really call Foundation a theme, but more of a responsive front-end framework that you can use to build your themes. Here is how to set up a fresh copy of Drupal 7 and configure […]