Chapter 9: Design Guidance and Design Rationale Kevin Juang David Bate Will Rodes.

Slides:



Advertisements
Similar presentations
Getting Started with Dreamweaver DREAMWEAVER MX. Getting Started with Dreamweaver Contents –What Can Dreamweaver MX Do? –Dreamweaver Learning and Support.
Advertisements

Interaksi Manusia Komputer – Marcello Singadji. design rules Designing for maximum usability – the goal of interaction design Principles of usability.
The design process IACT 403 IACT 931 CSCI 324 Human Computer Interface Lecturer:Gene Awyzio Room:3.117 Phone:
User Interface Design Yonsei University 2 nd Semester, 2013 Sanghyun Park.
Overview Basic Procedure Writing Supplied by:. Procedure Writing Agenda  Communications Cycle.  Writing Procedure Overview.  Procedure Title and Purpose.
Chapter 6 UNDERSTANDING AND DESIGNING QUERIES AND REPORTS.
Part 3: Design Chapter 8: Work Reengineering and Conceptual Design Chapter 9: Design Guidance and Design Rationale Chapter 10: Interaction Design Chapter.
Technical Writing II Acknowledgement: –This lecture notes are based on many on-line documents. –I would like to thank these authors who make the documents.
7M701 1 User Interface Design Sommerville, Ian (2001) Software Engineering, 6 th edition: Chapter 15
1 SWE Introduction to Software Engineering Lecture 26 – User Interface Design (Chapter 16)
Overview of Standards and Guidelines laura leventhal.
1 / 31 CS 425/625 Software Engineering User Interface Design Based on Chapter 15 of the textbook [SE-6] Ian Sommerville, Software Engineering, 6 th Ed.,
ICS 463, Intro to Human Computer Interaction Design: 6 (Practice). Guidelines and Metrics Chapters
Midterm Exam Review IS 485, Professor Matt Thatcher.
Part 3: Design Chapter 8: Work Reengineering and Conceptual Design Chapter 9: Design Guidance and Design Rationale Chapter 10: Interaction Design Chapter.
Principles and Methods
User interface design Designing effective interfaces for software systems Objectives To suggest some general design principles for user interface design.
Chapter 7 design rules.
Mid-Term Exam Review IS 485, Professor Matt Thatcher.
Selection & Evaluation of Information Sources and Services Dr. Dania Bilal IS 530 Fall 2009.
User interface design. Recap User Interface GUI Characteristics (Windows, Icons, Menus, Pointing, Graphics) User Centered Design User Interface Design.
Section 7.1 Identify presentation design principles Use a custom template Add pages to a navigation structure Section 7.2 Identify color scheme guidelines.
Writing Reports, Proposals, and Technical Documents By Laurie A. Pinkert.
Ch. 9 Design guidance and design rationale Ch. 10 Interaction Design
An Object-Oriented Approach to Programming Logic and Design
© 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 1 A Discipline of Software Design.
Planning and Writing Your Documents Chapter 6. Start of the Project Start the project by knowing the software you will write about, but you should try.
User interface design. Recap OOD is an approach to design so that design components have their own private state and operations Objects should have constructor.
CSC 480 Software Engineering Lecture 19 Nov 11, 2002.
Computer Graphics Lecture 28 Fasih ur Rehman. Last Class GUI Attributes – Windows, icons, menus, pointing devices, graphics Advantages Design Process.
Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 7 Design Guidelines & Standards Gary Marsden ( ) July 2002.
Objective 6.01 Objective 6.01 Explain the abilities to communicate effectively in a technological world Technical Report Writing List the part of a technical.
Systems Analysis & Design
Software Engineering Chapter 16 User Interface Design Ku-Yaw Chang Assistant Professor Department of Computer Science and Information.
1 Developing a Departmental Style Guide by Jean Hollis Weber Presented by Elliot Jones.
Heuristic evaluation Functionality: Visual Design: Efficiency:
Design Rules-Part B Standards and Guidelines
SE: CHAPTER 7 Writing The Program
The Project – Database Design. The following is the high mark band for the Database design: Analysed a given situation and produced and analysed a given.
Chapter 9 Design guidance and design rationale. UIDE Chapter 9 Sources of Design Guidance Standards Standards –User interface standard Design Guidelines.

Software Architecture
GRASP: Designing Objects with Responsibilities
Copyright © 2008, Solbourne Confidential Leveraging UPK 3.1 Content Management and Guided Re-Record Features Terri Oltman, Education Consultant NorCal.
IFS310: Module 12 User Interface Design - Navigation/Communication between the system and users.
© 2008 Pearson Education, Inc., publishing as Longman Publishers. 1 Chapter 22 Instructions and Procedures Technical Communication, 11 th Edition John.
Object-Oriented Software Engineering using Java, Patterns &UML. Presented by: E.S. Mbokane Department of System Development Faculty of ICT Tshwane University.
1 chapter 7 design rules. 2 Designing for maximum usability – the goal of interaction design Principles of usability –general understanding Standards.
Human Computer Interaction
Chapter 23: GUI Design Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
IEEE P1603 reviewer’s guideline Wolfgang Roethig, WG chair.
Organizing Your Information Chapter 7. Chapter 7 Contents Understanding Three Principles for Organizing Technical Information Using Basic Organizational.
Yonglei Tao School of Computing & Info Systems GVSU Ch 7 Design Guidelines.
Communicating Marketing Research Findings
Chapter 10 Business Research and Report Writing 10.
Usability Olaa Motwalli CIS764, DR Bill – KSU. Overview Usability factors. Usability guidelines.  Software application.  Website. Common mistakes. Good.
Metaphors Informing the user what to do Lecture 10 Gabriel Spitz 1.
IT323 - Software Engineering 2 1 Tutorial 3.  Suggest ways in which the user interface to an e-commerce system such as an online stores might be adapted.
Chapter 2: Advanced programming concepts Part 3: The user interface Lecture 5 1.
MAJOR SOFTWARE FAILURES, WHY THEY FAILED AND LESSONS LEARNED BY AKPABIO UWANA.
6. (supplemental) User Interface Design. User Interface Design System users often judge a system by its interface rather than its functionality A poorly.
Chapter 6 : User interface design
Characteristics of Graphical and Web User Interfaces
Screenshot evidence of page size
Overview of Standards and Guidelines
Chapter 16: User Interface Design
Section 7.1 Section 7.2 Identify presentation design principles
Chapter 2 Hix & Hartson Guidelines.
Introduction: Human Computer Interaction
Characteristics of Graphical and Web User Interfaces
Presentation transcript:

Chapter 9: Design Guidance and Design Rationale Kevin Juang David Bate Will Rodes

Topics  Sources of Design Guidance Standards Guidelines Style guides  Design Principles Simplicity Structure Consistency Tolerance  Accessibility  Design Rationale

Design Guidance  User Interface Standard A set of internationally agreed design principles or approaches Most common is ISO 9241  Ergonomic requirements for office work with visual display terminals (VDTs) Situations to use  Detailed starting point for development  Publicize its use  Client requires it

Design Guidance  Design Guideline Suggestion that is in between design principle and design rule in terms of detail

Design Guidance  Style Guides Collection of design rules and guidelines Commercial or customized Situations to use  Applied starting point for development  Target users already familiar  Associate with certain products

Design Principles  Simplicity Keep the interface natural to the users Break down complex tasks into subtasks

Design Principles  Structure Group related features Use metaphors

Design Principles  Consistency Leverage user’s mental model to aid learning and satisfaction Can enforce using style guides or GUI code reuse

Design Principles  Tolerance Use constraints Provide helpful error messages Emphasize recoverability  Forward error recovery  Backward error recovery

Accessibility  The Principles of Universal Design  W3C Web Content Accessibility Guidelines  Section 508

Design Rationale  Record Design decisions Reasoning behind those decisions  Format Table sorted by date Brief text with illustrations when appropriate  Advantages Record design thoughts for future reference Communicate design decisions to others Aids technical support and marketing

Questions?