Scripting Languages
HomeHTAJScriptJavaScriptPHP
Main Menu Home About Me Login Forum JXtension News Scripting Languages Tools Dictionary Encyclopedia Thesaurus Weather Wikipedia Entertainment Apple Movie Trailers ComingSoon.net Games IMDB.com TV.com TV Guide Old Sites Avatar Dragon Ball / Z / GT ReBoot
HTA

HTA's are applications produced from HTML code.  In fact, HTA stands for HTML Application.  In addition, these applications can include JScript, VBScript, and CSS code.  It is important to note that HTA's are only for Windows-based PC's.  Click here to learn more about creating HTA's.

JavaScript

JavaScript is the main scripting language which allows web pages to dynamically display content.  The code follows the syntax found in C++ and Java.  JavaScript could easily be considered one of the top scripting languages as far as web development is concerned.  Click here to learn more about JavaScript.

JScript

JScript is a scripting language for Windows-based PC's that is based on JavaScript (or ECMAScript).  JScript allows the developer to view and manipulate the client PC's file system.  To learn more about JScript, click here.

PHP

PHP is a server-side scripting language for displaying web pages.  PHP allows the developer to create reusable code that can be referenced by any other PHP page.  The syntax of this language is similar to that of C++.  To learn more about PHP, click here.

External Resources

Related Search Results

  1. JXtension - A Small, Yet Powerful JavaScript Library:
    JXtension is a small, yet powerful JavaScript library.
  2. JavaScript - Dynamically Changing Links:
    Illustrates how to dynamically change links using JavaScript.
  3. JScript Example - Calculating 2^4194304:
    See how you can attempt to calculate an extremely large number with JScript.
  4. Wormbites 2008 (Desktop Version):
    The ultimate Snake game with multiple brain-teasing levels. You can also custom design you own levels.
  5. From JScript Arrays To VB Arrays:
    Learn how to convert from a JScript or JavaScript array to a VBArray.