English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

yes

2007-04-09 06:39:09 · 8 answers · asked by anandan k 1 in Computers & Internet Programming & Design

8 answers

A programming language, mostly (but far from exclusively) used inside webpages to perform dynamic actions (such as the fading away of points awards on this site, or to stop a form submission from continuing if errors are detected).

JavaScript interpreters can be found inside many web browsers including Internet Explorer, Firefox and Opera. From http://www.getfirebug.com/ you can download a high quality JavaScript debugging tool for Firefox (which lets you type JS into a window and see it execute immediately).

A good language reference and tutorials can be found at http://developer.mozilla.org/en/docs/JavaScript while http://developer.yahoo.com/javascript/ has some more useful resources.

2007-04-09 06:41:56 · answer #1 · answered by David D 7 · 1 1

JavaScript is a scripting language used in many websites. A scripting language is a language, which is easy and fast to learn. So is this reference. A scripting language is interpreted in run-time. It is not compiled like other languages as C++, C#, VB.NET etc. JavaScript is a client side language and it runs on the client browser. Netscape developed it and because of its simplicity it is one of the most known scripting languages. However JavaScript can be also used on the server-side. JavaScript can be used on all most known browsers. It can be easily used to interact with HTML elements. You can validate text fields, disable buttons, validate forms, or change the background color of your page. All this is possible with JavaScript. Like each programming language, it contains variables, arrays, functions, operators, objects and much more which can be help you to create better scripts for your pages. On the server side you can use JavaScript for example to manage your database entry. JavaScript code can be inserted directly in the HTML or you can place it in a separate file with the .js extension and link the web page with the .js file.

Usually web-designers design pages and coders code applications. However with JavaScript a designer has the possibility to create a client side application with very less efforts. He can easily create some kind of dynamic pages – i.e.: you can easily show a prompt box and asks the user to enter his name whenever the page loads for the first time. He can then use the entered value to create a welcome string. These procedures are called events. Events can be used and called when something occurs – like loading the page for the first time. You could also write another event which is called whenever the page is closed. JavaScript is also mostly used to validate text fields. For example in asp.net you have the possibility to validate your controls with some validator controls. These validator controls are basically nothing more then a JavaScript file. This validation can be easily written with JavaScript to verify if a text field is empty or not.

2007-04-09 07:12:26 · answer #2 · answered by Anonymous · 0 0

you're taking a classification and you could desire to verify Javascript? Then do no longer ask for an entire answer. Your instructor will probable be waiting to tell newbie code from professional code. All you could desire to do is study the thank you to write down a loop and use an "if" assertion with a modulus operator.

2016-12-15 20:27:23 · answer #3 · answered by ? 4 · 0 0

The book to learn it:

Learn Advanced Javascript Programming (Paperback)
by Yehuda Shiran (Author), Tomer Shiran (Author)

2007-04-09 08:28:55 · answer #4 · answered by fjpoblam 7 · 0 0

thank u for ur interest in javascript. java script is an scripting language which used in web authoring. It is more like an programming language which is very easy to learn . If u have a background of C.S , u will farely be a good script programmer. but don't be hesitate if u r not that it is easy 4 everyone. I will suggest u to surf www.w3schools.com for learning javascript or mail me

2007-04-09 06:54:49 · answer #5 · answered by Mizanur R 2 · 0 2

Go through JavaScript Bible. its available on net

2007-04-09 07:02:56 · answer #6 · answered by sateesh 1 · 0 1

Try Google Thing or wikipedia

2007-04-09 06:44:31 · answer #7 · answered by Kush!! 2 · 0 3

http://www.w3schools.com

Can teach you javascript.

RJ

2007-04-09 06:44:56 · answer #8 · answered by Anonymous · 0 2

fedest.com, questions and answers