The technology of the web is maturing. However slowly and clumsily, it is maturing. The web of today looks nothing like the web of ten years ago. Most notable are the advent and widespread adoption of Web Standards, and more recently the mushrooming popularity of JavaScript due largely to Web 2.0 mania.
The trouble though, is that almost nobody knows how to program in JavaScript. Relative to the number of web designers out there (those who only know HTML and CSS) there are very few front-end web developers (those who know HTML, CSS and JavaScript). And this isn’t wild hand waving. I know it to be true because I do a lot of interviewing of potential candidates where I work. Nearly everyone that I meet says flat out, “I don’t know JavaScript.” And those that say they do, admit to only being able to work with existing code, i.e. changing a value here and there. Very few can code applications from scratch. Yet that’s exactly what’s needed, which means there’s a shortage of qualified people.
You may be thinking, “isn’t JavaScript something better left to real programmers?” The answer is a resounding no! First of all, JavaScript programmers are real programmers. This ain’t 1996, and this ain’t your daddy’s JavaScript. Things have changed over the past ten years, a lot. Secondly, good programmers specialize. Simply put, the more time you invest in understanding the ins and outs of JavaScript, the better you’ll be at it. JavaScript is actually unique from other programming languages in that it’s implemented across a slew of competing browsers (it’s the only browser scripting language available) and is deployed across more computers than any other programming language could ever dream. The very fact that competing browser makers write their own implementations of JavaScript means there will be differences. Knowing those differences and the inevitable quirks that each implementation has is a definite asset to any aspiring JavaScript Code Ninja. To say nothing of the time, hassle and security risks that knowledge will save you.
So if you’re interested in jumping onto the JavaScript bandwagon, here are a few things to remember:
Now get coding!
–30–
Read more from the archive.