Open main menu

CDOT Wiki β

Changes

BTC640/Assignment3-Winter2012

998 bytes added, 00:14, 9 April 2012
no edit summary
== Submission ==
Submit your file(s) to Moodle. You don't Degree students also need to host it on matrix unless you have a server-side since there's an ajax component in which case please give me a URL (don't forget to mention the working versionlink in your submission).
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.
## An image (use any image you like).
# The image will be a link to http://zenit.senecac.on.ca/wiki/index.php/BTC640/Assignment3-Winter2012
# 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:
## Any time the mouse moves close (a few pixels) to the close button your floating element will move slightly.
## If the mouse pointer is near the bottom of the image - it should move a few pixels higher. If the mouse is at the left - it will move to the right, etc.
## 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.