This schedule will be revised throughout the course. Chapter references are
to Beginning Active Server Pages 3.0
Session |
Topics |
Exercises |
1 |
- Getting Started with ASP, working with IIS (Ch. 1)
|
|
2 |
- Server-Side Scripting and Client-Side Scripting (Ch. 2)
|
|
3 |
- Basic ASP Techniques (Ch. 3)
|
|
4 |
|
|
5 |
- ASP Control Structures (Ch. 5)
|
|
6 |
|
|
7 |
- Request and Response Objects (Ch. 7)
- FTP Using FTP Client CoreFTP
|
|
8 |
|
|
9 |
- Error Handling (Ch. 9)
- Scripting Objects (Ch. 10) - Dictionary Object, FileSystemObject -
displaying a file directory
with links to files (code),
displaying ASP code of a file (code)
|
|
10 |
|
|
11 |
- ASP Components (cont.) - Content Linking/NextLink and Browser Capabilities
Components
- Displaying List of Microsoft ASP Components and their Methods/Properties
through VBA Editor in Word, Excel, or Access
|
|
12 |
- Database Concepts (table, records, fields, primary key, foreign key,
relational database, referential integrity, normalization)
- Creating Tables in Microsoft Access
- ASP and Data Store Access (Ch. 12) - connection via connection string
(code), connection via data
link file (code, code
of datalink file), connection (data link file generates connection
string which is then pasted (code),
connection via system data source name (code),
connection via connection string
using Server.MapPath (code)
- Using Recordsets (Ch. 13) - ADO Constants, Cursor Types, Locking,
Recordset EOF & BOF Properties, MoveNext and related Methods
|
|
13 |
|
|
14 |
- Insert and Delete SQL statements, using input from forms (dynamic
SQL) - form, form
with output in table, form
with output in tables, with HTML and ASP intermixed and passing primary
key in link to delete action page (code)
(Ch. 14)
|
|
15 |
|
|
16 |
- Writing an Application (Ch. 15)
|
Project (tentative) |
17 |
- Building Script Components for ASP (Ch. 16)
|
|
18 |
- Introducing Transactions and COM+ (Ch. 17)
|
|
19 |
- An Introduction to XML (Ch. 18)
|
|