Rekayasa Perangkat Lunak 2 (IN043): Pertemuan 9. Human Computer Interaction Design and Physical Architecture Layer Design

Size: px
Start display at page:

Download "Rekayasa Perangkat Lunak 2 (IN043): Pertemuan 9. Human Computer Interaction Design and Physical Architecture Layer Design"

Transcription

1 Rekayasa Perangkat Lunak 2 (IN043): Pertemuan 9 Human Computer Interaction Design and Physical Architecture Layer Design

2 Principes of User Interface Design

3 Layout The areas and information within areas should have a natural intuitive flow to minimize the users movement from one area to the next. Most software designed for personal computers follows the standard Windows or Macintosh approach for screen design. The screen is divided into three boxes. The top box is the navigation area, through which the user issues commands to navigate through the system. The bottom box is the status area, which displays information about what the user is doing. The middle and largest box is used to display reports and present forms for data entry. In many cases (particularly on the Web), multiple layout areas are used, for instance 5 areas which are divided into: The top area provides the standard Internet Explorer navigation and command controls that change the contents of the entire system. The navigation area on the left edge navigates between sections and changes all content to its right. The other two navigation areas at the top and bottom of the page provide other ways to navigate between sections. The content in the middle of the page displays the results (i.e., a report on a book) and also provides additional navigation within the page about this book.

4 Multiple Navigation Areas

5 Content Awareness Content awareness refers to the ability of an interface to make the user aware of the information it contains with the least amount of effort on the user s part. All parts of the interface, whether navigation, input, or output, should provide as much content awareness as possible, but it is particularly important for forms or reports that are used quickly or irregularly (e.g., a Web site).

6 Flow Between Interface Section Vertical Flow Horizontal Flow

7 Aesthetics Aesthetics refers to designing interfaces that are pleasing to the eye. Interfaces do not have to be works of art, but they do need to be functional and inviting to use. In most cases, less is more, meaning that a simple, minimalist design is the best. In general, novice or infrequent users of an interface, whether on a screen or on paper, prefer interfaces with low density, often one with a density of less than 50 percent (i.e., less than 50 percent of the interface occupied by information). More experienced users prefer higher densities, sometimes approaching 90 percent occupied because they know where information is located and high densities reduce the amount of physical movement through the interface.

8 Example Its density is too high; It has too much information packed into a too-small space with too little white space. Although it may be efficient to save paper by using one page, not two, it is not effective for many users.

9 Use Experience User experience can essentially be broken down into two levels: those with experience and those without. Interfaces should be designed for both types of users. Novice users usually are most concerned with ease of learning how quickly they can learn new systems. Expert users are usually most concerned with ease of use how quickly they can use the system once they have learned how to use it.

10 Consistency Consistency in design is probably the single most important factor in making a system simple to use because it enables users to predict what will happen. When interfaces are consistent, users can interact with one part of the system and then know how to interact with the rest, aside, of course, from elements unique to those parts. Consistency usually refers to the interface within one computer system, so that all parts of the same system work in the same way.

11 Minimizing User Effort Interfaces should be designed to minimize the amount of effort needed to accomplish tasks. This means using the fewest possible mouse clicks or keystrokes to move from one part of the system to another. Most interface designers follow the three-clicks rule: users should be able to go from the start or main menu of a system to the information or action they want in no more than three mouse clicks or three keystrokes.

12 Elements of the Physical Architecture Layer Architectural Component Hardware: client computers, servers, and the network Software: data storage, data access logic, application logic, presentation logic Server-based Architecture: server performing all four application functions (data storage, data access logic, application logic, presentation logic). The clients merely captured keystrokes and sent them to the server for processing and accepted instructions from the server on what to display. Client-based Architecture: the clients are personal computers on a local area network (LAN), and the server computer is a server on the same network. Client-server Architecture: attempt to balance the processing between the client and the server by having both do some of the application functions.

13 Client-Server Tiers two-tiered architecture: The server is responsible for the data, and the client is responsible for the application and presentation. three-tiered architecture: The software on the client computer is responsible for presentation logic, an application server (or servers) is responsible for the application logic, and a separate database server (or servers) is responsible for the data access logic and data storage. n-tiered architecture: The client is responsible for presentation, database servers are responsible for the data access logic and data storage, and the application logic is spread across two or more different sets of servers.

14 Example of Four-Tiered Client-Server Architecture

15 Distributed Object Computing (1) Distributed objects computing (DOC) represents a software layer that goes between the clients and servers; hence, it is known as middleware. Middleware supports the interaction between objects in a distributed computing environment. Furthermore, middleware treats the actual physical network architecture in a transparent manner. This allows the developer to focus on the development of the application and ignore the peculiarities of a specific distributed environment.

16 Distributed Object Computing (2) DOC allows the developer to simply concentrate on the users, objects, and methods of an application instead of worrying about which server contains which set of objects. The client object simply requests the network to locate and execute the server object s method. Only the middleware must be made aware of the new addresses of the server objects. However, because middleware adds an additional layer between the clients and servers, it can reduce the efficiency of the application.

17 Characteristics of Computing Architecture

18 Nonfunctional Requirements and Their Impacts for Architecture Design

19 Example of Deployment Diagram Representation of Low-Level Network Model

20 Example of Deployment Diagram of Layers for Internet Sales System

21 Exercise Build interface design and also physical architecture layer design according to your group cases.

22

User Interface Design

User Interface Design Objective User Interface Design MIT, Walailak University by Dr.Wichian Chutimaskul Understand the principles of user interface (UI) design Understand the process of user interface design To design the

More information

Rekayasa Perangkat Lunak 2 (IN043): Pertemuan 6. Moving on to Design

Rekayasa Perangkat Lunak 2 (IN043): Pertemuan 6. Moving on to Design Rekayasa Perangkat Lunak 2 (IN043): Pertemuan 6 Moving on to Design Analysis versus Design The purpose of analysis is to figure out what the business needs are. To achieve this, the analysis activities

More information

Systems Analysis and Design

Systems Analysis and Design Systems Analysis and Design Alan Dennis, Barbara Haley Wixom, and Roberta Roth John Wiley & Sons, Inc. Slides by Candace S. Garrod Red Rocks Community College 9-1 User Interfaces Chapter 9 9-2 Key Definitions

More information

User Interface Design

User Interface Design Chapter 3 User Interface Design Charmaine Ryan 3.1 Overview of User Interface Design This chapter discusses standards and guidelines for graphical user interface design in relation to reports and other

More information

Heuristic Evaluation of Enable Ireland

Heuristic Evaluation of Enable Ireland Heuristic Evaluation of Enable Ireland Aesthetic and minimalist design Pages should not contain information which is irrelevant or rarely needed. Currently, there is too much content on the Enable Ireland

More information

Rekayasa Perangkat Lunak 2 (IN043): Pertemuan 8. Data Management Layer Design

Rekayasa Perangkat Lunak 2 (IN043): Pertemuan 8. Data Management Layer Design Rekayasa Perangkat Lunak 2 (IN043): Pertemuan 8 Data Management Layer Design Data Management Layer Focus on how to manage data are stored that can be handled by the programs that run the system, including:

More information

Multiple Sequence Alignment

Multiple Sequence Alignment Introduction to Bioinformatics online course: IBT Multiple Sequence Alignment Lec3: Navigation in Cursor mode By Ahmed Mansour Alzohairy Professor (Full) at Department of Genetics, Zagazig University,

More information

Guide to Editing Map Legends

Guide to Editing Map Legends Guide to Editing Map Legends Map legends explain map symbols and are crucial to the communication of a map s message. Effective legends are created with careful consideration of labels and text, classes,

More information

St Michael's Road, Lea Green Industrial Estate, St Helens, Merseyside, WA9 4WZ United Kingdom

St Michael's Road, Lea Green Industrial Estate, St Helens, Merseyside, WA9 4WZ United Kingdom NT5000 Tank Gauging System Tel: +44 (0)1744 815 211 Fax: +44 (0)1744 814 497 St Michael's Road, Lea Green Industrial Estate, St Helens, Merseyside, WA9 4WZ United Kingdom www.motherwellcontrolsystems.co.uk

More information

evision Review Project - Engagement Simon McLean, Head of Web & IT Support Information & Data Services.

evision Review Project - Engagement Simon McLean, Head of Web & IT Support Information & Data Services. evision Review Project - Engagement Monitoring Simon McLean, Head of Web & IT Support Information & Data Services. What is Usability? Why Bother? Types of usability testing Usability Testing in evision

More information

A Disk Head Scheduling Simulator

A Disk Head Scheduling Simulator A Disk Head Scheduling Simulator Steven Robbins Department of Computer Science University of Texas at San Antonio srobbins@cs.utsa.edu Abstract Disk head scheduling is a standard topic in undergraduate

More information

Create a Digital Story with Storybird

Create a Digital Story with Storybird Storybird is an online storytelling tool for you to record and share stories using free elements provided by the site. Storybird also support simultaneous collaboration among users so that you can invite

More information

Gaze, Eye Tracking and Mouse Tracking. Human Computer Interaction Topic 1 - Design and Evaluation Student: Susan Möller Ferreira

Gaze, Eye Tracking and Mouse Tracking. Human Computer Interaction Topic 1 - Design and Evaluation Student: Susan Möller Ferreira Gaze, Eye Tracking and Mouse Tracking Human Computer Interaction Topic 1 - Design and Evaluation Student: Susan Möller Ferreira Eye Tracking and Mouse Tracking Both techniques can be use to identify users

More information

Getting Familiar with Microsoft Word 2010 for Windows

Getting Familiar with Microsoft Word 2010 for Windows Lesson 1: Getting Familiar with Microsoft Word 2010 for Windows Microsoft Word is a word processing software package. You can use it to type letters, reports, and other documents. This tutorial teaches

More information

Performance improvements through a strong cooperation between the well-known functions and a new clear and thorough layout.

Performance improvements through a strong cooperation between the well-known functions and a new clear and thorough layout. Workflow 8.0 big changes with big improvements Performance improvements through a strong cooperation between the well-known functions and a new clear and thorough layout. A noticeable development has led

More information

Microsoft Excel for Beginners

Microsoft Excel for Beginners Microsoft Excel for Beginners training@health.ufl.edu Basic Computing 4 Microsoft Excel 2.0 hours This is a basic computer workshop. Microsoft Excel is a spreadsheet program. We use it to create reports

More information

Type vs Style. Interaction types what is the aim of the interaction? Interaction styles what mechanism is to be used? E.g.

Type vs Style. Interaction types what is the aim of the interaction? Interaction styles what mechanism is to be used? E.g. Type vs Style Interaction types what is the aim of the interaction? Instructing Conversing Manipulating Exploring Interaction styles what mechanism is to be used? E.g. Typing Speech Gesture Touch Menu

More information

User Experience Research Report: Heuristic Evaluation

User Experience Research Report: Heuristic Evaluation User Experience Research Report: Heuristic Evaluation SI 622 003 Group 3: Yunqi Hu, Diane Pham, Chieh-Lin Wu, Ruofan Zhang Date: March 31, 2016 Word Count: 2,610 Table of Contents Executive Summary...

More information

2 Work with Slides. Adding and Deleting Slides

2 Work with Slides. Adding and Deleting Slides 2 Work with Slides In this chapter, you will learn how to Add and delete slides. Add slides with ready-made content. Divide presentations into sections. Rearrange slides and sections. For each slide to

More information

Usability and User Interface Design

Usability and User Interface Design Usability and User Interface Design Minsoo Ryu Hanyang University Design for Usability Usability of a computer system is a combination of factors: User interface design Functionality Performance Help systems

More information

BT Unified Communicator. Server Configuration & Administration Guide V1.4

BT Unified Communicator. Server Configuration & Administration Guide V1.4 BT Unified Communicator Server Configuration & Administration Guide V1.4 1 1.0 Unified Communications Server Overview This guide covers the following :- Server Configuration Configuration and administration

More information

Chapter 10 Interactive Systems And Usability Organizational Requirements Engineering

Chapter 10 Interactive Systems And Usability Organizational Requirements Engineering Chapter 10 Interactive Systems And Usability Organizational Requirements Engineering Prof. Dr. Armin B. Cremers Sascha Alda Overview Introduction: What is usability? Why is usability an important non-functional

More information

The Elements of User Experience BrandExtract, LLC

The Elements of User Experience BrandExtract, LLC The Elements of User Experience Experiences Everywhere! Customer Experience (CX) Product or Service User Experience (UX) Device or System Brand Experience Values, Ethos, Culture The Elements of User Experience

More information

Heuristic Evaluation. An Analysis of The Toronto Public Library Website. By: Chris Dacol

Heuristic Evaluation. An Analysis of The Toronto Public Library Website. By: Chris Dacol Heuristic Evaluation An Analysis of The Toronto Public Library Website By: Chris Dacol Global High-level Evaluation After evaluating the Toronto Public Library desktop website I have identified several

More information

Input: Interaction Techniques

Input: Interaction Techniques Input: Interaction Techniques Administration Questions about homework? 2 Interaction techniques A method for carrying out a specific interactive task Example: enter a number in a range could use (simulated)

More information

Microsoft Windows 7 - Illustrated Unit A: Introducing Windows 7

Microsoft Windows 7 - Illustrated Unit A: Introducing Windows 7 Microsoft Windows 7 - Illustrated Unit A: Introducing Windows 7 Objectives Start Windows and view the desktop Use pointing devices Use the Start button Use the taskbar Work with windows 2 Objectives Use

More information

GOING IN STYLE (#3): ON TYPOGRAPHY, PART 2

GOING IN STYLE (#3): ON TYPOGRAPHY, PART 2 GOING IN STYLE (#3): ON TYPOGRAPHY, PART 2 Typography is the visual component of the written word. (Matthew Butterick, Typography for Lawyers: Essential Tools for Polished & Persuasive Documents (2nd ed.

More information

Contents. Launching Word

Contents. Launching Word Using Microsoft Office 2007 Introduction to Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Winter 2009 Contents Launching Word 2007... 3 Working with

More information

Course on Database Design Carlo Batini University of Milano Bicocca

Course on Database Design Carlo Batini University of Milano Bicocca Course on Database Design Carlo Batini University of Milano Bicocca 1 Carlo Batini, 2015 This work is licensed under the Creative Commons Attribution NonCommercial NoDerivatives 4.0 International License.

More information

Your Guide to NeuroTracker

Your Guide to NeuroTracker Your Guide to NeuroTracker 1. The Essentials 2. Your Dashboard 3. Upgrading to 3D 4. NeuroTracker Knowhow 5. Your Core Programs The Essentials What You Need You can access NeuroTracker Remote from any

More information

Creating Vector Shapes Week 2 Assignment 1. Illustrator Defaults

Creating Vector Shapes Week 2 Assignment 1. Illustrator Defaults Illustrator Defaults Before we begin, we are going to make sure that all of us are using the same settings within our application. For this class, we will always want to make sure that our application

More information

Using Flash Animation Basics

Using Flash Animation Basics Using Flash Contents Using Flash... 1 Animation Basics... 1 Exercise 1. Creating a Symbol... 2 Exercise 2. Working with Layers... 4 Exercise 3. Using the Timeline... 6 Exercise 4. Previewing an animation...

More information

MUHAMMAD KAMRAN MC

MUHAMMAD KAMRAN MC Question No. 1 Marks : 2. is a Usability Goal and refers to how easy a system is to remember how to use, once learned. Learnablity Memorabilty Utility Memorability It refers to how easy a system is to

More information

AdvOSS AAA: Architecture, Call flows and implementing emerging business use cases

AdvOSS AAA: Architecture, Call flows and implementing emerging business use cases AdvOSS AAA: Architecture, Call flows and implementing emerging business use cases An AdvOSS White Paper Latest version of this white paper can always be found at http://advoss.com/resources/whitepapers/advoss-aaa-workflows.pdf

More information

Exploiting Key Answers from Your Data Warehouse Using SAS Enterprise Reporter Software

Exploiting Key Answers from Your Data Warehouse Using SAS Enterprise Reporter Software Eploiting Key Answers from Your Data Warehouse Using SAS Enterprise Reporter Software Donna Torrence, SAS Institute Inc., Cary, North Carolina Juli Staub Perry, SAS Institute Inc., Cary, North Carolina

More information

CSE 440: Introduction to HCI User Interface Design, Prototyping, and Evaluation

CSE 440: Introduction to HCI User Interface Design, Prototyping, and Evaluation CSE 440: Introduction to HCI User Interface Design, Prototyping, and Evaluation Lecture 12: Inspection-Based Methods James Fogarty Daniel Epstein Brad Jacobson King Xia Tuesday/Thursday 10:30 to 11:50

More information

Unit A451: Computer systems and programming. Section 3: Software 1 Intro to software

Unit A451: Computer systems and programming. Section 3: Software 1 Intro to software Unit A451: Computer systems and programming Section 3: Software 1 Intro to software Section Objectives Candidates should be able to: (a) Explain what is meant by the term software (b) Be aware of what

More information

Making sense of chaos An evaluation of the current state of information architecture for the Web

Making sense of chaos An evaluation of the current state of information architecture for the Web Making sense of chaos An evaluation of the current state of information architecture for the Web Anne de Ridder UW 521 Winter Seminar Series, February 3, 2012 What you ll hear about today A bit about me

More information

These Are the Top Languages for Enterprise Application Development

These Are the Top Languages for Enterprise Application Development These Are the Top Languages for Enterprise Application Development And What That Means for Business August 2018 Enterprises are now free to deploy a polyglot programming language strategy thanks to a decrease

More information

Analytical Evaluation

Analytical Evaluation Analytical Evaluation November 7, 2016 1 Questions? 2 Overview of Today s Lecture Analytical Evaluation Inspections Performance modelling 3 Analytical Evaluations Evaluations without involving users 4

More information

Getting Started with. Office 2008

Getting Started with. Office 2008 Getting Started with Office 2008 Copyright 2010 - Information Technology Services Kennesaw State University This document may be downloaded, printed, or copied, for educational use, without further permission

More information

The PCC CIS etutorial to Windows

The PCC CIS etutorial to Windows The PCC CIS etutorial to Windows Table of Contents What do I see when I start my computer?...3 What is the desktop?...4 What is the start menu?...5 How do I adjust my windows?...6 How do I minimize a window?...6

More information

GOMS Lorin Hochstein October 2002

GOMS Lorin Hochstein October 2002 Overview GOMS Lorin Hochstein lorin@cs.umd.edu October 2002 GOMS is a modeling technique (more specifically, a family of modeling techniques) that analyzes the user complexity of interactive systems. It

More information

Heuristic Evaluation Google Play Store

Heuristic Evaluation Google Play Store Heuristic Evaluation Google Play Store Daniel J. Black April 2016 Contents EXECUTIVE SUMMARY... 3 INTRODUCTION... 4 Product Information... 4 Product Description... 4 Target Population... 4 HEURISTIC EVALUATION

More information

E2: Heuristic Evaluation A usability analysis of decorativethings.com. Jordana Carlin LIS Spring 2014

E2: Heuristic Evaluation A usability analysis of decorativethings.com. Jordana Carlin LIS Spring 2014 E2: Heuristic Evaluation A usability analysis of decorativethings.com Jordana Carlin LIS-644-01 Spring 2014 2 E2: HEURISTIC EVALUATION Executive Summary Decorative Things is an online retailer of unique

More information

3. Centralize your title. To do this, click the Center button on the tab s paragraph group.

3. Centralize your title. To do this, click the Center button on the tab s paragraph group. LESSON 1: BASIC WORD OBJECTIVES: In this lesson, you would learn how to deal with: a) Paragraphing b) Numbering c) Manipulating font d) Header and Footer e) Footnote 1. Open the Word Practice 1.doc file.

More information

Estimating Parking Spot Occupancy

Estimating Parking Spot Occupancy 1 Estimating Parking Spot Occupancy David M.W. Landry and Matthew R. Morin Abstract Whether or not a car occupies a given parking spot at a given time can be modeled as a random variable. By looking at

More information

AN INTRODUCTION TO GRID ANALYSIS: HOTSPOT DETECTION

AN INTRODUCTION TO GRID ANALYSIS: HOTSPOT DETECTION AN INTRODUCTION TO GRID ANALYSIS: HOTSPOT DETECTION etraining Introduction Use the Grid Analysis commands of GeoMedia to extract hotspot locations from a feature class containing a collection of incident

More information

Goals of this Lecture

Goals of this Lecture C Pointers Goals of this Lecture Help you learn about: Pointers and application Pointer variables Operators & relation to arrays 2 Pointer Variables The first step in understanding pointers is visualizing

More information

System Analysis & design

System Analysis & design Assiut University Faculty of Computers and Information System Analysis & design Year 2 Academic Year 2014/ 2015 Term (2) Copyright 2014 Dr. Hossam Ragab 8 A n important component of the design phase is

More information

NORTH SHORE INNOVATIONS, LTD. BUILDING BETTER MICROSOFT OFFICE WORD 2003 DOCUMENTS

NORTH SHORE INNOVATIONS, LTD. BUILDING BETTER MICROSOFT OFFICE WORD 2003 DOCUMENTS NORTH SHORE INNOVATIONS, LTD. BUILDING BETTER MICROSOFT OFFICE WORD 2003 DOCUMENTS INTRODUCTION Over the past few years, the use of Microsoft Office Word to create long and complex documents has grown

More information

Computer Essentials Session 1 Lesson Plan

Computer Essentials Session 1 Lesson Plan Note: Completing the Mouse Tutorial and Mousercise exercise which are available on the Class Resources webpage constitutes the first part of this lesson. ABOUT PROGRAMS AND OPERATING SYSTEMS Any time a

More information

Magic Tutorial #1: Getting Started

Magic Tutorial #1: Getting Started Magic Tutorial #1: Getting Started John Ousterhout (updated by others, too) Computer Science Division Electrical Engineering and Computer Sciences University of California Berkeley, CA 94720 This tutorial

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2016 POWER USER

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2016 POWER USER SHAREPOINT 2016 POWER USER SharePoint 2016 Power User (SHP2016.2 version 1.0.0) Copyright Information Copyright 2016 Webucator. All rights reserved. Accompanying Class Files This manual comes with accompanying

More information

The Refuge Website Goals: Increase donations Increase traffic Attract more partners Increase awareness

The Refuge Website Goals: Increase donations Increase traffic Attract more partners Increase awareness Overall design and layout are not terrible. They re simple and clean, but can any improvements be made to the website to improve usability and fulfillment of the organization s goals? The Refuge Website

More information

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid=192147

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid=192147 Sample Chapters Copyright 2010 by Online Training Solutions, Inc. All rights reserved. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid=192147 Chapter at a Glance

More information

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

More information

Human-Computer Interaction: An Overview. CS2190 Spring 2010

Human-Computer Interaction: An Overview. CS2190 Spring 2010 Human-Computer Interaction: An Overview CS2190 Spring 2010 There must be a problem because What is HCI? Human-Computer interface Where people meet or come together with machines or computer-based systems

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 152 Introduction When analyzing data, you often need to study the characteristics of a single group of numbers, observations, or measurements. You might want to know the center and the spread about

More information

Interaction Design. Task Analysis & Modelling

Interaction Design. Task Analysis & Modelling Interaction Design Task Analysis & Modelling This Lecture Conducting task analysis Constructing task models Understanding the shortcomings of task analysis Task Analysis for Interaction Design Find out

More information

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel Module 1 Contents Chapter 1: Introduction to Microsoft Excel The Microsoft Excel Screen...1-1 Moving the Cursor...1-3 Using the Mouse...1-3 Using the Arrow Keys...1-3 Using the Scroll Bars...1-4 Moving

More information

Heuristic Evaluation of Covalence

Heuristic Evaluation of Covalence Heuristic Evaluation of Covalence Evaluator #A: Selina Her Evaluator #B: Ben-han Sung Evaluator #C: Giordano Jacuzzi 1. Problem Covalence is a concept-mapping tool that links images, text, and ideas to

More information

Layouts. All in all, make every design decision a deliberate one.

Layouts. All in all, make every design decision a deliberate one. Planning Layouts 1 Layouts Arrange page items into a logical, consistent scheme Site & Page purpose is starting point Determines space allocations Assigns necessary visual prominence of items Your layout

More information

Tutorial: Pattern Wizard

Tutorial: Pattern Wizard University of Pennsylvania Department of Electrical and Systems Engineering Digital Design Laboratory Tutorial: Pattern Wizard When assigning values to a bus in Xilinx during the behavioral simulation,

More information

Word 2010 Beginning. Technology Integration Center

Word 2010 Beginning. Technology Integration Center Word 2010 Beginning File Tab... 2 Quick Access Toolbar... 2 The Ribbon... 3 Help... 3 Opening a Document... 3 Documents from Older Versions... 4 Document Views... 4 Navigating the Document... 5 Moving

More information

Visual Cash Focus - User Tip 42

Visual Cash Focus - User Tip 42 Visual Cash Focus - User Tip 42 Linking to Excel How to link Drivers and accounts to an Excel spreadsheet The Scenario This user tip describes how to create a link to an Excel spread sheet. A business

More information

Application Oriented Networks: An SOA Perspective

Application Oriented Networks: An SOA Perspective Oriented s: An SOA Perspective www.thbs.com Introduction Service Oriented Architecture is the hot topic of discussion in IT circles today. So much so, in fact, that SOA is being seen by many as the future

More information

Essentials for Text and Graphic Layout

Essentials for Text and Graphic Layout 5. Essentials for Text and Graphic Layout This section provides specific text and graphic guidelines that will help create a unified series of interpretive signs around Humboldt Bay. Text refers to the

More information

SOFTWARE ENGINEERING. Lecture 6. By: Latifa ALrashed. Networks and Communication Department

SOFTWARE ENGINEERING. Lecture 6. By: Latifa ALrashed. Networks and Communication Department 1 SOFTWARE ENGINEERING Networks and Communication Department Lecture 6 By: Latifa ALrashed Outline q q q q q q q q Define the concept of the software life cycle in software engineering. Identify the system

More information

UX Case Study 1 Objective

UX Case Study 1 Objective UX Case Study 1 Objective To redesign client s key screens with an aim to simplify workflows and to enhance user experience. UX Approach Business & end Findings & 1 2 3 user workshops recommendations Scenario

More information

Mayhem Make a little Mayhem in your world.

Mayhem Make a little Mayhem in your world. Mayhem Make a little Mayhem in your world. Team Group Manager - Eli White Documentation - Meaghan Kjelland Design - Jabili Kaza & Jen Smith Testing - Kyle Zemek Problem and Solution Overview Most people

More information

Interface Redesign: Thomson.com

Interface Redesign: Thomson.com Interface Redesign: Thomson.com December 7, 2004 Anne Finlayson Interface Designer INP Associates Interface Redesign: Thomson.com page 2 Table of Contents Executive Summary... 3 Analysis of Current Interface...

More information

Formatting the spreadsheet data

Formatting the spreadsheet data 2 Formatting the spreadsheet data this chapter covers... In this chapter we describe ways of formatting data within a spreadsheet using different text fonts and styles. We also explain different ways of

More information

Topics. GUI design multidisciplinary. Chapter 7 User Interface Design. (c) Addison Wesley Chapter 7 3

Topics. GUI design multidisciplinary. Chapter 7 User Interface Design. (c) Addison Wesley Chapter 7 3 MACIASZEK, L.A. (2001): Requirements Analysis and System Design. Developing Information Systems with UML, Addison Wesley Chapter 7 User Interface Design Copyright 2000 by Addison Wesley Version 1.0 Topics

More information

ReCPro TM User Manual Version 1.15

ReCPro TM User Manual Version 1.15 Contents Web Module (recpro.net)... 2 Login... 2 Site Content... 3 Create a New Content Block... 4 Add / Edit Content Item... 5 Navigation Toolbar... 6 Other Site Tools... 7 Menu... 7 Media... 8 Documents...

More information

3C05 - Advanced Software Engineering Thursday, April 29, 2004

3C05 - Advanced Software Engineering Thursday, April 29, 2004 Distributed Software Architecture Using Middleware Avtar Raikmo Overview Middleware What is middleware? Why do we need middleware? Types of middleware Distributed Software Architecture Business Object

More information

A Heuristic Evaluation of Ohiosci.org

A Heuristic Evaluation of Ohiosci.org A Heuristic Evaluation of Ohiosci.org Executive Summary Site evaluated: Goal: Method: The Ohio Academy of Science http://www.ohiosci.org/ The goal of this heuristic evaluation is to test the overall usability

More information

NON-CALCULATOR ARITHMETIC

NON-CALCULATOR ARITHMETIC Mathematics Revision Guides Non-Calculator Arithmetic Page 1 of 30 M.K. HOME TUITION Mathematics Revision Guides: Level: GCSE Foundation Tier NON-CALCULATOR ARITHMETIC Version: 3.2 Date: 21-10-2016 Mathematics

More information

Visteon Position Paper i. Visteon Position Paper

Visteon Position Paper i. Visteon Position Paper i Visteon Position Paper ii REVISION HISTORY NUMBER DATE DESCRIPTION NAME iii Contents 1 Perspective on the topic of the Workshop 1 2 Viewpoint 2 3 Concrete examples, suggestions, and preferred workshop

More information

CAPACITY PLANNING FOR THE DATA WAREHOUSE BY W. H. Inmon

CAPACITY PLANNING FOR THE DATA WAREHOUSE BY W. H. Inmon CAPACITY PLANNING FOR THE DATA WAREHOUSE BY W. H. Inmon The data warehouse environment - like all other computer environments - requires hardware resources. Given the volume of data and the type of processing

More information

Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations and Graphing Tasks

Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations and Graphing Tasks University of South Florida Scholar Commons Tampa Library Faculty and Staff Publications Tampa Library 2009 Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations

More information

Excel 2007/2010. Don t be afraid of PivotTables. Prepared by: Tina Purtee Information Technology (818)

Excel 2007/2010. Don t be afraid of PivotTables. Prepared by: Tina Purtee Information Technology (818) Information Technology MS Office 2007/10 Users Guide Excel 2007/2010 Don t be afraid of PivotTables Prepared by: Tina Purtee Information Technology (818) 677-2090 tpurtee@csun.edu [ DON T BE AFRAID OF

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Windows VISTA Built-In Accessibility. Quick Start Guide

Windows VISTA Built-In Accessibility. Quick Start Guide Windows VISTA Built-In Accessibility Quick Start Guide Overview Vista Built-In Accessibility Options Vista Ease of Access Center Magnifier Narrator On-Screen Keyboard Voice Recognition To Use How it is

More information

CREATE A ROADMAP WITH A BOTTLE OF WINE

CREATE A ROADMAP WITH A BOTTLE OF WINE 1 CREATE A ROADMAP WITH A BOTTLE OF WINE 2 PLANNING AND DIGITISING YOUR OWN DESIGNS BERNINA Embroidery Software Designer Plus V5 and 6. PLANNING THE DESIGN. Good embroidery is the result of careful planning.

More information

the digital darkroom essential skills Chris Neylon

the digital darkroom essential skills Chris Neylon the digital darkroom Chris Neylon essential skills ~ Set up the computer, monitor and software preferences for effective digital image editing. ~ Gain familiarity with the Photoshop interface. ~ Review

More information

6 points. 3 points. Most artifacts and work samples are related to the purpose of. There are only one or two. occurrences of

6 points. 3 points. Most artifacts and work samples are related to the purpose of. There are only one or two. occurrences of http://www.uwstout.edu/soe/profdev/erubric.html University of Wisconsin This rubric may be used self-assessment and peer feedback. Evaluation scale: A - Exemplary: 32-36 points B - Proficient: 28-3s Partially

More information

Quick Trial Balance Pro - Accounting Cycle. Accounting Cycle: Home Screen

Quick Trial Balance Pro - Accounting Cycle. Accounting Cycle: Home Screen Accounting Cycle: Home Screen The Accounting Cycle is the processes, or steps, that are repeated each month, or year, when you process a client's data. When you click the Accounting Cycle button on the

More information

The first program: Little Crab

The first program: Little Crab Chapter 2 The first program: Little Crab topics: concepts: writing code: movement, turning, reacting to the screen edges source code, method call, parameter, sequence, if-statement In the previous chapter,

More information

Maximize Operational Efficiency in a Tiered Storage Environment

Maximize Operational Efficiency in a Tiered Storage Environment W H I T E P A P E R : T E C H N I C A L Maximize Operational Efficiency in a Tiered Storage Environment Use Cases for Orchestrated Volume and Page-based Migration with Hitachi Tiered Storage Manager (HTSM)

More information

Inventions on GUI for Eye Cursor Controls Systems

Inventions on GUI for Eye Cursor Controls Systems From the SelectedWorks of Umakant Mishra October, 2005 Inventions on GUI for Eye Cursor Controls Systems Umakant Mishra Available at: https://works.bepress.com/umakant_mishra/28/ Inventions on GUI for

More information

3. Now go to Edit => Effects => Brightness/Contrast... and notice that you can modify the colors you created above.

3. Now go to Edit => Effects => Brightness/Contrast... and notice that you can modify the colors you created above. The Background Note: This lesson is created for version 3.2 of HyperStudio for Macintosh. Some features may not be present in the version you may have. You may download updates for your HyperStudio version

More information

Geography 281 Map Making with GIS Project Three: Viewing Data Spatially

Geography 281 Map Making with GIS Project Three: Viewing Data Spatially Geography 281 Map Making with GIS Project Three: Viewing Data Spatially This activity introduces three of the most common thematic maps: Choropleth maps Dot density maps Graduated symbol maps You will

More information

Descriptive Statistics: Box Plot

Descriptive Statistics: Box Plot Connexions module: m16296 1 Descriptive Statistics: Box Plot Susan Dean Barbara Illowsky, Ph.D. This work is produced by The Connexions Project and licensed under the Creative Commons Attribution License

More information

WEB PAGE ARCHITECTURE

WEB PAGE ARCHITECTURE The goals of webpage architecture: 1. Bring order to many types of information: text, images, links, navigation. 2. Create movement through the page. 3. Provide centers of visual interest that serve as

More information

The Five Rooms Project

The Five Rooms Project The Five Rooms Project The Assignment If an artist is given the task of graphically designing a surface, then he is also left to decide which creative processes will be active and which criteria will then

More information

Chapter 11: Physical Architecture Layer Design

Chapter 11: Physical Architecture Layer Design Chapter 11: Physical Architecture Layer Design Objectives Understand the different physical architecture components. Understand server-based, client-based, and client server physical architectures. Be

More information

TONE SPREAD TECHNOLOGY CO.,LTD.

TONE SPREAD TECHNOLOGY CO.,LTD. User Manual IBS Calculator TONE SPREAD TECHNOLOGY CO.,LTD. 2013 January Information in this manual is subject to change without notice 1 Table of Contents 1 Description... 3 2 System Requirement... 4 2.1

More information

Understanding and Comparing Distributions. Chapter 4

Understanding and Comparing Distributions. Chapter 4 Understanding and Comparing Distributions Chapter 4 Objectives: Boxplot Calculate Outliers Comparing Distributions Timeplot The Big Picture We can answer much more interesting questions about variables

More information

Inventions on GUI aesthetics

Inventions on GUI aesthetics From the SelectedWorks of Umakant Mishra November, 2005 Inventions on GUI aesthetics Umakant Mishra Available at: https://works.bepress.com/umakant_mishra/32/ Inventions on GUI aesthetics A TRIZ based

More information