What is Javascript and some must watch tutorial videos

In this post, i will briefly try to explain what Javascript is all about and will point you to some interesting videos which you should watch if you are a newbie into the world of Javascript.

Professional-Javascript-Programming

JavaScript is a scripting language most often used for client-side web development. This means it runs on your visitor’s computer and so does not require constant downloads from your web site. One most important thing to remember is that Javascript and Java are not the same.They are two completely different computer languages. Its just that Javascript has the mention of Java in it. Almost all the web browsers have built in support for Javascript. This means your javascript code will run on the browser of your website visitor everytime he/she visits your page provided they have Javascript enabled on their respective browser.

Because JavaScript code can run locally in a user’s browser (rather than on a remote server), it can respond to user actions quickly, making an application feel more responsive. Furthermore, JavaScript code can detect user actions which HTML alone cannot, such as individual keystrokes. Applications such as Gmail take advantage of this: much of the user-interface logic is written in JavaScript, and JavaScript dispatches requests for information (such as the content of an e-mail message) to the server.

Although, there are multiple books and free online resources available for learning JavaScript, i would suggest viewing these videos from the Senior  JavaScript Architect at Yahoo and creator of JSON, Douglas Crockford.

Douglas in these four videos mentioned below, provides a comprehensive introduction to the JavaScript Programming Language. A must watch for anyone planning to learn Javascript.

Please see that sometimes Yahoo Videos says ” Sorry! This video is no longer available on Yahoo! Video. “ Try refreshing the link again in case of such an error.

If you know of any good videos on Javascript, do drop in your comments and share the same with other readers.

Resources: Wikipedia
About.com

Flickr

Also read: Create Professional Business Logos for Free

What’s your IP Address?

Google Code University: Learn programming the Google way

You can also follow me on Twitter at http://twitter.com/vaibhav1981

Do stay tuned to Technofriends for more, one of the best ways of doing so is by subscribing to our feeds. You can subscribe to Technofriends feed by clicking here.

Cheers

Vaibhav

You have already tagged this post. Your tags:

Origianl story:

Valid XHTML 1.0 Strict