Top Banner
Week 3 LBSC 690 Information Technology Web Characterization Web Design
98
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Week 3

LBSC 690

Information Technology

Web CharacterizationWeb Design

Page 2: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Today’s Goals• Finish our discussion of networking

• Be able to discuss what the Web “is”

• Understand human-computer interaction principles– What makes something well or poorly designed?

• Connect that knowledge to good Web site design

• Begin to think about evaluation

Page 3: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Muddiest Points

• Routing Tables– Start->Run->cmd->route print

• Ports

• FTP

• HTML

• (Speeding up at the end)

Page 4: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Port Mapping

Page 5: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

TCP/IP layer architecture

Link Link Link Link Link Link

Network Network Network NetworkVirtual link for packets

Transport Transport

Virtual link for end to end packets

Application Application

Virtual network service

Link for bits Link for bits Link for bits

Page 6: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

The TCP/IP “Protocol Stack”

• Link layer: move bits – Ethernet, cable modem, DSL

• Network layer: move packets– IP

• Transport layer: provide “services”– UDP, TCP

• Application layer: uses those services– SFTP, SSH, …

Page 7: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Transmission Control Protocol (TCP)

• Guarantees delivery all data– Retransmits missing data

• Guarantees data will be delivered in order– “Buffers” subsequent packets if necessary

• No guarantee of delivery time– Long delays may occur without warning

Page 8: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

User Datagram Protocol (UDP)

• The Internet’s basic transport service– Sends every packet immediately– Passes received packets to the application

• No delivery guarantee– Collisions can result in packet loss

• Example: sending clicks on web browser

Page 10: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

HyperText Transfer Protocol (HTTP)

• Send request GET /path/file.html HTTP/1.0 From: [email protected] User-Agent: HTTPTool/1.0

• Server responseHTTP/1.0 200 OK Date: Fri, 31 Dec 1999 23:59:59 GMT Content-Type: text/html Content-Length: 1354 <html><body> <h1>Happy New Millennium!</h1> …

</body> </html>

Page 11: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Network Abuse

• Flooding– Excessive activity, intended to prevent valid activity

• Worms– Like a virus, but self-propagating

• Sniffing– Monitoring network traffic (e.g., for passwords)

Page 12: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Encryption

• Secret-key systems (e.g., DES)– Use the same key to encrypt and decrypt

• Public-key systems (e.g., PGP)– Public key: open, for encryption– Private key: secret, for decryption

• Digital signatures– Encrypt with private key, decrypt with public key

Page 13: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Encrypted Standards

• Secure Shell (SSH)– Replaces Telnet

• Secure FTP (SFTP)/Secure Copy (SCP)– Replaces FTP

• Secure HTTP (HTTPS)– Used for financial and other private data

• Wired Equivalent Protocol (WEP)– Used on wireless networks

• Virtual Private Network (VPN)– Not really a “standard”

Page 14: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Virtual Private Networks

Intranet

Intranet

a secure private network over the public Internet

Public Internet

virtual “leased line”

Page 15: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Why is there a Web?

• Affordable storage– 300,000 words/$ in 1995

• Adequate backbone capacity– 25,000 simultaneous transfers in 1995

• Adequate “last mile” bandwidth– 1 second/screen in 1995

• Display capability– 10% of US population in 1995

• Effective search capabilities– Lycos and Yahoo were started in 1995

Page 16: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

What is the Web?

• HTTP, HTML, or URL?

• Static, dynamic or streaming?

• Public, protected, or internal?

• Content or behavior?

Page 17: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Number of Web Sites

Page 18: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

What’s a Web “Site”?

• OCLC counted any server at port 80– Misses many servers at other ports

• Some servers host unrelated content– Geocities

• Some content requires specialized servers– rtsp

Page 19: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Crawling the Web

Page 20: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Robots Exclusion Protocol

• Requires voluntary compliance by crawlers

• Exclusion by site– Create a robots.txt file at the server’s top level– Indicate which directories not to crawl

• Exclusion by document (in HTML head)– Not implemented by all crawlers

<meta name="robots“ content="noindex,nofollow">

Page 21: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Link Structure of the Web

Page 22: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Web Crawl Challenges• Discovering “islands” and “peninsulas”

• Duplicate and near-duplicate content– 30-40% of total content

• Server and network loads

• Dynamic content generation

• Link rot– Changes at 1% per week

• Temporary server interruptions

Page 23: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Duplicate Detection

• Structural– Identical directory structure (e.g., mirrors, aliases)

• Syntactic– Identical bytes– Identical markup (HTML, XML, …)

• Semantic– Identical content– Similar content (e.g., with a different banner ad)– Related content (e.g., translated)

Page 24: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Hands on:The Internet Archive

• alexa.com Web crawls since 1997– http://archive.org

• Check out the CLIS Web site from 1998!– http://www.clis.umd.edu

Page 25: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

0

2,000,000

4,000,000

6,000,000

8,000,000

10,000,000

12,000,000

14,000,000

16,000,000

18,000,000

20,000,000

Mar

-03

Apr-0

3

May

-03

Jun-

03

Jul-0

3

Aug-

03

Sep-

03

Oct-0

3

Nov-0

3

Dec-0

3

Jan-

04

Feb-

04

Mar

-04

Apr-0

4

May

-04

Jun-

04

Jul-0

4

Aug-

04

Sep-

04

Oct-0

4

Nov-0

4

Dec-0

4

Jan-

05

Feb-

05

Mar

-05

Apr-0

5

May

-05

Jun-

05

Jul-0

5

Aug-

05

Sep-

05

Oct-0

5

Doubling

Doubling

Doubling

18.9 Million Weblogs TrackedDoubling in size approx. every 5 monthsConsistent doubling over the last 36 months

User-Generated Content: BlogsDoubling

Page 26: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

0

200000

400000

600000

800000

1000000

1200000

1400000

9/1/

04

9/15

/04

9/29

/04

10/1

3/04

10/2

7/04

11/1

0/04

11/2

4/04

12/8

/04

12/2

2/04

1/5/

05

1/19

/05

2/2/

05

2/16

/05

3/2/

05

3/16

/05

3/30

/05

4/13

/05

4/27

/05

5/11

/05

5/25

/05

6/8/

05

6/22

/05

7/6/

05

7/20

/05

8/3/

05

8/17

/05

8/31

/05

9/14

/05

9/28

/05

KryptoniteLock Controversy

US Election Day

Indian Ocean Tsunami

Superbowl

Schiavo Dies

Newsweek Koran

Deepthroat Revealed

Justice O’ConnorLive 8 Concerts

London Bombings Katrina~1 Million Posts/Day by 2005

Volume of Blog Posts

Page 27: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

31%

18%

9%

7%

7%

5%

4%

3%

3%

2%

11%

English

Chinese

Japanese

Spanish

German

Korean

French

Portuguese

Italian

Russian

Other

Native speakers, Global Reach projection for 2004 (as of Sept, 2003)

Global Internet Users

Page 28: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

68%

4%

6%

2%

6%

1%

3%1%

2%2%

5%

31%

18%

9%

7%

7%

5%

4%

3%

3%

2%

11%

English

Chinese

Japanese

Spanish

German

Korean

French

Portuguese

Italian

Russian

Other

Native speakers, Global Reach projection for 2004 (as of Sept, 2003)

Global Internet Users

Page 29: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

The “Deep Web”• Dynamic pages, generated from databases• Much larger than surface Web• Not easily discovered using crawling

1

100

10,000

1,000,000

LoC Surface Web Deep Web

Te

rab

yte

s

2000

2008 (est)

Page 30: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Content of the Deep Web

Page 31: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Human Computer Interaction

• A discipline concerned with the

of interactive computing systems for human use

Design Implementation

Evaluation

Page 32: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Where is the bottleneck?

1950 2000 2050

computerperformance

human performance

Page 33: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

What are Computers Good At?

• Sense stimuli outside human’s range

• Calculate quickly and accurately

• Store large quantities and recall accurately

• Respond rapidly and consistently

• Perform repetitive actions reliably

• Work under heavy load for an extended period

Page 34: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

What are Humans Good At?

• Sense low level stimuli

• Recognize patterns

• Reason inductively

• Communicate with multiple channels

• Apply multiple strategies

• Adapt to changes or unexpected events

Page 35: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Individual Differences

• Physical– Anthropomorphic (height, left handed, etc.)– Age (mobility, dexterity, etc.)

• Cognitive• Perceptual

– Sight, hearing, etc.

• Personality• Cultural factors

Page 36: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Synergy

• Humans do what they are good at

• Computers do what they are good at

• Strengths of one cover weakness of the other

Page 37: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Interaction

• Forming an intention– Internal mental characterization of a goal

• Selection of an action– Review possible actions, select most appropriate

• Execution of the action– Carry out appropriate actions with the system

• Evaluation of the outcome– Compare results with expectations

Page 38: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Stages of InteractionGoals

Intention

Selection

Execution System Perception

Interpretation

EvaluationExpectation

Mental Activity

Physical Activity

Page 39: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Challenges of HCIGoals

Execution Perception

Intention

Selection Interpretation

EvaluationExpectation

Mental Activity

Physical Activity

“Gulf of Execution” “Gulf of Evaluation”

System

Page 40: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

What is good design?Goals

Intention

Selection

Execution System Perception

Interpretation

EvaluationExpectation

Mental Activity

Physical Activity

MentalModel

Page 41: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Modeling Interaction

Task System

Mental Models SightSound

HandsVoice

Task User

Software Models KeyboardMouse

DisplaySpeaker

Human

Computer

Page 42: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Mental Models

• How the user thinks the machine works– What actions can be taken?– What results are expected from an action?– How should system output be interpreted?

• Mental models exist at many levels– Hardware, operating system, and network– Application programs– Information resources

Page 43: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Input Devices

• Text– Keyboard, optical character recognition– Speech recognition, handwriting recognition

• Direct manipulation– 2-D: mouse, trackball, touch pad, touch panel– 3-D: wand, data glove

• Remote sensing– Camera, speaker ID, head tracker, eye tracker

Page 44: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Keyboard

• Produces character codes– ASCII: American English

– Latin-1: European languages

– UNICODE: (nearly) Any language• Pictographic languages need “entry methods”

• Keyboard shortcuts help with data entry– Different conventions for standard tasks abound

• VT-100 standard” functions are common– Differing layouts can inhibit usability

Page 45: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Design Example: QWERTY Keyboard

From http://home.earthlink.net/~dcrehr/whyqwert.html

Page 46: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Dvorak Keyboard

From http://www.mwbrooks.com/dvorak/

Page 47: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Direct Manipulation

• Match control actions with on-screen behavior– Use a cursor for visual feedback if needed

• Rotary devices– Mouse, trackball

• Linear devices– Touch pad, touch screen, iPod shuttle, joystick

• Rate devices – Laptop eraserhead

Page 48: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Modeling Interaction

Task System

Mental Models SightSound

HandsVoice

Task User

Software Models KeyboardMouse

DisplaySpeaker

Human

Computer

Page 49: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Human Senses

• Visual– Position/motion, color/contrast, symbols

• Auditory– Position/motion, tones/volume, speech

• Haptic– Mechanical, thermal, electrical, kinesthethic

• Olfactory– Smell, taste

• Vestibular

Page 50: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Commodity Output

• Image display– Fixed view, projection

• Acoustic display– Speakers, headphones

Page 51: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

“Virtual Reality” Output• Immersive visual

– Surround projection, Movable view

• Force feedback– Pen, joystick, exoskeleton

• Tactile– Vibrotactile, pneumatic, piezoelectric

• Vestibular– Motion-based simulators

• Locomotive– Stationary bicycle, treadmill

• Thermal, Olfactory

Page 52: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

What makes a Wii fun?

Page 53: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Interaction Styles

• Language-based interfaces– Command line interfaces– Interactive voice response systems

• Graphical User Interfaces (GUI)– Direct manipulation– Menus

• Virtual Reality (VR)– Direct manipulation

• Ubiquitous computing

Page 54: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Direct Manipulation

• Select a metaphor– Desktop, CD player, map, …

• Use icons to represent conceptual objects– Watch out for cultural differences

• Manipulate those objects with feedback– Select (left/right/double click), move (drag/drop)

Page 55: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

GUI Components

• Windows (and panels)– Resize, drag, iconify, scroll, destroy

• Selectors – Menu bars, pulldown lists

• Buttons– Labeled buttons, radio buttons, checkboxes

• Icons (images)– Select, open, drag, group

Page 56: Week 3 LBSC 690 Information Technology Web Characterization Web Design.
Page 57: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Metaphor: Fundamental for Thought• Theories as buildings:

– The foundation of the theory is shaky

– Theory was toppled

– Buttress your claims

• Mind as a container– Suddenly came into my head

– Back of my mind

• Time as space: – The end of the semester is getting closer

– The best part of the show is coming up

– The week just whizzed by

Page 58: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Transfer Effects

• People transfer expectations from similar objects– Positive: prior learning applies to new situation– Negative: prior learning conflicts with new situation

Page 59: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Caller: Hello, is this Tech Support?"Tech: Yes, it is. How may I help you? Caller: The cup holder on my PC is broken and I am within my warranty

period. How do I go about getting that fixed?Tech: I'm sorry, but did you say a cup holder?Caller: Yes, it's attached to the front of my computer. Tech: Please excuse me if I seem a bit stumped, it’s because I am. Did

you receive this as part of a promotional, at a trade show? How did you get this cup holder? Does it have any trademark on it?

Caller: It came with my computer, I don't know anything about a promotional. It just has '4X' on it.

At this point the Tech Rep had to mute the call, because he couldn't stand it. The caller had been using the load drawer of the CD-ROM drive as a cup holder, and snapped it off the drive.

Positive and Negative Transfer

“First we thought the PC was a calculator. Then we found out how to turn numbers into letters with ASCII — and we thought it was a typewriter. Then we discovered graphics, and we thought it was a television. With the World Wide Web, we've realized it's a brochure.” ― Douglas Adams

Page 60: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Visual Affordance• The perceived and actual fundamental properties

of the object that determine how it could be used– Appearance indicates how the object should be used

• Chair for sitting• Table for placing things on• Knobs for turning• Slots for inserting things into• Buttons for pushing

• Complex things may need explaining but simple things should not– When simple things need instructions, design has failed

Page 61: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Visual Affordance ProblemsSliders for sliding?

Are these buttons? What does this button do?

Dials for turning?

Page 62: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Mapping

backright

frontleft

backleft

frontright

24 possibilities, requires: -visible labels + memory

arbitrary

full mapping

back front front back

2 possibilities per side = 4 total possibilities

paired

Page 63: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Visible Constraints

• Limitations of the actions possible perceived from object’s appearance– provides people with a range of usage possibilities

Push or pull? Which side? Can only push,side to push clearly visible

Page 64: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Visible Constraints: Date Entry

Page 65: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Causality

• The thing that happens right after an action is assumed by people to be caused by that action

• Incorrect effect– Invoking unfamiliar function just as computer hangs– Causes “superstitious” behaviors

• Invisible effect– Command with no apparent result often repeated

• e.g., mouse click to raise menu on unresponsive system

Page 66: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Effects visible only after Exec button is pressed• Ok does nothing!• Awkward to find appropriate color level

LViewPro

Causality: An Example

Page 67: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Cultural Associations• Because a trashcan in Thailand may look like

this:

• A Thai user is likely to be confused by this image popular in Apple interfaces:

• Sun found their email icon problematic for some American urban dwellers who are unfamiliar with rural mail boxes.

Page 68: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

• People learn “idioms” that work in a certain way– Red means danger– Green means safe

• Idioms vary in different cultures– Light switches

• America: down is off• Britain: down is on

– Faucets• America: counter-clockwise on• Britain: counter-clockwise off

Stereotypes

Page 69: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

WIMP Interfaces

• Windows– Spatial context

• Icons– Direct manipulation

• Menus– Hierarchy

• Pointing devices– Spatial interaction

Page 70: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Menus

• Conserve screen space by hiding functions– Menu bar, pop-up

• Hierarchically structured– Logical grouping– Conventional positioning

• Tradeoff between breadth and depth– Too deep can become hard to find things– Too broad becomes direct manipulation

Page 71: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Dynamic Queries

• Keyboard-initiated direct manipulation

• Select menu items by typing part of a word– After each letter, update the menu– Once the word is displayed, user can click on it

• Examples: Google queries, Windows help

Page 72: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Design Concept Summary• Visual affordance• Visible constraints• Mapping• Causality• Transfer effects• Idioms• Metaphors• Cultural associations• Individual differences

Page 73: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

“Seamless Interfaces”• Informative feedback• Easy reversal• User in control

– Anticipatable outcomes– Explainable results– Browsable content

• Limited working memory load– Query context– Path suspension

• Alternatives for novices and experts– Scaffolding

Page 74: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

The Discipline of HCI

From ACM SIGCHI Curricula for Human-Computer Interaction

Page 75: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Information Architecture

• The structural design of an “information space” to facilitate access to content

• Two components:– Static design– Interaction design

Page 76: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Static Design

• Organizing principles– Logical: e.g., chronological, alphabetical– Functional: by task– Demographic: by user

• Metaphors– Organizational: e.g., e-government– Physical: e.g., online grocery store– Functional: e.g., cut, paste– Visual: e.g., octagon for stop

Page 77: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

“Site Blueprint”

MainHomepage

Teaching ResearchOther

Activities

LBSC 690

INFM 718R

DoctoralSeminar

Ph.D. Students

Publications

Projects

IRColloquium

TREC

Page 78: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Grid Layouts

Navig

ation

B

ar

ContentContent

Navig

ation

B

ar

Navigation Bar

Navigation Bar

ContentContent

Related

Lin

ks

Page 79: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Grid Layout: NY Times

Page 80: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Grid Layout: NY Times

Navigation

Banner Ad

Another Ad

Content

PopularArticles

Page 81: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Grid Layout: ebay

Page 82: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Grid Layout: ebay

Navigation

Banner Ad

Search ResultsRelated

Navigation

Page 83: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Grid Layout: Amazon

Page 84: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Grid Layout: Amazon

Navigation

Search Results

Related

Navigation

Page 85: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Some Layout Guidelines• Contrast: make different things different

– to bring out dominant elements– to create dynamism

• Repetition: reuse design throughout the interface– to achieve consistency

• Alignment: visually connect elements– to create flow

• Proximity: make effective use of spacing– to group related and separate unrelated elements

Page 86: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Interaction Design• Chess analogy: a few simple rules that disguise

an infinitely complex game

• The three-part structure– Openings: many strategies, lots of books about this– End game: well-defined, well-understood– Middle game: nebulous, hard to describe

• Information navigation has a similar structure!– Middle game is underserved

From Hearst, Smalley, & Chandler (CHI 2006)

Page 87: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Opening Moves

Page 88: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Opening Moves

Page 89: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Opening Moves

Page 90: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Middle Game

Page 91: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Middle Game

Page 92: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Navigation Patterns

• Drive to content

• Drive to advertisement

• Move up a level

• Move to next in sequence

• Jump to related

Page 93: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Human-Computer Interaction

Design Implementation

Evaluation

A discipline concerned with the

of interactive computing systems for human use

Page 94: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Evaluation Approaches

• Formative vs. summative

• Extrinsic vs. intrinsic

• Quantitative vs. qualitative– Deductive vs. inductive

• User study vs. simulation

Page 95: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Evaluation Examples• Direct observation

– Evaluator observes users interacting with system• in lab: user asked to complete pre-determined tasks• in field: user goes through normal duties

– Validity depends on how contrived the situation is

• Think-aloud– Users speak their thoughts while doing the task– May alter the way users do the task

• Controlled user studies– Users interact with system variants– Correlate performance with system characteristics– Control for confounding variables

Page 96: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Evaluation Measures

• Time to learn

• Speed of performance

• Error rate

• Retention over time

• Subjective satisfaction

Page 97: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Learning More

• LBSC 733: Networks

• LBSC 795: HCI Design and Evaluation

• INFM 700: Information Architecture

• LBSC 790: HCI Implementation

Page 98: Week 3 LBSC 690 Information Technology Web Characterization Web Design.

Before You Go

On a sheet of paper, answer the following (ungraded) question (no names, please):

What was the muddiest point in today’s class?