4369 shaares
This year I submitted a piece to the JS1K competition: "You Are Here". JS1K is a competition for writing JavaScript demos that are no larger than 1024 bytes. This blog post describes some of the tricks I learned along the way: Writing small code Compressing data Using Closure Compiler efficiently to minify the code Using…