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

I am going to take a computer class next year and it says it specializes in java script...what can i do with that knowledge

2007-03-17 18:30:31 · 4 answers · asked by Sean O 1 in Computers & Internet Programming & Design

4 answers

A lot, actually.

You can use Javascript combined with DOM to make interactive documents. All those dropdown/roll-down menus are Javascript manipulating Document Objects.

There are GRAPHICS games that's made in Javascript. Not that many, but a few. I think someone actually made a Wolfenstein 3D clone in Javascript. :) (Not that many levels, but it's real 3D in a browser!)

The language is also a decent starting point to other stuff, like true Java and JSP

2007-03-17 18:37:37 · answer #1 · answered by Kasey C 7 · 0 0

Javascript is a platform independent program which you can use in your HTML files. You can do lots of useful things to spice up your visitors view experience. While an entire site can be built on JS, most people use the scripts with HTML for nifty utilities, like, feedback form verification, showing current date, image change on mouse-over links etc. You will get millions of free javascripts for your web site provided by thousands of web sites. Just search for "free javascripts" in yahoo, and you will find them all. Just cut-paste the code in the desired section in your HTML and you are ready to go!

2007-03-18 01:42:45 · answer #2 · answered by Subhendu S 2 · 0 0

java script is used for client side checking. for eg: if u are going to login a page then it ask for username and password.it also has condition like the password is not more than 8 characters... if u type more than 8 characters in it then it will show a text msg to warn u.... this code is written in Client side not in the server. for such application java script is used.

2007-03-18 05:09:54 · answer #3 · answered by Jeera 1 · 0 0

It's mostly use for web development along with another language such as HTML.

2007-03-18 01:35:07 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers