| Wayne State University College of Lifelong Learning Interdisciplinary Studies Program Fall, 2000 http://www.cll.wayne.edu/isp/drbowen/inetf00 |
Instructor: David R. Bowen 2311 A/AB Wayne State University Detroit, MI 48202 |
Daytime tel: (313) 577-1498 Evening tel: (248) 549-8518 FAX: (313) 577-8585 Email: d.r.bowen@wayne.edu |
Instructor's
home page (David R. Bowen) at http://www.cll.wayne.edu/isp/drbowen |
||
| eCommerce: Using the Web to Find and Service
Customers AGS 3360 Section 986 Call Number 92073 or ISP 5500 Section 982 Call Number 92136 |
Computers, the Internet, and Society AGS 3340 Section 981 Call Number 96761 or ISP 5990 Section 982 Call Number 99915 |
|
Last updated: 10/25/00
Link back to course Welcome
![]() |
Agenda for
eCommerce Class #5 |
| Item | What we are using | Alternatives |
| 1. Web Server, or access to one. | The CLL web server, O'Reilly WebSite (runs under Windows OS) | Windows: MS IIS (Internet Information Server) and
Netscape Enterprise server Unix/Linux: Apache and NCSA are free, Netscape Enterprise Server Also, lease space |
| 2. 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, editing by Wordpad and/or Notepad | MS Active Server Pages (ASP), Perl, PHP, Java, ColdFusion. FrontPage Server Extensions have a point-and-click interface for CGI, instead of a programming interface, but not as general purpose. |
| 3. Email management (ability to send email, perhaps automatically, and receive it. (For sending automatic email, iHTML) | Mercury Mail mail server running on web server computer | Any mail server. Needs to respond promptly. |
| 4. Access Restriction. If you are selling content, you need some way to restrict access by people who haven't paid yet. | No restriction | 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. |
| 5. 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 to analyze them. | There is a standard web server log file format. |
| 6. 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.) | At this point, we are not using secure transactions. | shttp protocol and digital certificates |
| 7. 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. We are assuming that you do the validation in person. | Buy, lease |
| 8. Ability to upload files to the web server | Upload page, FTP | email, publish, drive mapping |
| 9. Ability to create static web pages (HTML) | We are primarily using MS FrontPage98 | Netscape Composer, HotMetal, Word (be careful!), Claris HomePage - many |
| 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. | We are not doing this. I use PaintshopPro 7, about $100 or less | Adobe Photoshop is the standard for professionals. |