| JavaScript |
| JavaScript is typically used as a
client side scripting language to enhance the functionality of a
web page. It adds to the simple presentation of HTML by including
functionality such as dynamic menus, cookies, form validation and
much more.
JavaScript is at the center of one of the hottest development techniques
around in web development today, AJAX. This provides an asynchronous
environment in which data can be requested from a web browser. In
short this makes it possible to deliver highly efficient, responsive
web applications that rival the performance of traditional desktop
applications.
|