INTRO


A website is the fastest, cost efficient and the most informative medium of the current era.Website is a strong marketing tool, which can help popularize a business or institutions. This site provides you useful notes related to web designing for starters and Web design Downloads...

Friday, May 10, 2013

JavaScript - Short notes

These days, knowing how to use JavaScript is becoming a necessity for HTML Programmers. Especially with the introduction of dynamic html, which relies on it.

 JavaScript, originally supported by Netscape navigator is the most popular web scripting language today. JavaScript lets you embed programs right in your web pages and run these programs using web browsers. You place these programs in a <SCRIPT> element, usually within  the <HEAD> element. If you want the script to write directly to the Web page, place it in <BODY> element.

Despite its name, JavaScript is different from Java both in syntax and in use. Java is a separate language that you compile to create bytecode files, and those files, which the browser can run, are stored separately from web pages. JavaScript, on the other hand, is stored directly as text in the web page, making it very easy to work with. 

JavaScript is an object-oriented language . In fact using objects makes JavaScript programming tremendously easier.

No comments:

Post a Comment