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 paper prototype.
- Add the IU site search service; search files in your IU account (e.g. http://homepages.ius.edu/...). See course notes on local search. You can also View Source of this page to see how IU search is implemented.
- 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.
Testing
Students in ONLY N341 (Dennis and Blaise)
The user interface (implemented in N341) for the stock trading site requires logic and data (implemented in N342 project) to fully test the implementation.
The www.csci.ius.edu server can be used for independently testing the N341 implementation.
- FTP
- In browser address enter: ftp://www.csci.ius.edu
- Login using your IUS username, the password is username.
- Create a directory on www.csci.ius.edu named N341 (any will do but this might be more memorable).
- Copy the complete N341 project directory onto www.csci.ius.edu N341 directory. Include the Project.mdb file.
- Delete ALL ASP files from the directory.
- Start test by clicking http://www.csci.ius.edu/TEST
- Follow instructions. Your user interface should be fully functional with live data.
Students in BOTH N341 and N342
Combined testing will be performed as described for N342 Project finish.
Turn in - Due on the date listed in the syllabus.