Front-end engineer with a passion for learning something new every day

Welcome to my blog

Web development, Drupal, front-end technologies, musings, et al...

Blog posts - Page 6

  • Features + Drush = Drupal Goodness

    It's hard to believe I've been using both Features and Drush for a few years but didn't know you can create, update and manage your features all with Drush.

  • Implementing HTML5 Image Captions with Drupal 7

    I've been pretty busy these days with a few different projects and a number of them required a user friendly way (editors not needing to know how to code) of implementing captions for images within content areas.

  • Eclectic but Useful Drupal Modules

    An overview of an eclectic mix of modules I've found really useful lately for some projects I've been working on with a few examples and use cases.

  • Designing a Responsive Lightbox Photo Grid Gallery for Drupal 7

    Lately, I've been designing and developing photo galleries for both clients and myself. I thought it would be nice to share some methods and practices that I've learned. This tutorial will focus on creating node photo grid galleries that can either be stand alone or attached to other content types.

  • Custom Taxonomy Pages with Drupal Views Using Selective Overrides

    Drupal 7 has an option to turn on a default View for Taxonomy term pages via the contrib module, Views. This is generally pretty good but if you want highly designed pages with additional custom fields than what the default view renders, you could simply update and customize this view but there's a few drawbacks.