Next Entries »
Javascript | Mar 13, 2007
11 comments

Securing your JSON

A week ago Joe Walker posted a note on the insecurity of JSON. I’m using JSON for almost anything so I was shocked a bit by his findings.

read this article

Javascript | Feb 2, 2007
18 comments

Efficient looping in Javascript

While I’m a great fan of Javascript Libraries like Prototype and Mootools, I’m less happy with their iterators. Iterating through a large array just takes ages using Array.each(). I think the most annoying thing with Javascript is that it freezes the browser while it’s being processed.

read this article

Next Entries »