Skip to main content
[2015-01-01]

Drupal Issue Tracker, Chrome App

#chrome app #drupal
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.
[2014-12-01]

Responsive Media YouTube CSS

#drupal

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.)

[2014-11-27]

Programmatically change the "Add to Cart" line item type

#drupal-commerce
Drupal Commerce has a very interesting "Add to Cart" form. The add to cart form is a field formatter for the product reference field (or even entityreference field.) In a general sense, a node has a product reference field using the "Add to Cart" formatter. What makes it more unique is that this form exposes certain fields from the product entities, but also the line item type being used.
[2014-08-08]

Facebook Albums 3.0!

It's been a long time, but I've decided to work out a new version of Facebook Albums. This will bring it up to speed with any Facebook API changes and WordPress. The plugin hasn't had any real work done since 3.5 came out. The main goal is to provide a better class at handling API interaction and hopefully more functionality.
[2014-07-31]

MySQL Workbench + Vagrant

#vagrant #mysql
I've been using Vagrant at work for a few months now - and I got into it specifically for mimicking our production environment. If you don't know about Vagrant, I highly suggest you check it out. I recently purchased an iMac and I'm utilizing Vagrant VMs for all development. That means I have a few select environments and my machine is bogged down with extra services or dependency issues.
[2014-07-14]

Navbar, made awesome

I just created Navbar Awesome, my latest project on Drupal.org. This module helps take Navbar to a different experience.
[2014-06-12]

Keep Calm and Clear Cache

#drupal262 #drupal
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.