Skip to main content
New book · out now

Understanding Drupal: A Complete Guide to Caching Layers

A deep, practical tour through every caching layer in Drupal — from the render cache to chained fast backends.

Get it on LeanPub
Understanding Drupal: A Complete Guide to Caching Layers — book cover
Recent writing RSS feed →
Mar 17, 2014

Custom custom Drupal entity view modes (without the bloat!)

When it comes to Drupal I love entities. Entity display modes provide simplicity in managing how your content is displayed. I used to be hardcore "Fields only" when it came to using Views and displaying content.

#drupal  #entity
Jan 25, 2014

Sublime Text 2: Drupalized

For quite a long time I used Aptana as my development IDE; but, as time went on I found it quite bloated and extra features I didn't need. So I gave Sublime Text a try since it's all the rage by those who use it. Sublime Text is amazing because it's so simple, yet extendable.

#drupal  #workflow
Dec 17, 2013

Drupal 262: Breaking Down Drupal

Last Thursday we had our second Drupal 262 user group meeting on "Breaking Down Drupal." The goal of the meeting was to simplify and explain all of the terminology found in Drupal: regions, blocks, menus, nodes, taxonomy, and users. I'm posting a link to the slides that were presented that helped tie everyhing together.

#drupal262  #drupal
Dec 15, 2013

Responsive menus for Drupal just got easier

Earlier today I created a new sandbox module on Drupal.org called "Omega Responsive Menu," and although I have Omega in the title, it should be theme agnostic. The reason I called it Omega Responsive Menu is due to the fact I built it for all the Omega 3 sites I have had to work on.

Nov 30, 2013

Migrating WordPress to Drupal

Right now two of the most popular open source content management systems are WordPress and Drupal. WordPress is very simplistic and easy to roll out, which is why there is nearly 80,000,000 websites using WordPress. Then you have Drupal which is a more robust content management system that needs a little bit more love to get things moving.

#wordpress  #drupal  #migrate
Nov 10, 2013

Facebook Albums 2.0.5

After a few months I decided to give Facebook Albums some love. With 2.0.4 I implemented WordPress's caching mechanism to cache Facebook API responses for better performance. Will it never occurred to me about clearing said cache if the widget or that post updates.

#facebook  #wordpress
Nov 10, 2013

Flat Style CSS Forms

When I relauched my website I went on the flat and thin design bandwagon. I also took the same approach and crafted up a CodePen of a form utilize flat design.

#css  #design