Our thoughts

Blog

Make Drupal faster!

Make Drupal faster!

Optimize ImagesImages account for much of the time spent downloading content for a web page.  Optimized images are smaller in size, therefore download faster.  This is especially helpful for…

Read more →
Top 5 Tips for Working with Drupal

Top 5 Tips for Working with Drupal

#1  Don't use generic classes and IDs in your themeThis seems counterintuitive at first.  Naturally you want to name your toolbar "toolbar" and your content "content", but this will …

Read more →
Why you need a Drupal Development Specialist

Why you need a Drupal Development Specialist

Better ResultsWe see it all over the web, development companies that create sites in nearly every language and technology.  Do they really claim to be experts in everything?  How do they fin…

Read more →

Adding a Submit Function to a Webform (Drupal 7)

Most of us use Webform quite a bit to quickly create forms in Drupal.  It comes with a whole lot of features, but what if you need to add an additional step when the form is submitted?When manual…

Read more →

jQuery Scroll Follow Tutorial

Want to have a "block" element move up and down the page when the page scrolls?  Easy.  I'll show you how to get this up and running with jQuery Scroll Follow and Drupal 7.Add the script to …

Read more →

Modal forms with jQuery in Drupal 7

Modal forms are very popular nowadays.  While they can be confusing at times they aren't difficult to set up if you have the right tools.There are several modules available for Drupal 7 that woul…

Read more →

Removing excess CSS in Drupal 7

One of the most time consuming and critical tasks in Drupal development is styling the output.  Drupal modules generally come with a default style sheet which can be both a blessing and a curse.I…

Read more →