reading-notes

Reading Notes for Codefellows!


Project maintained by AlanYHung Hosted on GitHub Pages — Theme by mattgraham

Code 201

Reading 01

(All My Notes are attributed/sourced from the Resources directly preceding them.)

HTML & CSS

Introduction (pp. 2-11)

Structure (pp. 12-39)

Extra Markup (pp. 176-199)

HTML 5 Layout (pp. 428-451)

Process & Design (pp. 452-475)

JavaScript & JQuery

Introduction (pp. 2-10)

The ABC of Programming (pp. 11-52)

1-A What is a Script? How do I create one? (pp. 13-24)
1-B How do computers fit into the world around them? (pp. 25-42)
1-C How do I write a script for a Web Page? (pp. 43-52)

<– Back