What Are Content Types and Fields?

Common Drupal Terminology for 2020

Submitted by Chris McIntosh on October 17, 2015

One of the first things that can confuse most new users of Drupal or any CMS for that matter is Content Types or in Wordpress Post types.

WebForm2Sugar

WebForm2Sugar

Submitted by Chris McIntosh on October 16, 2015

In our last post, I talked about using Webform and Webform Protected Downloads in order to create a lead capture form for your website.  In this post, we will talk about connecting your Lead capter form to SugarCRM in order to keep track of all of those leads in a system developed around Marketing to leads.  You will need to download the Webform2Sugar module and you will need to already have a SugarCRM site installed, you can use the Community Edition or the Enterprise Edition of SugarCRM for this.

Create Download Capture Forms in Drupal 7

Create Download Capture Forms in Drupal 7

Submitted by Chris McIntosh on October 15, 2015

One of the most useful tools for building inbound leads and engaging with potential customers is the Capture form.  This is a simple utility that is used in order to get a customer to provide details about themselves in exchange for a download of some sort.  The download could be a PDF, an application, or image.  Regardless of what it is this can be accomplished pretty easily using Drupal 7's Webform module and the Webform Protected Downloads module.

Getting Started with Agile and BDD

Getting Started with Agile and BDD

Submitted by Chris McIntosh on October 15, 2015

These days there is a lot of talk about Agile Development workflow cycles and there is also a lot of talk about Behavioral Driven Development(or BDD for short).  The two can seem to be contradictory, but if the techniques from both are applied properly they can yield big savings in development time and help improve the end result code for a site.  In this article, I am going to go over briefly some of the steps that can be used during Agile when you want your development team to use BDD techniques when delivering a product.