My latest posts

Feel free to browse through my posts below.
(if your interested in code and other boring stuff!)

Pausing YouTube & Vimeo Videos via postMessage

Using postMessage we can communicate with an <iframe> by posting data to it. The data that we would typically post to an <iframe> would be something…

Read more

Move.js

Move.js is a jQuery plugin I wrote that allows you to manipulate DOM elements into different positions on your page. This is incredibly useful…

Read more

jQuery Convert Text into Columns

This is some cross-browser jQuery code I wrote to convert text into columns. The function can convert an article or block of text into…

Read more