NEWMEDIA

Define Text Format in Drupal Migrate Field Mappings

In migrate, defining a text format for a mapped field is fairly straightforward. $this->addFieldMapping('field_about_us:format')

The Singularity is Here

I recently decided to quit jumping from responsive grid to responsive grid in hopes of finding the perfect grid that solved all my problems and filled the

Accessing Field Values in Drupal 7

There are two great ways I've found to quickly access an entity's field values in a Drupal-friendly way. Both of these approaches assume that you already

Google Drive now offers a simple way to save files

Yesterday Google introduced an easier way to save files to Google Drive. For users, it's as easy as clicking a 'Save' button identified by a...

Drupal Migrate: Importing Images

I recently spent quite a bit of time with our friend the Migrate module. Along the way I picked up a few nuggets of knowledge that may save somebody out

Search Krumo–Seconds (if not Minutes) Off your Day

In this post I'm assuming you've used the Drupal Devel module and Krumo to inspect or debug your arrays using dpm() in a more user-friendly manner than

Using the PHP-Drupal Textmate Bundle to Automatically Apply Coding Standards

When contributing to an open source project as large as Drupal, it's important to comply with the community's coding standards for a variety of reasons:

Accessing Field Values in Drupal 7 Using field_get_items()

There are two great ways I've found to quickly access an entity's field values in a Drupal-friendly way. Both of these approaches assume that you know the

Improve Your SEO for Events by Adding Rich Snippets

When google indexes a website, it does its best job to try and interpret and categorize the type of data it finds so that...