Here is a quick overview of all the pieces you need to add an auto complete extender with a context key to your website project. It is assumed you have…
Of the many http://stackoverflow.com/, blog and android SDK examples a vast majority only demonstrate a single database with a single table. I have seen examples a database helpers that are overly…
The W3C is wisely working on CSS Cascading Variables. This is brilliant and definitely needed. I would use CSS variables for things like a DATA URIs of images so web traffic…
Yesterday I drew a grid on a canvas that I will now send to the background. This allows me to do an animation or whatever I want without redrawing the…
The HTML5 canvas element certainly opens a lot of possibilities for web developers. Inspired by Arne @ 23inch.de's JS1K.com submission I thought I would explore the canvas elements capabilities by…