Interactive Prototype

Size: px
Start display at page:

Download "Interactive Prototype"

Transcription

1 Interactive Prototype CSE 440 Autumn 2008 Assignment 6 Online URL Group Manager Design Usability Test Documentation Jonathan McKay Linda Hong Le Alireza Bagheri Garakani Nuo Yan

2 1. Overview Finding parking in a congested area is difficult. A recent study by the University of California found that 30 percent of traffic congestion in major business cities arises from difficulties in parking, and this wasted effort burns 47,000 gallons of gasoline and produces 730 tons of carbon dioxide per year. [Simon] To help resolve this issue, we propose an application that will allow an iphone to help drivers find parking spaces by retrieving information from an online database. The application would provide drivers with information about areas such as parking garages and park and rides. In these parking lots, a gate or sensor would be placed at the entrances to count the number of cars in the lot. This information would then be uploaded to a database that the application would access in order to determine the number of vacancies. Drivers would be able to input their destination to find suitable parking nearby or use GPS to cross-reference their location with a database to highlight available areas. Our mission is to provide drivers with an efficient means to find parking so we can relieve stress, reduce CO 2 emissions, while saving time and money. As part of this goal, we created an interactive prototype to demonstrate the important ideas and interface choices of our program. 2. Tasks 1. Medium Check System wide availability: The first task that we have for a user is to be able to determine the system wide availability for a given parking location. This is where the customer should be able to see all the available parking within a useable radius of his destination. While this task is not based on finding a specific parking spot, customers will often want to check and make sure that parking is available to decide upon embarking or to estimate how much time their trip will take. 2. Hard- Getting directions to a parking location: Once a customer finds a place that they want to park often times they will not know how to get there. So they will need directions to help them reach their destination without difficulty. 3. Easy- Saving a parking spot: Once customers do park, they will often want to be able to use the successful parking spot they found for future use so they can come back to it on a later day, or simply to find their cars in a large car parks.

3 3. Revised Interface Design Changes and Rationale There are many aspects of the interface design that we modified in response to our low-fi testing results and our subsequent discussions with our industry mentor, Amy Karlson. Among these modifications, there were three major changes: 1. Inserting a Back navigation button within the garage details screen As the majority of our participants during our low-fi testing suggested, it was previously unclear how to navigate back to map view after having selected a particular garage to view garage-specific details. Recognizing the importance of this functionality, we included buttons in these screens, as the figure to the right demonstrates. 2. Creating a naviagtion bar that is more intuitive and flexible in performing main program functionality Having originally planned to build ParkSmart on top of the existing iphone maps application, our previous design had two lower naviation bars. As Amy Karlson suggested and the low-fi testing supported, it is more intuitive to have one naviagation bar that supported ParkSmart s own main functionalities (changing map display modes, saving parked locations, etc.). We made this changed to our user interface and included the follow functions from left to right (buttons are seen in the figure to the right): go to current location, go to searched location, get directions, save parked location, and map options / miscellaneous functionalities. 3. Adding better garage representation as map icons many times throughout our design process we struggled to determine the best way to represent garage icons on the map view. After evaluating the low-fi test results and hearing the suggestions of Amy as well as classmates, we decided that garage icons should display the number of availability parking spots and that these icons should have some color that correlates with the number of availability (i.e. bright blue indicating high availability, dark blue indicating low availability). By this method of representation, we expect customers to be able to quickly view availability and eventually draw this correlation between availability and color brightness. The image to the right shows the resulting icon representations.

4 Scenarios for Three Tasks The scenarios and their corresponding storyboards below demonstrate our design emphasis on ensuring that our primary three tasks are intuitive and simple for the customer to execute. Each task is shown below in order of possible sequential execution: 1. Determining System-Wide Availability (Medium) Stacy, a ParkSmart customer, intends to make a trip to the Woodland Park Zoo and is interested in parking availability at her destination. She executes the application on her iphone, selects the address bar at the top of the screen, and enters her destination address (Figure 1.1). ParkSmart displays a list of garages in the area (Figure 1.2), and more precisely shows available spots for a particular garage upon zooming in (Figure 1.3). Figure 1.1 Figure 1.2 Figure Getting Directions to a Particular Parking Spot (Hard) Having determined a preferred parking garage, Stacy proceeds to select a particular garage icon and is shown greater details regarding the garage (Figure 2.1). After deciding that this garage is suitable for her in terms of available spots, business hours, location, and so forth, Stacy selects the Get Directions button. ParkSmart operates similar to a GPS device at this point; the system changes screens to a map of Stacy current location and displays a route that she can take (Figure 2.2). Figure 2.1 Figure 2.2

5 2. Saving a Parking Spot After parking at her destination (or having chosen to park at some alternative location, such as street-side or a parking lot), Stacy wants to be able to remember this location for future visits. She uses the save button on the bottom navigation bar and receives notification that her spot is saved (Figure 3.1). She can then easily view her saved locations on her map anytime in the future (Figure 3.2). Figure 3.1 Figure Prototype Overview Tools The main tools that we used for creating the interactive prototype were Adobe Photoshop and Adobe Dreamweaver with Image Mapping. The tools were helpful in the flexibility that they offered for making prototypes and the ability to quickly replicate repetitive parts of the project. Luckily two of our group members already had spent time with Adobe products and were therefore able to use them effectively. However the for the two novices in the group, interface was sometimes frustrating when attempting to use more complicated functions. We were tempted to use Adobe Flex, but nobody in the group had any experience with the product so we decided against it. Overview of the UI The user interface was based around the three tasks that we set up, and attempts to make these tasks the easiest things to do in the application. While there were other options for the user to change such as the viewing settings, we relegated these to pathways which were not primary in the interactive prototype. The figure below shows the state diagram of the interactive prototype, and the link that a customer would press to go from screen to screen. In this figure, the starting screen is where the customer is currently located (See A1). From there, the most likely thing they will do is enter in an address, which will bring them to their destination, which in this case is the Woodland park Zoo. This would bring them through B1 and then to C1. At this point they cannot go directly to the parking garages, so they have to zoom down through C3 and once they get directions they will be brought to the directions screen G1. For the easy task, the only thing they have to do is hit save which will bring them to H2 and then return them to their previous screen.

6

7 Things Left Out/Wizard of Oz Techniques The main thing that we did not implement for this interactive prototype was the panning and zooming features that are usually found on interactive maps applications. We first wanted to do this, and it meant we had two options. First, we could try to use the API of a third party maps software, like Google or Live Search. Or, we could try and create a flash interface and encode our own pan and zoom features. Unfortunately, neither system worked. For third party applications, we were limited by restrictions that the API s gave us, namely that it was impossible to link directly from the map to another screen without going through a dialogue box. We chose not to accept this sacrifice because it would have completely changed the way our interface functioned. For creating our own flash system, we found out that pan and zoom would require the use of Adobe Flex, which none of us had any experience, meaning that we could have wasted many hours for little result. Because of this, we ended up using the Wizard of Oz technique of simply linking a series of images and leaving out the pan and zoom feature. While this was regrettable, it was the best choice to preserve the interface we have been developing for our prototype. This means that the locations for the customer and destination are set and cannot be changed within the prototype. The other main Wizard of Oz technique is that we do not use actual data from parking garages. All of the parking availability and pricing information is made up.

8 Figure 1: Start Screen A1 Figure 2: B1 Keyboard Screen Figure 4: C1 Initial Zoomed out Destination Screen Figure 3: C2 Zoomed in Destination

9 Figure 8: D1 Sample Parking Information Screen Figure 7: F1 Sample Parking Screen Figure 6: Z1 Save Parking Prompt Figure 5: K2 Parking Saving Convirmation

10 Figure 10: Mode_G Settings Screen Figure 9 Map with Danger Enabled

Video Prototype. CSE 440 Autumn 2008 Assignment 4 Online URL

Video Prototype. CSE 440 Autumn 2008 Assignment 4 Online URL Video Prototype CSE 440 Autumn 2008 Assignment 4 Online URL http://www.cs.washington.edu/education/courses/440/08au/project_files/parking/ Group Manager Design Usability Test Documentation Jonathan McKay

More information

Rambl. Skip the obvious, travel with Rambl. Problem and Solution Overview: Tasks and Final Interface Scenarios:

Rambl. Skip the obvious, travel with Rambl. Problem and Solution Overview: Tasks and Final Interface Scenarios: CS 147: Final Report, Augmented Humans Rambl. Skip the obvious, travel with Rambl Amanda Zwarenstein, Clare Chen, Kally Zheng, Tevon Strand-Brown Problem and Solution Overview: In our needfinding we noticed

More information

Final Project Report

Final Project Report Jun Mak Sean Lee Bikas Tomkoria Fahd Elbolichikhi Final Project Report Project Title: ETA Electronic Travel Assistance for Group 4. Online Doc.: http://inst.eecs.berkeley.edu/~swlee/assignment5.html 1.

More information

v9 Quick Start Guide

v9 Quick Start Guide v9 Quick Start Guide overview Driving Screen Most of your time using CoPIlot Truck will be spent on this screen. Let s take a moment and get familiar with the items you can interact with. Zoom Out Zoom

More information

Problem & Solution Overview. Tasks & Final Interface Scenarios

Problem & Solution Overview. Tasks & Final Interface Scenarios Bronwyn E. Manager Clark P. Developer Bernardo V. Designer Hilary S. User Testing/Documentation Problem & Solution Overview Joynus is a mobile and location based way for users to connect through spontaneous

More information

Wanderlust Kye Kim - Visual Designer, Developer KiJung Park - UX Designer, Developer Julia Truitt - Developer, Designer

Wanderlust Kye Kim - Visual Designer, Developer KiJung Park - UX Designer, Developer Julia Truitt - Developer, Designer CS 147 Assignment 8 Local Community Studio Wanderlust Kye Kim - Visual Designer, Developer KiJung Park - UX Designer, Developer Julia Truitt - Developer, Designer Value Proposition: Explore More, Worry

More information

Usability Tests Descriptions

Usability Tests Descriptions Assignment 3b: Usability Check-In (Neat) Yoanna Dosouto, Siddhartha Gorti, Andrew Tat & Doaa Alsharif Usability Tests Descriptions Our first participant was a female student recruited at the HCDE lounge.

More information

QuickEAMS MANUAL QQQ. Ksfjfghdfghdfghdfghfghdfghfghfdgfghdfg;lk

QuickEAMS MANUAL QQQ. Ksfjfghdfghdfghdfghfghdfghfghfdgfghdfg;lk QuickEAMS MANUAL QQQ Welcome to QuickEAMS! The fastest, most inexpensive way to JET File your EAMS forms to the state of California. Take advantage of the many more features that make us the BEST in the

More information

Writing: Viswanathan Kumaragurubaran. User Testing: Sanjana Prasain. Program Manager: Jia Le He. Design: Kegham Bedoyan

Writing: Viswanathan Kumaragurubaran. User Testing: Sanjana Prasain. Program Manager: Jia Le He. Design: Kegham Bedoyan Writing: Viswanathan Kumaragurubaran User Testing: Sanjana Prasain Program Manager: Jia Le He Design: Kegham Bedoyan 1. Problem and Solution Overview Public transit is often the desirable form of transportation

More information

User Experience for Choosing Flight Dates

User Experience for Choosing Flight Dates User Experience for Choosing Flight Dates Re-Design Exploration: Expedia s Mobile Website Samantha Tu Bachelor of Interaction Design, Graduation Date: October 2018 samanthamtu@gmail.com / samanthamtu.com

More information

SafeTime ios App Wireframes Created by Zach Kuzmic 12/1/13

SafeTime ios App Wireframes Created by Zach Kuzmic 12/1/13 SafeTime ios App Wireframes Created by Zach Kuzmic 12/1/13 About this document This is the complete set of wireframe specifications for the SafeTime ios app. They are meant to communicate the user flow,

More information

Medium-Fi Prototype. Rachel J and Esther G

Medium-Fi Prototype. Rachel J and Esther G Medium-Fi Prototype Rachel J and Esther G Make voice interaction Mission/ Value Proposition work for you! Make voice interaction easier to manage, track, and customize Help guests communicate properly

More information

A TOUR OF ICARPOOL: THE 36 COMMUTING SOLUTIONS CARPOOLING AND VANPOOLING DATABASE

A TOUR OF ICARPOOL: THE 36 COMMUTING SOLUTIONS CARPOOLING AND VANPOOLING DATABASE A TOUR OF ICARPOOL: THE 36 COMMUTING SOLUTIONS CARPOOLING AND VANPOOLING DATABASE Workplace Ambassador Network Meeting Key Equipment Finance, Superior 12:00 1:00 PM WHAT IS ICARPOOL? icarpool is the REGIONAL

More information

Full Search Map Tab Overview

Full Search Map Tab Overview FlexMLS Map Server Full Search Map Tab Overview The Full Search Map tab is a need to know module. It is accessible when you use Full Search under Search in the Main Menu tree of FlexMLS. This map can

More information

How To Create and Post a Video in a Discussion

How To Create and Post a Video in a Discussion elearning Training Material Golden Gate University How To Create and Post a Video in a Discussion Introduction Kaltura Video for Moodle allows students to: Upload videos to the course Discussion to share

More information

owner s manual Garmin Mobile

owner s manual Garmin Mobile owner s manual Garmin Mobile 2008 Garmin Ltd. or its subsidiaries Garmin International, Inc. 1200 East 151st Street, Olathe, Kansas 66062, USA Tel. (913) 397-8200 or (800) 800-1020 Fax (913) 397-8282 Garmin

More information

Getting Started with Pro Maps for Google

Getting Started with Pro Maps for Google Getting Started with Pro Maps for Google This Getting Started Guide shows you how to get up and running with Pro Maps for Google. This Dreamweaver extension allows you to add static and dynamic maps to

More information

ADOBE CONNECT GUIDE FOR INSTRUCTORS

ADOBE CONNECT GUIDE FOR INSTRUCTORS Setting up a Class ADOBE CONNECT GUIDE FOR INSTRUCTORS When you set up your Acrobat Connect account, Adobe sends you an e-mail message that includes your meeting URL along with other information about

More information

Map Direct Lite. Contents. Quick Start Guide: Sharing the Map 9/4/2015

Map Direct Lite. Contents. Quick Start Guide: Sharing the Map 9/4/2015 Map Direct Lite Quick Start Guide: Sharing the Map 9/4/2015 Contents Quick Start Guide: Sharing the Map... 1 Sharing Maps and Data in Map Direct Lite.... 2 Print Your Map to PDF.... 3 Share Your Map by

More information

Team : Let s Do This CS147 Assignment 7 (Low-fi Prototype) Report

Team : Let s Do This CS147 Assignment 7 (Low-fi Prototype) Report Team : Let s Do This CS147 Assignment 7 (Low-fi Prototype) Report 1. Title, each team member s name & role Title: Let s Do This Roles: Divya - Developer. Eric - Developer, manager. Sami - User testing,

More information

LICENSE PLATE RECOGNITION SETUP AND FIELD INSTALLATION GUIDE

LICENSE PLATE RECOGNITION SETUP AND FIELD INSTALLATION GUIDE LICENSE PLATE RECOGNITION SETUP AND FIELD INSTALLATION GUIDE This document was created to benchmark the settings and tools needed to successfully deploy LPR with the ipconfigure s Enterprise Surveillance

More information

Version 9 User Guide for. Developed for Omnitracs

Version 9 User Guide for. Developed for Omnitracs Version 9 User Guide for Developed for Omnitracs Table of Contents Welcome to CoPilot Truck 4 Driving Screen 4 Driving Menu 5 GO TO MENU: Single Destination Navigation 6 Address 6 My Places 7 Points of

More information

KinX. Bringing families together. Brandon Development Jackie Design Tony User Testing / Documentation Shahab Manager

KinX. Bringing families together. Brandon Development Jackie Design Tony User Testing / Documentation Shahab Manager KinX Bringing families together Brandon Development Jackie Design Tony User Testing / Documentation Shahab Manager PROBLEM & SOLUTION OVERVIEW The family as a social group lacks a platform for sharing,

More information

CAMERA USAGE TIPS 1. SELECT RESOLUTION 2. SELECT SHOOTING MODE 3. SELECT FLASH MODE 4. ALLOW CAMERA TO FOCUS

CAMERA USAGE TIPS 1. SELECT RESOLUTION 2. SELECT SHOOTING MODE 3. SELECT FLASH MODE 4. ALLOW CAMERA TO FOCUS CAMERA USAGE TIPS 1. SELECT RESOLUTION Too high resolution uses lots of memory, slows presentation. 1600x1200 is good for general usage, Better resolution needed for use in publications or severe cropping

More information

Usability Test Review Final Revisions to Paper Prototype

Usability Test Review Final Revisions to Paper Prototype Usability Test Review Final Revisions to Paper Prototype Usability Tests Our first usability test was done with a female UW Student at a computer lab on campus named Rama. We choose this participant because

More information

SkillSwap. A community of learners and teachers

SkillSwap. A community of learners and teachers Team: Jacob Yu Villa, Dana Murphy, Tuan Tran SkillSwap A community of learners and teachers Problem During our needfinding process, we found that many people felt discouraged about learning due to the

More information

Map & Locations 16 Using Google Maps Using HTC Footprints

Map & Locations 16 Using Google Maps Using HTC Footprints Map & Locations 16 Using Google Maps...16-2 Turning on Location Services... 16-2 Opening Maps... 16-2 Searching for a Location... 16-3 Getting Directions... 16-3 Finding Friends with Google Latitude...

More information

3d: Usability Testing Review

3d: Usability Testing Review Balance Ryan Parsons, Chad Price, Jia Reese, Alex Vassallo 3d: Usability Testing Review Usability Test #1 Our first usability testing participant, Mary, was an undergraduate student in Computer Science

More information

Adding Custom Points of Interest to your POI database on the CUE Navigation system

Adding Custom Points of Interest to your POI database on the CUE Navigation system Adding Custom Points of Interest to your POI database on the CUE Navigation system NOTE: Before starting you will need a POI test file. I have included a file for reference on my website called Paul_test_poi2

More information

Usability Testing Review

Usability Testing Review Usability Testing Summary Usability Testing Review Alexis Anand, Katrina Ezis, Ma Shixuan, Cynthia Zhang CSE 440 Section AD All of our usability tests were conducted with students from Computer Science

More information

HUSKY CRIME GUIDE. Interactive Prototype

HUSKY CRIME GUIDE. Interactive Prototype HUSKY CRIME GUIDE Usability Tester: Galina Sweet Writer: Jennifer Wong Interactive Prototype Group Manager: Veronica Ivaniukovich Designer: Matthew Barrie CSE 440: Autumn 2011 Assignment 9 Problem & Solution

More information

How To Create and Post a Video in an Assignment

How To Create and Post a Video in an Assignment elearning Training Material Golden Gate University How To Create and Post a Video in an Assignment Introduction Kaltura Video for Moodle allows students to: Upload videos to the course to share with the

More information

StyleEye. Interactive Prototype Report

StyleEye. Interactive Prototype Report StyleEye Interactive Prototype Report The Team: Jia Le He (Dev Lead) Katy Hulsman (Documentation) Sunny Peng (Webmaster) Jennifer Sloan (Design) Derek Tseng (Project Manager) Problem and solution overview

More information

Table of contents. DMXzone Google Maps 2 DMXzone

Table of contents. DMXzone Google Maps 2 DMXzone Table of contents Table of contents... 1 About... 2 Features in Detail... 3 The Basics: Inserting Google Maps on a Page... 20 Advanced: Control Google Maps with Behaviors... 27 Advanced: Track Your Current

More information

QUESTION ITEM BANK MAINTENANCE PROGRAM QUICK GUIDE & ILLUSTRATED HELP

QUESTION ITEM BANK MAINTENANCE PROGRAM QUICK GUIDE & ILLUSTRATED HELP PROJECT PHOENIX EduTrax Instructional Management Solution Phoenix/EIM ItemPlus QUESTION ITEM BANK MAINTENANCE PROGRAM QUICK GUIDE & ILLUSTRATED HELP Version 1.3.3.2 The ItemPlus Windows PC program is used

More information

LEADNAV GPS. QUICK GUIDE Version Sept Patents Pending

LEADNAV GPS. QUICK GUIDE Version Sept Patents Pending LEADNAV GPS QUICK GUIDE Version 3.0 - Sept 2015 Patents Pending MAIN NAV DISPLAY MENU Interact with Collections CENTER Use this to snap back to you re position ZOOM PAUSE / PLAY while running a route GPS

More information

SwiftMaps Plugin User Guide

SwiftMaps Plugin User Guide SwiftMaps Plugin User Guide UPDATED ON 6/26/2018 PlanSwift Authored by: Dave Hansen 1 Table of Contents Overview... 3 Purchasing and Installation... 4 Purchasing Plugins... 4 Installation and Uninstallation...

More information

Table of contents. DMXzone Google Maps Manual DMXzone.com

Table of contents. DMXzone Google Maps Manual DMXzone.com Table of contents Table of contents... 1 About DMXzone Google Maps... 2 Features in Detail... 3 The Basics: Insterting DMXzone Google Maps on a Page... 16 Advanced: Creating Dynamic DMXzone Google Maps...

More information

Live Agent for Support Agents

Live Agent for Support Agents Live Agent for Support Agents Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

ONLINE TRAINING REFERENCE GUIDE

ONLINE TRAINING REFERENCE GUIDE ONLINE TRAINING REFERENCE GUIDE Updated February 2018 Maine Roads to Quality Professional Development Network PO Box 9300, 34 Bedford Street, Portland, ME 04104 1-888-900-055 www.muskie.usm.maine.edu/maineroads

More information

Plants can improve mood and health. Many people want to have plants in their home or workplace, but struggle with properly caring for their plants.

Plants can improve mood and health. Many people want to have plants in their home or workplace, but struggle with properly caring for their plants. plantr. Team Jen Jianfen Zhang: project manager; user interface design Jory Rice: interactive prototype Paul Bartell: ideation; writing; prototype integration Whitney Schmidt: ideation; writing; website

More information

Example of StraboSpot Application

Example of StraboSpot Application Example of StraboSpot Application Made on an ipad Mini4 using StraboSpot v1.4.1, This show demonstrates briefly the basic functionality of StraboSpot and some of the operations for adding and relating

More information

Map Direct Lite. Contents. Quick Start Guide: Map Navigation 8/17/2015

Map Direct Lite. Contents. Quick Start Guide: Map Navigation 8/17/2015 Map Direct Lite Quick Start Guide: Map Navigation 8/17/2015 Contents Quick Start Guide: Map Navigation... 1 Map Navigation in Map Direct Lite.... 2 Pan the Map by Dragging It.... 3 Zoom the Map In by Dragging

More information

Getting Started on Bloomberg: Basic Navigation & Key Functions

Getting Started on Bloomberg: Basic Navigation & Key Functions Getting Started on Bloomberg: Basic Navigation & Key Functions 1 Navigation The Bloomberg Keyboard Red = Stop Keys Green = Action Keys Yellow = Market Sector Keys Helpful Keys Exits the current function

More information

For Dispatchers and Administrative Users. User Guide

For Dispatchers and Administrative Users. User Guide For Dispatchers and Administrative Users 800.205.7186 www.codeblue.com Table of Contents Section Page 2 Signing into Blue Alert Mobile...3 3 Blue Alert Mobile Home Screen...4 3.1 Home Screen...4 3.2 Active

More information

BLUE BUS CAR SHARING APP

BLUE BUS CAR SHARING APP BLUE BUS CAR SHARING APP System Manual Ali Aliyev, Yanwen Feng April 26 th 2016, Version 1.0 Contents Introduction... 2 Problem Statement & Challenge... 2 Final Requirements... 3 Product Features... 4

More information

Quick Reference: My BackPack Password Management

Quick Reference: My BackPack Password Management Quick Reference: My BackPack Password Management My BackPack password management policies have changed significantly, to offer a more industry standard password management process. The new features have

More information

Medium-Fi Prototype. clicked

Medium-Fi Prototype. clicked Medium-Fi Prototype clicked Gordon D. Michael K. Jake M. Krister J. Mission Statement: Mission Statement: Never Leave Class Confused. Problem/Solution Overview: Problem: Solution: Problem/Solution Overview:

More information

Assignment 8 rekindl Local Community (1:30PM) Meet The Team. Ryan C. Amanda L. Sara V. James C.

Assignment 8 rekindl Local Community (1:30PM) Meet The Team. Ryan C. Amanda L. Sara V. James C. Hi-Fi Prototype Assignment 8 rekindl Local Community (1:30PM) Meet The Team Ryan C. Amanda L. Sara V. James C. Introduction Mission Statement: Reignite faded friendships. Problem Overview: Busy schedules

More information

Full Search Map Tab. This map is the result of selecting the Map tab within Full Search.

Full Search Map Tab. This map is the result of selecting the Map tab within Full Search. Full Search Map Tab This map is the result of selecting the Map tab within Full Search. This map can be used when defining your parameters starting from a Full Search. Once you have entered your desired

More information

Adobe Connect Online Class Student Guide

Adobe Connect Online Class Student Guide Adobe Connect Online Class Student Guide What is an Online Class? Adobe Connect is a web conferencing software for conducting real time classes online. Depending on the purpose of your Online Class and

More information

Design, prototyping and construction

Design, prototyping and construction Chapter 11 Design, prototyping and construction 1 Overview Prototyping and construction Conceptual design Physical design Generating prototypes Support for design 2 Prototyping and construction What is

More information

Flow. Streamlining your creative process so you can pursue your passions. Hi-Fidelity Prototype Report

Flow. Streamlining your creative process so you can pursue your passions. Hi-Fidelity Prototype Report Flow Streamlining your creative process so you can pursue your passions. Problem and Solution Overview: Hi-Fidelity Prototype Report Genie Hyatt: Team Leader and Documentation Trijeet Mukhopadhyay: Designer

More information

Travel Teddy. Making traveling with kids BEARable Ionic View App ID: 652BB290. High-fidelity Prototyping Report. Joseph P, Carla R, Karen W

Travel Teddy. Making traveling with kids BEARable Ionic View App ID: 652BB290. High-fidelity Prototyping Report. Joseph P, Carla R, Karen W Introduction Travel Teddy Making traveling with kids BEARable Ionic View App ID: 652BB290 High-fidelity Prototyping Report Joseph P, Carla R, Karen W Mission Statement & Value Proposition Travel Teddy

More information

Design Concept: Navigation during a call

Design Concept: Navigation during a call Design Concept: Navigation during a call Anna Kaufman 15 May 2012 In-call navigation: the problem Obviously, users shouldn t be talking on the phone while driving, because it s not safe to be distracted

More information

uplift - Interactive Prototype #2

uplift - Interactive Prototype #2 uplift - Interactive Prototype #2 Daniel Kitt (Project Manager) Alisa Yamanaka (Documentation) Haochen Wei (Usability) Yuna Shim (Design) Jared Jones (Development) 1. Problem description People are generally

More information

Step by Step How to Manual

Step by Step How to Manual www.quintewestmaps.com Step by Step How to Manual Click on to accept the disclaimer and go to the web GIS Step by Step Web Based GIS Interface Layout of Web Based GIS Save your Favorite Map Views Link

More information

Stream Map USA Manual

Stream Map USA Manual 1. INTRODUCTION When Stream Map USA is launched, a map of North America opens showing your current location and a colored area highlighting the states covered. Stream Map USA Manual This manual is designed

More information

When using the navigation software for the first time, an initial setup process starts automatically. Do as follows:

When using the navigation software for the first time, an initial setup process starts automatically. Do as follows: Getting started When using the navigation software for the first time, an initial setup process starts automatically. Do as follows: Select the program language. If your preferred language does not appear

More information

FOCUS: Kurio. 1 of 9 FOCUS: Kurio. Class Handout

FOCUS: Kurio. 1 of 9 FOCUS: Kurio. Class Handout 1 of 9 FOCUS: Kurio Class Handout 2 of 9 What is Kurio? Kurio is a website. There is no software to install in order to use Kurio. The Kurio website allows you to search for MLS listings and email them

More information

Getting started. Mounting your navigation device. 1. Push the EasyPort Mount on your TomTom START against the windshield in your car.

Getting started. Mounting your navigation device. 1. Push the EasyPort Mount on your TomTom START against the windshield in your car. TomTom START 1. Getting started Getting started Mounting your navigation device 1. Push the EasyPort Mount on your TomTom START against the windshield in your car. 1 2. Adjust the angle of your device.

More information

Cindy Fan, Rick Huang, Maggie Liu, Ethan Zhang November 6, c: Usability Testing Check-In

Cindy Fan, Rick Huang, Maggie Liu, Ethan Zhang November 6, c: Usability Testing Check-In Cindy Fan, Rick Huang, Maggie Liu, Ethan Zhang November 6, 2014 3c: Usability Testing Check-In HEURISTIC EVALUATION Our group did two heuristic evaluations. For each issue discovered during evaluation,

More information

PLR-MRR-Products.com 1

PLR-MRR-Products.com 1 PLR-MRR-Products.com 1 You may give away this ebook. It may not be modified in any manner. Brought to You by PLR-MRR-Products.com Disclaimer Reasonable care has been taken to ensure that the information

More information

CS Equalizing Society - Assignment 8. Interactive Hi-fi Prototype

CS Equalizing Society - Assignment 8. Interactive Hi-fi Prototype CS 147 - Equalizing Society - Assignment 8 Interactive Hi-fi Prototype Crystal Escolero - Design and Product Management Jessica Guo - Development and User Testing Trevor Rex - Development and User Testing

More information

ArcMap Online Tutorial Sarah Pierce How to map in ArcMap Online using the Fresh Prince of Bel Air as an example

ArcMap Online Tutorial Sarah Pierce How to map in ArcMap Online using the Fresh Prince of Bel Air as an example Fall GARP ArcMap Online Tutorial Sarah Pierce How to map in ArcMap Online using the Fresh Prince of Bel Air as an example Westfield State University Let s say you ve never used ArcGIS before and your professor

More information

Google Earth Tutorial 1: The Basics of Map-making in Google Earth 6.2

Google Earth Tutorial 1: The Basics of Map-making in Google Earth 6.2 Google Earth Tutorial 1: The Basics of Map-making in Google Earth 6.2 University of Waterloo Map Library, 2012 Part 1: Placemarks 1. Locating a Geographical Area a. Open up Google Earth. b. In the Search

More information

Process Book. Aliya Blackwood Mike Dong Emily Porat Priscilla Tai

Process Book. Aliya Blackwood Mike Dong Emily Porat Priscilla Tai Process Book Aliya Blackwood Mike Dong Emily Porat Priscilla Tai Personas David David is a father of two, aged 3 and 5, and has lived in his house for 6 years in a peaceful neighborhood. He doesn t mind

More information

User guide. DRIVE 10s Sygic, a.s. All rights reserved.

User guide. DRIVE 10s Sygic, a.s. All rights reserved. User guide DRIVE 10s 2014 Sygic, a.s. All rights reserved. ... 1 I. Getting Started... 1 The Navigation Screen... 1 Entering an Address... 2 Turn by Turn Navigation... 6 Acquiring GPS Position... 7 II.

More information

Table of Contents. Introduction Compatible OS Bluetooth Version Recommended Terminal Models Items Applicable to This Manual

Table of Contents. Introduction Compatible OS Bluetooth Version Recommended Terminal Models Items Applicable to This Manual Table of Contents Introduction Compatible OS Bluetooth Version Recommended Terminal Models Items Applicable to This Manual Initial Settings Enabling Bluetooth Creating a Network or Login Operating Devices

More information

TRAINING GUIDE. Tablet Cradle to Mobile GIS

TRAINING GUIDE. Tablet Cradle to Mobile GIS TRAINING GUIDE Tablet Cradle to Mobile GIS Tablet Cradle to Mobile One of the critical components of mobile is the GIS piece, and also can be the most complex. The mobile GIS maps are designed to consume

More information

127 Church Street, New Haven, CT O: (203) E: GlobalSearch ECM User Guide

127 Church Street, New Haven, CT O: (203) E:   GlobalSearch ECM User Guide 127 Church Street, New Haven, CT 06510 O: (203) 789-0889 E: sales@square-9.com www.square-9.com GlobalSearch Table of Contents GlobalSearch ECM... 3 GlobalSearch Security... 3 GlobalSearch Licensing Model...

More information

Precautions Very important information. Please read this section carefully before using this product.

Precautions Very important information. Please read this section carefully before using this product. Precautions Very important information. Please read this section carefully before using this product. This product is intended to provide turn-by-turn instructions to safely guide you to your desired destination.

More information

WEEK 6: Interactive Medium-fi Prototype

WEEK 6: Interactive Medium-fi Prototype WEEK 6: Interactive Medium-fi Prototype Value/Prob/Solution Tasks Revised interface design Major design changes Med-fi task flows Prototype overview Additional screenshots Value/Prob/Solution Tasks Revised

More information

Editors. Getting Started

Editors. Getting Started Editors The Editor oversees entire editorial and publishing process. The Editor, working with the Journal Manager, typically establishes the policies and procedures for the journal, which are used in setting

More information

Ctrack Online User Guide

Ctrack Online User Guide Fleetstar Online A Guide to Winter Maintenance Reporting v1.1 Ctrack Online User Guide Title: Ctrack Online Quickstart Guide Date: 18/07/2013 Version: 1.0 Table of Contents 1. Ctrack Online Introduction...

More information

QUICK START GUIDE GENESIS G80 PHONE PAIRING NAVIGATION BLUE LINK

QUICK START GUIDE GENESIS G80 PHONE PAIRING NAVIGATION BLUE LINK QUICK START GUIDE GENESIS G80 PHONE PAIRING BLUE LINK PREMIUM PHONE PAIRING CONNECTING FOR THE FIRST TIME 1. The vehicle s shifter must be in PARK 2. Press the PHONE button 3. Choose YES with the central

More information

Chapter 9: Using SmartRideshare Widgets

Chapter 9: Using SmartRideshare Widgets Chapter 9: Using SmartRideshare Widgets 9-1 Chapter 9: Using SmartRideshare Widgets Accessing the Widgets Testing the Widgets Using the Quick Search Widget Using the Event Widget Using the Emission Savings

More information

ENGLISH QUICK START GUIDE NAVIGATION CAMPER & TRUCK EDITION

ENGLISH QUICK START GUIDE NAVIGATION CAMPER & TRUCK EDITION V1.1 NAVIGATION QUICK START GUIDE ENGLISH CAMPER & TRUCK EDITION Getting started When using the navigation software for the first time, an initial setup process starts automatically. Do as follows: Select

More information

SatGuide Symbian User Manual. SatGuide Symbian OS USER MANUAL

SatGuide Symbian User Manual. SatGuide Symbian OS USER MANUAL SatGuide Symbian User Manual SatGuide Symbian OS USER MANUAL CONTENTS 1 - INTRODUCTION...1 WHAT IS SATGUIDE?...1 SATGUIDE FEATURES...1 2 - SMART PRACTICES WHILE DRIVING...2 DRIVE SAFE, CALL SMART SM...2

More information

Interaction Design. Heuristic Evaluation & Cognitive Walkthrough

Interaction Design. Heuristic Evaluation & Cognitive Walkthrough Interaction Design Heuristic Evaluation & Cognitive Walkthrough Interaction Design Iterative user centered design and development Requirements gathering Quick design Build prototype Evaluate and refine

More information

Mi Home Security Camera Connection Guide. (ios)

Mi Home Security Camera Connection Guide. (ios) Mi Home Security Camera Connection Guide (ios) 1. Navigate to the APP Store with your iphone and search for Mi Home, or scan the QR code below to download and install Mi Home APP. 2. Plug in the Mi Home

More information

Change the way. you explore. the Canadian. Outdoors! HElp

Change the way. you explore. the Canadian. Outdoors! HElp Change the way you explore the Canadian Outdoors! HElp ADVENTURE LAYERS AVAILABLE PROVINCES CONTENTS 2. Welcome to BACKROAD Navigator 3. Choose your province 4. Home/Sidebar Navigation 8. Partner Pages

More information

Parkland County s Public Interactive Mapping Application USER MANUAL

Parkland County s Public Interactive Mapping Application USER MANUAL Parkland County s Public Interactive Mapping Application USER MANUAL Geographic Information Systems Discover Parkland v3.0 Updated: January 2017 Table of Contents I. Welcome to v3.0... 3 II. Discover Parkland

More information

Design, prototyping and construction

Design, prototyping and construction Overview Design, prototyping and construction Prototyping and construction Conceptual design Physical design Generating prototypes Tool support What is a prototype? Why prototype? A prototype is a small-scale

More information

Acrobat X Professional

Acrobat X Professional Acrobat X Professional Toolbar Well Page Navigations/Page Indicator Buttons for paging through document Scroll Bar/box page indicator appears when using the scroll button to navigate. When you release

More information

MobiMoney Framework Card Control Card Alerts

MobiMoney Framework Card Control Card Alerts MobiMoney Framework Card Control Card Alerts Application Install Start Once you decide to try MobiMoney, download the MobiMoney application from either the App Store or Google Play. A gray spring board

More information

SMS and MMS Messaging

SMS and MMS Messaging 301 Chapter 11 SMS and MMS Messaging SMS stands for Short Messaging Service and it is commonly referred to as Text Messaging. Text messages are usually limited to 160 characters and are a great way to

More information

1. Select your preferred language, then tap to confirm your selection. Later you can change it in Regional settings.

1. Select your preferred language, then tap to confirm your selection. Later you can change it in Regional settings. Initial set-up 1. Select your preferred language, then tap to confirm your selection. Later you can change it in Regional settings. 2. Read the End User Licence Agreement, and tap if you agree with the

More information

Project Report. Team 233. Hongnian Yu, Dong Liang, Tianlei Sun, Jian Zhu California Institute of Technology Department of Electrical Engineering

Project Report. Team 233. Hongnian Yu, Dong Liang, Tianlei Sun, Jian Zhu California Institute of Technology Department of Electrical Engineering Project Report Team 233 Hongnian Yu, Dong Liang, Tianlei Sun, Jian Zhu California Institute of Technology Department of Electrical Engineering 1 Team Member & Work Split Group members: Hongnian Yu, Dong

More information

METRO BUS TRACKING SYSTEM

METRO BUS TRACKING SYSTEM METRO BUS TRACKING SYSTEM Muthukumaravel M 1, Manoj Kumar M 2, Rohit Surya G R 3 1,2,3UG Scholar, Dept. Of CSE, Panimalar Engineering College, Tamil Nadu, India. 1muthukumaravel.muthuraman@gmail.com, 2

More information

Dispatcher (ICMC) User Guide

Dispatcher (ICMC) User Guide Dispatcher (ICMC) User Guide TABLE OF CONTENTS 1 INTRODUCTION... 4 1.1 OVERVIEW... 4 1.2 AUDIENCE... 4 1.3 KEY FEATURES... 4 2 INSTALLATION... 5 2.1 SYSTEM REQUIREMENTS... 5 2.2 FIREWALL REQUIREMENTS...

More information

Introduction to Dreamweaver

Introduction to Dreamweaver COMMUNITY TECHNICAL SUPPORT Introduction to Dreamweaver What is Dreamweaver? Dreamweaver helps you to create Web pages while it codes html (and more) for you. It is located on the bottom tray or in the

More information

Ryan Parsons Chad Price Jia Reese Alex Vassallo

Ryan Parsons Chad Price Jia Reese Alex Vassallo Ryan Parsons - Paper Prototype, Writing Chad Price - Paper Prototype, Digital Mockup Jia Reese - Paper Prototype, Usability Testing Alex Vassallo - Usability Testing, Writing All we have to decide is what

More information

HSL Navigator Fully open journey planning

HSL Navigator Fully open journey planning 10th ITS European Congress, Helsinki, Finland 16 19 June 2014 TP 0231 HSL Navigator Fully open journey planning Tuukka Hastrup 1* 1. Helsinki Region Transport HSL, Finland, PO BOX 100, 00077 Helsinki,

More information

Assignment III: Graphing Calculator

Assignment III: Graphing Calculator Assignment III: Graphing Calculator Objective You will enhance your Calculator to create a graph of the program the user has entered which can be zoomed in on and panned around. Your app will now work

More information

ediningexpress Owners Manual User Guide Copyright All Rights Reserved.

ediningexpress Owners Manual User Guide Copyright All Rights Reserved. Owners Manual User Guide Copyright 2012. All Rights Reserved. Table of Contents Introduction... 1 Login... 2 Modify Button... 3 Control Panel... 4 Create New Menu... 6 Create Menu Sizes... 7 Create Available

More information

EssEntial indesign skills Brought to you By InDesign

EssEntial indesign skills Brought to you By InDesign 10 EssEntial indesign skills Brought to you By InDesignSkills 10 Essential InDesign Skills by InDesignSkills www.indesignskills.com Copyright 2014 Illustration: Henry Rivers Contents In this ebook you

More information

Geocaching Buddy. V8 Quick Start Guide. April, BtStSoft Quick Start Guide, Page 1

Geocaching Buddy. V8 Quick Start Guide. April, BtStSoft Quick Start Guide, Page 1 Geocaching Buddy V8 Quick Start Guide April, 2015 BtStSoft Quick Start Guide, Page 1 Introduction 3 Getting caches in the app 4 Adding waypoint formulas 5 Edit using a browser 6 More about formulas 8 All

More information

Release Notes. Software Patch. Version pcmiler.com/support

Release Notes. Software Patch. Version pcmiler.com/support Release Notes Software Patch Version 30.1.21.0 www.pcmiler.com pcmiler.com/support Table of Contents 1. General Information: Updates and Patches... 1 Overview... 1 Downloading and Installing Updates and

More information

Avenza what does it do?

Avenza what does it do? Avenza what does it do? Avenza Maps is a fast and powerful offline map reader for mobile devices. The easiest way to get maps is to download them directly from the Avenza Map Store. It renders maps quickly

More information