Skip to main content

INFX 512 Spring 2018 Coursework

Table of contents

  1. Getting setup
  2. Managing files
  3. GitHub walkthrough
  4. Encoding in HTML
  5. Publishing to GitHub pages
  6. Emmet autocompletion
  7. Browsersync setup
  8. Adding CSS style
  9. Responding to devices
  10. CSS frameworks
  11. Intro to Javascript
  12. DOM manipulation
  13. Javascript iteration
  14. Javascript sorting
  15. Javascript AJAX

Intro to Javascript

Javascript can be thought about as the 'interactivity' of a website. Before we get started integrating Javascript with our pages, we must first get an introduction to programming and the basics of the Javascript languages.

Required reading

  • JavaScript For Cats
  • You Don't Know JS: Chapter 1: Into Programming
  • You Don't Know JS: Chapter 2: Into JavaScript
  • A re-introduction to JavaScript (JS tutorial)

Optional tutorials

  • Basics of Javascript videos

© 2018 Nick DeNardis adapted from Dave Stearns | The Information School | University of Washington