Archive for March, 2006

How JavaScript Crossed the Chasm

Monday, March 13th, 2006

Until couple years ago, doing anything more than simple form validations or image mouseovers with JavaScript was considered drudging work. Not many people understood or appreciated this small but very powerful language that run on our browsers. It wasn’t even seen as a serious programming language. Fast forward to today suddenly it is the new cool thing. People are writing Drag and Drop User Interfaces that can edit graphics and save your data on the background.

So, what happened? This is very amazing. Today almost nothing has changed about the underlying technology but suddenly our thinking has shifted. JavaScript is not seen as a hack any more. People are now making very complex applications with it. JavaScript is not ugly any more. There are beautifully written libraries that can do powerful things. JavaScript is not a light language any more. The most exciting web applications written today use it extensively.
(more…)