Skip to main content

📘 Understanding Drupal: A Complete Guide to Caching Layers — my new book is out now!

[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.
[2014-04-16]

Making Drupal compatible with Internet Explorer's Compatibility Mode

#drupal #internet-explorer
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.
[2014-04-11]

Changing the Drupal theme based on path

#drupal #drupal administration

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.

[2014-04-09]

An Open Microsoft: Microsoft to open-source more of .Net

#open source #microsoft #dotnet

Ever since Satya Nadella became the new CEO of Microsoft I've been keeping an eye out on the company. I'm not exactly a fan of Microsoft, but maybe he'll be the driving force that can allow the company to compete in the modern market.

[2014-03-17]

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

#drupal #entity

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.