Danny Englander Homepage Home

Danny Englander: software engineer with a passion for learning something new every day

Blog Posts

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.

Drupal 7 Preprocess Tricks: Tips From a Themer

In the course of a day as a Drupal Themer, I need to code a wide variety of functionality into a given site I'm working on. I try to follow Drupal best practices as well and this usually means implementing theme preprocess functions; these become key to a Themer's toolbox.