| SERVICES |
|
|
| HIP TIPS |
 |
 |
|
Usability Tip: RESET Button and Forms
No online form would be complete without a SUBMIT button. But what about that other button: the CLEAR or RESET button that erases the user's input? Does it help the user? Generally, the answer is no. Often a RESET button does more harm than good.
|
 |
|
HTML Tip: Renewed Importance Of META Tags
META tags are back at least with some search engines. Depending on your site design and technology, good META tags may be one route to improved search engine rank.
|
 |
|
CSS Tip: You Are Here
One easy way to make your navigation menu more user-friendly is to disable the current page in the menu. We'll show you how to accomplish this using basic HTML and CSS: no JavaScript or PHP coding required!
|
 |
|
Search Tips: Search Tip Archive
|
|
 |
 |
|
|
|
|
 |
 |
User Requirements
|
 |
|
 |
 |
 |
|
The first step in developing any eCommerce application is to interview the user base to generate a list of features to be included in the application. This comprises the important input for defining the capabilities of the application.
There are two sets of users of shopping cart applications: site administrators and end users who purchase items using their Web browsers. After interviewing end users and administrators, application requirements such as the following may be generated.
End User Requirements
End user features that facilitate the enjoyment of Internet shopping might include the following:
Users should be able to use the eCommerce application from any Web browser supporting HTML 3.2 (or later) and cookies.
Visitors new to the site should be able to register by themselves. Users will be differentiated by unique user identifiers.
Transactions should be secure. That is, a basic authentication mechanism must be built into the application to prevent unauthorized persons from making transactions on a user's behalf. Secure socket layers (SSL) or other encryption mechanisms are typically used to thwart the access of sensitive information (such as credit card numbers) sent to the server by Web browsers.
Site visitors should be able to purchase goods or services via the electronic store.
Users should be able to view a complete list of specified items available through the site.
Users should be able to search for items by related attributes. For example, visitors might search for CDs by artist, album title and/or genre or search for books by author, title and/or ISBN number.
Site visitors should be able to search the database using relevant keywords to identify items of interest.
Users should be able to select items of interest and add them to their shopping carts for future purchase.
Visitors should be able to modify the quantities of items in and/or delete items from their shopping carts before checkout.
All selected items should be shipped to the user following purchase.
Users should be able to view the status of items they have ordered.
Large numbers of users should be able to use the application simultaneously.
The performance of the application should not degrade with an increase in the number of goods or services offered.
Administrator Requirements
Administrators who manage the site have specific requirements of their own.
Administrators should be able to manage eCommerce applications using Web browsers.
Data managers should be able to delete users.
Site administrators should be able to change the status of goods purchased by users after items have been shipped.
Administrators should be able to view all user transactions.
Site managers should be able to view all transactions for the day.
|
 |
|
eCommerce Demo
|
 |
|
 |
 |
 |
|
We have developed a demonstration eCommerce application for your perusal, and we encourage you to appraise the application to determine how a customized eCommerce solution may fulfill your business needs.
|
|
|
 |
|