Read Code snippets. /More code In this post I drop small code snippets that I’d like to share with you, but are too small to require an entire... Read on
Read mobileConsole – JavaScript console for mobile devices. /More code When developing in JavaScript, I always get a little annoyed about the lack of a debug console on iOS. And when I say... Read on
Read Prime. /More code Prime (progressive/responsive image enabler) is a JavaScript script (still in development) I wrote, that allows for... Read on
Read Check if element is visible. /More code Small script I wrote that does some rudimentary checks to see if an element is visible in the current view (viewport) of... Read on
Read jQuery – Looking ‘under the hood’. /More code Something I stumbled across when I wanted to hook into all my custom $.event.trigger(); jQuery events, to see what was... Read on
Read WordPress manual maintenance mode. /More code Updating your website can take some time, and while you do it, a maintenance notice is always better than a... Read on
Read Progressive responsive images. /More code Update: prImages has been superseded by Prime In my quest to optimize websites for loading performance, I was intrigued... Read on
Read Limit integer to min & max. /More code I wanted to share this dead-simple yet very useful JavaScript snippet I created, with which you can make sure an integer... Read on
Read Collision prevention using jQuery. /More code I was building a graph with Flot.js and wanted to display descriptive labels, placed above some vertical lines inside... Read on
Read Momentum scrolling using jQuery. /More code tl;dr? Click here. Momentum – or inertial – based scrolling is one of the fairly ‘new’ phenomena... Read on