Essential Information & explanations, latest texts & monographs on VBScript_programming_language.


PHP for the World Wide Web Visual Quickstart Guide by Larry Ullman

Perl and CGI for the World Wide Web: Visual QuickStart Guide, Second Edition by Elizabeth Castro

Programming Perl (3rd Edition) by Larry Wall

Learning Perl, Third Edition by Randal L. Schwartz

JavaScript: The Definitive Guide by David Flanagan

PHP/MySQL Programming for the Absolute Beginner by Andy Harris

Mastering Regular Expressions, Second Edition by Jeffrey E. F. Friedl

Perl Cookbook, Second Edition by Tom Christiansen

JavaScript & DHTML Cookbook by Danny Goodman

Managing Windows(R) with VBScript and WMI by Don Jones

Regular Expression Pocket Reference by Tony Stubblebine

Real World ASP.NET Best Practices by Farhan Muhammad

The Ultimate VB .NET and ASP.NET Code Book by Karl Moore

PHP Cookbook by Adam Trachtenberg

MySQL and Perl for the Web by Paul DuBois


VBScript

(Redirected from VBScript programming language) VBScript (short form of Microsoft's Visual Basic Scripting Edition) is a subset of Visual Basic used in Active Server Pages and in Windows Scripting Host as a general-purpose scripting language. VBScript is often used as a replacement for DOS batch files. VBScript is interpreted by a script engine, either ASP in a web environment, wscript.exe in a Windows environment, and cscript.exe in a command-line environment. VBscript files typically have the file extension .vbs. Example program (to put into a file 'hello.vbs'):
 msgbox "Hello world"
If the Windows Scripting Host is installed correctly and activated the program will run when the icon is double-clicked. The VBScript version implemented in Internet Explorer is very similar in function to JavaScript; it has an interpreter that processes code embedded in HTML, and by itself cannot create stand-alone applications. It has virtually no compatibility with other web browsers, so many webmasters prefer to use JavaScript instead.

The above article is adapted from from Wikipedia All Wikipedia article text is available under the terms of the GNU Free Documentation License

Recent related patents from USPTO:


Bibliographic Resources
Updates and comments at Essential Facts blog
Are you interested in Feng Shui?
Price Theory Resources
World Class Photographers
Some philosophical movements
Top PDF and eBook Downloads

Interesting Links

Sports
Kitchen Knowledge
Hollywood Icons
Mythology
Philosophy
Politics
Retirement
Biology
Biology & Biologists
California
Cats & Dogs
Ethics
Logic
The Greats
Architectural Dates & Places
Styles ABC
Styles DTOI
Styles JTON
Styles OTOZ
Economics
Game theory
History
Marketing
Medical Update d06 More
Chromosomes and Genomics
Psychology
Enginering Systems 1
Mathematics
Brilliant Mathematicians
Classic Authors
Fear No Exams
Nexus
Characters & countries
Computers + 2
Science Plus
Science & Computers
Quantum Theory



Note again ... some material here is adapted from from Wikipedia All Wikipedia article text is available under the terms of the GNU Free Documentation License

©2004, All applicable rights reserved as appropriate.