Remixing Noon

This is really cool: take the whole oevre of one author and build a sentence using Markov Chains based on two starting words. The picture above is a visualisation of the choices made. The whole forest had been anesthetised, her temples wired, her senses stimulated, her eyes were not on Eva, not on Eva, not …

On Responsive Layout and Grids

For those who often enquire about my responsive grid “solution” — it’s about 10 lines of code. Not a problem that keeps me up at night Tried a grid-based approach in a site that’s about to launch any time soon but found it conflicting with the mobile first idea: I’d be undoing the grid’s CSS …

Don’t Be Afraid To Teach Interactions

A couple of weeks ago, I was using the latest version of the Rdio app and realized that I had no idea how to put a song into a playlist. After hopelessly tapping around, I got a bit annoyed and posted a tweet asking if anyone had figured it out. But then I thought about …

Shadow DOM introduction

Shadow DOM is incredibly powerful. For the first time ever, we have proper encapsulation without the extra baggage of <iframe>s or other older techniques. Shadow DOM is certainly complex beast, but it’s a beast worth adding to the web platform. Spend some time with it. Learn it. Ask questions. I first got introduced to Shadow …

The Gradient Chart

Handy tool/methodology to decide if you should make a responsive site, or build a separate mdot-site. Review the tasks that users want to perform on Device A. List them in priority order. Repeat for Device B. Put the two lists next to each other, and draw lines connecting identical tasks. Depending on the steepness of …

Snappy & User Friendly Dropdown Menus

At every position of the cursor you can picture a triangle between the current mouse position and the upper and lower right corners of the dropdown menu. If the next mouse position is within that triangle, the user is probably moving their cursor into the currently displayed submenu. If the cursor goes outside of the …

Tiny Tiny RSS

Update 2013.03.18: Just took Tiny Tiny RSS for a spin. It works as advertised (it collects your feeds and you can stroll through them), but I found it not that great (the concept of the reading pane just doesn’t work, some frontend bugs, couldn’t get the authentication plugin to work although it was enabled, etc.). …