A Beginner's Guide to JavaScript by Rajesh Vijayakumar & Devi
S Nadh
If you like this site, please help me get a free iPod. Click here to sign up at http://www.freeiPods.com. To get a free iPod yourselves, participate in any one offer and then get 5 of your friends to sign up also. As far as
I know, this site is legitimate, but you will definetly get spammed in exchange for the iPod. Articles about freeiPod.com:
wired.com geek.com |
What is JavaScript?Javascript can be thought of as an extension to HTML which allows authors to incorporate some
functionality in their web pages. So now, whenever the user presses the SUBMIT button, you don't necessarily have to invoke
a cgi script to do the processing. If it is something simple, you can do the processing locally using Javascript and give
back the results. Javascript can also be used in a number of ways to spice up your page.
Who is the beginner?No, it's not you. It's me. By the title, all I meant was that this is my Guide to Javascript.
I have just started studying Javascript and this is my way of doing it. Just thought I'd warn you...
As I learn Javascript, I'll be constantly improving this web site. So if you don't find anything of interest here now,
please do come back later.
Whom this page is forIn its present form, this page is for the absolute beginner to Javascript. Some knowledge of
HTML is assumed. For more information on HTML, check out my Links Page. Further on, familiarity with C++ will also be useful
since these two are somewhat similar in syntax and also because Javascript is Object Oriented.
The Tips page contain some very simple but useful Javascript samples along with explanations. You can use them without knowing much about
Javascript. On the Examples page, the code is somewhat longer(around 15 to 25 lines each). This page is still under construction but most of the things work.
On the Links page, you will find links to lots of Javascript related resources on the web and if that's not enough, you can buy a couple of
Javascript books from the BookStore. I would recommend Javascript Bible by Danny Goodman.
something more
 |
JavaScript is the scripting language of the Web!
In our JavaScript tutorial you will learn how to write JavaScripts and insert them into your HTML documents,
and how to make your pages more dynamic and interactive.
Start learning JavaScript! |
Learn by 100 examples! With our editor, you can edit the source code, and click on a test button to view the result.
Try-It-Yourself!
Test your JavaScript skills at W3Schools!
JavaScript Quiz!
At W3Schools you will find complete references of all JavaScript objects and the HTML DOM objects.
JavaScript Reference
JavaScript Basic
Introduction This chapter is a short introduction to JavaScript. It explains what JavaScript is, and how it works. It also explains
what you can do with JavaScript.
How To This chapter will teach you how to put a JavaScript into an HTML document, and how to handle older browsers.
Where To This chapter will teach you where to put a JavaScript into an HTML document, and how to use external scripts.
Variables This chapter will teach you how to write and use variables in JavaScript.
Operators This chapter will teach you how to use the operators in JavaScript.
Functions This chapter will teach you how to write and call functions in JavaScript.
Conditional statements This chapter will teach you how to use the if..else and the switch statement in JavaScript.
Looping statements This chapter will teach you how to loop in JavaScript.
Guidelines You should read these guidelines before you start scripting.
Core JavaScript Objects
JavaScript Examples/Quiz
JavaScript Examples Lots of JavaScript Examples !!!
JavaScript Quiz Test Test your JavaScript skills !!!
Product Spotlight
FREE Charting Download! .netCHARTING is pleased to announce that a fully functional developer version of our cutting edge ASP.NET charting solution
is available for immediate download.
Want To Be A Web Master?
If you want to be a Web Master, you will have to host your web site with an ISP (Internet Service Provider).
Redstation, founded in 1998, provides fast, reliable, feature-packed web hosting accounts; from a single web hosting package
costing just £59 per year to a high-performance Dell dedicated server.
Web hosting accounts include access to the Redstation Control Panel allowing real-time administration of every aspect of
your website and email configuration - 24 hours a day, 7 days a week.
Redstation operates one of the fastest internet connections in the UK with more than 200Mbits of available bandwidth. Combined
with multiple enterprise class firewalls your website is in safe hands with Redstation.
Visit Redstation
We Help You For Free. You Can Help Us!
Jump to: Top of Page or HOME or Printer friendly page
What Others Say About Us
Does the world know about us? Check out these places:
Google Yahoo Alta Vista MSN Lycos Excite Ask Jeeves HotBot
W3Schools is for training only. We do not warrant the correctness of the content. The risk of using it remains entirely
with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright 1999-2005 by Refsnes Data. All Rights Reserved.
-Urs Jkarthik |