Skip to main content
Jan 01, 2015

Drupal Issue Tracker, Chrome App

Yesterday I released a Chrome application to provide a simple method for keeping track of Drupal.org project issues. Take a Drupal.org issue number (the node ID) and add it to the app. It will then utilize Drupal.org's REST APIs and keep track of the issue.
#chrome app  #drupal
Dec 01, 2014

Responsive Media YouTube CSS

Make the Media: YouTube module responsive friendly with this tidbit of CSS. This snippet provides a responsive solution but doesn't force it to be full width (it will respect the width set on the elements.)

#drupal
Jun 12, 2014

Keep Calm and Clear Cache

Drupal is great at a lot of things, one of those being the feeling of your head banging against the wall. Drupal can lead to some headaches when things just do not work right. Troubleshooting and debugging in Drupal doesn't have to be difficult, however. Yet, for some reason, every article I've ever found goes in too deep.
#drupal262  #drupal
Apr 16, 2014

Making Drupal compatible with Internet Explorer's Compatibility Mode

Internet Explorer is a deadly trap for web developers. In fact a good amount of time is allotted to just ensuring a website's experience is uniform across different versions of the browser. The problem plaguing Internet Explorer is that each version has generally been released alongside a new iteration of the Windows operating system.
#drupal  #internet-explorer
Apr 11, 2014

Changing the Drupal theme based on path

When using Drupal we all know there are two themes: default and administrative. By having two different themes site managers have a better user experience by knowing "this is public," and "this is administrative." It also proves beneficial to have specific administration themes due to the kinds of content and forms that a site manager has to interface with.

#drupal  #drupal administration
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