Skip navigation.

ASP InfoCentre

Price: £ 9.99
 
[Product Image]

ASP is a website scripting language dsigned by Microsoft for their Internet Information Server (IIS) web server software.

This product is the complete training program for building ASP pages! It teaches you novice to advanced techniques. The course has been designed to build essential skills quickly and effectively using hundreds of examples and exercises. The lessons have been divided into small, manageable and practical chunks. The software features a strong Search system and allows you to Bookmark your favourite topics for future reference.

What you get (Course Outline)

Introduction to ASP
  Active Server Pages
    Client-Side vs. Server-Side Web Technologies
    The Web's Client-Server Relationship
    Which Web Servers Support Active Server Pages?
  Writing ASP Pages
    ASP Code In An HTML Context
    ASP Code Is "Language Neutral"
    VBScript Statements to Execute in ASP
    Enclosing Scripting Code within your ASPs
    Strings in VBScript
    An Abbreviation for Response.Write
    Developing ASPs in This Class
    ASP Directives, Statements, Expression and Comments
    VBScript Flexibility and Good Programming Practices
  Processing Data from Online Forms
    HTML Forms
    The <FORM> Tag and Its Attributes
    ASP Objects
    The Request and Response Objects
    Scalar Variables in ASP
  Conditional Constructs with "If"
    Conditional Constructs
    Adding One or More ElseIf Clauses
    The Logical AND and OR
    Combining the Form and Its Processing Code In One ASP File
  Working with Cookies
    Cookies
    Cookie Properties
  Maintaining State with the Session and Application Objects
    Sessions
    The Session Object
    Storing and Retrieving Values Using the Session Object
    Session Properties and Methods
    The Application Object
  Working With Components
    Active Server Components
    Instantiating Component Objects
    Sending E-mail with CDONTS
  Writing To A Text File
    Text Files
    Writing to a Tab-Delimited File
  Loop Structures
    Looping
    For ... Next Loops
    Collections in ASP
    For Each...Next Loops and Collections
    Do...Loop
  ASP-to-Database Integration with ADO
    Web-to-database integration
    The Databases Used in this Class
    Issuing Database Commands with SQL
    The ADO Object Model
    Database Connectivity with
    ADO Cursor Types
    ADO Lock Types
    The Connection Object's Execute Method
    Development Strategy Session:
      Building an Interface for Updating Client Records
  VBScript Subroutines and Functions
    Repetitive Statements
  Drilling Down and the Query String
    Drill Down
    Building the Query String into a Link
    Generating Drill Down Links Dynamically