Recent Projects
rSupplant
JSON to HTML recursive templating. A generic function that takes a recursive HTML template definition (ul li or div) with customizable placeholders and supplant it with data. Output is a HTML string.
jscompare.com
Web tool to compare any two JavaScript values together. It formats the output and show the differences in case it differs. This is base on the same engine I've made for QUnit's same
same
same is part of the QUnit project which is a JavaScript tests framework. It tests safely 2 or more JavaScript values of any type for equality. Read about what is behind same, it's integration in QUnit and learn the safest way to accomplish this in this article.
Tetris: my first JavaScript project
I had a lot of fun starting a Tetris game to boost my JavaScript skills. The game isn't completed, e.g. no score, no sounds and no "next shape preview", but you can still play. It has been made using CSS/HTML instead of images so you can zoom the page, it will zoom the game also. What's cool is that the shapes set and the board dimensions are totally mutable.
