Session 07 - User Experience and Design

Harvard University Extension School
Spring 2018

Course Web Site: http://cscie12.dce.harvard.edu/

Instructor email: david_heitmeyer@harvard.edu
Course staff email: cscie12@dce.harvard.edu

Topics

  1. Overview: User Experience
  2. Strategy
  3. Scope
  4. Structure
  5. Skeleton
  6. Surface
  7. Creating Links

slide1 slide2 slide3 slide4 slide5 slide6 slide7 slide8 slide9 slide10 slide11 slide12 slide13 slide14 slide15 slide16 slide17 slide18 slide19 slide20 slide21 slide22 slide23 slide24 slide25 slide26 slide27 slide28 slide29 slide30 slide31 slide32 slide33 slide34 slide35 slide36 slide37 slide38 slide39 slide40 slide41 slide42 slide43 slide44 slide45 slide46 slide47 slide48 slide49 slide50 slide51 slide52 slide53 slide54 slide55 

Overview: User Experience

sad to happy

Elements of User Experience

elements of user experience

Elements of User Experience

elements of user experience

Nine Pillars of Successful Web Teams

Nine Pillars of Successful Web Teams by Jesse James Garrett
9 Pillars of Successful Web Teams

Planning and Designing a Site: Resources


Strategy

strategy plane

Clear and explicit understanding of

Who are our Users?

Most sites will have multiple audiences.

What Audiences can be identified?

University of Colorado

University of Colorado

Dell

Dell

FDIC

FDIC

Audience(s)

Know Your Audience

Audiences for an Academic Department

AAAS

Audiences for a Campaign Site

Audiences for a Fitness Club

Additional Goal:

Scope

Define content or functionality requirements.

What's "in" and what's "out" -- or at least what's "later".

Start broad, then narrow and refine.

scope

Content

Questions to ask about content:

Approaching a Project

Think About the User

Thing on the front page of a university website

Structure

structure

Structuring Content

From Information Architecture for the World Wide Web (available through Harvard Libraries):

information architecture defined:

  1. The structural design of shared information environments.
  2. The combination of organization, labeling, search, and navigation systems within web sites and intranets.
  3. The art and science of shaping information products and experiences to support usability and findability.
  4. An emerging discipline and community of practice focused on bringing principles of design and architecture to the digital landscape.

Organize, Label, (Navigate)

Organize

Plan for Growth

add new content

How to?

Structural Models

Hierarchical

hierarchical

Library of Congress Classification

"Q" - Science
"QC" - Physics

lc system

Biological

Catalog of Life
taxonomy

Open Directory Project, Yahoo! Categories

dmoz categories


yahoo categories  yahoo arts

Too deep or too shallow?

Deep
Too deep or too shallow?
Shallow
Too deep or too shallow?

Sequential

lecture slide to illustrate sequential mode

Organic

Wikipedia.com

webs

wikipedia web

Site Architecture

Label

Labels - Are there conventions?

Categories and Labels from News Sites

CNN
CNN

Fox News
Fox News

ABC News
ABC News

CBS
CBS

New York Times
NYT

NPR
NPR

BBC
BBC

NBC
NBC

Skeleton

Skeleton

Page Components

Harvard Summer School  Harvard Summer School

Wireframes and Sketches - "Low" to "High" Fidelity

Sketches

wireframe

sketch

Wireframes

wireframe

wireframe


wireframe

Prototypes

prototype

Navigation Systems

Oak Park Mall Map

Don't Make Me Think: Navigation


Harvard College

Harvard College

Breadcrumb Navigation

"Just wait, Gretel, until the moon rises, and then we shall see the crumbs of bread which I have strewn about, they will show us our way home again.", Hansel in Hansel and Gretel

DMOZ
Bread Crumb Navigation

Harvard Summer School
Breadcrumb Navigation

Construction Projects at FAS, Harvard University
Bread Crumb Navigation

Clamshell navigation

Harvard Extension School
Harvard Extension School
Safari
Clam Shell

Dropdown/Popout Menus

Harvard University
dropdown menu

O'Reilly Books
popup menu

Amazon.com
dropdown menu on Amazon

"Mega" Dropdown Menus

The White House
mega dropdown

Food Network
mega dropdown

Multiple Navigation Modes

Surface

Surface

F-Pattern

F-Shaped Pattern for Reading Web Content
F is for Fast

Non-Designer's Design Book

Good Design is as Easy as 1, 2, 3Good Design is as Easy as 1, 2, 3

non-designer's design book
The non-designer's design book
by Robin Williams

Non-Designer's Design Book

Four Basic Principles
Non-Deisgner's Design Book by Robin Williams

Colors


Creating Color Palettes:

Home Page -- Don't Make Me Think (Steven Krug)

Don't make me think

Don't Make Me Think
Don't make me think, revisited : a common sense approach to Web usability
by Steve Krug


Three Princples of Usability

Creating Links

Build confidence by making your links predictable and differentiable.

The Scent of Links

scent

Links within navigation and content must be:


When creating links:

Use "title" attribute

Title attribute can add information so that the link is more predictable and able to be differentiated from others.

Use of title attribute for 'a' elements

Deep Linking

Deep linking:

Register for Harvard Summer School so you can take CSCI S-1, "Great Ideas in Computer Science with Java" .

<p>
<a href="http://www.summer.harvard.edu/course-registration">
   Register for Harvard Summer School</a> so you can take 
  <a href="http://www.summer.harvard.edu/courses/great-ideas-computer-science-java/33196">
   CSCI S-1, "Great Ideas in Computer Science with Java"
</a>.
</p>

Not deep linking:

<p>
  <a href="http://www.summer.harvard.edu/">
    Register for Harvard Summer School
  </a> so you can take 
  <a href="http://www.summer.harvard.edu/courses">
    CSCI S-1, "Great Ideas in Computer Science with Java"
  </a>.
</p>

Old Example from Logan Airport (BOS) - Old Site

Example from Boston's Logan Airport site:
bad links

New Site

Logan

Old Example from Mass RMV

To renew your registration, visit http://www.mass.gov/rmv

RMV

RMV

New Mass RMV

mass rmv

"Click Here"

Don't Use "click here"

Example from Boston's Logan Airport site:
Click Here

"Click Here"

click here

New Site
george howell

"Click Here" to prompt an action

Sometimes you can "Click Here" to Elicit an Action

click here

click here

"Learn More" Links: You Can Do Better

"Learn More" Links: You Can Do Better by Katie Sherwin, Nielsen Norman Group.

learn more links

Copyright © David Heitmeyer