Photos + Location + Tagging + Instant Sharing + Comments
Category Archives: Elsewhere
Droparea – HTML5 drag & drop image file uploader jQuery plugin
Javascript Game Development – The Game Loop
One of the most important parts of a game engine is the so called “game loop”. It is the central piece of the game’s engine and is responsible for trying to balance running a game’s logic, and executing its drawing operations This article explains on how to create such a game loop yourself, without blocking …
Continue reading “Javascript Game Development – The Game Loop”
iPhone Controlled HTML5 Logo and Color Cube
How to Create a Lifestream with Google Reader
Twitter Address Bar Search
jQAPI – Alternative jQuery Documentation
The jQuery documentation is great, very complete, nicely written and with a lot of examples and demos. The only thing that bugs me is the way we have to find the right documentation for what we search for. Try to search for the .is() function for example. Over 100 matches before the actual function I …