Read Check if element is visible. /More work /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 work /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 Collision prevention using jQuery. /More work /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 work /More code tl;dr? Click here. Momentum – or inertial – based scrolling is one of the fairly ‘new’ phenomena... Read on
Read The Stig Generator. /More work /More concepts Once again, a generator. Based on an idea that was lying around for ages: a generator that generates random Stig facts... Read on
Read Debouncing events with jQuery. /More work /More code For a thing I’m working on, I needed a ‘debounced‘ resize event, as the $(window).resize event keeps... Read on
Read Smeetsmakelijk.nl. /More work /More concepts Sinds de lancering van Voetbalcliche.nl en opdekant.nl, waar respectievelijk de wereld van het voetbal- en... Read on
Read Mouseover (hover) on touch devices using jQuery. /More work /More code Links with mouseover (or hover) styles on touch devices are a bit of a dilemma. In short: they don’t really exist... Read on
Read iScroll + jQTouch: a semi-unobtrusive way. /More work /More code As I am still developing webapps for iOS, I keep coming across problems needing a fix. As webapps are still quite... Read on
Read jQTouch on iPad with minimal modifications. /More work /More code Right, time for a slightly more nerdy post. As I was looking for a simple way to make my jQTouch webapp iPad ready... Read on