Geometry.Net - the online learning center
Home  - Computer - Vbscript
e99.com Bookstore
  
Images 
Newsgroups
Page 5     81-100 of 144    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20

         Vbscript:     more books (100)
  1. VBScript by Steve Holzner, 2005-11-16
  2. Internet, HTML & VBScript by Forest Lin, 2005-05-13
  3. Activex & Vbscript Starter Kit by Sams.net, 1996-10-29
  4. Internet Programming with VBScript and JavaScript (Course ILT)
  5. VBScript Sourcebook with Making Use of PHP Set by Mary Jane Mara, 2002-11
  6. Internet Explorer: Vbscript, Activex, Download.ject, Internet Explorer 8, Internet Explorer 6, Internet Explorer 7, Internet Explorer 5
  7. Vbscript for Dummies Qucik Reference (For Dummies (Computer/Tech)) by Dummies Technology Press, 1997-08
  8. Vbscript Quick Reference by David Medinets, 1997-06
  9. Building Web Applications Using Vbscript by Joe Galloway, 1997-03
  10. Guide de JavaScript et VBScript by Peter G. Aitken, 1996-12-05
  11. Vbscript Traves De Ejemplos by Honeycutt, 1997-09-05
  12. VBScript précis & concis by Childs, 2001-09-05
  13. Aprendiendo VBScript en 21 dias by Keith Brophy, Timothy Koets, 1997
  14. WMI: programmirovanie na JavaScript i VBScript by A. Lissuar, 2005

81. Part 1: PHP, Javascript And VBScript Language Summary | PHP Everywhere
Aug 17, 2006 This is a summary of the language differences between PHP, JScript/Javascript and vbscript that I did to help my company learn the 3 server
http://phplens.com/phpeverywhere/node/view/30

82. VBScript-Programmierkonventionen
Die Konventionen f r die Programmierung mit vbscript sind bersichtlich dargestellt.
http://xlam.ch/download/docs/vbscriptconventions.htm

VBScript-Tutorium

  • Frühere Versionen von VBScript besaßen keine Mechanismen für die Erstellung benutzerdefinierter Konstanten. Konstanten wurden, wenn notwendig, wie Variablen implementiert und von anderen Variablen dadurch unterschieden, daß nur Großbuchstaben verwendet wurden. Mehrere Wörter wurden durch den Unterstrich (_) getrennt. Beispiele: Obwohl dieser Weg, Konstanten zu kennzeichnen, noch funktioniert, können Sie eine andere Art der Namensgebung verwenden. Sie können echte Konstanten mit Hilfe der Const -Anweisung anlegen. Diese Konvention verwendet ein Format mit gemischter Groß- und Kleinschreibung, in dem Konstanten das Präfix "con" vorangestellt wird. Zum Beispiel: conIhreEigeneKonstante Untertyp Beispiel Boolean bln blnGefunden Byte byt bytRasterDaten Date (Time) dtm dtmStart Double dbl dblToleranz Error err errBestellNr Integer int intAnzahl Long lng lngEntfernung Object obj objAktuell Single sng sngDurchschnitt String str strVorname VBScript-Variablen Variablendeklaration in Sichtbarkeit Prozedurebene Ereignis-, Function- oder Sub-Prozedur
  • 83. Learn VBScript
    A beginner s tutorial for VB.NET plus links to other training on the Web.
    http://visualbasic.about.com/od/learnvbscript/l/bllvbscripta.htm
    zWASL=1;zGRH=1 zJs=10 zJs=11 zJs=12 zJs=13 zc(5,'jsc',zJs,9999999,'') zDO=0
  • Home Visual Basic
  • Visual Basic
    Search
    See More About:
    zSB(3,3) Learn VBScript Part 1: VBScript The 'Worker Bee' Join the Discussion Should you use VBScript in client side web page coding? Tell us what you think in the message board.
    Discussion Forum

    Compared with the rich development environment that you find in Visual Basic, VBScript sometimes seems like 'poor relation'. Nothing could be further from the truth! VBScript is a language that you can use where the 'rich' - but resource intensive - Visual Basic just won't fit. At the same time, VBScript is very closely related to Visual Basic because it uses the same syntax and operators. The lastest version even allows you to use the Class statement to create your own 'class' objects! (If you're just starting out, that may not have a lot of meaning for you, but rest assured, it's very classy
    A Good Host
    VBScript (officially, "Microsoft Visual Basic Scripting Edition") is what is called a "hosted" language. That means that the code to actually run VBScript must already be built into some other software in advance. By contrast, Visual Basic has what is called a 'runtime' module - the software necessary to run Visual Basic is self contained and can be installed for greater independence from other software. At present, Microsoft provides three 'host' environments for VBScript:

    84. ====Mags Lyons====
    Web developer familiar with ASP, SQL, vbscript, and HTML.
    http://homepage.eircom.net/~magslyons
    - Personal - Photos Sports - CV - Education Professional Work Exp. Casual Work Exp. Project Work ... Contact
    Marguerite Lyons,
    111, Woodview,
    Elm Park,
    Wilton,
    Cork,
    Ireland.
    maggzer@yahoo.com

    Date Of Birth: 16th July 1974 Martial Status: Single
    2002-Mar-12:::mags:::lyons:::

    85. 4GuysFromRolla.com - An Introduction To Regular Expression With VBScript
    Sep 1, 1999 Do you know what regular expression is? Have you ever used regular expression in your programming before? Well, if the answer is no,
    http://www.4guysfromrolla.com/webtech/090199-1.shtml
    When you think ASP, think... Recent Articles All Articles ASP.NET Articles ASPFAQs.com ... Search
    Sections: Book Reviews
    Sample Chapters
    Commonly Asked Message Board Questions Headlines from ASPWire.com ... XML Info Information: Advertise Feedback Author an Article Technology Jobs ...
    Web Programmer/Architect

    ASPCA
    US-NY-New York Post A Job Post A Resume
    Published: Wednesday, September 01, 1999
    An Introduction to Regular Expression with VBScript
    By Scott Mitchell Regular Expression Support in the Scripting Languages Regular expression support is only available in VBScript version 5.0 and higher. To learn how to determine what version of VBScript you are running on your Web server, check out: Determining the Server-Side Scripting Language and Version . To download (for free) the latest version of the scripting engines, visit: http://msdn.microsoft.com/scripting/ - continued -
    For information on using regular expressions in ASP.NET, be sure to read the FAQ: How do I use regular expressions from an ASP.NET Web page? Introduction: Let me start out by saying that I am no expert when it comes to regular expression! I have used regular expression on only a few occasions, and that was when writing some small Perl utilities for my Linux box. I am by no means an expert in the field. However, I've decided that I'd like to improve my regular expression skills, so I started studying up, and have decided to document my education in the form of articles to help others who are interested in learning regular expression!

    86. ScriptingAnswers.com - VBScript Samples, PowerShell Samples, Discussion Forums,
    ScriptingAnswers.com is the Web s friendliest community for Windows administrators working with vbscript, JScript, KiXtart, Windows PowerShell, batch files,
    http://www.scriptinganswers.com/

    87. Windows Web Hosting, Windows Hosting
    Hosting with support for Microsoft applications such as Access, SQL, ASP, and vbscript.
    http://www.finesthost.com/
    Call us at 1-951-572-0605 Home Hosting Plans Resellers Domain Names ... Cyber Basic $8.00 a month
    FREE SETUP
    1 Month Free Annually
    10 GIGS Storage
    15 GIGS Monthly Traffic
    100 email addresses
    ASP.NET/ASP enabled
    Unlimited Access Databases
    Net Value
    $11.00 a month
    FREE SETUP
    1 Month Free Annually 15 GIGS Storage 30 GIGS Monthly Traffic 200 email addresses ASP.NET/ASP enabled Unlimited Access Databases Business $18.00 a month FREE SETUP 1 Month Free Annually 25 GIGS Storage 50 GIGS Monthly Traffic 300 email addresses ASP.NET/ASP enabled

    88. VBScript Tutorials - Herong's Tutorial Notes
    This free vbscript tutorial book is a collection of notes and sample codes written by the author while he was learning vbscript himself, an ideal tutorial
    http://www.herongyang.com/VBScript/
    x=1; writeTop("fileName"); writeLeft("fileName"); VBScript Tutorials - Herong's Tutorial Notes Dr. Herong Yang, Version 5.00 writeMenu("fileName"); bannerLeft(""); x=1; writePageLeft("fileName"); VBScript Tutorials - Herong's Tutorial Notes http://www.herongyang.com/VBScript This free VBScript tutorial book is a collection of notes and sample codes written by the author while he was learning VBScript himself, an ideal tutorial guide for beginners. Topics include VBScript, Visual Basic, Script, Variant, Array, Function, Error Handling, Regular Expression, Dictionary, File System, Class, Object, IE Browser, IIS Server, WSH, Windows Script Host. Table of Contents About This Book Introduction of VBScript - Visual Basic Scripting Edition What Is VBScript? Using VBScript with Internet Explorer ... Printable Copy - PDF Version Keywords: VBScript, VB, Script, Tutorial, Example, Sample, Free, Book bannerBottom(""); x=1; showPageFooter("http://www.herongyang.com/VBScript", "index.html"); Dr. Herong Yang, updated in 2008 writeMenu("fileName"); Table of Contents writeRight("fileName");

    89. VBScript Tutorial
    Objectives Materials Required. The intent of this page is to provide some very basic example of how vbscript can be incorporated into HTML to livenup a web page.
    http://www.pages.drexel.edu/~st93flb5/vbtutorial.html

    90. DevGuru Home
    Quick references, demos, products, tutorials, and help resources focusing on vbscript, JavaScript, ECMAScript, JScript, ASP, JetSQL, and Style Sheets.
    http://www.devguru.com/

    91. VBScript
    Introductionvbscript (Visual Basic Scripting Edition) is an developed by . It is really a cutdown version of Visual Basic, Microsoft's programming language. =History
    http://it.toolbox.com/wiki/index.php/VBScript

    92. Home - WebF1 Consulting
    Tips, articles, reviews and news for technologies including JavaScript, vbscript, ASP, SQL Server.
    http://webf1consulting.com

    93. Scripting : VBScript Reference At Scripting Guide For Windows
    vbscript contains a range of comparison operators to check for specific conditions, such as whether value A is equal to value B or whether A is less than B.
    http://www.pctools.com/guides/scripting/id/2/?act=reference

    94. VBScript Definition Of VBScript In The Free Online Encyclopedia.
    vbscript (V isual B asic SCRIPT) A scripting language from Microsoft. A subset of Visual Basic, vbscript is widely used on the Web for both client processing within a Web page
    http://encyclopedia2.thefreedictionary.com/VBScript

    95. ArcScripts Home - ESRI Support
    ASP, JavaScript and vbscript scripts. Collection
    http://arcscripts.esri.com/

    96. ASP And ASP.NET Shopping Cart Software Package For Ecommerce - Standards Complia
    An ASP and vbscript ecommerce cart. Customizable. Commercial
    http://www.cactushop.com

    97. Introduction To Visual Basic Scripting (VBScript)
    Sep 18, 1998 Lawrence Elliot introduces vbscript to irt.org, describing the major difference between vbscript and JavaScript, and describing how to
    http://www.irt.org/articles/js117/

    98. A-FAQ
    An application for managing an MS Access database of questions and answers. Created with vbscript. Free
    http://www.alanward.net/afaq/

    About A-FAQ

    Download A-FAQ

    Demonstration

    Disscussion Forum

    About A-FAQ

    Download A-FAQ

    Demonstration

    Disscussion Forum
    ...
    Bug Reports

    99. Debugging VBScript
    Feb 1, 2010 This page describes some (debugging) techniques that will help you avoid errors in vbscript, or to find and correct them.
    http://www.robvanderwoude.com/vbstech_debugging.php
    new menu (MENU_ITEMS, MENU_TPL); VBScript Scripting Techniques
    Debugging Your Scripts
    Scripts will seldom be perfect right away.
    This page describes some (debugging) techniques that will help you avoid errors in VBScript, or to find and correct them.
  • Never assume anything Always use Option Explicit and declare all variables ... Use a debugger, if available
  • Never assume anything
    This may be the most important thing to keep in mind when scripting in any language.
    • Never assume a WSH version.
      Check it using WScript.Version
      Read more about WSH versions Never assume a Windows version.
      Check it! Never assume .NET Framework is installed.
      Check it
      Never assume a script runs with administrative rights.
      Check it! Never assume access to WMI is allowed.
      Use custom error handling to check it! Never assume write access.
      Again, check it! Never assume an open Internet connection.
      Check, check, check! If you create a new instance of an object, use custom error handling with Err and IsObject to check if it was successfully created.

    100. Tutorial-Web - Home For Tutorials And Resources For ASP, ASP.net, XML, HTML
    A collection of tutorials designed to assist web programmers in Active Server Pages and vbscript.
    http://www.tutorial-web.com/
    Home Link To Us Components Resources
    ASP.net Introduction An Overview in the Differences Between ASP and ASP.net
    Section 1: Introduction Section 2: ASP.net Differences 1 Section 3: ASP.net Differences 2 ... Section 4: Final Differences and Conclusion ASP ActiveX Components An Overview in Creating An ActiveX DLL for Use With ASP and VB Section 1: Creating the Component Section 2: Registering and Using the Component CDO Object/Email CDO Object/Email from ASP Collections Collections in COM Objects Section 1: Setting it all up Section 2: Creating the Collection Database An Overview in Utilizing ASP to Provide Database Access Through Web Browsers Section 1: Setting it all up Section 2: SQL and Stuff Section 3: VBPower! ... Setting Up A DSN-Less Database Connection FileSystem Object The Complete FileSystem Object Reference Guide Introduction An Overview of Active Server Pages (ASP) Section 1: Introduction Section 2: Loop-the-Loop Section 3: Make a Statement! ... Section 4: Final Results XML and XSL Introduction An Overview in Combining XML Data With XSL Within ASP Section 1: Introduction to XML Section 2: XSL Power!

    Page 5     81-100 of 144    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20

    free hit counter