Skip to main content
New book · out now

Understanding Drupal: A Complete Guide to Caching Layers

A deep, practical tour through every caching layer in Drupal — from the render cache to chained fast backends.

Get it on LeanPub
Understanding Drupal: A Complete Guide to Caching Layers — book cover
Recent writing RSS feed →
Dec 17, 2012

jQuery Accordion FAQ

Frequently Asked Questions (FAQ) pages stink; they are ugly and it can be hard to simplify them.  The only way I've seen is condensing the page to just as much information the user needs at once, then providing them with what they need.
#accordion-faq  #jquery
Dec 15, 2012

Drupal Commerce FedEx

We all can love Drupal, and we can just as equally hate it. Often times we find ourself scouring the Internet looking for solutions to our problem, hoping to at least.

#commerce  #drupal  #tutorial  #drupal-commerce
Dec 11, 2012

Social Icon Widget

We all want to show off our social networks on our blog or website, especially our clients. Businesses need to have a profile on all major services in modern markets, and it is not hard recreating this multiple times; but, it can be annoying.
#php  #plugin  #social  #wordpress
Dec 06, 2012

fbAlbum 1.0.3

So I just worked on my second WordPress plugin: fbAlbum. My first implementation of fbAlbum allowed you to take a Facebook Page album URL and paste it in a shortcode to display all the images. The new release, 1.0.3, adds a widget feature. Go ahead and check out the plugin page.
#facebook  #plugin  #wordpress
Dec 06, 2012

Mobile Developer Apps

It's a mobile world, and the same is expected of developers. You cannot always be next to a computer, but you can take steps to help solve a crisis without ruining your day.image

#apps  #mobile  #web
Nov 29, 2012

Secure and Harden WordPress

WordPress is a great piece of software supported by a large open source community. It is quick to deploy, easy to configure, and easy to use. When it comes to simple content management, WordPress is the way to go. However, some of us have had the unfortunate event of getting our WordPress site hacked or defaced.
#security  #wordpress  #xss
Nov 25, 2012

gCal - A Google Calendar

Recently at work I developed a quick and dirty Google Calendar plugin for WordPress called gCal. In all simplicity, it needed to grab the public calendar XML file, parse it, shoot out a list and provide event details in a JavaScript modal popup.
#google  #plugin  #wordpress
Nov 23, 2012

Optimize your website

Watching file sizes and following coding standards are only one simple way to optimize your website. Proper HTML will ensure you page is processed as smoothly as possible, but does not mean a major speed boost.
#apache  #google  #web
Nov 23, 2012

jsFiddle for your debugging needs

We all love JavaScript and what it can do, especially the various frameworks created to make the life of a developer easier. However, with scripting comes debugging, and debugging can take a lot of time.
#css  #javascript  #jquery  #tips