dazwiafl / js-beginners-day2

Curriculum for the second day of http://js.opentechschool.org/javascript-for-absolute-beginners.html

Home Page:http://opentechschool.github.com/js-beginners-day2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The purpose of the example slideshow is to introduce the following concepts:

  • HTML as a representation of content
  • CSS as a means of defining appearance of the content
  • using the web inspector to alter CSS
  • using JS to change the style of HTML elements
  • adding event listeners to the document
  • using JS to edit HTML of elements in the document

This example could be extended to illustrate:

  • adding event listeners to elements (clicking on navigation, rather than using arrow keys)
  • how to make the scrolling loop back to the start
  • the power of CSS to alter appearance
  • how a library such as jQuery could be used
  • how a library or plug-in to one could replace this code

About

Curriculum for the second day of http://js.opentechschool.org/javascript-for-absolute-beginners.html

http://opentechschool.github.com/js-beginners-day2/