CPS 1: Computer Science Principles

Course information
Outline of topics
Schedule and notes
Projects
Assignments
Resources

I will be updating this page as the course goes on. So please keep checking here for useful links. This will hopefully serve as a quick online reference for some of the topics we will cover.

  • HTML tutorial
  • CSS tutorial
  • Java beginner's tutorial
  • Validating your page

    Your page should have valid, standards-compliant HTML and CSS. You can use the validation sites provided by the World Wide Web Consortium (W3C).
    Valid XHTML 1.0
	  Transitional! Valid CSS!

    The code for putting the above buttons on your page is below. No changes are necessary in order to add the buttons to your own page.

    <a href="http://validator.w3.org/check?uri=referer"><img style="border: 0;" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional!" height="31" width="88" /></a> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-css.gif" alt="Valid CSS!"/></a>
Azbayar Demberel 2008.