Do whatever you want with the example code. Not sure what licensing it falls under but I am pretty sure you can do whatever you want with it. Most of the example code came from a dated HTML and JavaScript book.
TopPage Overview
This page contains assorted code examples and excercises from my class at Westchester Community College called Computer Science 0 (CompSci0). The professor's name is Robert Sciabbarrasi. I was way to advanced for the course but needed to take the course because it was a required prerequisite for the advanced computer courses. I'm glad its all over with. The teacher was great at presenting the material and was willing to hear my suggestions on better coding practices and tricks. Please note that the code presented here is depreciated and has bad coding practices in it. As much as I wanted to fix it up and follow better coding standards the teacher insisted that I follow the crap/depreciated code presented in the class book otherwise classmates would get confused. The book used is HTML and JavaScript BASICS, third edition by Karl Barksdale and E. Shane Turner
This course is designed for students who would like to learn some programming and general knowledge about computers, and want to explore options in computer related disciplines. Students learn how to design a web page using HTML and JavaScript, and about computer networking and hardware, issues in the interaction of computers with society and computer related curricula and careers. Class hrs. 2; Lab hrs. 2.
TopIntended Audience
People who wish to see bad coding practice or the depreciated/obsolete methods of web development. This section is not intended to serve as a tutorial but just links to the projects we did in class. Keep in mind that I am missing some coursework.
TopTic Tac Toe
Very simple class excersise. Professor drew a tic tac toe grid with X's and O's and asked us to duplicate it. I used a simple table.
TopShakespear page
Although the page contains info on Shakespear the purpose of this excersise was to help the class understand how Unordered lists and Ordered lists work. This excersise was given out the class within the first 3 weeks of class. The Professor chose shakespear because he likes shakespear along with other classical novels. Personally I hate Shakespear.
TopPage linking
The purpose of this project was to help the class understand how to create hyperlink's to other websites, other local html documents, and other locations on the same page.
TopExcersise #2
This is a class excersise I had saved. It contains its own naming convention that I am unfamiliar with and forgot what its relavence is. I will leave it alone. Generally it covers Horizontal Rules, basic HTML structure, HTML Tables, and other stuff.
Here are the instructions which require MS Office or OpenOffice to read them.
Top