




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Professor: Padua-Perez; Class: INTRO COMP PROG VIA WEB; Subject: Computer Science; University: University of Maryland; Term: Spring 2009;
Typology: Study notes
1 / 8
This page cannot be seen from the preview
Don't miss anything!





Quiz Today
Check class announcements daily
You must implement programming projects by yourself
Reference:
CSS Cookbook by Christopher Schmitt ○ ISBN-13: 978-0-596-52741- http://www.oreilly.com/catalog/cssckbk2/
Let’s talk about some parts of this project
new html which can be used to: Draw graphics Make photo compositions Perform Animations http://developer.mozilla.org/en/docs/HTML:Canvas Originally introduced by Apple Safari, Opera 9, and Firefox supports the canvas tag. Examples: http://developer.mozilla.org/en/docs/Drawing_Graphics_with_Canvas#A_Simple_Exa mple Path Example http://developer.mozilla.org/en/docs/Drawing_Graphics_with_Canvas#Using_Paths Canvas Painter http://caimansys.com/painter/index.html 3D Demo http://www.tapper-ware.net/canvas3d/
Alternative I: Using Nifty Corners Cube by Alessandro Fulciniti http://www.html.it/articoli/niftycube/index.html Alternative II: http://www.netzgesta.de/corner/ Read license before using
Using Reflection.js at: http://cow.neondragon.net/stuff/reflection/ Usage: Add to the header section (where reflectionJS is the folder with reflection.js)
Add class to element you want to reflect. For example:
rheightNN – NN (% image’s height used for the reflection’s height) ropacityNN – NN (% of the transparency of the reflected image) Example: reflection.html, reflection.css
Sudoku validator
How can we implement such a validator?
Tic Tac Toe game
Batttleship game
Crossword