+ All Categories
Home > Documents > Interface design An introduction. JMA 308/545 – Class Web Site Media Site Live Web site.

Interface design An introduction. JMA 308/545 – Class Web Site Media Site Live Web site.

Date post: 27-Dec-2015
Category:
Upload: terence-perkins
View: 221 times
Download: 0 times
Share this document with a friend
Popular Tags:
87
Interface design An introduction
Transcript
Page 1: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Interface design

An introduction

Page 2: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

JMA 308/545 – Class Web Site

http://www.jma.duq.edu/classes/gibbs/jma308/index.htm

• Media Site Live

• Web site

Page 3: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Today’s Objectives

Our Server, check accounts

Designing interfaces- things to think about Krug’s Thoughts: things that make us think HTML | CSS project page

Page 4: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

How to access the server

Our Server

Page 5: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Our Server

Your private folder It’s a subfolder of users folder www.jma.duq.edu/users/YourLoginName

Save files (drag and drop files) while in either lab (CH205, CH345)

You can also FTP to there from home…

www.jma.duq.edu

Page 6: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

How do I access the server?

Access from either CH345 and CH205 Start >> Computer (Z: Drive)

OR

\\jma1\users\username

Page 7: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

How do I access the server?

From dorm or home

ftp://www.jma.duq.edu/users/YourLastName

Example: ftp://www.jma.duq.edu/users/gibbs/

You will be prompted for your user name and password Use the same name and password you used to login to

Windows

Page 8: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

And The PUB folder

The User Folder

Page 9: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

www.jma.duq.edu

USERS

Page 10: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

www.jma.duq.edu

Folder

File

File

File

File

PUBFolder

Folder

Your Space

John DoeUSERS

Page 11: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

File

File

FileFile

PUB Folder

Folder

Gibbs

www.jma.duq.edu

Users

My user folder

All files for Web must be in PUB

All files for Web must be in PUB

Page 12: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

USERSUSERS

Server: www.jma.duq.edu

DoeJones Gibbs Pub

JMA308

inde

x.ht

m

http://www.jma.duq.edu/users/gibbs/pub/jma308/index.htmhttp://www.jma.duq.edu/users/gibbs/pub/jma308/index.htm

Page 13: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Make JMA308/545 folder and test page

Page 14: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Learn from what you encounter in the real world.

Look around for examples that can apply to your designs.

Page 15: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Signal failure

Source: http://noisydecentgraphics.typepad.com/design/examples_of_bad_communication/page/2/

Page 16: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Signal failure

Source: http://noisydecentgraphics.typepad.com/design/examples_of_bad_communication/page/2/

Page 17: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Bad usability

Source: http://www.iqcontent.com/blog/2007/01/the-usability-of-garda-doors/

Page 18: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Bad usability

Source: http://www.iqcontent.com/blog/2007/01/the-usability-of-garda-doors/

If function is to push, then why do you need handle?

Page 19: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

IS IT EASY TO DESIGN INTERFACES?

Page 20: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

What do you think happens here?

Page 21: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

What do you think happens here?

Go Right for:

•Daily A & B•Shuttles•Taxis•Parking•Door to Door•Rental Car

Page 22: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Is it easy to design interfaces?

Let’s see a simple interface A doorA couple simple functions,

open and close

Materials by CS 5115USER INTERFACE DESIGN, IMPLEMENTATION AND EVALUATION, by Dr. Loren Terveen

Page 23: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

How does this door open?

Door number 1.

Materials by CS 5115USER INTERFACE DESIGN, IMPLEMENTATION AND EVALUATION, by Dr. Loren Terveen

Page 24: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

How does this door open?

Door number 2.

Materials by CS 5115USER INTERFACE DESIGN, IMPLEMENTATION AND EVALUATION, by Dr. Loren Terveen

Page 25: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Door #1

Door number 1 - again.

Page 26: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Door number 2 - again.

Door #2

Page 27: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

How does this door open?

Door number 3.

Page 28: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

No instructions needed.

Door number 3.

The door affords the act of pushing. We know to push outward by looking at it.

Affordance!

Page 29: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

The design of the control tells us how to use it

Door number 3.

The door affords the act of pushing. We know to push outward by looking at it.

Affordance!

Clues about functionality

Page 30: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Design interfaces

Instructions for simple tasks = Failure Door operation is simple – keep it simple. The door design needs:

VisibilityActions should be obviousDesign gives clues about functionality - Affordance

Page 31: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Interfaces

We often use things with which people are familiar to help them understand how controls can be used in the digital world.

Page 32: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Interfaces

Command prompt?

Direct Manipulation?

Reduces Cognitive load

Page 33: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

OPENOPEN

Which of the following two items most looks like a button? Why?

Page 34: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Which of the following two items most looks like a button? Why?

Page 35: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Digital buttons look like physical buttons so we more easily understand their purpose and function.

Page 36: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Digital buttons look like physical buttons so we more easily understand their purpose and function.

Page 37: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Digital buttons look like physical buttons so we more easily understand their purpose and function.

• Physical design – raise• Action – press and release and something happens

Page 38: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Why not?

Page 39: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Why not like this?

Digital version.

Page 40: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Design interfaces

Think about interfaces that implement web search.

Evaluate from the perspective of knowing where and how to enter a search query.

Page 41: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

We know what to do – minimalist design.

Page 42: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

About two years ago, when I searched CNN, I got Web-wide results?

But I wanted to search CNN.

Page 43: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Don’t make me think!

So what’s the big deal?

Page 44: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Don’t make me think!

People search CNN, got web results, “I don’t want to search the Web. I want CNN.”, they tried again, same result, “Something is wrong”, went back to browsing or gave up.

Page 45: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Don’t make me think!

• Users spend 27 seconds on a Web page. • Users spend 1 minute 49 sec on a site.

Nielsen & Loranger, 2006

• They won’t read much.• They scan the pages.• If it’s hard they are less likely to use it.

Page 46: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

• Limited amount of time to convey message.

•Don’t waste time by making people think about the interface.

Page 47: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

• CNN News is now the default

Page 48: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Krug’s Thoughts

The truth about the right way to design Web sites…there is no RIGHT way to design sites. It’s a complicated process and the right answer to most of the questions people ask is “it depends”

Steve Krug, 2006

Page 49: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Krug’s Thoughts

1. Don’t make me think. If something is hard to use, we just don’t use it as much.

2. A page should be self-evident

3. People don’t read they scan pages

4. We satisfice

5. Use Conventions

Page 50: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Krug’s Thoughts When you look at a page, it should be self-

evident, its purpose must be obvious.

Users should know what it is and how to use it without thinking about it too much.

Pages have to work at a glance.

Page 51: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Try to eliminate as many questions as possible.

Source: Steve Krug, 2006, p.12

Page 52: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Try to eliminate as many questions as possible.

Source: Steve Krug, 2006, p.13

Page 53: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Some things that make us think?

Page 54: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Great! I can post my resume by clicking “Get Started”. I wonder why it’s a link and not a button like Search Jobs Now.

I saw Post Your Resume and Get Started

Page 55: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Wait? I clicked “Get

Started” to post my

Resume. I don’t want to

create an account. I

must be in the wrong

place.

This says nothing about

uploading a resume.

Page 56: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

I want to keep shopping so I’ll click CONTINUE SHOPPING.

www.homedepot.com

Page 57: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

The popup is informational. Right? When I click CONTINUE SHOPPING again nothing happens.

www.homedepot.com

Page 58: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Krug’s Thoughts People don’t read they scan pages

Page 59: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

We design for this...

Page 60: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.
Page 61: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

We think people read like this...

Page 62: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.
Page 63: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

But they probably see this…

Page 64: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

F-Shaped Pattern For Reading Web ContentEyetracking visualizations show that users often read Web pages in an F-shaped pattern: two horizontal stripes followed by a vertical stripe.

(Nielsen, 2006)

Source: http://www.useit.com/alertbox/reading_pattern.html

Page 65: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Krug’s Thoughts We satisfice – people often don’t make

logical or the best choices – they do what works for them – to get by.

How much effort will users put into learning your interface? Not much?

Page 66: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Krug’s Thoughts Satisfice – instead of clicking the object

built in by the designer, I clicked Back.

Page 67: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Krug’s Thoughts Satisfice – instead of clicking the object

built in by the designer, I clicked Back.Be prepared -people don’t always use your site as you intended it to be used.

Page 68: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Krug’s Thoughts

Navigation isn’t just a feature of a web site, it is the web site, in the same way that the building, the shelves, and the cash registers are at Sears. Without it, there’s no there there.

—Steve Krug

Page 69: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Use Conventions: All web navigation must answer these questions: Where am I? What’s here? Where have I been? Where can I go next? Where's the Home Page? What’s most important?

Page 70: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Conventional:• Box• Label• Button Search or Go

Proximity to Pull-down suggests search functions in a similar manner

Krug’s Thoughts

Use expected conventions – deviating from them can be problematic.

Page 71: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Usually:• Box• Label• Button Search of Go

Proximity to Pull-down suggests search functions in a similar manner

http://www.iit.edu/arch/

Krug’s Thoughts

Page 72: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Source: http://webstyleguide.com/wsg3/3-information-architecture/4-presenting-information.html

Where users expect to find standard page components

Shaikh & Lenz, 2006

Page 73: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Website examples

Let’s look at a few websites.

Page 74: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Let’s look at a few sites http://www.sonicdrivein.com/home.jsp#/home

Page 75: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Let’s look at a few sites http://www.laeyeworks.com/ (eye glasses)

Enter site confusing, navigation

Page 76: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Let’s look at a few sites http://www.cafeintl.net/

3D, Identity

Page 77: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Let’s look at a few sites http://lesailes.hermes.com/us/en/

Navigation

Page 78: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Let’s look at a few sites

http://www.staples.com (text size)

http://www.juliegarwood.com/(What’s this site about?)

Page 79: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Design interfaces: Examples

http://www.zincbistroaz.com/

Can you tell what it’s about? Mystery meat

Page 80: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Design interfaces: Examples

http://www.bicsportsurfboards.com/

Can you tell what it’s about?

Page 81: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Design interfaces: Examples

http://www.marshill.org/

Can you tell what it’s about?

Page 82: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Design interfaces: Examples

http://www.3cgraphics.com/

What is it about?What’s good/bad?

Page 83: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Design interfaces: Examples

http://www.3cgraphics.com/

Lack of focal point on the page Too many pictures

When people arrive at your site it's because they've made a commitment. They've clicked a link or an ad and now they are at your site so you don't have to try to seduce them. Let them in your site.

Page 84: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Breaks up flow

Other examples

Page 85: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Design interfaces: Examples

http://www.montblanc.com/

Page 86: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Design interfaces: Examples

Is there a boutique in Chicago (what is the phone number, address and hours)?

This is a timed exercise.

Page 87: Interface design An introduction. JMA 308/545 – Class Web Site  Media Site Live Web site.

Design interfaces: Examples

Find a Montblanc Starwalker Black Rubber & Platinum, Fountain Pen.

Find EYEWEAR: Montblanc Ladies Collection Ipanema Graded black, gray pattern laminated into white acetate frame.


Recommended