Wattle Software - producers of XMLwriter XML editor
 Bookstore Home | XMLwriter Home | Search | Site Map 
XML Related
 General XML
 XSLT & Stylesheets
 XHTML
 SGML
 XML DTDs
 XML Schema
Web Development
 Web Graphics
 HTML
 Dynamic HTML
Web Services
 General Web Services
 UDDI
 SOAP
 WSDL
 Programming/Scripting 
 PHP Programming
 Perl Programming
 Active Server Pages
 Java Server Pages
 JavaScript
 VBScript
 .NET Programming
 
XMLwriter
 About XMLwriter
 Download XMLwriter
 Buy XMLwriter
XML Resources
 XML Links
 XML Training
 The XML Guide
 XML Book Samples
 

VBScript: Programmer's Reference


By Susanne Clark, Antonio De Donatis, Adrian Kingsley-Hughes, Kathie Kingsley-Hughes, Brian Matsik, et. al.
 
Image of: VBScript: Programmer's Reference
Pricing Details:

List Price:$29.99
You save:-- (--)
Your Price:Currently Unavailable
Buy Now

Book Details:

Format:Paperback, 840 pages.
Publisher:Wrox 1999-12-31
ISBN:0764543679

Average Customer Rating:

3.5 3.5 out of 5 stars (40 reviews)

Editorial Reviews:

What is this book about?

VBScript is one of Microsoft's scripting languages, which can be employed in a variety of ways ? from client-side scripting in Internet Explorer to server-side programming in ASP and the new Microsoft Windows Script Host. The language itself has been gradually increasing in power and flexibility, and the newest release, VBScript 5.0 (which comes with IE5.0), represents a huge increase in functionality and effectiveness:

  • VBScript books now in demand from VB and WSH developers
  • New version 5.0 now available with substantial changes ? this is first book
  • Proven Programmer's Reference format
  • Extensive reference to langauge and object models

What does this book cover?

Here are just a few of the things you'll find in this book:

  • A complete guide to the VBScript language and its syntax
  • Up-to-date details of the most recent scripting engines for Internet Explorer, ASP and the Windows Script Host
  • Coverage of the new features in VBScript 5, including constructing classes, specific data-types and using regular expressions
  • Coverage of a vast range of uses that VBScript can be put to work with
  • Extensive reference covering the various implementations and all the relevant object models

Who is this book for?

This book will be useful for anyone who wants to get a grip on VBScript. Whether you've just played around with HTML and want to find out about the world of programming, or whether you're an experienced programmer who needs to learn the VBScript language in order to work with the Windows Script Host or develop ASP pages, this book will show you the way. No prior knowledge of programming is assumed.


Customer Reviews:

Displaying 1 to 5 of 40 total reviews (Page 1 of 9):

5 out of 5 stars VBScript 3rd edition programmer's reference

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

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

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

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

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.

More Customer Reviews:
Next Page


Customers who bought this book were also interested in:


VBScript Pocket Reference


Microsoft VBScript: Step by Step


Advanced VBScript for Microsoft Windows Administrators (Pro Other)


VBScript in a Nutshell, 2nd Edition


Microsoft WSH and VBScript Programming for the Absolute Beginner, Second Edition (For the Absolute Beginner)

 

Find similar books by category...


Search for more:

Search books:  



Google
 
Web XMLwriter.net




Last updated: Mon Dec 1 14:50:19 CST 2008
© Wattle Software 2007. All rights reserved.