Recent Posts

Link Sanitation

Sometimes when working on a client’s site, you might be tasked with trying to capture all out bound links as what we call “external links” and display a confirm message to the user...

read more

Let’s Talk JS Markup Templates

So today I wanted to spotlight a neat JS library I found while doing some client work called Markup JS by Adam Mark: https://github.com/adammark/Markup.js/ What is Markup JS? Well to answer that question,...

read more

Rigging and Animating 3D Weapons

I’ve added yet another tutorial on how to rigg weapons and animate them with first person hands to the inter-webs today. Enjoy! The oil is easy to use – all you need to do is apply it on the...

read more

DOMRelocator Helper for Responsive Design

This is a nice little snip I created when in a bunch with a client who needed a DOM part to be higher up in the source order at particular break points, but not higher up in the source order under other...

read more

Creating Magento Orders Programmatically

Sometimes you just want to have the ability to create orders on the fly that get entered into Magento’s backend like any other normal order would if going through the normal checkout process. In our...

read more