Lecture 22: HCI Design March 15, /6/2019

Slides:



Advertisements
Similar presentations
Project 1 ACSM PowerPoint.
Advertisements

Chapter 11 Designing the User Interface
GENERAL USABILITY CONSIDERATIONS. Overview of usability Aspects of usability – Learnability, memorability, efficiency, error reduction Techniques for.
PowerPoint Enhancements CMCE 1155 Prof. N Anderson.
Starting and Customizing a PowerPoint Slide Show
Tailoring Needs Chapter 3. Contents This presentation covers the following: – Design considerations for tailored data-entry screens – Design considerations.
MET CS 405/605 Human Computer Interface Design. Week 5 – Design  Interaction Style ~  Command Line  Menu Selection  Form Fill  Direct Manipulation.
User Interface Design: Methods of Interaction. Accepted design principles Interface design needs to consider the following issues: 1. Visual clarity 2.
User interface design Designing effective interfaces for software systems Objectives To suggest some general design principles for user interface design.
 When you receive a new you will be shown a highlighted in yellow box where your can be found  To open your new just double click.
1 User Interface Design CIS 375 Bruce R. Maxim UM-Dearborn.
Chapter 13: Designing the User Interface
PowerPoint: Tables Computer Information Technology Section 5-11 Some text and examples used with permission from: Note: We are.
User interface design.
Good Web Design And other life skills…. “I can recognize good and poor web design.”
09/09/2015 PDMS 1 Human Computer Interface Janet Nichols.
USING POWERPOINT FOR YOUR PRESENTATIONS Dr. Zanete Garanti University of Mediterranean Karpasia.
IT3 Human Computer Interface [HCI] Human Computer Interfaces Factors that should be considered when designing a Computer Interface.
PowerPoint 1 The Basics 1. Save this file to your Apps Folder as YourLastName_PP1 2. Read each slide. 3. Complete each set of numbered directions.
CS 4720 Usability and Accessibility CS 4720 – Web & Mobile Systems.
SWE205 Review Spring Why is software unusable? Users are no longer trained. Why? Feature creep Inherently hard: a problem of communication Designed.
Click to edit Master subtitle style USABILITY and USER INTERFACE DESIGN Application.
Software Architecture
12.1 CSC 123 Systems Analysis & Design Part IV: The Essentials of Design Chapter 12 Designing Effective Input.
G063 - Human Computer Interface Design Designing the User Interface.
 When you receive a new you will be shown a highlighted in yellow box where your can be found  To open your new just double click.
Chapter 1: What is interaction design?. Bad designs From:
6. (supplemental) User Interface Design. User Interface Design System users often judge a system by its interface rather than its functionality A poorly.
Interface Look Book reaction document. We like ideas. We like reactions even more. The purpose of this Look Book is to elicit your reaction to potential.
Human Computer Interaction Lecture 21 User Support
Human Computer Interface
Chapter 6 : User interface design
FOP: Multi-Screen Apps
Multimedia Design.
Development Environment
Create a blog Skills: create, modify and post to a blog
Imaging and Design for Online Environment
Setting Defaults in Microsoft Word for Accessibility
Principles of Good Screen Design
Section 7.1 Section 7.2 Identify presentation design principles
11.10 Human Computer Interface
Modern Systems Analysis and Design Fifth Edition
CSC420 Page Layout.
Using Excel with Google Maps
Bomgar Remote support software
GUI Week 9.
Who Needs Substance? Fall 2002 CS/PSY 6750.
The Design of Everyday Things
Copyright Catherine M. Burns
Microsoft PowerPoint This is the introduction to PowerPoint.
MBI 630: Week 11 Interface Design
Software Engineering D7025E
Design Principles 8-Dec-18.
COMP444 Human Computer Interaction Design Principles
Characteristics of Graphical and Web User Interfaces
Step-3: Principles of Good Interface and Screen Design
ADVANCED GUIDE TO ING This guide is for people who can already use and send to a good standard but cant use the more advanced.
What do these things have in common?
Don’t make me think Usability.
Proper functionality Good human computer interface Easy to maintain
Introduction to RefWorks
Design Principles 5-Apr-19.
Medium-Fi Prototype Rachel J and Esther G
Software Usability and Design
Official Interface Guidelines
Elements of Effective Web Design
Upping Usability Building a solid UI Rules for better interfaces
User-Centered Design Data Entry CS 4640 Programming Languages for Web Applications [The Design of Everyday Things, Don Norman, Ch 7]
Chapter 4 Enhancing the Graphical User Interface
User-Centered Design Data Entry CS 4640 Programming Languages for Web Applications [The Design of Everyday Things, Don Norman, Ch 7]
Presentation transcript:

Lecture 22: HCI Design March 15, 2018 5/6/2019 CS132 Lecture 22: Human Centric Computing

Steve’s Golden Rules Common Sense Simplicity Consistency Feedback CS132 Lecture 22: Human Centric Computing Steve’s Golden Rules Common Sense Simplicity Consistency Feedback Handle Errors Accommodate all levels of users Make it look good (aesthetics) Beyond put the user first Design Principles 5/6/2019

Common Sense Principle of LEAST ASTONISHMENT CS132 Lecture 22: Human Centric Computing Common Sense Principle of LEAST ASTONISHMENT Surprise the user as little as possible The system should do what the user expects Users have different models of how the system works What they expect can be different (scrolling) Often very different from the programmer’s model The UI should guide the user to the right system model 5/6/2019

Common Sense Commands should do the logical thing CS132 Lecture 22: Human Centric Computing Common Sense Commands should do the logical thing Command names should fit the user model Command names should be meaningful to the USER Direct manipulation should be available and meaningful Spoken conversation is a good model The user is telling the computer what to do But the computer is pretty stupid Appeal to your intuition Easier when looking at someone else’s design Use the user’s knowledge of the world and the application Scroll – what is the logical thing 5/6/2019

Common Sense Make the system do what the user means CS132 Lecture 22: Human Centric Computing Common Sense Make the system do what the user means Examples: DWIM, Clippie, automatic spelling correction Good in principle, difficult to achieve in practice 5/6/2019

CS132 Lecture 22: Human Centric Computing Simplicity 5/6/2019

Simplicity Simpler interfaces are generally better CS132 Lecture 22: Human Centric Computing Simplicity Simpler interfaces are generally better Google search, Mac versus PC Minimize the amount of interaction required Search: providing the user with likely search strings No more than 3 clicks for any action Simpler makes it easier for users to find what they need Users aren’t going to read a manual, help file, or FAQ DON’T MAKE ME THINK DON’T MAKE ME WORK 5/6/2019

CS132 Lecture 22: Human Centric Computing Consistency 5/6/2019

Consistency Consistency make the interface easier to use CS132 Lecture 22: Human Centric Computing Consistency Consistency make the interface easier to use User can build on what they already know Only have to learn things once Application should be consistent throughout the interface Consistent use of colors Consistent look and feel Consistent navigation and menus Consistent screen layout Clicking on most things should be meaningful & consistent 5/6/2019

Consistency Consistent with other applications CS132 Lecture 22: Human Centric Computing Consistency Consistent with other applications What do users expect in this type of application For example: web apps, phone apps, … What do similar applications do For example: shopping carts Use Common Sense Don’t go overboard – you can be too consistent What does moving an icon from one folder to another do? 5/6/2019

CS132 Lecture 22: Human Centric Computing Feedback 5/6/2019

Feedback Keep the user informed CS132 Lecture 22: Human Centric Computing Feedback Keep the user informed The user needs to know if actions are accepted Especially for actions that may take a long time The user wants to know what is happening Conversational model Showing feedback Generally this should be non-obtrusive Sometimes, its needs to be more blatant Should be easy to view 5/6/2019

CS132 Lecture 22: Human Centric Computing Handle Errors 5/6/2019

Handle Errors Users will make mistakes Minimize error possibilities CS132 Lecture 22: Human Centric Computing Handle Errors Users will make mistakes Minimize error possibilities Many UI problems involve errors Don’t let users clobber themselves Don’t display meaningless buttons Make dangerous actions difficult Avoid unexpected side effects Adding to shopping cart Printing a document 5/6/2019

Handling Errors Design to minimize errors CS132 Lecture 22: Human Centric Computing Handling Errors Design to minimize errors Make it difficult to click in the wrong place Make sure buttons have meaningful names Require acknowledgement where appropriate Simpler is better Provide for error recovery UNDO Make options obvious (e.g. remove from cart) Remember old values for forms Don’t force the user to do extra work on errors Highlight bad values as early as possible Allow multi-step commands to be aborted 5/6/2019

Handle All Levels of Users CS132 Lecture 22: Human Centric Computing Handle All Levels of Users Novice users Prompting, help facilities, meaningful error messages Intermediate users Simplified input screens, short cuts Auto-completion of input fields Perpetual intermediate users Experienced users Efficiency of use is important Customization of the interface Need to work at all levels simultaneously Novice users aren’t novices forever Experienced users are novices too Start here next time 5/6/2019

CS132 Lecture 22: Human Centric Computing Aesthetics 5/6/2019

Aesthetics Good user interfaces LOOK GOOD CS132 Lecture 22: Human Centric Computing Aesthetics Good user interfaces LOOK GOOD Must be comfortable to look at as well as to use This is not purely subjective Several aspects to this Visual clarity/coding; attention getting; layout; color; … 5/6/2019

Visual Clarity and Coding CS132 Lecture 22: Human Centric Computing Visual Clarity and Coding 5/6/2019

Visual Clarity and Coding CS132 Lecture 22: Human Centric Computing Visual Clarity and Coding Meaning should be apparent For icons, images, buttons, the overall screen User shouldn’t need to wonder “what is this” Many different coding techniques (Tufte) Color, shape, size, font, line styles, fill styles, … Can be assigned different meanings Should be done consistently and logically Don’t overdo it What is good continuation Examples to go with this slide? 5/6/2019

CS132 Lecture 22: Human Centric Computing Attention Getting 5/6/2019

Attention Getting One of the principle uses of encoding Alternatives CS132 Lecture 22: Human Centric Computing Attention Getting One of the principle uses of encoding Alternatives Intensity: 2 levels Sizes: up to 4 sizes Fonts: up to 3 fonts Inverse video Blinking (2-4 hz) Color: up to 4 colors Animation Audio (but some users will have it turned off) Do not overuse 5/6/2019

Layout Balance Left-right and top-bottom Gridding CS132 Lecture 22: Human Centric Computing Layout Balance Left-right and top-bottom Gridding Put things on a well-defined grid Proportion Know the pleasing proportions 5/6/2019

Use of Color Color is easy to misuse CS132 Lecture 22: Human Centric Computing Use of Color Color is easy to misuse Color can do a lot of things for you Be soothing or striking to the eye (warm versus cold) Add accents to an uninteresting display Provide subtle discriminations in complex displays Draw attention to errors/problems Evoke emotional reactions Don’t rely solely on color 6-8% of males are color blind Color should be used conservatively 5/6/2019

Next Week Poster Session (Monday and Wednesday) Design Lab (Friday) CS132 Lecture 22: Human Centric Computing Next Week Poster Session (Monday and Wednesday) Design Lab (Friday) 5/6/2019