|
wl610-ver5.2
Introduction to Active Server Pages for New Programmers (3 days)
Description
This courseware training guide book will teach you the Active Server Pages skills you need to build full-featured, database-driven Web sites for Microsoft Internet Information Server (IIS). This introductory course for new programmers lays out the basics of server-side Web programming with an introduction to classic programming structures and good programming practices. You will apply these programming skills to the development of a fully functional data-driven Web site with ASP written in VBScript, the Microsoft programming script used in most ASP applications. You will harness the power of ASP to remember users with cookies and sessions, collect and process information users enter into an online form, and provide rich integration with databases to track clients, orders, and products using ASP and the enhanced functionality of ASP components.
Suggested Prerequisites• Advanced HTML: Introduction to Forms & Scripting
Next Course• Advanced Microsoft Active Server Pages
ObjectivesBy the end of the class students will be able to:
• Use cookies and sessions to remember information
• Explore server-side ASP components
• Build database-enabled applications with ASP
• Make code modular with subroutines and functions
Course OutlineActive Server Pages A Web Server-Side Technology • 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 • An Example: “Hello World” • ASP Directives, Statements, Expression and Comments • VBScript Flexibility and Good Programming Practices • File Includes
Processing Data from Online Forms • The
|
|
|
|