HOFSTRA UNIVERSITY

OVERVIEW COMPUTER SCIENCE CSC005


Professor Cavello

CSC005 APPLICATIONS, HTML EXAMPLES AND WEB REFERENCES


HTML / JAVASCRIPT APPLICATIONS HTML ON LINE TUTORIALS
NEWTON'S SQUARE ROOT METHOD
Algorithm uses an inital guess to calculate the square root of a number
http://www.angelfire.com/
Contains a beginners guide to html: Click on keyword BUILD
CONVERTER: BINARY TO DECIMAL AND HEXIDECIMAL
An Excel routine to demonstrate binary, decimal and hexidecimal equivalents range from 0 to 255
SHEET 1 TAB: BINARY TO DECIMAL AND HEX
SHEET 2 TAB: DECIMAL TO BINARY AND HEX
SHEET 3 TAB: HEX TO BINARY AND DECIMAL
USE MICROSOFT EXPLORER ONLY!
http://www.htmlgoodies.com/
Primers for HTML beginners
EVENT HANDLER - COLOR CHANGE
Illustrates the onMouseOver event handler and use of Buttons to change background color.
http://ei.cs.vt.edu/~history/TMTCTW.html
References to: History of Computers
EVENT HANDLER - PAGE/SITE CHANGE
Illustrates the onClick event handler with the window.location attributes to change a page or go to a new site.
http://javascript.com/
A complete JavaScript Reference Site
http://home.earthlink.net/~jakesan/
Color Values in Hexidecimal
EXAMPLES AND RESOURCES:


RETURN TO PROFESSOR CAVELLO'S MAIN PAGE