UI Requirements and Design



Similar documents
Microsoft Outlook 2013

Hildon User Interface Style Guide Summary

Adobe Acrobat: Creating Interactive Forms

Create a Poster Using Publisher

TASKSTREAM FAQs. 2. I have downloaded a lesson attachment, but I cannot open it. What is wrong?

Chapter 15 Using Forms in Writer

Writer Guide. Chapter 15 Using Forms in Writer

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint

Single Property Website Quickstart Guide

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For

How to create and personalize a PDF portfolio

Designing for the Web

Acrobat X Pro Accessible Forms and Interactive Documents

Please select one of the topics below.

State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors. 11/6/2014 State of Illinois Bill Seagle

End User Guide. July 22, 2015

Introduction to dobe Acrobat XI Pro

How to Create a Newsletter Using Common Sense Software - Custom Design

Website Builder Overview

Microsoft PowerPoint 2011

Generating lesson plans with. Adobe Acrobat

Java. How to install the Java Runtime Environment (JRE)

Adobe Dreamweaver CC 14 Tutorial

Microsoft PowerPoint 2010 Handout

understand how image maps can enhance a design and make a site more interactive know how to create an image map easily with Dreamweaver

Using Spry Widgets. In This Chapter

Microsoft PowerPoint 2008

Creating Fill-able Forms using Acrobat 8.0: Part 1

Content Author's Reference and Cookbook

Creating a Newsletter

"The two most important tools an architect has are the eraser in the drawing room and the sledge hammer on the construction site. Frank Lloyd Wright

Create A Google Site. Introduction to Sites. Create, format, and customize a site. Adapted from:

Making a Web Page with Microsoft Publisher 2003

Web Design - Part 2. Topics. More web design: Page design: Contents Non-textual elements Common web design issues

TUTORIAL 4 Building a Navigation Bar with Fireworks

Frequently Asked Questions

Checklist for Web Application Testing

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin:

Content Builder: How-To Guide

Outlook Express. a ZOOMERS guide

If you see "Skip installation of the current version and test the currently installed version of Java" then select that hyperlink.

Creating Acrobat Forms Acrobat 9 Professional

Create a Simple Website. Intel Easy Steps Intel Corporation All rights reserved.

WCAG 2.0 for Designers: Beyond Screen Readers and Captions

WebViewer User Guide. version PDFTron Systems, Inc. 1 of 13

Chapter 4: Website Basics

SiteBuilder 2.1 Manual

Adding Links to Resources

WINDOWS 7 EXPLORE INTERNET EXPLORER 8

WIMP: Windows, Icons, Menus (or mice), Pointers (or pull-down menus) Kathy Lynch and Julie Fisher Topic Overview. Suggested Readings.

Editors Comparison (NetBeans IDE, Eclipse, IntelliJ IDEA)

Using Microsoft Word. Working With Objects

HOW TO VIEW AND EDIT PICTURES

Microsoft FrontPage 2003

Chapter 10: Multimedia and the Web

Microsoft Office PowerPoint Creating a new presentation from a design template. Creating a new presentation from a design template

How to Make the Most of Excel Spreadsheets

User Guide Version 8.7

DESIGN A WEB SITE USING PUBLISHER Before you begin, plan your Web site

Form Management Admin Guide

Outlook Web Access (OWA) User Guide

Creating Interactive PDF Forms

Adobe Digital Publishing Suite (DPS) User Interface Best Practices for Building ios DPS Apps

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced

Receiving Managing Messages. How do I get new messages?

Tutorial 3 Maintaining and Querying a Database

Introduction to Word 2007

BROWSER TIPS FOR PEOPLESOFT

NDA ISSUE 1 STOCK # CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, NEC America, Inc.

Using Help. About the built-in help features Using Help for vision- and motor-impaired users Opening the Help documentation Using the How To pages

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Microsoft Office Excel 2007 Key Features. Office of Enterprise Development and Support Applications Support Group

Aspect WordPress Theme

Microsoft PowerPoint 2010

The Reporting Console

Acrobat XI Pro Accessible Forms and Interactive Documents

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Creating tables of contents and figures in Word 2013

Macros in Word & Excel

SQL Server 2005: Report Builder

Gmail: Sending, replying, attachments, and printing

New and Improved DocuSign Signing Experience Information Guide

TLMC WORKSHOP: THESIS FORMATTING IN WORD 2010

Introduction to Microsoft Access 2003

In list view, the Finder window displays folder or volume contents as a list, which can be sorted by name, date, kind, or other criteria.

Website Accessibility Under Title II of the ADA

Section 1: Ribbon Customization

Communications Cloud Product Enhancements February 2016

Creating Forms With Adobe LiveCycle Designer 8.2

Sweet Home 3D user's guide

Microsoft Publisher 2010 What s New!

A Beginner s Guide to PowerPoint 2010

CinePlay User Manual

Vodafone Business Product Management Group. Hosted Services EasySiteWizard Pro 8 User Guide

Apple Applications > Safari

JAWS 6 and Internet Explorer 6.0

Content Management System User Guide

Making an online form in Serif WebPlus

Transcription:

UI Requirements and Design Material in part from Marty Stepp and Valentine Razmov, past 403 classes.

Usability and software design usability: the effectiveness with which users can achieve tasks in one software environment o Studying and improving usability is part of Human-Computer Interaction (HCI).

Good UI design and usability Usability and good UI design are closely related. Ab bad dui can have unfortunate t results...

Achieving usability Some methods to achieve good usability are: o User testing / field studies o Evaluations and reviews by UI experts o Prototyping Paper prototyping, code prototyping Good UI design focuses on the user, not on the developer or on the system environment

Paper prototyping paper prototyping: a means of usability testing where representative users perform tasks by interacting with a paper version of a user interface Computer Facilitator Observer(s) User

Why yprototype on paper? p Why not just code up a working prototype? Spring 08 says: o Faster to use paper to get an initial prototype out o Easier to change, to experiment with o Encourages feedback, as users don t feel like it s a big deal to change at this time o Focuses feedback on big things vs small (like the font) o Self documenting; can springboard from the paper description to an implementation o Implementation neutral o Allows the user to drive the design

Comparison of techniques paper prototype UI builder actual implementation ease of use fast turn-around flexibility, control executable team design

Let s move into UI design (from Designing the User Interface, by Ben Schneiderman of UMD, noted HCI/UI design expert)

UI design When should we use: o Ab button? o A check box? o A radio button? o A text field? o A list? o A combo box? o A menu? o A dialog box? o Other..?

UI design - buttons, menus Use buttons for single independent actions that are relevant to the current screen. Use toolbars for common actions. Use menus for infrequent actions that may be applicable to many or all screens.

Checkboxes, radio buttons Use check boxes for on/off switches, when any one switch can be toggled irrespective of the others (often correspond to boolean values). Use radio buttons for related choices, when only one choice can be activated at a time (often corresponds to enum / constant values).

Lists, combo boxes use text fields (usually with a label) when the user may type in anything they want use lists when there are many fixed choices (too many for radio buttons to be practical) and you want all choices visible ibl on screen at once use combo boxes when there are many fixed choices, but you don't want to take up screen real CSE 403, estate Spring 2008by showing them all at once (scroll)

UI design - multiple screens use a tabbed pane when there are many screens that the user may want to switch between at any moment use dialog boxes or option panes to present temporary screens or options

An example UI What can we say about this GetInfo dialog? Did the designer choose the right components? Assume 30 properties.

How about this one

One more to analyze

Better

Good UI: Apple Mac

Poor UI

Poor UI

Poor UI

Poor UI

Bad error messages

Bad error messages

Bad error messages

Bad error messages

Bad error messages

Bad error messages

UI Hall of Shame finalists Lets learn from some more bad examples Interface Hall of Shame http://homepage.mac.com/bradster/iarchitect/shame.htm Web pages that suck http://www.webpagesthatsuck.com/ webpagesthatsuck com/

Back to good UI design visibility: Ability for user to find controls that are meant to be interacted with. o Where are they? o What is their state? ("Is this setting on or off?") feedback: Response from the control to the user before, during, or after an interaction.

Affordances in UI design affordance: A physical property of an object that indicates or influences how it is to be used 3D buttons stand out and are more likely l to be clicked Thick corner bars encourage resizing

Users don't read vs.

Common o web usability problems Layout http://www.useit.com/jakob/webusability/ http://www.useit.com/alertbox/9605.html o Clutter o Bad assumptions about user's screen resolution o Requires horizontal scrolling o Poorly chosen colors o Frames o Splash screens o Poor / missing navigation controls (Back, Forward, Home) o Text is not scannable (can't be read quickly) o Doesn't follow standard design conventions

More web usability yproblems Content o Most important content isn't on the first page / screenful o Nondescript headings o Contains ads (or things that appear to be ads) o Important t site content t is contained in PDF documents o Isn't designed to be easily indexed by a search engine (HTML title, meta tags, page text, link text, etc.) Links o Links that don't say where they go o Badly chosen link text (such as "Click here for more info") o Links that forcibly open a new browser window o Links opened by complex Javascript needlessly o Visited links don't appear in a different color

More web usability yproblems Features o Poorly performing site search o Having a web search feature (why??) o Not having a site map or other means to navigate the site o Relying on non-standard plugins or browser versions (e.g. Overly reliant on Flash, Java applets, etc.) Accessibility o Text forced too small for elderly / visually impaired users o Lack of ALT text and non-image data for visually impaired users o Tiny links (hard to click for motor-impaired users)

Suggestions s for good web design o Place your name and logo on every page and make the logo a link to the home page o Provide search if the site has more than 100 pages. o Write straightforward and simple headlines and page titles that clearly explain what the page is about o Structure the page to facilitate scanning and help users ignore large chunks of the page in a single glance o Instead of cramming everything about a product or topic into a single, infinite page, use hypertext to structure the content space into a starting page that provides an overview and several secondary pages that each focus on a specific topic. o Use link titles to provide users with a preview of where each link will take them, before they have clicked on it.

Suggestions for web design o Use relevance-enhanced image reduction when preparing small photos and images: instead of simply resizing the original image to a tiny and unreadable thumbnail, zoom in on the most relevant detail and use a combination of cropping and resizing. i o Ensure that all important pages are accessible for users with disabilities, especially blind users. o Do the same as everybody else: if most big websites do something in a certain way, then follow along since users will expect things to work the same on your site. o Test your design with real users as a reality check. People do things in odd and unexpected ways, so even the most carefully planned project will learn from usability testing.

UI exercise (from Sp07 final) Draw a UI for a library search that has the following features: o ability to enter a search string as an author, title, subject o ability to search magazines and/or books o ability to display multiple l results, and to order them by either availability or earliest date of publication (but not both) You should use the most appropriate UI component (button, pulldown, checkbox, scrollbar, etc) for each feature