csc309 HTML/CSS/Javascript & DOM
HTML reference (I recommend using XHTML 1.0 Transitional for your pages)
- http://www.w3schools.com/tags/ref_byfunc.asp
- http://www.html-reference.com/
- a basic template - http://www.webstandards.org/learn/reference/templates/xhtml10t/
- validate your pages to find errors - http://validator.w3.org/
CSS reference
- http://www.w3schools.com/CSS/CSS_reference.asp
- box model - http://www.guistuff.com/css/images/boxmodel.png
- a good framework to use - http://www.blueprintcss.org/
Javascript reference materials
- http://www.w3schools.com/JS/default.asp
- http://javascript-reference.info/
- http://www.addedbytes.com/cheat-sheets/javascript-cheat-sheet/
basic intro to how javascript & DOM work together
DOM (Document Object Model) reference
- http://www.wait-till-i.com/2007/06/27/dom-javascript-cheat-sheet/
- http://visibone.com/products/bbk12-13_850.jpg
jQuery reference
- http://docs.jquery.com/Main_Page
- http://acodingfool.typepad.com/blog/jquery-13-cheat-sheet.html
- http://www.visualjquery.com/
IDE & Extensions
- Aptana plugin for Eclipse
- Firebug extension for Firefox
- HTML Validator for Firefox
- Live Http Headers for Firefox
quick tutorials on OOP in javascript