Javascript
- Basics:
Advanced Javascript
HTML
- Form elements: learn by the examples below
- Tables
- Basics of tables
- More complex uses of tables (scroll down to “More examples” at the bottom)
- Tables tutorial: another resource if you dont like the two above
- Divs: for grouping a ‘chunk’ of HTML
- Using <div> tags: a comprehensive example of how to use <div>…</div> tag pairs
- Slides on HTML forms
CSS
- Styling HTML form elements:
- CSS Cheat Sheet: summary of common CSS style declarations
- CSS Reference: complete list of all CSS attributes
- Colors:
- HTML Color Names: list of all HTML color names
- HTML Color Picker: find the
#xxxxxx
codes for specifying colors in HTML
Miscellaneous
- Schedule Generator tester: you can use this to input text from the schedule generator to see how the image comes out
- JSHint: tool to help you fix errors in your Javascript code. Paste your code into the box and uncheck the box “When code is not in strict mode” under “Warn”. If your code uses JQuery check the “JQuery” box under “Assume”.