Assignments 5 (Wednesday, November 10):

Write a web-based application of a personal address book. This application should be protected by a password (and a user name if you like) so that only people with access permission can see your personal records.

The application should include a webpage in which you can create new entries. You should indicate which fields are mandatory when creating a new entry, and your application should check on the client side if all mandatory fields have been given a value.

Your application should also allow to search for (and display) specific entires of your address book. The search should allow the use of wilde cards.

Send URL and code to standage@cs.dal.ca with the subject line ECMM6010A5.