|
Search for...
Select a Category...
|
|
Scripting Training Courses
Create Web Page Interactivity with Scripting
Scripting languages are lightweight programming languages consisiting of executable
computer code usually embedded directly in HTML pages. Scripts are used to incorporate small programs into
web pages to perform lightweight tasks, like field validation and simple animation. The most popular web
browsers, Microsoft Internet Explorer and Netscape Navigator, support the creation and execution of scripts
in HTML pages. Most client-side scripts found on the Web are written in JavaScript or VBScript. JavaScript
is the most popular scripting language on the internet and is similar to C++, while VBScript is the ad-hoc
choice for those familiar with Visual Basic or Visual Basic for Applications. Selecting a scripting
language is somewhat of a personal choice, depending on your experience with other programming languages. Other scripting languages include Perl, PHP, JScript and Tcl. Regardless of the language you choose, you should learn a scripting language.
|