Changes

Jump to: navigation, search

BTC640/Assignment3-Winter2013

35 bytes removed, 08:02, 23 July 2013
Specs
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 2.
== Submission ==
Submit your file(s) to Moodle. Degree students also need to host it on matrix since there's an ajax component (don't forget to mention the link in your submission).
The deadline for this assignment is friday night, the 5th 2nd of AprilAugust. 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.
## A close button in the top right corner (just draw an X and put it there), and
## An image (use any image you like).
# The image will be a link to http://zenit.senecac.on.ca/wiki/index.php/BTC640/Assignment3-Winter2012Summer2012
# The user can move the mouse over the image and click on it, the target will open in the parent window (nothing special so far).
# You will prevent the user from clicking the close button like this:
## You must be careful to prevent the user from hiding the popup by tricking it to go off-screen into either direction. If the popup was moving left and it got to the left edge of the page - it should move either up or down, wherever there is room.
# An expert will be able to close the popup (without using development tools) in only one way: make the window so small that the popup has nowhere to move and the X button can be clicked.
 # Degree students only: load all the contents of the popup (title, image, and link) using Ajax.

Navigation menu