Archive for the ‘Javascript’ Category

Simple MapReduce with Javascript

The best way to understand MapReduce is to actually see & feel it in action. Following is the simplest possible example I could cook… (Gist link)   var Job = {     data : [           "We are glad to see you here. This site is dedicated to",     [...]

Why jQuery.proxy rocks my world!

Its been very recent that I’m seriously looking into Javascript – and trust me, there is no dearth of stuff that can be achieved with purely client side code (HTML/CSS/JS). With the modern browsers churning out best of the breed in JS environments (both headed & headless), everything is going to come to a browser [...]