Last Updated: 8-17-96

The Internet has developed special programming languages for maximum flexability. These programming languages will be covered here with examples and links. Please select the language you would like to research:
E-Mail Comments & Suggestions To Joe Turgeon At:
jturgeon@isd.netGo Back To The WWW Virtual School: Internet Homepage
Perl is a UNIX operating system standard programming langauge that is a server-side interpreted langauge. Perl is most known for its use in CGI-BIN programs like: counters, comment forms, and form interfacing.
Go Back To The WWW Virtual School: Internet Programming Homepage
Java is a widely used Internet programming language. Unlike JavaScript or VBScript, Java is a compiled langauge and is not a scripting language that is in-line with HTML code.
Java Homepage (Sun Microsystems)
Go Back To The WWW Virtual School: Internet Programming Homepage
JavaScript is Netscape's Internet programming language. JavaScript is an incredibly powerful, but easy scripting language. Microsoft now has a version of JavaScript called JScript along with it's VBScript. The Microsoft Internet Explorer 3.0 can interpret VBScript and JScript.
The Unofficial JavaScript Resource Center
JavaScript Resources: A Netscape 2.0 Enhanced Cheat Sheet
Go Back To The WWW Virtual School: Internet Programming Homepage
VBScript is the Internet programming language developed by Microsoft as its competitor to Netscape's JavaScript. VBScript is a scripting language that models its commands after Visual Basic. VBScript is interpreted by the Microsoft Internet Explorer browser.
Go Back To The WWW Virtual School: Internet Programming Homepage