This is a little non-site that's here primarily for CS697J.
My real website is elsewhere.

CGI-LIB test

CGI Project Proposal

    Group: Martian (Adam Smyth); Adil Al-Ghamdi; Truong Do

    Project: Web page builder

    Precis: The web page builder will give the user several options for constructing a very simple web page. The user will be able to choose the background color and/or image, enter a title, some text, a few links, etc. The program will then return the generated HTML page, and the user will be able to save it off and use it however.

    Details: Background color will be chosen using a <SELECT> list of common colors. Background images can be chosen either from a dropdown list of choices (which will reside on some server somewhere) or by typing a URL into a text box. Title entry will be via a text box, and the additional text will be entered in a <TEXTAREA> field. Links will be entered by using several text boxes and radio buttons to give information on the link (icons to add, description, etc).

    Status: Complete

Java Project Proposal

    Group: Martian (Adam Smyth)

    Project: Mancala client

    Precis: A Java client which will communicate with a Mancala server, using the Mancala Client-Server Protocol, which I have developed separately.

    Details: Will involve graphics and network communications. Will require development of a server. The server is an independent project already in development.

    Status: As complete as it's going to get. Click here.
            Technically, it needs some work. But nothing more will be done before it's due.