clear-dot.gif
Search for a Title:
AddThis Social Bookmark Button
clear-dot.gif
   Master ASP Scripting - Free Tutorials!
clear-dot.gif
clear-dot.gif
clear-dot.gif clear-dot.gif clear-dot.gif
clear-dot.gif clear-dot.gif clear-dot.gif
clear-dot.gif clear-dot.gif clear-dot.gif
clear-dot.gif
ASP is a server-side technology that uses a scripting language to generate dynamic Web pages. As a server side scripting language, ASP uses both built-in and external objects to generate web pages from a web server onto a client machine, generating HTML code to be viewed in a browser over the Internet. ASP also makes heavy use of a scripting/programming language called VBScript. VBScript is syntactically equivalent to the popular Microsoft SDK Visual Basic. VTC author, Gavin Powell, takes you from the basics of creating your first ASP page, through to the complexities of database access and beyond.
ASP Scripting Training
Access the complete ASP Scripting Training title online with just your Web browser. Join our Online University and have unlimited access to these tutorials for ASP Scripting plus all our 400+ other titles for one low price! LEARN MORE or SIGN UP NOW FOR INSTANT ACCESS
OR
Learn ASP Scripting from our PC and Mac compatible CDRom. The affordable price of $99.95 gives you high quality software training that is easy for anyone to understand and follow. Start training straight away with our Free lesson links on the right or BUY THIS CD NOW!

Are you ready to start your learning RIGHT NOW? You can have immediate access to more than 2500 hours of VTC Training just minutes from now, and for the incredibly low price of $30/month OR LESS!

The VTC Online University provides unlimited 24/7 access to ALL of VTC's incredible training content.

-- More Info / Subscribe Now! --

FREE Updates
VTC adds training for new software every week, and with the VTC Online University, you get immediate access to these new titles, for no additional cost! There are currently over 450 different software titles, and more are added EVERY MONTH!

-- More Info / Subscribe Now! --

No Long Term Committment
With the VTC Online University, you can signup for as little as ONE MONTH only! There is no minimum time committment, and you can cancel your membership at any time.

-- More Info / Subscribe Now! --

Training a Group?
Our Multi-User Online Account makes training groups of people efficient and cost effective. Businesses, Schools (from Elementary through Post Secondary), and Government Departments alike all over the world enjoy the freedom and benefits of our online training and tutorials from office, school, home, and on the go.

-- Multi-User Licensing Info --

ASP Scripting
- Information About This Title -
Click Here To Purchase
Proper Title: ASP Scripting
Description: Click here to open / close full description
ASP is a server-side technology that uses a scripting language to generate dynamic Web pages. As a server side scripting language, ASP uses both built-in and external objects to generate web pages from a web server onto a client machine, generating HTML code to be viewed in a browser over the Internet. ASP also makes heavy use of a scripting/programming language called VBScript. VBScript is syntactically equivalent to the popular Microsoft SDK Visual Basic. VTC author, Gavin Powell, takes you from the basics of creating your first ASP page, through to the complexities of database access and beyond.

-Close-
Instructor: Gavin Powell (more by this author)
Instruction: 171 Tutorials - Duration: 8.5 hrs
First Release: 2005-02-17
Compatitibility: Vista, XP, NT, 2000, 98, Mac OS9, Mac OS X 10.1+
In Stock? Yes - 2-5 days shipping
Price: $99.95
Click Here To Purchase
Why Learn With VTC?!
  1. Let an expert teach you ASP Scripting
  2. No classrooms or schedules - you learn on YOUR terms
  3. No books to read - watch instructional video right on your computer
  4. VTC training methods ensure the highest possible retention and fastest learning
  5. Use VTC materials for future reference / refresher
  6. Share CDRom training with others, friends, colleagues
  7. Used by many schools, universities, and big business world wide
  8. The most cost effective training available for ASP Scripting
 
Below is content list for all of the lessons included with the ASP Scripting Training. Click on the linked lessons to watch Free. You must have Quicktime installed on your computer - if you are using a recent computer, then chances are you already do.
Free Demo Lessons

Welcome
movie image Welcome
movie image Prerequisites for this Course
movie image About this Course
movie image Where to Find Documentation

What is ASP?
movie image Active Server Pages (ASP)
movie image Extending ASP
movie image Client Based Scripting - VBScript
movie image Client Based Scripting - JavaScript
movie image Server Based Scripting
movie image Why is Server Based Scripting Necessary?
movie image Alternatives to ASP
movie image Pros and Cons of Using ASP

Tools for ASP Development
movie image What is IIS? (Internet Information Server)
movie image Installing IIS
movie image Getting IIS Up and Running pt. 1
movie image Getting IIS Up and Running pt. 2
movie image Using PWS (Personal Web Server)
movie image Creating a Simple ASP Scripting Example
movie image Using Visual Interdev
movie image Using the Microsoft Script Debugger


... More lessons below ...

Would you like to continue? You can have instant access to the rest of this training for just $30.00 through our Online University, or you can purchase the CDRom version!

. Subscribe Now!
. Online University Info
. Purchase CDRom Now

Using VBScript
VBScript in Web Pages
Procedures and Functions
The Basics - Datatypes
The Basics - Variables
The Basics - Constants
The Basics - Operators
The Basics - Other Stuff
Programming Control Structures
Objects/Properties and Methods
A Quick Look at JScript

The Basics of ASP Scripting
From ASP to HTML
HTML Tags in ASP
Referring to Existing HTML Elements
Header Stuff
The GLOBAL.ASA File
Application and Session Objects
A Hit Counter Page
The Default Start Page
Text Files and Concurrency
Client Persistence and Cookies
Send and Retrieve
Including Objects in ASP
Exclude Business Logic from ASP
Including Scripts for Reuse pt. 1
Including Scripts for Reuse pt. 2
Whatís New in ASP3?

Introducing Built In ASP Objects
What are the Built In ASP Objects?
The Response Object
The Request Object
The Application Object
The Session Object
The Server Object
The Error Object
The File System
The Dictionary Object

Simple Built In ASP Objects
The Application Object pt. 1
The Application Object pt. 2
The Application Object pt. 3
The Application Object pt. 4
The Error Object
The Dictionary Object
The Server Object pt. 1
The Server Object pt. 2
The Server Object pt. 3

The Response Object
The Response Object
Writing Text to the Client
Redirecting to a New URL
Controlling Response with the Buffer
Ending and Expiring Pages
Client and Page Status
Content Type and Character Set
Obscure Properties and Methods

The Request Object
The Request Object
Server Variables
QueryString URL Parameters
QueryString Multiple URL Parameters
QueryString FORM METHOD=GET
Request.Form
Obscure Properties and Methods

The Session Object
What is a Session?
The Session Object
Session Start and End Events
The Contents Collection pt. 1
The Contents Collection pt. 2
Connecting and Disconnecting
Obscure Session Properties

Data Persistence on the Client
What is Persistence?
What is a Cookie?
Cookies in ASP
Multiple Valued Cookies pt. 1
Multiple Valued Cookies pt. 2
Session Cookies
Are Cookies Enabled on the Client?

Persistence and the File System
ASP Objects and the File System
The FileSystem Object
Using the FileSystem Object pt. 1
Using the FileSystem Object pt. 2
The TextStream Object
Using the TextStream Object
The Drive Object
The File Object
The Folder Object

Database Persistence and ADO
Database Drivers
Configuring ODBC and OLEDB
Reading an Oracle Database
Reading an Access Database
What is ADO?
ADO Object Hierarchy
ADO Objects Function and Purpose
ADO Object Attributes pt. 1
ADO Object Attributes pt. 2

ADO/ASP/ SQL
The Most Significant ADO Objects
Recordset Transparent SQL
What is SQL? The SELECT Statement
INSERT/UPDATE/DELETE
SELECT Statement Syntax
SELECT Statement Syntax WHERE Clause
SELECT Statement Syntax: GROUP BY
SELECT Statement Syntax: ORDER BY
INSERT Statement Syntax
UPDATE Statement Syntax
DELETE Statement Syntax
What is a Transaction?

Retrieving Data From a Database
What is a Recordset?
Recordset Fields and Values
Opening a Recordset
Closing and Emptying Objects
Advanced Recordset Options pt. 1
Advanced Recordset Options pt. 2
Paging Partial Recordsets
Disconnected Recordsets pt. 1
Disconnected Recordsets pt. 2

Changing Data in a Database
Adding Rows
The SQL INSERT Statement pt. 1
The SQL INSERT Statement pt. 2
Recordset.Addnew pt. 1
Recordset.Addnew pt. 2
Changing Rows
The SQL UPDATE Statement pt. 1
The SQL UPDATE Statement pt. 2
Recordset.Update
Batch Updates pt. 1
Batch Updates pt. 2
Batch Updates pt. 3
Deleting Rows
The SQL DELETE Statement
Recordset.Delete

Using Stored Procedures
Stored Procedures and Functions
Executing a Stored Procedure
Using Input Parameters
Input and Output Parameters
Input / Output Parameters
Using Functions

Components
Instantiating Components
IIS Resource Kit Components
E-Mail
Windows Scripting Components
Charting
Where Can Components be Found?

XML in ASP
What is XML?
What is XSL?
The XML Dynamic Object Model in ASP
Rendering XML Using XSL in ASP
Generating XML Manually from a Database

Wrapping it Up
Debugging ASP
Tuning ASP pt. 1
Tuning ASP pt. 2
Security ASP and IIS
The Future: ASP.NET
What You Have Learned

Credits
About the Author
clear-dot
blue dot
clear-dot

Want to be notified of new releases and other product information?
Enter your email address below to signup for our newsletter.

clear-dot
blue dot
clear-dot
Online Learning | Contact Us | Tech Support | XML RSS Feed
clear-dot
blue dot

Global Sales
1623 Military Road #703
Niagara Falls, NY, USA
14304-1745
1-877-882-2262 or sales@vtcGlobalSales.com
VTC Canada
200 N. Service Rd W., Suite 1-377
Oakville, ON, Canada
L6M 2Y1
905-465-1263 or sales@vtcCanada.com


©2008 VTC Global Sales / VTC Canada All Rights Reserved.