BTC640/Assignment3-Winter2012

From CDOT Wiki
Revision as of 23:56, 8 April 2012 by Andrew (talk | contribs) (Specs)
Jump to: navigation, search

Overview

In this individual assignment you will be creating a dynamic in-page floating popup that cannot be dismissed even though it has a close button.

Your code only needs to work in Firefox, though I expect it will be simple enough to work in any modern browser.

Plagiarism Rules

No group work for this assignment, one person per one submission. You may look at reference information on the web but you're expected to write 100% of the code yourself.

In other words the plagiarism rules for this assignment are the same as usual at Seneca, not like Assignment 1.

Submission

Submit your file(s) to Moodle. You don't need to host it on matrix unless you have a server-side component in which case please give me a URL to the working version.

The deadline for this assignment is friday night, the 13th of April. Late penalty is 10% per day. Even if your assignment is 5 days late or more - you still need to submit a satisfactory assignment to pass the course.

This assignment is worth 10% of your final grade.

Specs

You can start with an empty page, and:

  1. Create an absolutely positioned element (225x300 pixels or so) containing:
    1. A title at the top,
    2. A close button in the top right corner (just draw an X and put it there), and
    3. An image (use any image you like).
  2. The image will be a link to http://zenit.senecac.on.ca/wiki/index.php/BTC640/Assignment3-Winter2012