ASP.NET, VB.NET, and C# Training Classes     
USACanada UK Ireland International
1 877 849 1850   0808 234 2132   1 800 550 311   +1 678 648 3113
  Home   Contact Us
ASP.NET Training * VB.NET Training * C# Training * .NET 3.5 Training * ASP Training * ASP.NET AJAX Training
Visual Basic and VBA Training * Microsoft Expression Training *VS 2005 Tools for Office Training
SharePoint Training *Silverlight Training * SQL Server Training * Live Online Training


 * Active Server Pages Training: Beginning Active Server Pages with VBScript
 * Active Server Pages Training: Beginning Active Server Pages with JScript training
 * Active Server Pages Training: Intermediate Active Server Pages with VBScript
 * Active Server Pages Training: Intermediate Active Server Pages with JScript
 * Building Data-Driven ASP Web Sites with Dreamweaver training



Please contact us
for GSA pricing.

GSA

Contract #
GS-35F-0307T



Complimentary ASP Training Seminar

Organizations in the Atlanta, Georgia area are encouraged to contact Accelebrate® about having a complimentary, one-hour ASP training seminar delivered for their developers. Contact us today for more information.



Recent Training Venues

Accelebrate has recently trained for clients in the following cities:

  • Huntsville, Alabama
  • Montgomery / Birmingham, Alabama
  • Anchorage, Alaska
  • Calgary, Alberta
  • Phoenix, Arizona
  • Fayetteville / Little Rock, Arkansas
  • Oakland / San Jose / San Francisco, California
  • Oceanside / San Diego, California
  • Pasadena / Orange County / Los Angeles, California
  • San Bernardino / Riverside, California
  • Boulder / Colorado Springs / Denver, Colorado
  • Washington, DC
  • Wilmington, Delaware
  • Manchester / London, England
  • DeLand / Orlando, Florida
  • Fort Lauderdale / Miami, Florida
  • Gainesville / Jacksonville, Florida
  • Saint Petersburg / Tampa, Florida
  • Titusville & Melbourne, Florida
  • Alpharetta & Atlanta, Georgia
  • Augusta & Savannah, Georgia
  • Macon & Columbus, Georgia
  • Bloomington, Illinois
  • Chicago, Illinois
  • Indianapolis, Indiana
  • Cedar Rapids / Des Moines, Iowa
  • Dublin, Ireland
  • Kingston, Jamaica
  • Wichita, Kansas
  • Paducah / Lexington / Louisville, Kentucky
  • Baton Rouge, Louisiana
  • Valletta, Malta
  • Hagerstown & Frederick, Maryland
  • Greenbelt / Silver Spring / Baltimore, Maryland
  • Boston / Cambridge, Massachusetts
  • Hartford, Connecticut / Springfield, Massachusetts
  • Taunton, Massachusetts / Providence, Rhode Island
  • Ann Arbor / Farmington Hills / Detroit, Michigan
  • Grand Rapids, Michigan
  • Lansing, Michigan
  • Saginaw / Flint / Bay City / Midland, Michigan
  • Saint Paul / Minneapolis, Minnesota
  • Jackson, Mississippi
  • Gulfport / Biloxi, Mississippi
  • Whiteman Air Force Base / Kansas City, Missouri
  • Reno and Las Vegas, Nevada
  • Santa Fe / Albuquerque, New Mexico
  • Newark, New Jersey
  • Princeton, New Jersey & Philadelphia, Pennsylvania
  • White Plains / New York City, New York
  • Charlotte, North Carolina
  • Durham / Raleigh, North Carolina
  • Bowling Green / Toledo, Ohio
  • Cincinnati, Ohio
  • Cleveland & Columbus, Ohio
  • Tulsa / Oklahoma City, Oklahoma
  • Toronto, Ontario
  • Portland, Oregon
  • Pittsburgh, Pennsylvania
  • Providence, Rhode Island
  • Edinburgh / Glasgow, Scotland
  • Columbia & Charleston, South Carolina
  • Memphis / Jackson / Nashville, Tennessee
  • College Station and Houston, Texas
  • El Paso, Texas / Ciudad Juarez, Mexico
  • San Antonio / Austin, Texas
  • Wichita Falls & Dallas, Texas
  • Ogden / Salt Lake City, Utah
  • Burlington, Vermont
  • Fairfax / Dulles / McLean / Herndon / Reston, Virginia
  • Richmond / Alexandria / Arlington, Virginia
  • Virginia Beach / Norfolk, Virginia
  • Tacoma / Seattle, Washington
  • Madison / Milwaukee, Wisconsin

 

Active Server Pages Training: Intermediate ASP with VBScript

Print This Outline
E-mail This Outline
Get A Quote
Course Number: 180
Duration: 2 days
view class outline

Active Server Pages Training Overview

Accelebrate's Intermediate Active Server Pages (ASP) with VBScript training class gives attendees the hands-on experience they need to use VBScript to build more powerful ASP applications that utilize advanced validation, error handling, and security, as well as XML.

Location and Pricing

Most Accelebrate courses are taught on-site at our clients' locations worldwide for groups of 3 or more attendees and are customized to their specific needs. Please visit our client list to see organizations for whom we have recently delivered training. To receive a customized proposal and price quote, please contact us.

In addition, some courses are available as live, online classes for individuals.  To see a schedule of online courses, please visit http://www.accelebrate.com/online_training/microsoft.htm.

Active Server Pages Training Prerequisites

Beginning Active Server Pages (ASP) with VBScript, or equivalent experience. Attendees should be familiar with the basics of ASP and VBScript, and have extensive HTML experience.

Hands-on/Lecture Ratio

This class is 70% hands-on, 30% lecture, with the longest lecture segments lasting for 10 minutes.

Active Server Pages Training Materials

All students will receive:

  • A top-notch textbook, such as Wrox Press's Professional Active Server Pages 3.0, as chosen by the client in consultation with Accelebrate
  • Printed copies of all material covered in the class
  • A CD-R with all code from the class, including the code that they develop during the class.

Software Needed on Each PC

  • Windows 2000, XP, Vista, or Windows 2003 Server
  • Internet Information Services 5.0 or later
  • Dreamweaver, HomeSite, Visual InterDev, or another text editor of the students' choice
  • Microsoft Access, Microsoft Desktop Engine (MSDE), or SQL Server 2000 (any version)

Active Server Pages Training Objectives

All attendees will learn the following vital ASP development skills:

  • Centralized error handling strategies
  • Advanced form and data validation with regular expressions
  • Techniques for logging data to a file, or parsing data from a file (such as delimited data from Microsoft Excel or another source)
  • Techniques for writing and parsing XML data files
  • Strategies for implementing authentication and authorization to secure their applications

Outline (happily customized upon request)

  • Error handling strategies
    • Using Option Strict and Option Explicit to preempt some potential coding errors
    • Catching errors that occur
    • Implementing centralized error handling and intelligent error response
    • Handling user input errors, file errors, components errors, and data access errors
  • Advanced form and data validation with regular expressions
    • Overview: why use regular expressions instead of string functions for form and data validations?
    • Hands-on primer on all key regular expression syntax (I've taught regular expressions for eight years and have a superb technique that gets students up and running with regular expressions in less than an hour.)
    • Using regular expressions to find string patterns and subpatterns (great for validating whether fields in your form have been filled out correctly)
    • Using regular expressions to replace patterns (useful for cleaning up user input and invalid data)
  • File IO (how to have ASP read from and write to files)
    • Introducing the Scripting.FileSystemObject
    • Working with files
      • Detecting whether a file exists
      • Reading data from a file and using it in your ASP program
      • Writing or appending data to your file
      • Copying, moving, renaming, and deleting files
    • Working with directories
      • Detecting whether a directory exists
      • Creating directories programmatically
      • Copying, moving, renaming, and deleting directories
      • Setting user permissions on directories
  • Working with XML (Extensible Markup Language) in ASP
    • Overview of XML and the roles of core XML technologies
      • XML
      • DTD (Document Type Definition)
      • XML Schema
      • XSL (Extensible Stylesheet Language) and XPath
    • The role of the MSXML 4.0 parser in ASP applications
    • Reading and parsing data from an XML-based configuration file using the XML DOM (Document Object Model)
    • Validating and processing an order received via XML
    • Generating XML from ASP based on a DTD
    • Transforming XML data with XSLT (XSL Transformation)
  • ASP Authentication and Authorization
    • Overview of models for IIS (Internet Information Services) user authentication and their pros/cons
      • Anonymous access
      • Basic authentication
      • Digest authentication
      • Windows (integrated) authentication
    • Logging on a user via an authentication model and authorizing/controlling access to resources based on their role
    • Overview of certificates and Microsoft Passport (could be expanded to full, hands-on sections upon request)
  • Conclusion
 

Print This OutlineE-mail This OutlineGet A Quote

Accelebrate®
Comes to You!


Accelebrate's courses are taught exclusively on-site at your location for groups of 3 or more attendees, anywhere worldwide.

Don't settle for a "one size fits all" public class! Have Accelebrate come to your site and deliver exactly the training you want, for less than the cost of a public class.

For pricing and to learn more, please call us at +1 877 849 1850, fill out our information request form, or email us at info@accelebrate.com today.

 
Accelebrate E-Newsletter


Get the latest Web development news delivered to your email box once a month!



VB.NET, C#, ASP, & ASP.NET Training * Java Training * SQL Server Training
Adobe Training * PHP Training * XML Training * Perl Training

“Accelebrate,” “Accelerated Learning Celebrated Results,” and the Accelebrate logo are registered trademarks of Accelebrate, Inc. All other product names and trademarks are property of their respective owners. Course outline content may mirror or be derived from the book that each student receives with the course. Otherwise, all content is copyright © 2003-2006 by Accelebrate, Inc. of Atlanta, Georgia, USA. To contact us, please use the contact form, email info@accelebrate.com us, or call 1 877 849 1850 in the US and Canada, 0808 234 2132 in the UK, 1 800 550 311 in Ireland, or +1 678 648 3113 from all other locations.

Recent client sites: Birmingham, AL | Phoenix, AZ | Los Angeles, CA | San Diego, CA | San Francisco, CA | Denver, CO | Washington, DC | Miami, FL | Orlando, FL | Tampa, FL | Atlanta, GA | Chicago, IL | Indianapolis, IN | Boston, MA | Baltimore, MD | Detroit, MI | Minneapolis, MN | Kansas City, MO | Saint Louis, MO | Charlotte, NC | Raleigh, NC | Albuquerque, NM | New York City, NY | Cincinnati, OH | Cleveland, OH | Columbus, OH | Oklahoma City, OK | Toronto, ON | Philadelphia, PA | Pittsburgh, PA | Portland, OR | Memphis, TN | Nashville, TN | Austin, TX | Dallas, TX | Houston, TX | Salt Lake City, UT | Seattle, WA | Dublin, Ireland | London, UK

About Accelebrate IT Training VB.NET, C#, and ASP.NET Training Java, Struts, and JSP Training Adobe Training Microsoft SQL Server Training XML Training, PHP Training, Perl Training, and Other Courses Open Source & Apache Training