Skip to content

Instantly share code, notes, and snippets.

@frangucc
Last active August 29, 2015 13:59
Show Gist options
  • Save frangucc/10484917 to your computer and use it in GitHub Desktop.
Save frangucc/10484917 to your computer and use it in GitHub Desktop.
GA Week 1 with Francke Jones

Week 1 Recap of Francke's Lessons

User Scenarios and Wireframing

Recap: Hack.UX() and model user experiences by:

var HackUX = { 
    problem_set: "Defined",
    objective: "Defined",
    user_goals: "Defined",
    user_scenarios: "Defined",
    wireframes: "Incomplete",
    prototype: "Incomplete",
    hackTheUXLifecycle: function() {
        var status = "Complete";
        this.wireframes = "Complete";
        this.prototype = "Complete";
        console.log("Mission " + status + "!");
    }
  }
HackUX.hackTheUXLifecycle();

Intro to HTML & CSS

Recap: Learn Basics HTML/CSS

  • HTML - basic elements, divs, p, table, header, asides, headings, spans, forms, inputs, buttons
  • CSS - colors, positioning, fonts, padding, borders, sizes, margins, importing external sheets
  • MiniProject - Shady Sales Landing Page (GrannieCoders.com, CodingKittens.com)

Intro to JS

Recap: Consoles, Hints, Codepen and JS Basics

  • Vars, Objects, Functions, Alerts/Logs, JSON, Imports
  • Syntax correction: JSHint.com, Play with your Objects: Inspector/Console, Make a widget: Codepen.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment