Web Development,
JavaScript, jQuery,
HTML and CSS stuff.
"JavaScript is the world's most misunderstood programming language."
- Douglas Crockford

Latest Updates

JSON to HTML Recursive Templating

Posted on august 19th, 2009

Javascript function to build recursive nested HTML list with JSON data such as a file tree. It is fast because it is pure string processing, no DOM manipulation. rSupplant is the codename.

jscompare.com

Posted on december 15th, 2008

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

Testing For Equality In JavaScript

Posted on october 20th, 2008

I've come up here with a solution to compare recursively any type of data in JavaScript. Very useful for test suites' assertions. This is the function behind the same API that is available in QUnit. Visit the download page.

All code and content by Philippe Rathé is licensed under a Creative Commons Attribution 2.5 Canada License (unless otherwise mentioned).
Creative Commons License