| Wayne State University College of Lifelong Learning Interdisciplinary Studies Program, Fall, 1999 http://www.cll.wayne.edu/isp/drbowen/internet Instructor email: d.r.bowen@wayne.edu Instructor tel (WSU) (313) 577-1498 / (Home) (248) 549-8518 |
eCommerce: Using the Web to Find and Service
Customers AGS 3360 Section 986 Call Number 99882 or ISP 5500 Section 982 Call Number 90569 |
Last updated: 10/3/99
Link back to course Welcome
Agenda for eCommerce Class
#3
October 6, 1999
| What is needed | What we will use |
| 1. Web Server, or access to one. | CLL Web Server (www.cll.wayne.edu) |
| 2. Ability to create static web pages (HTML) | FrontPage, but anything else is OK. We have gone over a lot of how to use FrontPage. |
| 3. Programming capability. Some people regard producing static web HTML pages to be programming, but here there is something beyond that. To process user input from text boxes etc., you need an active system to store and act on the user's input, and to respond to that input. | iHTML -- inline HTML, requiring NotePad or WordPad to edit files. Not covered yet |
| 4. Email management -- ability to send email, perhaps automatically, and receive it. | For sending automatic email, iHTML. Not covered yet. |
| 5. Access Restriction. If you are selling content, you need some way to restrict access by people who haven't paid yet. | Not needed for any of the groups here. Several possibilities here: "blind URLs" with no links to them, you email your paid-up customers the URL. Also, access can be allowed only with a User Name and Password. |
| 6. Access Logs. All web servers keep logs of hits. This is vital marketing information showing what customers and potential customers are interested in, where they are coming from, how many there are and whether or not they can use your web site. These days, you have about thirty seconds to provide a new user with what they are looking for. Then it's click and goodbye! | You will have access to the server logs for your web site. You will be using Microsoft Access database program to analyze them. Not covered yet. |
| 7. Secure transactions. You must be able to demonstrate that you take customers' security seriously. The attitude that, "I don't care if they are really secure just as long as they think they are" is a marketing disaster waiting to happen. In practice, today this means encrypted (encoded) transmissions for personal information such as addresses, telephone numbers and credit card numbers. | I am currently trying to get this set up on the CLL web server. There is a chance it may not happen this semester. If it does happen, its use will just be to provide links using shttp -- Secure HyperText Transport Protocol -- instead of http. Not covered yet. |
| 8. Credit Card Validation. Don't ship until you know the card is good! How do you get paid if the customer purchases by credit card? | I haven't really sorted this one out yet, and I may not. But there are services that will do this for you on a per-transaction basis, using email. Read McComb here and, for purposes of costing out your operation, pick one of his options. |
| 9. Ability to upload files to the web server | There is a link to an upload page, where you can upload a file to your web
site. Each team will have a User Name and a Password. For now
|
| 10. Ability to create web graphics (GIF or JPEG/JPG file formats). Strictly speaking, this is not required, but cool graphics are a part of the web culture, and also of selling goods. | Many options presented on Agenda 2 |


