HCI Lecture 11: Rich Interaction. Barbara Webb

Size: px
Start display at page:

Download "HCI Lecture 11: Rich Interaction. Barbara Webb"

Transcription

1 HCI Lecture 11: Rich Interaction Barbara Webb Key points: Limitations of interaction descriptions Including embodiment Including continuous time Status-event descriptions Distributed cognition Situated cognition 1

2 Introduction So far have discussed formalisms for tasks and dialogues which tend to assume: One user interacting with one (simple) software system Making a sequence of discrete interactions, following internal plan User actions reliably change world, and user reliably knows this Most real interaction is much richer: Involves continuous close coupled loops; users are embodied Actions and events have real time courses; users deal with interleaving, interruptions, shifts in attention etc. Occurs in environmental context of rich representational artifacts Occurs in context of communication with other users Occurs in cultural/organisational context 2

3 Modes of interaction Modes (or styles) of interaction can be classified as: Instructing: user tells system what to do, by typing commands, selecting menu options, pressing keys or buttons, speaking commands Conversing: user has dialogue with system; typing questions and/or responses, or uses speech input/output Manipulation: user interacts with physical or virtual objects, e.g., holding, moving, opening, closing; object is a focus of attention Exploration: user moves through physical or virtual environment Other possibilities and higher-level classifications exist, e.g., we may interact by learning, problem solving, socializing, searching,... 3

4 Instructing Examples: Shell command line interpreters for operating systems Menu and key-driven GUI shells for OSes and applications VCRs, hi-fis, alarm clocks, vending machines, etc. Advantages: Quick and efficient Good in case of repetition or multiple objects (especially if programmable) Disadvantages: Hard to learn Seldom standardised May be overly specific 4

5 Conversing Examples: Help facilities (Microsoft s Office Assistant paper clip, Bob) Search engines ( although Jeeves has now retired) Phone services (voice recognition query answering/navigation) Virtual shopping or support assistants Advantages No special knowledge required; onus on system to understand user Disadvantages: Limited scope of understandability; may have to constrain user requests/responses Dialogue can become one-sided and cumbersome 5

6 Manipulation Shneiderman (1983) coined the term Direct Manipulation (DM). Digital objects should allow interaction analogous to how physical objects are manipulated Core DM principles: Continuous representation of objects and actions Physical actions instead of issuing commands with complex syntax Rapid reversible actions with immediate feedback on object of interest Examples: desktop files metaphor dragging and dropping also true manipulable objects: physical objects with sensors (e.g. Wii controller) 6

7 Manipulation Advantages of direct manipulation include: Novices can learn the basic functionality quickly Intermittent users can retain operational concepts over time Error messages rarely needed Users can immediately see if their actions are furthering their goals and if not do something else Users experience less anxiety; gain confidence and feel in control Disadvantages Some people take the metaphor of direct manipulation too literally Not all tasks can be described by objects and not all actions can be done directly Some tasks are better achieved through delegating rather than manipulating e.g., spell checking 7

8 Exploring Examples: 3D desktop virtual worlds where people navigate using mouse around different parts to socialize (e.g., Second Life) CAVEs (Computer Automatic Virtual Environment) where users navigate by moving whole body, arms, and head physical context-aware environments, embedded with sensors, that present digital information to users at appropriate places and times (e.g. cell phone tourism, smart home) Will discuss further in lecture on ubiquitous computing. 8

9 Continuous behaviour Many aspects of interaction involve continuous values or continuous time, e.g. position of mouse, moment of click Status-Event analysis explores these issues: Status is a value, usually changing, that can be polled Event is something happening at specific time (may be a status change) Example: agents change/poll status to communicate events time mailbox file status mailtool agent screen status user agent mail arrives event mailtool notices event change icon event user notices event 9

10 Status Event analysis Issues to explore: Granularity: what is the relevant time-scale? Events may be extended in time, and not have clear onset and offset (e.g. interacting with gestures) Action sequencing: not necessarily direct following Could be after delay At particular (external) time, or whenever you like In response to event or environmental cue (triggers) What happens in an interruption? (e.g. does memory of state persist?) Causes of error e.g. when different events cause different system status but same display status 10

11 Status Event analysis E.g. button slip problem Delete the quick brown quick brown fox 11

12 Status Event analysis E.g. button slip problem Delete the quick quick brown 12

13 Status Event analysis E.g. button slip problem HIT CLICK identical screen feedback MISS semantic feedback only closure eye moves elsewhere one solution add simulated click 13

14 Continuous behaviour Lags: May be lag between actual and perceived event or status Problems of persistence and observability e.g. visual vs. auditory May be lag in status-status mappings y= f(x) e.g. y = display, x = real state of file If an event updates x, what event updates y? Same event? Agent responsible for x? Agent responsible for y? Agent responsible for mapping? Polling; timed update; triggered when y is used; or by other hopefully related event? For some problems, best representation might be manual control theory, i.e., treat interaction as a dynamic system Lags will cause overshoot, oscillation, loss of feeling of control 14

15 Dynamical systems Cho et al. (2007) Tilt-based browsing of photos Modulate the mapping from tilt to cursor by dynamics of sticky film strip that makes it easier to settle on photo without overshoot 15

16 Distributed cognition Having the right representation of a task or problem can allow direct solution by our perceptual system Cognition is not just in the head but is distributed between internal and external representations Re-representation is important component of task achievement (e.g. sorting a hand of cards) Information required for a task or dialogue can be: Part of the task definition (e.g. use delete key to remove quick ) Remembered by the user (e.g. unix command sequence) Displayed by the system (e.g. hyperlink colour change) Put into the environment (e.g. post-it notes) Think of your own examples of using place-holders to sequence actions 16

17 Distributed cognition Example: resources model of interaction (Wright et al 2000) Six abstract information structures: Plans (sequence of actions, may have loops, branches etc.) Goals (state of world to be achieved) Possibilities (options or affordances in a particular situation) History (sequence of past actions) Action-effect relations (if x then y) States To use each as a resource, it needs to be represented Representation can be internal, external or both N.B. in e.g. GOMS everything assumed to be internal Can use to analyse different interface designs 17

18 Distributed cognition E.g. using a wizard to externalise a plan; requires the user to internalise the history Options dialogue allows task to be solved by doing afforded actions until reach match with goal, i.e. no plan. 18

19 Situated cognition Activities are situated in physical and socio-cultural situations What we do at any time may reflect moment-by-moment shaping by situation more than any rational goal-oriented plan E.g. web browsing Standard cognitive models tend to assume categories ( target, card slot ) but what we perceive as properties and events is constructed in the course of coordinated activity Clancy 1994 I.e. need physical and social experience of cards and slots to recognise a card slot Suggests understanding a task requires rich research into real system use in real settings: Purposely avoid methods such as interviews and HTA that lead subjects to make `rational reconstructions of their actions 19

20 Situated cognition: Ethnographic Studies E.g. Hughes et al (1995) 3 year study of air traffic control systems Highlighted importance of routine interactions, social and spatial factors in keeping participants informed and involved in the task Also effectiveness and multiple roles of flight progress strips (e.g. colour of pen annotation identifies controller) 20

21 Summary Embodied, distributed and situated cognition are important alternatives to the Model Human Processor view of HCI Suggest it is better to think in terms of computer mediated human activity than human computer interaction Supports development of new interface methods (e.g. ubiquitous computing) that better match human capabilities However: To date these approaches provide frameworks rather than theories: less prescriptive but also less predictive than traditional approaches Taking situated approach seriously implies we should not expect to find any general principles for successful design 21

22 References David E. Kieras and David E. Meyer (1997An overview of the EPIC architecture for cognition and performance with application to humancomputer interaction. Human-Computer Interaction 12: Hornof, A. & Halverson, T. (2003) Cognitive strategies and eye movements for searching hierarchical computer displays. ASM CHI 2003: Conference on Human Factors in Computing Systems, Cho, S-J et al (2007) Dynamics of tilt based browsing on mobile devices, Proceedings of CHI Wright, P., Fields, B. and Harrison, M. (2000) Analysing Human-Computer Interaction as Distributed Cognition: The Resources Model. Human Computer Interaction, 15:1 42 Hughes (1995) Hughes, J. et al (1995) The Role of Ethnography in Interactive Systems Design. ACM Interactions April 1995 See also: Dix et. al. sections 17.4, chapter 18 22

Interface Design Rules

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

More information

Frequency, definition Modifiability, existence of multiple operations & strategies

Frequency, definition Modifiability, existence of multiple operations & strategies Human Computer Interaction Intro HCI 1 HCI's Goal Users Improve Productivity computer users Tasks software engineers Users System Cognitive models of people as information processing systems Knowledge

More information

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 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

More information

Excel macros made easy

Excel macros made easy IT Training Excel macros made easy Jane Barrett, IT Training & Engagement Team Information System Services Version 1.1 Scope Learning outcomes Understand the concept of what a macro is and what it does.

More information

Module 9. User Interface Design. Version 2 CSE IIT, Kharagpur

Module 9. User Interface Design. Version 2 CSE IIT, Kharagpur Module 9 User Interface Design Lesson 21 Types of User Interfaces Specific Instructional Objectives Classify user interfaces into three main types. What are the different ways in which menu items can be

More information

BA (Hons) Social work MA Social work PG Diploma Social work: Using PebblePad on Placement 2014-15

BA (Hons) Social work MA Social work PG Diploma Social work: Using PebblePad on Placement 2014-15 Creating assets in Pebble+ There are two ways of creating assets in Pebble+, adding files and completing Pebble+ templates. Adding files You can add file to your assets using Add new File. You then add

More information

SignalDraw: GUI Tool For Generating Pulse Sequences

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 kberlin@cs.umd.edu December 9, 2005 Abstract Generating

More information

Working With Microsoft PowerPoint

Working With Microsoft PowerPoint LIBRARY AND LEARNING SERVICES WORKING WITH MICROSOFT POWERPOINT www2.eit.ac.nz/library/ls_computer.html Working With Microsoft PowerPoint Powerpoint Basics Inserting a Graph Inserting a Sound Saving your

More information

Designing and Evaluating a Web-Based Collaboration Application: A Case Study

Designing and Evaluating a Web-Based Collaboration Application: A Case Study Designing and Evaluating a Web-Based Collaboration Application: A Case Study Wenli Zhu Microsoft Corporation, One Microsoft Way, Redmond, WA 98052 USA ABSTRACT The Web has evolved from a simple browsing

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

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

More information

8 CREATING FORM WITH FORM WIZARD AND FORM DESIGNER

8 CREATING FORM WITH FORM WIZARD AND FORM DESIGNER 8 CREATING FORM WITH FORM WIZARD AND FORM DESIGNER 8.1 INTRODUCTION Forms are very powerful tool embedded in almost all the Database Management System. It provides the basic means for inputting data for

More information

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information

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

WIMP: Windows, Icons, Menus (or mice), Pointers (or pull-down menus) Kathy Lynch and Julie Fisher 2004. Topic Overview. Suggested Readings. IMS3470 Human-computer interaction WIMP: Windows, Icons, Menus (or mice), Pointers (or pull-down menus) Kathy Lynch and Julie Fisher 2004 Topic Overview WIMP or is it GUI? (interface model using direct

More information

Module 1. 4 Login-Send Message to Teacher

Module 1. 4 Login-Send Message to Teacher Module 1. 4 Login-Send Message to Teacher Students, in this lesson you will 1. Learn to login to your InterAct account. 2. Learn how to send an email message. Logging on to Students Online 1. Launch the

More information

Integrated Accounting System for Mac OS X and Windows

Integrated Accounting System for Mac OS X and Windows Integrated Accounting System for Mac OS X and Windows Program version: 6.2 110111 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Books by HansaWorld is a powerful accounting system for the Mac

More information

Chapter 11. HCI Development Methodology

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

More information

Human Computer Interaction

Human Computer Interaction Dr Mark Wright - Informatics HCI Course 2012/13 Human Computer Interaction Dr Mark Wright University of Edinburgh and Edinburgh College of Art Semester 1 2012/2013 Principles and Overview Lecture 1 Key

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.2 Content Author's Reference and Cookbook Rev. 091019 Sitecore CMS 6.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Exclaimer Mail Archiver User Manual

Exclaimer Mail Archiver User Manual User Manual www.exclaimer.com Contents GETTING STARTED... 8 Mail Archiver Overview... 9 Exchange Journaling... 9 Archive Stores... 9 Archiving Policies... 10 Search... 10 Managing Archived Messages...

More information

Using. An excerpt from Smart Technology's getting started manual explaining the basics of the SmartBoard and how to use it.

Using. An excerpt from Smart Technology's getting started manual explaining the basics of the SmartBoard and how to use it. Using An excerpt from Smart Technology's getting started manual explaining the basics of the SmartBoard and how to use it. Quick Reference Hardware Basics for Front Projection SMART Board Interactive Whiteboards

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

Requirements. Approaches to user support. Command assistance. Chapter 11 User support

Requirements. Approaches to user support. Command assistance. Chapter 11 User support Chapter 11 User support Issues different types of support at different times implementation and presentation both important all need careful design Types of user support quick reference, task specific

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Introduction to Word 2007

Introduction to Word 2007 Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming

More information

The SMART Board Interactive Whiteboard

The SMART Board Interactive Whiteboard The SMART Board Interactive Whiteboard 1. Press the power button, the indicator ring flashes green to indicate that the projector lamp is starting up. The What would you like to do? menu will be displayed.

More information

MICROSOFT WINDOWS NAVIGATION

MICROSOFT WINDOWS NAVIGATION MICROSOFT WINDOWS NAVIGATION MARGARET E. HEGGAN FREE PUBLIC LIBRARY This walkthrough assumes you have a computer with Microsoft Windows 7 installed. Versions of Microsoft Windows are similar, but different

More information

Computer Skills: Levels of Proficiency

Computer Skills: Levels of Proficiency Computer Skills: Levels of Proficiency September 2011 Computer Skills: Levels of Proficiency Because of the continually increasing use of computers in our daily communications and work, the knowledge of

More information

INTERMEDIATE OUTLOOK OFFICE 2010

INTERMEDIATE OUTLOOK OFFICE 2010 INTERMEDIATE OUTLOOK OFFICE 2010 Quick Parts... 3 Turn on/off new message pop up window4 How to Insert a Hyperlink for use in an Email... 6 Voting Options in Calendar... 8 How to create an Archive Folder...

More information

Microsoft Outlook 2010. Reference Guide for Lotus Notes Users

Microsoft Outlook 2010. Reference Guide for Lotus Notes Users Microsoft Outlook 2010 Reference Guide for Lotus Notes Users ContentsWelcome to Office Outlook 2010... 2 Mail... 3 Viewing Messages... 4 Working with Messages... 7 Responding to Messages... 11 Organizing

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

Getting to know your computer

Getting to know your computer Getting to know your computer Introduction This is intended to be a very basic introduction to personal computers (PCs) which will enable you to: switch them on and off understand what is shown on the

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

3F6 - Software Engineering and Design. Handout 9 User Interface Design With Markup. Ed Rosten

3F6 - Software Engineering and Design. Handout 9 User Interface Design With Markup. Ed Rosten 3F6 - Software Engineering and Design Handout 9 User Interface Design With Markup Ed Rosten Contents 1. UI Design Process 2. User Types 3. Use Cases 4. User Models 5. Devices and Metaphors 6. Testing 7.

More information

Making a Web Page with Microsoft Publisher 2003

Making a Web Page with Microsoft Publisher 2003 Making a Web Page with Microsoft Publisher 2003 The first thing to consider when making a Web page or a Web site is the architecture of the site. How many pages will you have and how will they link to

More information

Sections in the current notebook: Sections let you organize notes by activities, topics, or people in your life. Start with a few in each notebook.

Sections in the current notebook: Sections let you organize notes by activities, topics, or people in your life. Start with a few in each notebook. Getting Started with OneNote Page 1 1. OneNote basics How are OneNote pages different? This is an example of a normal page of notes. You can type anywhere just click and type. For example, type your name

More information

Faculty & Staff Guide for Outlook Web App (OWA) Prepared by Information Technology Division Lehman College July 11, 2013

Faculty & Staff Guide for Outlook Web App (OWA) Prepared by Information Technology Division Lehman College July 11, 2013 im Faculty & Staff Guide for Outlook Web App (OWA) Prepared by Information Technology Division Lehman College July 11, 2013 Lehman College, CUNY 1 Information Technology Division Table of Contents Introduction...

More information

EqualSkills Syllabus Version 2.0

EqualSkills Syllabus Version 2.0 EqualSkills Syllabus Version 2.0 Copyright 2011 ECDL Foundation All rights reserved. No part of this publication may be reproduced in any form except as permitted by ECDL Foundation. Enquiries for permission

More information

Paper 10-27 Designing Web Applications: Lessons from SAS User Interface Analysts Todd Barlow, SAS Institute Inc., Cary, NC

Paper 10-27 Designing Web Applications: Lessons from SAS User Interface Analysts Todd Barlow, SAS Institute Inc., Cary, NC Paper 10-27 Designing Web Applications: Lessons from SAS User Interface Analysts Todd Barlow, SAS Institute Inc., Cary, NC ABSTRACT Web application user interfaces combine aspects of non-web GUI design

More information

Chapter 12 Programming Concepts and Languages

Chapter 12 Programming Concepts and Languages Chapter 12 Programming Concepts and Languages Chapter 12 Programming Concepts and Languages Paradigm Publishing, Inc. 12-1 Presentation Overview Programming Concepts Problem-Solving Techniques The Evolution

More information

Mac Built-in Accessibility (10.7 - Lion) - Quick Start Guide

Mac Built-in Accessibility (10.7 - Lion) - Quick Start Guide Mac Built-in Accessibility (10.7 - Lion) - Quick Start Guide Overview The Mac operating system has many helpful features to help users with a wide range of abilities access their computer. This Quickstart

More information

Introduction. Inserting Hyperlinks. PowerPoint 2010 Hyperlinks and Action Buttons. About Hyperlinks. Page 1

Introduction. Inserting Hyperlinks. PowerPoint 2010 Hyperlinks and Action Buttons. About Hyperlinks. Page 1 PowerPoint 2010 Hyperlinks and Action Buttons Introduction Page 1 Whenever you use the Web, you are using hyperlinks to navigate from one web page to another. If you want to include a web address or email

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Microsoft Office & Lync Tech Tips

Microsoft Office & Lync Tech Tips Microsoft Office & Lync Tech Tips Tech Tip - Using Conversation View in Outlook There are several ways to sort or organize your e-mails within Outlook. Sorting by sender, subject, received date and size

More information

SMART Boards. If the board is connected to a different computer - Orientation is needed whenever you connect it to a new or different computer.

SMART Boards. If the board is connected to a different computer - Orientation is needed whenever you connect it to a new or different computer. SMART Boards What is a SMART Board? The SMART Board is an interactive whiteboard that converts a computer and date projector into a powerful tool for teaching and learning. With the computer image projected

More information

TABLE OF CONTENTS ABSTRACT ACKNOWLEDGEMENT LIST OF FIGURES LIST OF TABLES

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

More information

Click on various options: Publications by Wizard Publications by Design Blank Publication

Click on various options: Publications by Wizard Publications by Design Blank Publication Click on various options: Publications by Wizard Publications by Design Blank Publication Select the Blank Publications Tab: Choose a blank full page Click on Create New Page Insert > Page Select the number

More information

Public Online Data - The Importance of Colorful Query Trainers

Public Online Data - The Importance of Colorful Query Trainers BROWSING LARGE ONLINE DATA WITH QUERY PREVIEWS Egemen Tanin * egemen@cs.umd.edu Catherine Plaisant plaisant@cs.umd.edu Ben Shneiderman * ben@cs.umd.edu Human-Computer Interaction Laboratory and Department

More information

Quick Start Guide. www.uptrendsinfra.com

Quick Start Guide. www.uptrendsinfra.com Quick Start Guide Uptrends Infra is a cloud service that monitors your on-premise hardware and software infrastructure. This Quick Start Guide contains the instructions to get you up to speed with your

More information

This process contains five steps. You only need to complete those sections you feel are relevant.

This process contains five steps. You only need to complete those sections you feel are relevant. PebblePad: Webfolio What is this tool for? A Webfolio is an evidence-based web site that is used to present stories about yourself or stories about your learning. They can contain any number of pages which

More information

HOW TO USE THE File Transfer Protocol SERVER ftp.architekturaibiznes.com.pl

HOW TO USE THE File Transfer Protocol SERVER ftp.architekturaibiznes.com.pl HOW TO USE THE File Transfer Protocol SERVER ftp.architekturaibiznes.com.pl In order to access the A&B server with a view to uploading or downloading materials, any FTP client software can be used. If

More information

Microsoft Access is an outstanding environment for both database users and professional. Introduction to Microsoft Access and Programming SESSION

Microsoft Access is an outstanding environment for both database users and professional. Introduction to Microsoft Access and Programming SESSION 539752 ch01.qxd 9/9/03 11:38 PM Page 5 SESSION 1 Introduction to Microsoft Access and Programming Session Checklist Understanding what programming is Using the Visual Basic language Programming for the

More information

Creating and Using Forms in SharePoint

Creating and Using Forms in SharePoint Creating and Using Forms in SharePoint Getting started with custom lists... 1 Creating a custom list... 1 Creating a user-friendly list name... 1 Other options for creating custom lists... 2 Building a

More information

Bad designs. Chapter 1: What is interaction design? Why is this vending machine so bad? Good design. Good and bad design.

Bad designs. Chapter 1: What is interaction design? Why is this vending machine so bad? Good design. Good and bad design. Bad designs Chapter 1: What is interaction design? Elevator controls and labels on the bottom row all look the same, so it is easy to push a label by mistake instead of a control button People do not make

More information

Speech and Debate Timekeeper User Manual

Speech and Debate Timekeeper User Manual Speech and Debate Timekeeper User Manual Version 2.3 Table of Contents Introduction Features Supported Systems Installing Speech and Debate Timekeeper Windows Mac OS X Linux & Unix Palm OS Windows Mobile

More information

Adobe Acrobat X Pro Forms

Adobe Acrobat X Pro Forms Adobe Acrobat X Pro Forms Course objectives: Create interactive forms Manage form fields and properties Use forms in Adobe Reader Use PDF Actions Digital Signatures This course does not cover LiveCycle.

More information

Enriched Links: A Framework For Improving Web Navigation Using Pop-Up Views

Enriched Links: A Framework For Improving Web Navigation Using Pop-Up Views Enriched Links: A Framework For Improving Web Navigation Using Pop-Up Views Gary Geisler Interaction Design Laboratory School of Information and Library Science University of North Carolina at Chapel Hill

More information

Real-world Programming

Real-world Programming Real-world Programming Toshiyuki Masui Sony Computer Science Laboratories, Inc. 3-14-13 Higashi-Gotanda Shinagawa, Tokyo 141-0022, Japan +81-3-5448-4380 masui@csl.sony.co.jp ABSTRACT Although more and

More information

Microsoft PowerPoint 2008

Microsoft PowerPoint 2008 Microsoft PowerPoint 2008 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Slide Layouts... 3 Adding an Image to a Slide...

More information

EMAIL QUICK START GUIDE

EMAIL QUICK START GUIDE IT Services Microsoft Outlook 2010 EMAIL QUICK START GUIDE Contents What is Outlook?...2 Quick Guide to Email...2 Create a new e-mail message...2 Forward or reply to an e-mail message...2 Creating new

More information

LEARNING RESOURCE CENTRE GUIDE TO OFFICE 365

LEARNING RESOURCE CENTRE GUIDE TO OFFICE 365 LEARNING RESOURCE CENTRE GUIDE TO OFFICE 365 LEARNING RESOURCE CENTRE OCTOBER 2014/2015 Table of Contents Explanation of One Drive and Microsoft Office Online... 3 How to create a document and folder...

More information

How to Manage Email. Guidance for staff

How to Manage Email. Guidance for staff How to Manage Email Guidance for staff 1 Executive Summary Aimed at Note Purpose Benefits staff Necessary skills to All staff who use email This guidance does NOT cover basic IT literacy skills. Staff

More information

Microsoft Outlook Introduction

Microsoft Outlook Introduction Microsoft Outlook Introduction Division of Information Technology February 2016 Contents Document Management History... 3 Introduction... 4 Getting Started... 4 Using MS Outlook... 4 What MS Outlook looks

More information

MICROSOFT ACCESS 2007 BOOK 2

MICROSOFT ACCESS 2007 BOOK 2 MICROSOFT ACCESS 2007 BOOK 2 4.1 INTRODUCTION TO ACCESS FIRST ENCOUNTER WITH ACCESS 2007 P 205 Access is activated by means of Start, Programs, Microsoft Access or clicking on the icon. The window opened

More information

Microsoft Lync 2010 The Essentials

Microsoft Lync 2010 The Essentials Microsoft Lync 2010 The Essentials Training User Guide Syed Ali Raza Director IT NUML Email : saraza@numls.edu.pk Engr Fazal-i-Hassan UC Specialist Email : fhassan@numls.edu.pk August 29, 2011 MICROSOFT

More information

Managing Your Emailbox

Managing Your Emailbox Managing Your Emailbox Before you try any of the tips below, the easiest way to decrease your mailbox size is to: Delete emails in your Sent Folder Empty the deleted items folder (right click on deleted

More information

Email access via the Internet. Outlook Web Access

Email access via the Internet. Outlook Web Access Email access via the Internet Outlook Web Access SiX Document Title/ Search Keyword(s): Email access via the Internet Outlook Web Access Service Group: E-Learning & Information Management Contact Details:

More information

Interfaces. Ways of helping the user. Balancing function with fashion. Metaphors Data Display. Faulkner, Section 4.2. Structure Affordances Visuals

Interfaces. Ways of helping the user. Balancing function with fashion. Metaphors Data Display. Faulkner, Section 4.2. Structure Affordances Visuals UX Design (Part 2) Interfaces Ways of helping the user Metaphors Data Display Structure Affordances Visuals Balancing function with fashion Faulkner, Section 4.2 What is a Metaphor? A metaphor is something

More information

Using the GroupWise Client

Using the GroupWise Client Spring 2006 (Our appreciation to Jennifer Sherouse for her assistance in editing and improving this document) Page 1 of 15 What is the GroupWise Client The GroupWise client is a program that installs on

More information

White Paper. Guidelines for Developing Windows Applications Compatible with Dragon NaturallySpeaking and Dragon Medical

White Paper. Guidelines for Developing Windows Applications Compatible with Dragon NaturallySpeaking and Dragon Medical White Paper Guidelines for Developing Windows Applications Compatible with Dragon NaturallySpeaking and Dragon Medical White Paper Guidelines for Developing Windows Applications Compatible with Dragon

More information

Interface and Visualization Metaphors

Interface and Visualization Metaphors Vladimir Averbukh 1, Mikhail Bakhterev 1, Aleksandr Baydalin 1, Damir Ismagilov 2, Polina Trushenkova 2, 1 Institute for Mathametics and Mechanics, Ekaterinburg, Russia. 2 Ural State University, Ekaterinburg,

More information

Adobe Acrobat: Creating Interactive Forms

Adobe Acrobat: Creating Interactive Forms Adobe Acrobat: Creating Interactive Forms This document provides information regarding creating interactive forms in Adobe Acrobat. Please note that creating forms requires the professional version (not

More information

Microsoft Outlook 2010

Microsoft Outlook 2010 Microsoft Outlook 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

More information

How To Use An Apple Macbook With A Dock On Itunes Macbook V.Xo (Mac) And The Powerbar On A Pc Or Macbook (Apple) With A Powerbar (Apple Mac) On A Macbook

How To Use An Apple Macbook With A Dock On Itunes Macbook V.Xo (Mac) And The Powerbar On A Pc Or Macbook (Apple) With A Powerbar (Apple Mac) On A Macbook QNS OSX instructions. CONTENTS 1 The Apple and Finder 2 The Dock 3 Navigating OS X 4 System Preferences 1 OS X tutorial: the apple The apple menu The apple menu is hidden under the apple at the top left

More information

Lecture 2, Human cognition

Lecture 2, Human cognition Human Cognition An important foundation for the design of interfaces is a basic theory of human cognition The information processing paradigm (in its most simple form). Human Information Processing The

More information

Integrated Accounting System for Mac OS X

Integrated Accounting System for Mac OS X Integrated Accounting System for Mac OS X Program version: 6.3 110401 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Standard Accounts is a powerful accounting system for Mac OS X. Text in square

More information

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21 Index Index School Jotter Manual Logging in Getting the site looking how you want Managing your site, the menu and its pages Editing a page Managing Drafts Managing Media and Files User Accounts and Setting

More information

Email at Bradford - Outlook

Email at Bradford - Outlook This document provides guidance for staff using Office 365 with Microsoft Outlook 2010 for email at the University of Bradford. The University of Bradford retains copyright for this material, which may

More information

3 Introduction to HCI - Human Factor Theories - Mental Models and Problem Solving. Mental models are useful example: the bath tub faucets

3 Introduction to HCI - Human Factor Theories - Mental Models and Problem Solving. Mental models are useful example: the bath tub faucets Design thinking Human Factor Theories Part I - Mental Model & Problem Solving School of Computer and Communication Sciences EPFL Dr. Pearl Pu What is common in all of these? 2 Mental Models The first question:

More information

Designing Effective Web Sites: How Academic Research Influences Practice

Designing Effective Web Sites: How Academic Research Influences Practice doi:10.2498/iti.2012.0487 Designing Effective Web Sites: How Academic Research Influences Practice Joseph S. Valacich Eller College of Management, The University of Arizona Tucson, Arizona, USA E-mail:

More information

Mastering Microsoft Project 2010 50413B; 3 days, Instructor-led

Mastering Microsoft Project 2010 50413B; 3 days, Instructor-led Mastering Microsoft Project 2010 50413B; 3 days, Instructor-led Course Description This three-day instructor-led course provides students with the knowledge and skills plan and manage projects using Microsoft

More information

You ve Got Mail Groupwise 6.5 for OSX

You ve Got Mail Groupwise 6.5 for OSX You ve Got Mail Groupwise 6.5 for OSX The new Groupwise email version is on all OSX computers. It can be used only when you are in school. To access your Groupwise email from home, you will have to use

More information

Lab 2: MS ACCESS Tables

Lab 2: MS ACCESS Tables Lab 2: MS ACCESS Tables Summary Introduction to Tables and How to Build a New Database Creating Tables in Datasheet View and Design View Working with Data on Sorting and Filtering 1. Introduction Creating

More information

MICROSOFT WORD TUTORIAL

MICROSOFT WORD TUTORIAL MICROSOFT WORD TUTORIAL G E T T I N G S T A R T E D Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents,

More information

File Manager Pro User Guide. Version 3.0

File Manager Pro User Guide. Version 3.0 File Manager Pro User Guide Version 3.0 Contents Introduction... 3 1.1. Navigation... 3 2. File Manager Pro... 5 2.1. Changing directories... 5 2.2. Deleting files... 5 2.3. Renaming files... 6 2.4. Copying

More information

PC Advanced with Windows 8

PC Advanced with Windows 8 PC Advanced with Windows 8 Mercer County Library System Brian M. Hughes, County Executive Action 1. Start Screen Technique The Windows 8 Start Screen which is an extended version of the Start Button s

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

What's new in OneNote 2010

What's new in OneNote 2010 What's new in OneNote 2010 What's new in OneNote 2010 Universal access to all of your information With OneNote 2010, you have virtually uninterrupted access to your notes and information by providing the

More information

How to do the End of Day

How to do the End of Day Summary: How to do the End of Day This article is a guideline to using the End of Day Wizard. The End of Day Wizard is designed to guide you through the steps needed to balance the Register(s) and verify

More information

How To Use Outlook On A Pc Or Macbook With A Pc (For A Pc) Or Macintosh (For An Ipo) With A Macbook Or Ipo With A Ipo (For Pc) With An Outlook (For Macbook

How To Use Outlook On A Pc Or Macbook With A Pc (For A Pc) Or Macintosh (For An Ipo) With A Macbook Or Ipo With A Ipo (For Pc) With An Outlook (For Macbook Outlook for Mac Getting started, reading and sending emails When you use Outlook for the first time, we suggest starting with a few minor adjustments to make the interface more familiar. From the View

More information

How To Insert Hyperlinks In Powerpoint Powerpoint

How To Insert Hyperlinks In Powerpoint Powerpoint Lesson 5 Inserting Hyperlinks & Action Buttons Introduction A hyperlink is a graphic or piece of text that links to another web page, document, or slide. By clicking on the hyperlink will activate it and

More information

Titles. unexpected. video; learn. messages. When. responses. ugust 2013. Page 1

Titles. unexpected. video; learn. messages. When. responses. ugust 2013. Page 1 Microsoft Outlook 2010 learningg assets Simply type the id# in the search mechanism of ACS Skills Online too access the learning assets outlined below. Titles Microsoft Outlook 2010 Backing Up Outlook

More information

JUMP START INTO WINDOWS 10

JUMP START INTO WINDOWS 10 JUMP START INTO WINDOWS 10 Donna Payne WWW.THEPAYNEGROUP.COM Jump Start into Windows 10 There is a lot to celebrate with Microsoft Windows 10. There is the triumphant return of the Start button, more consolidation

More information

Installing Lync. Configuring and Signing into Lync

Installing Lync. Configuring and Signing into Lync Microsoft Lync 2013 Contents Installing Lync... 1 Configuring and Signing into Lync... 1 Changing your Picture... 2 Adding and Managing Contacts... 2 Create and Manage Contact Groups... 3 Start an Instant

More information

Working with the Ektron Content Management System

Working with the Ektron Content Management System Working with the Ektron Content Management System Table of Contents Creating Folders Creating Content 3 Entering Text 3 Adding Headings 4 Creating Bullets and numbered lists 4 External Hyperlinks and e

More information

IR User Interfaces and Visualization

IR User Interfaces and Visualization IR User Interfaces and Visualization Norbert Fuhr March 22, 2006 Gliederung Human-Computer interaction The information access process Starting points Query specification Context Tables Using relevance

More information

A guide to giving a Presentation & Using Microsoft PowerPoint

A guide to giving a Presentation & Using Microsoft PowerPoint A guide to giving a Presentation & Using Microsoft PowerPoint August 2013 Contents PAGE NO. PREPARING YOUR PRESENTATION...1 Introduction...1 The Four P s...1 Plan...1 Prepare...1 Practice...2 Present...2

More information

How to Build a SharePoint Website

How to Build a SharePoint Website How to Build a SharePoint Website Beginners Guide to SharePoint Overview: 1. Introduction 2. Access your SharePoint Site 3. Edit Your Home Page 4. Working With Text 5. Inserting Pictures 6. Making Tables

More information

Programming in Access VBA

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

More information

Word 2007: Basics Learning Guide

Word 2007: Basics Learning Guide Word 2007: Basics Learning Guide Exploring Word At first glance, the new Word 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information