Programming (ASP)
The main focus of our programming chapter is the study of ASP, Active
Server
Pages. ASP web pages need to be hosted on a Microsoft Web server like Windows
2000 or 2003 server with IIS, Internet Information Server. I have been teaching
myself ASP since Aug. of 2000 when I built my first online ASP service. I
created a search service for our school to locate and lookup teacher email
addresses. This had been a problem at that time, and I wanted to solve the
problem with an ASP solution.
This application
was my first attempt at an ASP service. Try it out.
If you are really interested in ASP, check out
this ASP photo sharing web
site I built in December 2002. To create this site, I bought a pre-built ASP
application and modified it for the yachting community! Very cool.
CHECK OUT A PICTURE OF THIS CHAPTER!
(Wow, that is a lot of writing!)

Basic lessons in ASP
- Lesson
# 1 Create a basic web form
- Learn how to create a basic web form.
- Learn how to send form data to an email address.
- Learn how to send form data to an access database.
- Lesson #2 Create
a simple Guestbook
- Learn How to make an ASP
guestbook application!
- Follow the basic steps to create an access database.
- Lesson #3
Design a basic
Survey 1
- Learn how to create an online survey.
- Create SURVEY1 and use dropdown list and option
buttons.
- Format the results page in a table.
- Create a hyperlinked field to a URL
-
Lesson #4 Sort the survey by Class Pd with a textbox
- How to sort your survey1 by class period
- How to create a new asp page
- How to insert a database results area.
-
Lesson #5
Sort the survey using a Drop-Box
- Use a web form drop-down box to query a database
- Drop-down box uses DISTINCT SQL query
- Drop-down box web form sends data to SAME WEB PAGE
- SAME WEB page displays the results of the drop-down
box!
- Very COOL!
-
Lesson #6
Sort Using MULTIPLE Queries! (TEST TIME)
- Time to apply your learning, demonstrate your
understanding!
- See if you can create
this!
- You have the knowledge, now combine lesson #4 with
lesson #5.
- Prove your understanding as your create a
MULTI QUERY
- NO handout for this one, this is a TEST!
- Lesson #7
Adding a User Login system
- Learn how to implement the Spooky Login Lite
application
- Integrate a registration page.
- Lock pages with <%.....ASP CODE......%>
- Learn about database connection strings like
db_conn.asp
ASP / Access Resource
-
http://frontpagemagic.com/
- Ward Cameron has some of the best writing
and best tutorials on Access and ASP FrontPage. Every solution is outline in his
writing. You must read his work.
-
http://support.microsoft.com/
- Microsoft's Support Center. Search for
FrontPage and get the latest "How to" articles. Ask for help from the
creators of FrontPage
-
http://www.outfront.net/
- Thomas Brunt has long been a leader in the FrontPage community. Read the SPOOKY LOGIN system he created. Also subscribe to his newsletter to
keep up with FrontPage design.
-
http://www.frontpagetalk.com/forums/
- The biggest and the best online forum for FrontPage where you can really
learn a lot about site design. If you have a question about any ASP issues,
post your question in this forum and you will get the answers.
- http://webwizguide.com/
- FANTASTIC free ASP code and applications that you can download
and add to your web sites. Check this site out, it is great.
-
http://www.w3schools.com/
- The best online tutorials for ASP. Learn your syntax and how to
structure your ASP code here.
|