N341 - Help, Search, Project Finish

Modified

Overview 

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:

The lecture notes provide discussion of common practices, reasons for their use, and examples for basing your critique and recommendations.

Assignment

  1. The system should provide help for the stock trading site. Follow analysis and design methods from class notes to design a help system.
     

     

  2. Implement site help, and search accessible from each page.
  1. Prepare a written critique of your project implementation on the following:
    1. Mark and identify on screen shots one violation of accepted user interface practices from each of the 4 class note sections listed below, a total of 4 violations. Reference the practice violated.
       
      1. Designing for Users
         
      2. Navigation Systems, Site Maps
         
      3. Page Sizes, Page Margins, Layouts
         
      4. Concepts and Terminology, What you don't know, Body Type, Display Types

      Windows screen capture: Alt + Prnt Scrn keys capture the currently open window to the clipboard. It can then be pasted into Word, etc.

       

    2. Give written and/or graphical (hand drawn and scanned is OK) suggested improvements.

    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:

  1. Create a new directory named W:\N341\Project Test
     
  2. Copy all files from W:\N341\Project to W:\N341\Project Test
     
  3. Download N341 Test Project file to extract the logic files

    Windows 7 may try to scare you with security hassles, use the following to extract the files:

    Select Run | Actions | Options | Run Anyway

    Unzip to W:\N341\Project Test
     

  4. 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

  1. The N341\Project Test directory should contain, in addition to the Project files, the 2 Word or PDF documents from Assignment 1 and 2 named:
  2. Compress the N341\Project Test folder:
  3. Upload Project Test.zip to your CSCI N341 OnCourse Drop Box using the Display Name of Project Test.
     

IMPORTANT