We will
complete a series of assignments to help gauge our progress. These
assignments will provide practice with adding, extracting, and manipulating
information from a data source through a web page. Each assignment will
be "linked" to a more detailed description when assigned:
1. Interacting with a database. Using ASP and
FrontPage, open a database (provided) and display the contents.2.
Displaying results. Using ASP and FrontPage, display the
results of a database query using headers and an aesthetic format.
3. Searching by
criteria. Using ASP, SQL, and FrontPage, create a web form
that allows a user to search and display information queried from a database
(provided) according to pre-defined criteria (e.g., language spoken).
4. Forms &
Variables. Using ASP, SQL, and FrontPage, create a web
form that allows a user to search and display information queried from a
database (provided).
5. Updating a data source.
Using ASP, SQL, and FrontPage, create a series of web pages that allows a user
to update information in a database (provided), and to display the results.
6. Inserting / Replacing
information. Using ASP, SQL, and FrontPage, create a series of web
pages that adds information to a database (provided) that is not
present.