reading-notes

code fellows reading notes

View on GitHub

Reading-Notes

code fellows 201

Read: 01 - Introductory HTML and JavaScript

HTML & CSS

Structure

Image of tag

Extra Markup

HTML5 Layout

Process & Design

When building a website, you need to keep in mind who will ne using it. Websites work best when you keep in mind that you and your target audience may see things diffrently. Instead of asking what your favorite color is, ask what the daily user of this website might like to see instead. Think about why they are using your site. There is a specific reason why they are here. What kind of things do they expect to see, How can you help them achieve their goal? Remember that they need specific information that you should make easily available to them, nobody likes searching around for phone numbers or hours of operation through a bunch of links. How often people visit your websit should determin how often it needs to be updated. Returning users want to see what’s new and improved.

JavaScript & JQuery

The ABC of Programming

A Script is a series of instructions a computer follows to complete a task. Like in an instruction manual or recipe book, instructions are writen and followed in a step by step format. There are three main steps to writing a script.

  1. Define the goal
  2. Design the script
  3. Code each step