Search
 Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Visual Basic » VBScript Programmer's Reference (Programmer to Programmer)January 8, 2009  
Browse
Books
Computers
Electronics
Related Categories
• Visual Basic
Programming
O'Reilly
By Publisher
Custom Stores
• All Amazon Upgrade
Amazon Upgrade
Custom Stores
Specialty Stores
Books
• Computers & Internet
Amazon Upgrade
Custom Stores
Specialty Stores
Books
• General AAS
Qualifying Textbooks
Custom Stores
Specialty Stores
Books
• General AAS
Visual Basic
Development
Microsoft
Computers & Internet
• LAN
Networks, Protocols & APIs
Networking
Computers & Internet
Subjects
• General AAS
Programming
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• General AAS
Software
Computers & Internet
Subjects
Books
• General
Programming
Web Development
Computers & Internet
Subjects
• General AAS
Programming
Web Development
Computers & Internet
Subjects
• General
Computers & Internet
Subjects
Books
• General AAS
Computers & Internet
Subjects
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
VBScript Programmer's Reference (Programmer to Programmer)
VBScript Programmer's Reference (Programmer to Programmer)
Authors: Adrian Kingsley-hughes, Kathie Kingsley-hughes, Daniel Read
Publisher: Wrox
Category: Book

List Price: $34.99
Buy New: $3.36
You Save: $31.63 (90%)
Buy New/Used from $3.36

Avg. Customer Rating: 3.5 out of 5 stars(40 reviews)
Sales Rank: 298558

Languages: English (Original Language), English (Unknown), English (Published)
Media: Paperback
Edition: 2
Number Of Items: 1
Pages: 720
Shipping Weight (lbs): 2.4
Dimensions (in): 9.1 x 7.3 x 1.5

ISBN: 0764559931
Dewey Decimal Number: 005.2762
EAN: 9780764559938
ASIN: 0764559931

Publication Date: July 9, 2004
Availability: Usually ships in 1-2 business days

Similar Items:

  • Microsoft VBScript: Step by Step
  • VBScript Pocket Reference
  • VBScript in a Nutshell, 2nd Edition
  • Advanced VBScript for Microsoft Windows Administrators (Pro Other)
  • Microsoft WSH and VBScript Programming for the Absolute Beginner, Second Edition

Editorial Reviews:

Product Description
What is this book about?

The VBScript standard has changed over time, and several new things have been introduced since this book first published in 1999. The current standard for VBScript is 5.6. The script debugger, script control, and script encoder have all changed and the Windows Script Component Wizard, regular expressions, and remote scripting have been introduced. Windows Script Host technology has also matured over time and gained in both effectiveness and popularity.

VBScript Programmer's Reference, 2nd Edition begins with discussion of the general syntax, functions, keywords, style, error handling, and similar language-specific topics and then moves into an expanded reference section covering the object models in detail. The book combines a comprehensive overview of the VBScript technology and associated technologies with practical examples at every stage from beginner to advanced user.

Specific topics include the following:

  • Variables and Data Types
  • Procedures
  • Error Handling and Debugging
  • Windows Script Components
  • Script Encoding
  • Remote Scripting
  • Data Objects
  • Coding Conventions



Customer Reviews:   Read 35 more reviews...

5 out of 5 stars VBScript 3rd edition programmer's reference   November 2, 2008
The book is very good for me as a beginner and want to master VBScript , each chapter of the 21 chapters is centric , heavy organized and easy to digest material with alot of short code examples , tutorials and figures , and the book end with 10 appendices covering the book in a nutshell and act as a reference , what interested my in the book is Sidebar and gadgets programming , task schedular scripting , powershell scripting using VBS , window script host for windows administration like copying and moving files and creating folders and making reports and automated task handling and HTA scripting , before reading the books i did not know that VBScript can do all that .


2 out of 5 stars Good Read, Useless for Reference   August 25, 2008
Like most of the reviews here, I liked this book. The information was presented well and the examples were good. Once I had read the chapters I was going to read though, the book became a bit useless. If you look something up in the index, it will send you to pages where the word happens to be used, even if it was only used in passing. It's like they used a vbscript word-search to create the index. Totally useless. The appendix that is supposed to be a reference is organized by types of things like file system objects, or WMI objects. This is great if you're browsing, but if you're actually looking for something specific, you're SOL. The appendix is not even covered in the useless index. Good read though.


5 out of 5 stars Perfect Source Text for VBScript as a Language   June 6, 2008
I've been using this as my "go to" source for all things VBScript since the 1st edition came out - it is clear, well organized, and concise. Unlike other VBScript books (of which I have the misfortune to own several), it is focused on VBScript as a programming language. When I can pack only one source book to take with me, this is the one!


5 out of 5 stars 2nd Edition is outstanding as a tutorial and as a reference   June 10, 2006
  5 out of 5 found this review helpful

I owned the first edition of this book, and although somewhat confusing, I was able to learn VBScript from it with some time and patience. Thus, I just expected the second edition to be an update of the first. I was very pleasantly surprised to see that the second edition had been greatly improved. There are clearer and more frequent examples, the text is an easier read, and there are frequent and illuminating illustrations.

Chapter 1 covers the basics of VBScript and is also a crash course in programming basics, since the authors realize that nonprogrammers such as network administrators and web designers might need to work with VBScript. Chapter 2 talks specifically about what VBScript can and cannot do, and points out that VBScript is part of a bigger programming world - that of Visual Basic. It points out what can be done with VBScript in the world of both client-side and server-side web scripting. The next seven chapters are a detailed tutorial on all aspects of the VBScript language - data types, variables and procedures, flow control, error handling, objects, classes, and regular expressions.

The application section of the book begins in Chapter 10 with client-side web scripting by showing how Internet Explorer and VBScript can be combined on the client-side to create interesting HTML pages for website visitors. The book goes as far as introducing scriptlets, behaviors, and HTML components. However, since these subjects are broad and deep the book focuses on small examples and covers only the major techniques. Internet Explorer does not allow a script to interact with the local computer unless the user explicitly sets these permissions, and by doing so, enables enormous security risks. Thus, Windows Script Host is discussed next with illustrations as to how it gives VBScript more power without the security risks. The authors show how Windows Script Host is used to provide Windows platforms with a powerful scripting platform that can be accessed from the Windows GUI and the command prompt. Next, the book explains Windows Script Components, which are XML-based files that contain script code. Within these files you can use any of several scripting languages, including VBScript. The script components are interpreted at runtime, so that they appear as compiled COM components to the calling application.

The next major topic covered is remote scripting, which makes Web applications more closely resemble client/server applications developed in high level languages such as C++. Thus, remote scripting enables a client page to execute a method on an ASP page without navigating away from the current page. Server-side web scripting is the final major topic covered, showing how your applications can become very powerful and reusable modules within the enterprise. To this end, the chapter first discusses the HTTP protocol, followed by a tutorial on Active Server Pages.

In summary, I highly recommend this book both as a reference and a tutorial for the VBScript language as well as a practical guide on its application.



5 out of 5 stars Good book for starters   August 14, 2005
  7 out of 7 found this review helpful

I bought this book, as I wanted to write some simple VBScripts to help automating some laborious manual process for my job. This book is so easy to browse through and as I already have some knowledge of VB Programming and so I can easily browse through the chapters. Even for a beginner this is a good book to start with. I could start writing the scripts I wanted for my job and I like this book so far.

Powered by: Dknc, inc. and Amazon.com


For your safety and security, orders are processed through amazon.com