reading-notes

Code Fellows Notes

View the Project on GitHub stephnitis/reading-notes

Introductory HTML and JavaScript

HTML&CSS

Introduction

How the Web Works

Chapter 1: Structure

Chapter 8: Extra Markup

Chpater 17: HTML5 Layout

Process & Design

Javascript & JQuery

Introduction

Javascript makes web pages more interactive by:

Chapter 1: The ABC of Programming

Things I want to know more about

  1. The <meta> element and how to apply it in order to generate traffic to a page.
  2. HTML5 layout elements, their best uses and a better comprehension of when to apply them versus the use of the <div> element.
  3. Understanding how to code for older browsers so that my site can be rendered properly on any system, and maintains accessibility to multiple demographics.
  4. A more in depth comprehension of obtaining, interpreting and implementing user data to create an effective design and user experience. (Effective use of visual hierarchy, grouping & navigation)