N341 - Help, Search, Project Finish |
Modified: |
The Stock Trading site is nearly complete, all that remains of the implementation is to add search and help. A self-critique will serve to identify implementation problems before public release.
The user interface implemented for the project was not designed following any recognized method or practices but was arbitrarily assigned by the instructor. The result is an excellent example of a Web system with a few strengths and many weaknesses. At this point the interface is implemented; the concrete has been poured, any significant changes would be costly. However, as a functioning user interface it does present an opportunity for a critical examination of its flaws.
The assignment then is to add search and help to the implementation and to critique the user interface, offering recommendations for improvement. The lecture notes provide discussion of common practices, reasons for their use, and examples for basing your critique and recommendations.
- Implement in HTML/XML/XLS/script/graphics/etc. only the portion of the help system implemented in the hand drawn paper prototype.
- Add the IU site search service; search files in your IU account (e.g. http://homepages.ius.edu/username or http://iu-uits-eiwp1.ads.iu.edu/username). See course notes on local search. You can also View Source of this page to see how IU search is implemented or visit http://kb.iu.edu/data/atch.html. Search begins on HTML pages in your home directory (e.g. http://homepages.ius.edu/username) that are several days old, time enough for the spider to visit. IU site search still may not add a search link to your personal pages, as spiders must follow a top-level link to any individual page. Use IU search of your pages even though the search make not return page references.
- To make help and search accessible from each page, considering adding to a navigation element such as top, left or bottom navigation.
Windows screen capture: Alt + Prnt Scrn keys capture the currently open window to the clipboard. It can then be pasted into Word, etc.
Example:
a. Violation: Designing for Users, top-navigation is low contrast.
b. Improvement: Use CSS to specify that all navigation are consistent colors of higher contrast, such as example below.
Testing
The user interface (implemented in N341) for the stock trading site requires logic and data to fully test the implementation.
Test your project with a completed logic by:
- Create a new directory named W:\N341\Project Test
- Copy all files from W:\N341\Project to W:\N341\Project Test
- Download N341 Test Project file to extract the logic files; extract to W:\N341\Project Test
- Test all site functionality in IE:
- In browser address enter:
- http://iu-uits-eiwp1.ads.iu.edu/username/N341/Project Test/Welcome.xml
- Register, starting with an amount of $1000.00,
- Login,
- Buy and sell, placing several stocks in the cart,
- Remove several stocks from the cart,
- Commit the cart selections,
- Portfolio display,
- Account display,
- Logout.
Problems, things to try:
Verify Project.mdb exists in the Project Test directory.
Reset, forcing all users off by: http://iu-uits-eiwp1.ads.iu.edu/username/N342/Project Test/Reset.asp
Close browser and reopen.
Turn in - Due on the date listed in the syllabus.
OnCourse Drop Box
IMPORTANT
- The period of time between the project due date and turning in grades is very short so it is very important that the files be named and placed in the locations specified by the instructions. Otherwise I may be unable to locate and grade your work.
- Verify the Drop Box version works by copying back to directory W:\N341\FINAL and rerunning the tests.