Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.48 KB

proposal.textile

File metadata and controls

20 lines (17 loc) · 1.48 KB

Years 4-6 only.

Proposed lesson content:

  1. History of internet and web. What is content, style and behaviour?
  2. Content – HTML. Editors, browsers, basic HTML – headings, paragraphs, class and id attributes
  3. Style – CSS. Color (yes, I’m afraid so – the internet is American), fonts, text, alignment
  4. Behaviour – JavaScript. A very basic introduction to programming in javascript
  5. Content 2 – links, images, tables, lists
  6. Style 2 – backgrounds, link states
  7. Behaviour 2 – Using jQuery to move an element
  8. Content 3 – Forms
  9. Style 3 – the box model
  10. Behaviour 3 – An introduction to Objects, Coffeescript

Thereafter, the intention is to start the project which will continue until the end of the year (or everyone leaves). Each student (or pair of students) will work at their own pace to create a web page for their present wish-list, with links to sites where their friends and relatives can purchase the goods (perhaps with a St Mark’s affiliate account set up for the common web sites). I will wander around helping out and then rush home to learn enough to keep ahead for the next week. A back end (server) will be necessary towards the end – either I can write it or help the brighter students to do it.

Requirements :

  • Computer – 1 each for the instruction. One between 2 might be better for the project.
  • Browser – Chrome or Firefox
  • Editor – Notepad would be fine. Something with syntax highlighting for HTML, CSS and Javascript (such as http://notepad-plus-plus.org/) might be better