The VBScript Computer Language |
|
The Internet has changed and improved in the past few years. From the
simple static pages that webmasters used to create with the only goal of
making some documents available to potential visitors of their sites, to
the full blown and unique platform that the web has become. The tags of
the HTML language, however diversified, were not enough to display
sophisticated types of documents. Based on this, new languages were
developed to respond to new needs. For its part, Microsoft decided to
transform one of its existing languages for use on the Internet. The
original language was Basic, which derived in Visual Basic. Microsoft
therefore created a scripting language adapted for the web but which has
its roots in Visual Basic. The language was named Visual Basic Scripting
Edition, or VBScript. That's the language we are going to learn on this
site.
VBScript is very popular in the world of Microsoft
platforms because it appears easy to those who have programmed in
Microsoft Visual Basic.
VBScript Requirements and Lessons Prerequisites |
|
VBScript is embedded in the Microsoft Internet Explorer browser.
Therefore, to use this tutorial (to learn from the lessons on this site),
you will need:
- A computer that runs a Microsoft Windows operating system. I should
mention that you will need Internet Explorer but since Windows 95, I
have never seen a version of Microsoft Windows that doesn't ship with
Internet Explorer. This means that, at the time of this writing, it is
included in Microsoft Windows 95, 98, Me, NT, 2000, XP, Windows Server
2003. For this
site, I will be using Internet Explorer 6. If you have an older
version of Internet Explorer, you can freely download an updated
version from the Microsoft web site.
Therefore, I assume that, as long as you are using a Microsoft Windows
operating system, you already have the browser you need.
- A text editor. Notepad is a wonderful text editor and it ships with
every version of Microsoft Windows operating system. For this
tutorial, I will exclusively use Notepad and all my instructions will
be for Notepad. If you have another text editor or if you developed
your own, feel free to use it.
- This tutorial assumes that you already know HTML, which you can also
learn here.
If you are learning VBScript with the goal of creating
Active Server Pages (ASP), you can use any of the major browsers.
This means that you can create files that have VBScript scripts with a
file extension of .asp. You can view such files in Netscape or Opera. |
|