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

         Vbscript:     more books (100)
  1. Ms Wsh and Vbscript by FORD, 2003-08-18
  2. VBScript, WMI and ADSI unleashed; using VBSscript, WMI, and ADSI to automate Win by Don. Jones,
  3. Vbscript Unleashed by Bill Schongar, 1997
  4. VBScript Programmer's Reference
  5. VBScript, WMI, and ADSI Unleashed by Don Jones, 2007-01-01
  6. Programmation vbscript et css by Daniel Ichbiah, 2002-06-05
  7. Epack Spl Vbscript Prof Proj by FORD,
  8. Managing Windows(R) with VBScript and WMI by Don Jones, 1980
  9. Conhecendo o VBScript
  10. Plug & Play Vbscript by Kevin Ready, 1997-01
  11. Edicion Especial Vbscript by Schwarz, 1997-07-18
  12. Vbscript Programmers Reference
  13. Learning Vbscript, 636 Pages by Lomax, 2009-01-01
  14. ASP in a Nutshell, 2nd Edition by Keyton Weissinger, 2000-07-06

101. Teach Yourself VBScript In 21 Days
You can create smart, active, and interactive Web pages with vbscript with unparalleled . The purpose of this book is to teach you how to use vbscript.
http://www.webbasedprogramming.com/Teach-Yourself-VBScript-in-21-Days/
Skip to main content.
Web Based Programming Tutorials
Homepage Forum Programming Resources Menu
Teach Yourself VBScript in 21 Days
Teach Yourself
VBScript in Days
by Keith Brophy, Timothy Koets
C O N T E N T S
Introduction
WEEK 1 At a Glance
Day Introducing VBScript and the World Wide Web

102. ASP XMLRPC
An ASP library written in vbscript which implements both listener and client functionality.
http://aspxmlrpc.sourceforge.net/
XML-RPC for ASP
Visit the SourceForge project page
Introduction
There are many implementations of XML-RPC in many different languages. Recent improvements include:
  • Server-safe xmlhttp
  • validation against validation suite
  • list of legal server functions
  • significant speed enhancements
XML-RPC for ASP supports both a client and server.
What's the big deal?
Read: It's a standard protocol for distributed computing. It's rides on top of the HTTP protocol (yes, it's relatively "expensive", but it works) kind of like CGI, except you get back standard, readable, platform appropriate values. There are clients and servers for most of the major scripting languages. You don't need to know anything about XML for it to work; XML is the underlying communication protocol, but should be essentially invisible.
Why XML-RPC for ASP
This package has risen to prominence lately because it is used in a mission-critical production system.
Download
Visit the project File Releases area for source code and examples.

103. Vbscript.dll Free Download - DLL-files.com
Here you can download vbscript.dll free of charge. Just click the link below.
http://www.dll-files.com/dllindex/dll-files.shtml?vbscript

104. Team Remote ASP Debugger Javascript Debugger Vbscript Debugger. Debug ASP Debug
Editor and debugger for ASP. Supports remote and local vbscript debugging, and JavaScript debugging. Commercial
http://www.remotedebugger.com/team_remote_asp_debugger.asp

105. Adobe InDesign CS3 Scripting Guide VBScript
File Format PDF/Adobe Acrobat Quick View
http://www.adobe.com/products/indesign/scripting/pdfs/InDesignCS3_ScriptingGuide

106. Access2asp - Generates The Asp / Asp.net Code For Your Microsoft Access Database
An application which allows conversion of Access databases to vbscript code list. Trial available. Commercial
http://www.access2asp.com/

107. Snook.ca By Mobify
Feb 15, 2007 Does anybody actually develop in vbscript anymore? If you did ASP development, you likely did so in vbscript. ASP was the first serverside
http://snook.ca/archives/active_server_pages/selfreferencing_in_vbscript
Snook.ca
on WEB DEVELOPMENT
About Work Contact
Self-referencing in VBScript
Does anybody actually develop in VBScript anymore? If you did ASP development, you likely did so in VBScript. ASP was the first server-side language I got into heavily. It took me learning Java and all the object-oriented programming concepts that go with it before I looked to see if the same thing could be accomplished with VBScript. While the OOP features in VBScript are pretty minimal, you can still pull off some class constructs. Part of that is having the flexibility of easily referencing the current object properties from within an object.
The basic class
Class myClass Private i_count Public Property Get count count = i_count end Property Public Property Let count(c) i_count = c end Property End Class In this example, a private variable is declared and can be referred to internally. However, there might be times where any access to a variable requires certain code to execute. Having a central point of access to do this, even from within the object, would be nice.
It's all about me
Other languages often use this or self to access the current object. To do the same thing in VBScript, use the

108. Source-code.biz - Professional Source Code For Software Developers
Source code and tips for Java, PHP, VB, vbscript and other programming languages.
http://www.source-code.biz
Home Products MiniTemplator ServletViewer Java VBasic ... MS SQL Server source-code.biz Contact Donate About
source-code.biz
This web site provides source code for software developers.
Main Products
MiniTemplator : A compact open-source template engine for producing HTML output. It's available in Java, PHP and Visual Basic. ServletViewer : An open-source Java program that can run a Java servlet as a stand-alone program. : An open-source Java module for encoding/decoding binary data in Base64 format. MiniConnectionPoolManager : An open-source lightweight Java (JDBC) connection pool manager. TcpGateway : An open-source listen-listen TCP gateway in C#.

109. Scripting Exchange Using VBScript And ADSI (Part 1)
Mar 18, 2005 In this article I will show you the basics of writing scripts in vbscript language using the ADSI interface provided by Active Directory for
http://www.msexchange.org/articles/Scripting-Exchange-VBScript-ADSI-Part1.html
Site Search Advanced Search
  • Home
  • Scripting Exchange Using VBScript and ADSI (Part 1)
    In this article I will show you the basics of writing scripts in VBScript language using the ADSI interface provided by Active Directory for storing and retrieving Exchange information. addthis_url = location.href; addthis_title = document.title; addthis_pub = 'TechGenix'; If you missed the other articles in this series please read:
    Introduction
    Scripting can be a powerful tool. There are a lot well written scripts for use with Exchange floating around the Internet that can be quite useful. Changing to fit your needs is not too difficult, but writing your own scripts and making scripts work better for your needs requires some knowledge of the inner workings of Active Directory, Exchange and of course the scripting language. This article will present a few basic scripting methods. I will explain in great detail both the scripting logic provided by VBScript and that of the interfaces provided by Active Directory.

110. Free Visual Basic Resources - Freeprogrammingresources.com
Listing of VB links including tutorials, source code, forums, faqs, software, and vbscript links.
http://www.freeprogrammingresources.com/vbstuff.html
www.freeprogrammingresources.com Home Search Articles Books ... Web Design
Visual Basic Programming

Enter your search terms Submit search form Web www.freeprogrammingresources.com

111. Howling Wolf Consulting Services : Technical Editing And Writing : Home, Howling
Features books, articles, and a questions and answers forum devoted to VB, VBA, vbscript, and VB.NET programming.
http://www.howlingwolfconsulting.com
Howling Wolf Consulting Services
Howling Wolf Consulting Services specializes in acquisitions and
developmental editing, technical editing, and writing for computer book,
periodical, and online publishers, as well as in development using
Microsoft technologies. It is solely owned and operated by Ron Petrusha.
Ron has 30 years of experience in the computer industry, having first
learned to program in FORTRAN on the IBM 360 series. More recently,
he was an acquisitions and development editor for Bantam Electronic
Publishing, a division of Bantam Doubleday Dell Publishing Group, and
publishers tended to be high-end books that focused on the needs of
advanced users and developers. While at Bantam, he acquired and edited Windows 3.0 Power Tools , which sold over 100,000 copies, as well as Straley's Programming in Clipper . For O'Reilly, the titles he acquired and edited included ASP in a Nutshell VB/VBA in a Nutshell: The Language Learning VBScript VBScript in a Nutshell Visual Basic Shell Programming , and Subclassing and Hooking with Visual Basic While at O'Reilly, he also authored or co-authored a number of

112. Freds Code Page
Excel, Word and FrontPage VBA, vbscript samples and Add-Ins.
http://users.skynet.be/am044448/Programmeren/
This page uses frames, but your browser doesn't support them.

113. SAPIEN Technologies, Inc. - VBScript Editor, PowerShell Editor, ASP Editor, Acti
SAPIEN Technologies Scripting Simplified. Software, Publishing, Community, and Training solutions for a Scripted World.
http://www.sapien.com/

114. JavaScript
Discussion for users of JavaScript, vbscript, or ActiveX-script.
http://www.webring.com/hub?ring=javascriptring

115. WeBuilder - HTML Editor, CSS, JavaScript, VBScript, PHP, ASP, SSI, WML, Perl Edi
WeBuilder is a complete web document editor with support for HTML, CSS, JavaScript, vbscript, PHP, ASP, SSI, WML, Perl and more.
http://www.blumentals.net/webuilder/

116. Mistachkin Systems
Allows Tcl/Tk to be used from any COM/ActiveX container, including VB, .NET, IE, and vbscript.
http://www.tclbridge.com/
menuImagePrefix = "";
TclBridge is a powerful COM component designed to allow seamless integration between Tcl/Tk (or the powerful Tcl Dev Kit ) and any COM capable programming language. Complete documentation is provided, including sample applications.
The evaluation version is available for download now, try it today.
A free 30-day trial is available to those who register
May be purchased online via RegNow or offline by purchase order for qualifying orders. All major debit/credit cards are accepted. When ordering, please allow a minimum of 48 hours for your order to be fully processed.
Exact Match Wildcards Regular Expressions Get the latest files and check for new updates. None What platform(s) are you targeting with your Tcl/Tk development efforts? Unix
Windows
Macintosh
Unix/Windows
Unix/Macintosh
Windows/Macintosh All Platforms Please vote, your opinion is important. Main TclBridge Contact

117. Error 2738. Could Not Access VBScript Run Time For Custom Action.
Apr 20, 2007 This error message indicates that the vbscript engine is not currently registered on the machine where the install/uninstall is taking place
http://www.nitropdf.com/kb/article.aspx?id=10106

118. Scripting Files And Folders Using VBScript
Uses WMI to move the folder C\Scripts to C\Admins\Documents\Archive\vbscript. strComputer = . Set objWMIService = GetObject( winmgmts _
http://www.activxperts.com/activmonitor/windowsmanagement/adminscripts/filesfold
Shortcut Menu

119. Tree Rat Fishing
iTunes Scripting using vbscript, Windows Administration scripts, and Basic Programming using VB.Net and ASP.Net.
http://www.treeratfishing.com/
var mc_ajax_url = "http://www.treeratfishing.com/wp-content/plugins/mailchimp/mailchimp_ajax.php";
  • Home About Projects Resources ...
    Restarting the VMware ESX Management service
    Posted on No Comments To restart the service, log onto the console and execute the following: # service mgmt-vmware stop
    # service mgmt-vmware start (can take up to 1 minute before fully online)
    OR
    # service mgmt-vmware restart In order to successfully run these commands they will have to be executed as root (or using sudo) Technorati Tags: VMware Managment Service ESX Virtualization Category: General
    IE 8 broke my ASP.Net Menu
    Posted on 1 Comment head meta http-equiv ="X-UA-Compatible" content ="IE=EmulateIE7" title My Web Page title head I haven’t found any good explanation of why this happens other that the usual “standards based “ browser stuff. Technorati Tags: ASP.Net Menu Standards Based Browser Internet Explorer 8 Category: .Net Development
    SQL 2008.. Compress them backups
    Posted on No Comments For those SQL admins who have managed their SQL backups using SQL dumps have had to wrestle with file sizes for many years. There are better ways of backing your databases up using things like SQL connectors to a backup software like CommVault or other backup programs but many times you just need a SQL Dump file. Depending on the size of the data in the Database they can be quite large. The good news is that there is lot of empty space in those files and they compress very well. But the bad news to go with that is if they are larger files you will find yourself having issues with programs like WinZIP.

120. ASP 101 - Articles
Lately I ve been exploring vbscript classes and have decided to prepare a series of articles which will be presented here on ASP 101 to see if I can help
http://www.asp101.com/resources/jonmgohr/081899/class.asp
The Place ASP Developers Go! Home News Samples Articles ...
WinDrivers.com

internet.commerce
ASP 101 is an

internet.com site
IT
Developer
...
E-mail Offers

ASP 101 News Flash
Microsoft Tech Daily Networking Daily IT Management Daily Storage Daily Enterprise Development Daily Java/Open Source Daily Web Development Daily Hardware Daily Security Daily
Top ASP 101 Stories Connections, Commands, And Procedures What is ASP? VBScript Classes: Part 1 of N QUICK TIP:
Show All Tips >>
ASP 101 Updates VBScript Classes: Part 1 of N By Jon M. Gohr In the all too brief moments of down time between projects I like to explore. Lately I've been exploring VBScript classes and have decided to prepare a series of articles which will be presented here on ASP 101 to see if I can help shed a little light on the topic. Don't expect a dissertation on Object Oriented Programming and Design, I'm no expert in the field. If you're interested in that topic, you will find quite a few books available at your favorite online book seller's site, or heaven forbid, out amongst the people at a "real" bookstore. They still exist don't they? The concept of classes/objects can seem very confusing until that light goes off and you "get it". My advice: Don't sweat the details. Use and study them, when they start to make even a little sense go ahead and try to write some. You

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

free hit counter