ASP : Books

Active Server Pages 3.0 by Example

0.0/5 (0 votes cast)

ASP by Example assumes a basic knowledge of VBScript and teaches you how to create dynamic web sites quickly and easily. Using real-world examples, ASP 3 by Example teaches proper, accepted coding techniques that will cause fewer problems and allow you to apply your knowledge to more than simply the task at hand. Topics include: ASP, objects, cookies, applications, and database access.

Mastering Active Server Pages 3

0.0/5 (0 votes cast)

Ideal for anyone building dynamic Web sites, for e-commerce and other uses, this book provides step-by-step instructions for mastering the latest version of ASP technology. CD-ROM contains all the code from the book, including fully functional ASP scripts, and a fully functional copy of Chili!Soft ASP Developer Edition for NT and Linux.

This free Visual Basic (VB) Script tutorial book is a collection of notes and sample codes written by the author while he was learning VB Script himself. It can be used as a tutorial guide for beginners or a reference book for experienced developers. Topics include: Visual Basic, VB Script, Data Type, Variable, Variant, Array, String, Operation, Expression, If Else, Loop, While, For Each, Procedure, Function, Null, and Conversion. Main sections are: - What Is Visual Basic? - Data Types and Literals - Numeric Operations - Comparison and Logic Operations - String Operations - Variables - Declaration and Assignment - Expressions - Statements and Grammar - Array Declaration - Fixed-Size Array Example - Dynamic-Size Array Example - Conditional Statements - Loop Statements - "For ... Next" Statements - "While" Statements - Defining and Invoking Function Procedures - Defining and Invoking Sub Procedures - Rules of Passing Arguments - Passing Array as Arguments - Variable Scope in Procedures