Looking at the winners of the JS1k competition I really can’t see how some of the entries have been produced! 1024 bytes goes a long way in JavaScript.
Tag: JS1k
JS1k: Original source
Here’s the original source code for my entry into JS1k for anybody who wishes to see how the simple particle demo was created.
JS1k: JavaScript Optimisations
How much functionality can you achieve using only 1024 bytes of JavaScript? Quite a lot it seems, you just have to slim down the code.
JS1k: Smaller is Better!
The Twittersphere has been buzzing about a (literally) small JavaScript competition. Thought I’d give it a try and see what materialised. Great fun!