JavaScript Introduction
JavaScript is a scripting language (simple programming language) that enables web designers to add interactivity and dynamically change parts of their site. It can reduce the number of requests and sends between clients and servers thus decreasing drag on bandwidth. Javascript can also be used to control the window, interact with forms, create interesting menus, control layers, and many other things.
JavaScript was originally designed by Netscape in 1995 under the name "LiveScript" to make the newly added support for Java Applets more accessible to non-Java programmers and webdesigners. Once plagued by security flaws and lack of support and debuggers, it has now become the most popular language on the web.(*Note Java and javascript are two totally different languages and should not be confused. Java is a compiled language on tier with C and C++, while javascript is an interpreted language, meaning it needs no compilation before execution.)
Other options to JavaScript could be some of the more high tech programming languages like Java, Perl, PHP, etc. If you do not own the server your site is hosted on, this can be difficult, however, because then you need the appropriate programs installed for the server to dish up content properly. Other scripting languages might be a possibility (VBScript, etc.) JavaScript reduces traffic to and from your server and can even protect your information. If you post your email or other contact information as JavaScript, instead of plain HTML, search bots have a much more difficult time collecting it, so they can spam you.
JavaScript is an ultra-powerful client-side tool that complements HTML programming. JavaScript is a simple, yet powerful language that doesn't require any special software or license. Therefore with a simple text editor and a browser one can greatly improve upon his/her website.
Things to know:
Or enough with the chit-chat: LET'S GET STARTED
