Screen Design : Navigation, Windows, Controls, Text,
|
|
|
- Hilary Chandler
- 10 years ago
- Views:
Transcription
1 Overview Introduction Fundamentals of GUIs - methods - Some examples Screen : Navigation, Windows, Controls, Text, Evaluating GUI Performance 1
2 Fundamentals of GUI What kind of application? - Simple or complex GUI - Rare or heavy user input - Data to display Application requirements set HW & SW - Customized or commercial (e.g. PC) hardware - Operating system (required?, eases use by common dialogs,...) - Display size and resolution (data to display, viewing distance) - SW to program GUI Other topics - need to be specified - Evaluation by users - Iterative design flow 2
3 Fundamentals of GUI Development Process (I) Project planning definition Systems design Implementation Integration & testing Repeated evaluation is the ONLY way to great GUIs Repeat for each feature at major milestones Installation & deployment Maintenance After all features have been integrated and tested 3
4 Fundamentals of GUI Development Process (II) Planning Risk analysis Client communication Start Increasing complexity Engineering Repeated evaluation is the ONLY way to great GUIs End (Client) Evaluation Construction 4
5 Fundamentals of GUI Development Process (III) Client communication Establish effective communication between R&D and client/customer Planning Define timetable, milestones, resources, budget, Risk analysis Assess technical and financial risks Client can be also customer Engineering Detailed specification of HW and SW, flowchart, system design, Construction Engineering tasks into code, integration & test, install, maintain, user support Client evaluation Obtain feedback of evaluation during development and installation 5
6 Fundamentals of GUI Development Process (IV) User Centered Process Obtain a list of users, make clusters Develop prototypes with increasing performance for evaluation within user clusters Gain understanding of aspects of user s work within the GUI to develop Implement alpha version and conduct usability tests with potential users 6
7 Graphical User Interface Evaluation (I) Define user and usability requirements Model user tasks Model user objects Define style guide GUI GUI GUI Usability problems Ship GUI (system) 7
8 Graphical User Interface Evaluation (II) Define users and usability requirements Questions Who are the end users? - What characteristics and knowledge do the users have? - What will their pattern of use be? - What will the system means to them? (personal benefits, costs, motivation, ) What are the usability requirements? - Which usability requirement is critical? - How can these requirements be specified so that they can measured and tested? 8
9 Graphical User Interface Evaluation (III) Define users and usability requirements Outputs User class description describes different types of end-users in a cluster-like way Usability requirements with evaluation criteria and level which must be achieved by GUI 9
10 Graphical User Interface Evaluation (IV) Model User Questions What tasks do the users perform? - What are they trying to achieve (task goals)? - How frequently do users perform this tasks? - How can the overall task can be broken down in subtasks? - How critical is each subtask to achieve the overall goal? What are the typical scenarios for each task? - How are these scenarios achieved by action on objects by users? Remark: An object is something on the screen that accepts user input like command buttons, text boxes, radio buttons, menues, or visualizes data like graphics, status bars, 10
11 Graphical User Interface Evaluation (V) Model User Outputs Task models - Defining what tasks a user will perform This is a key-topic of GUI design - Influences SW to be written for GUI, display and user input HW Task scenarios - Different tasks can be described ranging from (early) prototypes to final system - Task scenarios are relevant for evaluation of usability - Can be used to measure efficiency, learnability, 11
12 Graphical User Interface Evaluation (VI) Model User Questions What are the objects in the system? - What actions can the user do to or with an object? - What information does the user (need to) know about an object? - How are the objects related to each other? Remark: An object is something on the screen that accepts user input like command buttons, text boxes, radio buttons, menus, or visualizes data like graphics, status bars, 12
13 Graphical User Interface Evaluation (VII) Model User Outputs User object models Can be one or more for each type depending on users Examples: - Simple GUI for inexperienced users & extended for pros see PANASONIC digital camera Glossary of user terms 13
14 Graphical User Interface Variations Model User Expert Inexperienced 14
15 Graphical User Interface Evaluation (VIII) Define style guide Questions What GUI environment will be used? What style will users be familiar with and expect? What will the windows look like? What standard menu items will be used? What types of objects will be used (e.g. buttons, lists, )? What standard patterns of interaction will be used? How will the help system be structured? 15
16 Graphical User Interface Evaluation (IX) Define style guide Outputs Application style guide Defines the GUI elements (objects, menues, ) used in terms of design and interaction with the user and reaction of the object Examples of style guides see Introduction like APPLE, WINDOWS, ANDROID, automation, 16
17 Guides 121 Value of style guides - Allow faster performance - Reduce errors - Reduce training time - Improve satisfaction - Improve system acceptance - Reduce development and support costs Examples see Introduction Valuable for developers because of - Higher visibility of human-computer interface - Simpler design - Providing programming aids reducing programming time - Reduction of training time - Providing a benchmark for quality control testing 17
18 GUI Interface Standards 122 / 123 ISO 9241 : Ergonomic requirements for work office with visual display terminals Contains guidelines for ergonomic aspects of hard- and software including display requirements, the uses of menus and icons, ISO : Software ergonomics for multimedia user interfaces Presents guidelines for the design of multimedia user interfaces ISO : Human-centered design processes for interactive systems Provides guidance on user-centered design through development process ISO : Ease of operation of everyday products User (consumer), context of use, test methods, Company related interface documents 18
19 Graphical User Interface Evaluation (X) GUI Questions What views of objects are required for the tasks? How should these views be allocated to windows? What layouts should be used for windows? How does the user navigate from one window to another? What menu items and other controls are required? How are menus and controls structured? 22
20 Graphical User Interface Evaluation (XI) GUI Outputs Window designs including specification of interactive behavior Window navigation design First stage: GUI - supports user tasks - shows user objects - is according to style guide - meets usability requirements 23
21 Graphical User Interface Evaluation (XII) GUI Questions How can the user perform the tasks scenarios using the GUI? Are there extra views of objects required? Should windows be restructured to support the tasks better? Is the inter-window navigation adequate to support tasks? How can the things the user has to do be simplified and streamlined (same philosophy on similar tasks)? What problems does the user encounter? What improvements does the user suggest? 24
22 Graphical User Interface Evaluation (XIII) GUI Outputs Working prototype of the GUI Revision proposals to GUI design as an iterative process - Investigate usability and feasibility - Validity of tasks- and user object model - Verify style guide 25
23 Graphical User Interface Evaluation (XIV) GUI Questions How usable is the GUI rated by the (end-) users in terms of usability criteria? What usability problems do users encounter? Does the GUI provide adequate support? Aim: Checking if GUI - satisfies all usability requirements - adequately supports all tasks 26
24 Graphical User Interface Evaluation (XV) GUI Outputs Evaluation report of usability of GUI design (and prototype) Usability problems Proposed revisions to GUI design 27
25 Group Work : Case Study IV (Master) Topics for presentation, GUI prototyping and final documentation - Prepare at least a few sentences and/or figures for each of the questions and the outputs of GUIDE method (p. 8 23) for - Presentation (~8 slides, next lecture) and final (exam) document - Discuss your prototype now regarding p. 24 & 25 - Evaluation tasks are discussed more in detail in Evaluating GUI Performance - Continue prototyping (GUI SW should be already chosen) your Case Study for exam presentation and documentation. 30
Screen Design : Navigation, Windows, Controls, Text,
Overview Introduction Fundamentals of GUIs Screen Design : Navigation, Windows, Controls, Text, Evaluating GUI Performance - Methods - Comparison 1 Example: Automotive HMI (CAR IT 03/2013) 64, 68, 69 2
TABLE OF CONTENTS ABSTRACT ACKNOWLEDGEMENT LIST OF FIGURES LIST OF TABLES
TABLE OF CONTENTS ABSTRACT ACKNOWLEDGEMENT LIST OF FIGURES LIST OF TABLES ii iii x xiv CHAPTER 1: INTRODUCTION 1 1.0 Background 1 1.1 Research Motivation 4 1.2 Research Objectives 5 1.3 Project Scope 6
The Essential Guide to User Interface Design An Introduction to GUI Design Principles and Techniques
The Essential Guide to User Interface Design An Introduction to GUI Design Principles and Techniques Third Edition Wilbert O. Galitz l 1 807 : WILEYp Wiley Publishing, Inc. Contents About the Author Preface
Lab: Case Resolution Processing
Lab: Case Resolution Processing Objectives Create a case. Associate a phone call with the case. Resolve the case. Reactivate the case. Manage the case through the case resolution process ribbon. Resolve
Outline. Lecture 13: Web Usability. Top Ten Web Design Mistakes. Web Usability Principles Usability Evaluations
Lecture 13: Web Usability Outline Web Usability Principles Usability Evaluations Wendy Liu CSC309F Fall 2007 1 2 What Makes Web Application Development Hard? Target audience can be difficult to define
Schneps, Leila; Colmez, Coralie. Math on Trial : How Numbers Get Used and Abused in the Courtroom. New York, NY, USA: Basic Books, 2013. p i.
New York, NY, USA: Basic Books, 2013. p i. http://site.ebrary.com/lib/mcgill/doc?id=10665296&ppg=2 New York, NY, USA: Basic Books, 2013. p ii. http://site.ebrary.com/lib/mcgill/doc?id=10665296&ppg=3 New
A system is a set of integrated components interacting with each other to serve a common purpose.
SYSTEM DEVELOPMENT AND THE WATERFALL MODEL What is a System? (Ch. 18) A system is a set of integrated components interacting with each other to serve a common purpose. A computer-based system is a system
Contents. Introduction and System Engineering 1. Introduction 2. Software Process and Methodology 16. System Engineering 53
Preface xvi Part I Introduction and System Engineering 1 Chapter 1 Introduction 2 1.1 What Is Software Engineering? 2 1.2 Why Software Engineering? 3 1.3 Software Life-Cycle Activities 4 1.3.1 Software
Expedite for Windows Software Development Kit Programming Guide
GXS EDI Services Expedite for Windows Software Development Kit Programming Guide Version 6 Release 2 GC34-3285-02 Fifth Edition (November 2005) This edition replaces the Version 6.1 edition. Copyright
PACK'N DEPLOY GUIDE. Version 2.58
PACK'N DEPLOY GUIDE Version.58 Copyright 1981-014 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Netop Business Solutions
Human-Computer Interaction Standards
Proceedings of the 6th International Conference on Human Computer Interaction, Yokohama, July 1995. Anzai & Ogawa (eds), Elsevier. Human-Computer Interaction Standards Nigel Bevan NPL Usability Services,
Chapter 11. HCI Development Methodology
Chapter 11 HCI Development Methodology HCI: Developing Effective Organizational Information Systems Dov Te eni Jane Carey Ping Zhang HCI Development Methodology Roadmap Context Foundation Application 1
NETSCAPE COMPOSER WEB PAGE DESIGN
NETSCAPE COMPOSER WEB PAGE DESIGN Many thanks to Patsy Lanclos for this valuable contribution. With the newer versions of Netscape, you can build web pages for free using the built in web page program
Course Title: Introduction to Human Computer Interaction Course Number: HCI101 Course Prerequisites: none Credit Hours: 3 General Studies Credits: 0
Course Title: Introduction to Human Computer Interaction Course Number: HCI101 Course Prerequisites: none Credit Hours: 3 General Studies Credits: 0 I. Course Description: This course will cover some of
14.1. bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë
14.1 bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë bî~äì~íáåö=oéñäéåíáçå=ñçê=emi=rkfui=~åç=lééåsjp=eçëíë This guide walks you quickly through key Reflection features. It covers: Getting Connected
How to Develop Accessible Linux Applications
Sharon Snider Copyright 2002 by IBM Corporation v1.1, 2002 05 03 Revision History Revision v1.1 2002 05 03 Revised by: sds Converted to DocBook XML and updated broken links. Revision v1.0 2002 01 28 Revised
Learn AX: A Beginner s Guide to Microsoft Dynamics AX. Managing Users and Role Based Security in Microsoft Dynamics AX 2012. Dynamics101 ACADEMY
Learn AX: A Beginner s Guide to Microsoft Dynamics AX Managing Users and Role Based Security in Microsoft Dynamics AX 2012 About.com is a Rand Group Knowledge Center intended to provide our clients, and
Graphic Design I GT Essential Goals and Objectives
Graphic Design I GT Essential Goals and Objectives COURSE DESCRIPTION: This academy was specifically designed to bridge the gap between a client s publication concept and the final printed product. The
White Paper: Designing Resourceful Graphical User Interfaces (GUIs) for Healthcare Applications
Accelerate Development Reduce Time to Product Automate Critical Tasks White Paper: Designing Resourceful Graphical User Interfaces (GUIs) for Healthcare Applications The ASHVINS GROUP, Inc. 6161 Blue Lagoon
PROJECT MANAGEMENT PROFESSIONAL CERTIFIED ASSOCIATE IN PROJECT MANAGEMENT (PMP & CAPM) EXAM PREPARATION WORKSHOP
TSE015 PROJECT MANAGEMENT PROFESSIONAL CERTIFIED ASSOCIATE IN PROJECT MANAGEMENT (PMP & CAPM) EXAM PREPARATION WORKSHOP Course Outline I. Introduction and Course Objectives A. About PMI B. PMP and CAPM
MEASURING USABILITY OF ICONIC BASED GUIs OF MOBILE EMERGENCY SERVICE SOFTWARE BY USING HCI. Y.Batu Salman, Adem Karahoca
MEASURING USABILITY OF ICONIC BASED GUIs OF MOBILE EMERGENCY SERVICE SOFTWARE BY USING HCI Y.Batu Salman, Adem Karahoca Bahcesehir University, Engineering Faculty, Computer Engineering Department Bahcesehir,
Introduction to Windchill Projectlink 10.2
Introduction to Windchill Projectlink 10.2 Overview Course Code Course Length TRN-4270 1 Day In this course, you will learn how to participate in and manage projects using Windchill ProjectLink 10.2. Emphasis
Integrity 10. Curriculum Guide
Integrity 10 Curriculum Guide Live Classroom Curriculum Guide Integrity 10 Workflows and Documents Administration Training Integrity 10 SCM Administration Training Integrity 10 SCM Basic User Training
Project Setup and Data Management Tutorial
Project Setup and Heavy Construction Edition Version 1.20 Corporate Office Trimble Navigation Limited Engineering and Construction Division 5475 Kellenburger Road Dayton, Ohio 45424-1099 U.S.A. Phone:
Introduction. Acknowledgments Support & Feedback Preparing for the Exam. Chapter 1 Plan and deploy a server infrastructure 1
Introduction Acknowledgments Support & Feedback Preparing for the Exam xv xvi xvii xviii Chapter 1 Plan and deploy a server infrastructure 1 Objective 1.1: Design an automated server installation strategy...1
Microsoft Word 2013 Basics
Microsoft Word 2013 Basics 1. From Start, look for the Word tile and click it. 2. The Ribbon- seen across the top of Microsoft Word. The ribbon contains Tabs, Groups, and Commands a. Tabs sit across the
«compl*tc IDIOT'S GUIDE. Android App. Development. by Christopher Froehlich ALPHA. A member of Penguin Group (USA) Inc.
«compl*tc IDIOT'S GUIDE Android App Development by Christopher Froehlich A ALPHA A member of Penguin Group (USA) Inc. Contents Part 1: Getting Started 1 1 An Open Invitation 3 Starting from Scratch 3 Software
Usability Issues in Web Site Design
Version 3, April 98 (available from http://www.npl.co.uk/npl/sections/us and in Proceedings of UPA 98) Usability Issues in Web Site Design Nigel Bevan National Physical Laboratory, Usability Services,
Announcements. Project status demo in class
Web Design cs465 Announcements Project status demo in class Why? You will likely be involved in Web design You have many of the skills necessary Understand similarities and differences between GUI design
Microsoft Word 2010 Basics
Microsoft Word 2010 Basics 1. Start Word if the Word 2007 icon is not on the desktop: a. Click Start>Programs>Microsoft Office>Microsoft Word 2007 b. The Ribbon- seen across the top of Microsoft Word.
Mobile App Design and Development
Mobile App Design and Development The course includes following topics: Apps Development 101 Introduction to mobile devices and administrative: Mobile devices vs. desktop devices ARM and intel architectures
Mobile App Testing Guide. Basics of Mobile App Testing
2015 Mobile App Testing Guide Basics of Mobile App Testing Introduction Technology is on peek, where each and every day we set a new benchmark. Those days are gone when computers were just a machine and
An Iterative Usability Evaluation Procedure for Interactive Online Courses
An Iterative Usability Evaluation Procedure for Interactive Online Courses by Laurie P. Dringus ABSTRACT The Internet and World Wide Web (W3) have afforded distance learners simple links to access information.
User interface design. Designing effective interfaces for software systems. Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 1
User interface design Designing effective interfaces for software systems Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 1 Objectives To suggest some general design principles
Oximeter Data Management Software. User Manual
Oximeter Data Management Software User Manual Version 1.0 Date: 14 th Nov, 2013 Shenzhen Med-Link Electronics Tech Co., Ltd I Content 1 Outline---------------------------------------------------------------
ARIS Design Platform Getting Started with BPM
Rob Davis and Eric Brabander ARIS Design Platform Getting Started with BPM 4y Springer Contents Acknowledgements Foreword xvii xix Chapter 1 An Introduction to BPM 1 1.1 Brief History of Business Process
Guide to SAS/AF Applications Development
Guide to SAS/AF Applications Development SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2012. Guide to SAS/AF Applications Development. Cary, NC:
NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc.
NDA-30141 ISSUE 1 STOCK # 200893 CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000 NEC America, Inc. LIABILITY DISCLAIMER NEC America, Inc. reserves the right to change the specifications,
self-service business intelligence synergies with microsoft powerpivot
self-service business intelligence synergies with microsoft powerpivot AUTHOR Derek Comingore PUBLISHED August 2010 Contents Introduction... 2 Tableau Software Overview... 3 Microsoft PowerPivot Overview...
Java 7 Recipes. Freddy Guime. vk» (,\['«** g!p#« Carl Dea. Josh Juneau. John O'Conner
1 vk» Java 7 Recipes (,\['«** - < g!p#«josh Juneau Carl Dea Freddy Guime John O'Conner Contents J Contents at a Glance About the Authors About the Technical Reviewers Acknowledgments Introduction iv xvi
Green Climate Fund Online Accreditation System: User s Guide
Green Climate Fund Online Accreditation System: User s Guide Page b Table of Contents I. Introduction 1 II. Contacting the Fund s administrator 1 III. Setting your account 1 IV. Accessing and logging into
Introduction to Windchill PDMLink 10.0 for Heavy Users
Introduction to Windchill PDMLink 10.0 for Heavy Users Overview Course Code Course Length TRN-3146-T 2 Days In this course, you will learn how to complete the day-to-day functions that enable you to create
DOCUMENTATION FILE RESTORE
DOCUMENTATION Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may be reproduced, transmitted, transcribed,
Windchill PDMLink 10.2. Curriculum Guide
Windchill PDMLink 10.2 Curriculum Guide Live Classroom Curriculum Guide Update to Windchill PDMLink 10.2 from Windchill PDMLink 9.0/9.1 for the End User Introduction to Windchill PDMLink 10.2 for Light
Form Management Admin Guide
Form Management Admin Guide Getting around the navigation Model Management (Admin/Technical). Create, edit and manage the basic template of content models. Form Builder - Lets you create properties in
Mensch-Maschine-Interaktion 1. Chapter 8 (June 21st, 2012, 9am-12pm): Implementing Interactive Systems
Mensch-Maschine-Interaktion 1 Chapter 8 (June 21st, 2012, 9am-12pm): Implementing Interactive Systems 1 Overview Introduction Basic HCI Principles (1) Basic HCI Principles (2) User Research & Requirements
A Beginner s Guide to PowerPoint 2010
A Beginner s Guide to PowerPoint 2010 I. The Opening Screen You will see the default opening screen is actually composed of three parts: 1. The Slides/Outline tabs on the left which displays thumbnails
A Framework for Integrating Software Usability into Software Development Process
A Framework for Integrating Software Usability into Software Development Process Hayat Dino AFRICOM Technologies, Addis Ababa, Ethiopia [email protected] Rahel Bekele School of Information Science, Addis
Chapter 20: Workflow
Chapter 20: Workflow 1 P a g e Table of Contents 1. About Workflow... 5 2. About this Guide... 5 3. Vital Information... 5 4. Security... 5 5. Activity... 5 6. Accessing Workflow... 6 7. Adding a Workflow...
Microsoft Office System Tip Sheet
Experience the 2007 Microsoft Office System The 2007 Microsoft Office system includes programs, servers, services, and solutions designed to work together to help you succeed. New features in the 2007
Installation Guide: Delta Module Manager Launcher
Installation Guide: Delta Module Manager Launcher Overview... 2 Delta Module Manager Launcher... 2 Pre-Installation Considerations... 3 Hardware Requirements... 3 Software Requirements... 3 Virtualisation...
Interface Design Rules
Interface Design Rules HCI Lecture 10 David Aspinall Informatics, University of Edinburgh 23rd October 2007 Outline Principles and Guidelines Learnability Flexibility Robustness Other Guidelines Golden
Programming in Access VBA
PART I Programming in Access VBA In this part, you will learn all about how Visual Basic for Applications (VBA) works for Access 2010. A number of new VBA features have been incorporated into the 2010
Beginning Nokia Apps. Development. Qt and HTIVIL5 for Symbian and MeeGo. Ray Rischpater. Apress. Daniel Zucker
Beginning Nokia Apps Development Qt and HTIVIL5 for Symbian and MeeGo Ray Rischpater Daniel Zucker Apress Contents Contents at a Glance... I Foreword About the Authors About the Technical Reviewers Acknowledgments
OPERATING SYSTEMS Software in the Background. Chapter 2
OPERATING SYSTEMS Software in the Background Chapter 2 Objectives Describe the functions of an Operating System Explain the basics of a personal computer operating system Describe the advantages of a graphical
THE PERFORMANCE MANAGEMENT GROUP LLC
THE PERFORMANCE MANAGEMENT GROUP LLC ONLINE TRAINING: LEAN SIX SIGMA SERVICE EXCELLENCE BLACK BELT CERTIFICATION Performance Improvement Training for Service Industries: Financial Services Telecommunications
Scheduler Job Scheduling Console
Tivoli IBM Tivoli Workload Scheduler Job Scheduling Console Feature Level 1.3 (Revised December 2004) User s Guide SC32-1257-02 Tivoli IBM Tivoli Workload Scheduler Job Scheduling Console Feature Level
Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8
v. 20120510 Table of Contents RTiPanel Overview and Requirements... 3 Software Requirements:... 3 Hardware Requirements:... 3 Network Requirements:... 3 Licensing Requirements:... 4 Basic Integration Designer
Foundations for Systems Development
Foundations for Systems Development ASSIGNMENT 1 Read this assignment introduction. Then, read Chapter 1, The Systems Development Environment, on pages 2 25 in your textbook. What Is Systems Analysis and
WebEx Meeting Center User Guide
WebEx Meeting Center User Guide For Hosts, Presenters, and Attendees 8.17 Copyright 1997 2010 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco
INTERMEDIATE ANDROID DEVELOPMENT Course Syllabus
6111 E. Skelly Drive P. O. Box 477200 Tulsa, OK 74147-7200 INTERMEDIATE ANDROID DEVELOPMENT Course Syllabus Course Number: APD-0248 OHLAP Credit: No OCAS Code: None Course Length: 120 Hours Career Cluster:
San$Diego$Imperial$Counties$Region$of$Narcotics$Anonymous$ Western$Service$Learning$Days$$ XXX$Host$Committee!Guidelines$ $$
SanDiegoImperialCountiesRegionofNarcoticsAnonymous WesternServiceLearningDays XXXHostCommitteeGuidelines I. Purpose ThepurposeoftheWesternServiceLearningDays(WSLD)XXXHostCommittee(HostCommittee)isto organize,coordinateandproducethewsldxxxeventwithinthe6weekperiodof3weekspriortotheendof
User friendly data capture instruments
User friendly data capture instruments OPIS - Fabio 27/09/2012 1 User friendly data capture instruments - Fabio KISS Principle KISS is an acronym for the design principle coined by Kelly Johnson, lead
DIGITAL MARKETING PROPOSAL. Stage 1: SEO Audit/Correction. www.abccompany.com
DIGITAL MARKETING PROPOSAL www.abccompany.com SEARCH ENGINE OPTIMIZATION SEO Search Engine Optimization SEO (search engine optimization) is the process of improving the visibility of a website or a web
ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE TITLE: CS 103 - WEB DEVELOPMENT AND PROGRAMMING FUNDAMENTALS
ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE TITLE: CS 103 - WEB DEVELOPMENT AND PROGRAMMING FUNDAMENTALS B. CURRICULUM: Mathematics / Computer Science Unit Offering C. CATALOG DESCRIPTION: (N,C,S)
WebEx. Remote Support. User s Guide
WebEx Remote Support User s Guide Version 6.5 Copyright WebEx Communications, Inc. reserves the right to make changes in the information contained in this publication without prior notice. The reader should
Business Administration of Windchill PDMLink 10.0
Business Administration of Windchill PDMLink 10.0 Overview Course Code Course Length TRN-3160-T 3 Days After completing this course, you will be well prepared to set up and manage a basic Windchill PDMLink
Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102
Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System
Custom Web Development Guidelines
Introduction Custom Web Development Guidelines Unlike shrink wrap software, custom software development involves a partnership between the architect/programmer/developer (SonicSpider) and the owner/testers/users
Engineering Design. Software. Theory and Practice. Carlos E. Otero. CRC Press. Taylor & Francis Croup. Taylor St Francis Croup, an Informa business
Software Engineering Design Theory and Practice Carlos E. Otero CRC Press Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor St Francis Croup, an Informa business AN
BSM 9.0 ESSENTIALS. Instructor-Led Training
BSM 9.0 ESSENTIALS Instructor-Led Training INTENDED AUDIENCE New users of Business Service Management (BSM) 9.0, including: Database Administrators System Administrators Network Administrators Operations
HCC ONLINE COURSE REVIEW RUBRIC
HCC ONLINE COURSE REVIEW RUBRIC Adapted from Maryland Online FIPSE Project and Lake Superior College I. COURSE OVERVIEW AND INTRODUCTION General Review Standard: The overall design of the course, navigational
Getting Started User Guide
Getting Started User Guide Have a question about Bates Visual Guide to Physical Examination? Please email our tech support team at [email protected] or call 1-800-4681128 (U.S. only) or 1-301-223-2344 (global
PMP Certification Exam Prep Bootcamp
Commitment / Vision / Results SM Toll Free (US): (800) 877-8129 Office: (919) 495-7371 Fax: (919) 556-0283 Email: [email protected] Web site: www.cvr-it.com Course Overview PMP Certification Exam Prep Bootcamp
GENERIC AGENCY STATEMENT OF WORK. Website Redesign Project Generic Company
GENERIC AGENCY STATEMENT OF WORK Generic Company TABLE OF CONTENTS Our Envisioning Methodology... 3 Promote a Friendly Image to Prospective & Current Clients... 3 Enable Ease of Use... 3 Create a Design
Learn GameSalad for. ios: Game. Development for. iphone, ipad, and HTML5. David Guerineau. Apress*
Learn GameSalad for ios: Game Development for iphone, ipad, and HTML5 i David Guerineau Apress* Contents About the Author About the Technical Reviewer Acknowledgments Introduction xii xiii xiv xv Part
SignalDraw: GUI Tool For Generating Pulse Sequences
SignalDraw: GUI Tool For Generating Pulse Sequences Konstantin Berlin Department of Computer Science University of Maryland College Park, MD 20742 [email protected] December 9, 2005 Abstract Generating
TERMS OF REFERENCE FINANCIAL CONSULTING FIRM 6 MONTHS, NATIONAL
TERMS OF REFERENCE FINANCIAL CONSULTING FIRM 6 MONTHS, NATIONAL 1. Background Financial statement of the social insurance offices consists of 8 main financial statements and these financial statements
VERITAS NetBackup TM 6.0
VERITAS NetBackup TM 6.0 System Administrator s Guide, Volume II for UNIX and Linux N15258B September 2005 Disclaimer The information contained in this publication is subject to change without notice.
Table of Contents. Part I Welcome. Part II Introduction. Part III Getting Started. Part IV The User Interface. Part V Quick Start Tutorials
Contents I Table of Contents Part I Welcome 5 Part II Introduction 5 1 Overview... 5 2 Product... Levels 5 3 Technical... Support 6 4 Copyright... 7 Part III Getting Started 7 1 Installation... 7 2 Register...
Chapter 11 Compound Documents in Windows 3.1
Chapter 11 Compound Documents in Windows 3.1 This chapter presents an overview of how Object Linking and Embedding (OLE) works when a Windows application is designed to take advantage of the OLE features
Business Information Management I
Business Information Management I Texas 130.114 This document describes the correlation between curriculum, supplied by Applied Educational Systems, and the Business Information Management I standard,
THE CERTIFIED SIX SIGMA BLACK BELT HANDBOOK
THE CERTIFIED SIX SIGMA BLACK BELT HANDBOOK SECOND EDITION T. M. Kubiak Donald W. Benbow ASQ Quality Press Milwaukee, Wisconsin Table of Contents list of Figures and Tables Preface to the Second Edition
Beginning Windows 8. Mike Halsey Microsoft MVP for Windows. Apress*
Beginning Windows 8 Mike Halsey Microsoft MVP for Windows Apress* Contents at a Glance About the Author About the Technical Reviewers Acknowledgments Introduction xxi xxiii xxv xxvii Chapter 1: Introducing
THE PERFORMANCE MANAGEMENT GROUP LLC
THE PERFORMANCE MANAGEMENT GROUP LLC ON-CAMPUS TRAINING: LEAN SIX SIGMA EXCELLENCE IN HEALTHCARE DELIVERY BLACK BELT CERTIFICATION Performance Improvement Training for the Healthcare Industry ABOUT THE
Using Excel and VBA CHANDAN SENGUPTA SECOND EDITION. WILEY John Wiley & Sons, Inc.
Using Excel and VBA SECOND EDITION CHANDAN SENGUPTA WILEY John Wiley & Sons, Inc. Contents About This Book CHAPTER 1 Introduction to Hnancial Analysis and Modeling 1 Steps in Creating a Model 5 How This
LiveTalk Call Center solution
LiveTalk Call Center solution I. Introduction LiveTalk enables real-time interaction between callers and a pool of technical and customer support or sales agents via a completely web based interface. With
CITY UNIVERSITY OF HONG KONG. A Study of Electromagnetic Radiation and Specific Absorption Rate of Mobile Phones with Fractional Human Head Models
CITY UNIVERSITY OF HONG KONG A Study of Electromagnetic Radiation and Specific Absorption Rate of Mobile Phones with Fractional Human Head Models Submitted to Department of Electronic Engineering in Partial
WebEx Meeting Center User s Guide
WebEx Meeting Center User s Guide Version 8 Copyright WebEx Communications, Inc. reserves the right to make changes in the information contained in this publication without prior notice. The reader should
Scenario-Based Development of Human-Computer Interaction. MARY BETH ROSSON Virginia Polytechnic Institute and State University
USABILITY ENGINEERING Scenario-Based Development of Human-Computer Interaction MARY BETH ROSSON Virginia Polytechnic Institute and State University JOHN M. CARROLL Virginia Polytechnic Institute and State
