Spiel. Connect to people by sharing stories through your favorite discoveries
|
|
|
- Georgia Stephens
- 9 years ago
- Views:
Transcription
1 Spiel Connect to people by sharing stories through your favorite discoveries Addison Leong Joanne Jang Katherine Liu SunMi Lee Development & user Development & user Design & product Development & testing testing management documentation Problem and Solution Overview People are searching for a better way to learn about the lifestyles of the people they like, admire, and respect. Spiel helps users tell stories about their favorite discoveries it provides a simpler, more elegant, and more personal platform that allows people to discover new interests through people-centric product recommendations and be inspired by the lifestyles of people they admire. Spiel helps you connect to others through favorite discoveries
2 Tasks and Final Interface Scenarios Our Three Tasks Simple task: Share interesting spiels with your other social networks. This simple task helps users share their new finds from Spiel with friends outside of the app we chose this task because it is critical to allow potential users to discover content within Spiel. Sharing also helps current users of Spiel spread their own discoveries even further while drawing people to the application. Medium task: Learn about the lifestyles of people you admire. This medium task consists of browsing the home feed, viewing details of particular spiels, and perusing the profiles of people you admire and follow. Helping users discover more about the lifestyles of the people they follow is core to Spiel s solution ( discover new interests through people-centric product recommendation and be inspired by the lifestyles of people they admire ), and we wanted to implement this task in a way that felt familiar so users wouldn t have to learn completely new interaction patterns yet provided a different end value from existing social networks. Complex task: Inspire others with your new finds and stories. This complex task is the act of posting your own spiel on the app. To help users tell stories about their favorite finds and discoveries, we wanted to choose a relevant task that would help tie together the experience of both viewing other people s spiels while also creating their own content.
3 Final Interface Scenarios Simple task: Share interesting spiels with your other social networks. Users can share any spiel this example scenario takes place when the user searches for a category, sees the matching spiels, and chooses to share the spiel to other networks Medium task: Learn about the lifestyles of people you admire. Users can view spiels from people they follow on home feed, see details, and visit profiles
4 Complex task: Inspire others with your new finds and stories. After posting a spiel, users have the option to share their new spiel to other networks, and then see their new post at the top of their home feeds
5 Design Evolution Some of our initial sketches as we came up with different ways to respond to our problem statements, we found that each team member had valuable ideas that eventually led us to keep iterating Our low-fidelity prototype we used a paper prototype with various add-ons (ie: a paper keyboard) and tested with different users to see how they would interact with our prototype. We found that while users had a relatively easy time navigating the prototype because of standard interaction patterns, some of the terminology and icons proved to be consistently confusing. Some users also mentioned that our app felt very similar to existing apps like Pinterest, even though the content and layout was different, because of the organization of profiles.
6 A bird s-eye-view of our medium-fidelity prototype. We created this prototype through Sketch and InVision, and had other individuals in our studio evaluate the tasks and interactions. Their compiled feedback in the heuristic evaluation gave us valuable critique about areas of our application that could be improved for instance, the length and flow of the posting process and readability of the home screen. We also realized that we had left out several key features, such as the option of deleting your own spiel, and needed to work on consistency in terms of helping our users navigate the application as they expected it to be. (Visit our prototype here: Before creating our high-fidelity prototype in code, we modified our medium-fidelity prototype to reflect the feedback we received in the heuristic evaluation. Then, throughout the building process for our high-fidelity prototype, we tested each part of the application ourselves to make sure the interactions were in line with our previous iterations. Although we had some trouble exactly recreating our medium-fidelity visuals in code, our implementation was a good reflection of our previous prototypes and allows for a tester to go through our three tasks.
7 Major Usability Problems Addressed Level 3 & 4 Heuristic Violations Addressed Allowing deletion of a spiel (Severity: 4) [H2-3: User Control & Freedom] Once I ve added a spiel, I see no option to delete a spiel. As a user, I am likely to make mistakes, or my preferences are likely to change and I might want to delete my older spiels. Include an option to delete a spiel on a page that displays a spiel you ve created. The fix: To give users more freedom over content on their profiles, we added a delete option when viewing one of your own spiels. The delete option is styled to be visually unobtrusive, but a quickly learnable pattern should a user want to take away a spiel they previously posted. In a native application, one important consideration would be including a confirmation modal that pops up to prevent accidental deletions. Adding a subtle way for users to delete their own spiels
8 Adding consistency to back arrow buttons (Severity: 3) [H2-6 Recognition rather than recall] I did not immediately realize what the arrow buttons on Katherine s profile did. I think now that they re tabs to move between months but they feel very connected to the 2nd spiel on that page. The fix: Part of the confusion here stemmed from the limitations of InVision as a prototyping tool while we added the back button on the user profile to indicate in the flow that the user had reached that profile from the home feed, the back button was set to return to the previous screen viewed in the prototype. Thus, although it would seem to work seamlessly at first, at times, the back button would take them back to a previous screen that wasn t really the source where they came from. For example, at some points switching between months might take them back to a screen with a previous month they had landed on, rather than the source screen they had come from, which could be the home feed or a spiel detail page. This heuristic evaluation very helpful in building our understanding the standard pattern of a back button pattern in apps that users expect. The fix here was therefore more in terms of understanding when we were building the native high-fidelity prototype the screens themselves did not change, but our understanding of how the back button would function was altered to fit users expectations. An example of month consistency the old prototype would have the second screen October redirect from the first screen September, rather than going back to the spiel detail page. While we planned this design change, our actual code implementation does not include the month feature because it was not directly related to our three tasks. We decided to focus on our main tasks for now, but in the future this is an important consideration for us!
9 Confirming the posting of a spiel (Severity: 3) [H2-4: Consistency & Standards] Right after adding a new spiel, I get a confirmation dialog that tells me I can see my new spiel on the home feed. Clicking next however takes me to a screen that shows me the new item, but looks nothing like my feed. This seems like a dead state. This can be fixed by redirecting to the home feed and displaying the newly added spiel to the top of the feed. The fix: We took out the confirmation screen, which was an extra unnecessary step. Our original thinking was that the confirmation screen would help a user feel safe that their spiel had been posted correctly and tied up the posting process. However, from this feedback, we decided to make the confirmation natural to the application so that once a user posts a new spiel, they see that spiel displayed at the very top of their home feed. The old posting process (top) and the new posting process (bottom)
10 Condensed number of steps in posting process (Severity: 3) [H2-3 User control and freedom] There s no back/cancel button on the create a spiel flow. If I realize I want to categorize my laptop case as style instead of tech, I m stuck. The fix: Parts of the evaluation pointed out that the posting process was rather clumsy, due to the larger number of screens a user had to go through, as well as a spacing issue when no category had been chosen yet. After hearing this feedback as well as looking into implementation issues when writing the code for the posting task, we decided to shorten the posting process by integrating the categorization aspect into the main screen where the other content is added. Thus, there is no need to go back in the posting process because it has been condensed so that users can access all parts of the post on one screen. There are some tradeoffs in terms of adding more content to a single screen and thus risking adding clutter, but we felt that this change made the overall flow more understandable. For instance, a user may not think about category until they have already added a photo. Changing the posting process from two screens, to one screen Other notable changes from lower severity feedback Selecting multiple photos when posting a spiel Reasoning: In our medium-fidelity prototype, there were some screens that showed multiple photos per spiel, but our posting process only allowed the selection of one
11 photo. When revising our design, we wanted to maintain consistency, and our medium-fidelity prototype now shows a multiple selection field when choosing photos to post. Sharing option on all spiel detail pages Reasoning: While we showed the use of the share feature when searching for book recommendations, the task of sharing interesting spiels with your other social networks should be something that happens across the platform when seeing other people s spiels or your own spiels. We added the sharing option to other screens for consistency in this task, such as when a user is on the home feed or on a spiel detail page. Decreased text content on home feed Reasoning: Our feedback from the heuristic evaluation showed us that while it was nice to have some of the stories written for each spiel, many people thought that the amount of text on the main home feed was overwhelming. To help with this issue, we decreased the amount of small text in the story and included just the beginning of the text as a hook, using the read more button to let users know that there may be more content in the detail page. Did a size check and increased readability Reasoning: Another issue that people found when browsing the home feed was that the text was sometimes very small not impossible to decipher, but small enough to read easily. To increase readability, we increased the size of different elements and emphasized important parts of the spiels, like the title of each spiel. We also did a size check against other popular mobile apps to make sure that the sizing of elements like comments, likes, and shares, was large enough to be useful. Fixed small consistency errors in terminology Reasoning: Our group s heuristic evaluation showed us that in some areas, there was inconsistency in the use of terms like picks vs. spiels, and favorites vs. likes. In our revisions, we unified our terminology so users would not become confused when seeing different terms that performed the same action. Simplified home feed Reasoning: Our home feed was a bit cluttered, and some feedback mentioned that the top navigation was taking up a lot of screen real estate. To help alleviate this issue and others encountered while we were implementing the prototype for the ios platform, we combined the two halves of the old home feed following and trending into one home feed, opening up a large part of the screen.
12 Prototype Implementation Tools To implement our high-fidelity prototype of Spiel, we used several tools mainly XCode and Parse, as well as existing documentation and other open source information sources. XCode Helped: Storyboard feature allowed a visual way to see UI and provided native environment for ios app development Did not help: Difficult to pick up and learn; relatively new language, so hard to find fixes to errors online Parse Helped: Made backend creation easier Did not help: Difficult to connect with XCode Wizard of Oz Techniques Number of likes and followers for each user All the users featured in the home feed have 18k followers and are following 563 others, and all the Spiels have 10 comments, 30 likes, and 0 shares by default. Login The user interacting with the prototype is already logged in, and can post, search for, and share Spiels from his/her perspective. The user is also following other users in the database. Homefeed The home feed is populated with spiels of others that the user is following to make it seem like there are other users, but we are simply loading data from parse Hard-coded Data Spiels Title, photo, category, and description for each spiel that the user can view User Information Name, username, photo, and a list of people each user is following Missing Features & Future Additions Notifications Users will be notified of new followers or likes, comments, or shares on a Spiel.
13 Profile Enhancements On each user profile, Spiels will be sorted by month in which they were posted or category to which they belong. User Profile Modifications Users will be able to change their profile photo, one-line Spiel about themselves, and more. Managing Followers Users will be able to view who is following them and block certain users. Login & User Authentication Users will be able to create accounts through a Facebook integration and log in to post and view Spiels. Onboarding Help Users will get a walkthrough of how the app works and what spiels usually look like. Updating Numbers for Likes, Shares, and Comments The number of likes, shares, and comments will be incremented for each addition. Summary People are searching for a better way to learn about the lifestyles of the people they like, admire, and respect. Spiel provides a simpler and more elegant platform for users to tell stories about their favorite discoveries, and helps them explore new interests through people-centric product recommendations. More so than a social network, Spiel is a medium that enables people to express themselves through the discoveries that have impacted their lifestyle. Developed through many weeks of needfinding, testing, and prototyping, our final product is currently a high-fidelity prototype that allows users to perform the three main tasks of posting, discovering or following, and sharing. We hope to continue our exploration of Spiel in the future and keep iterating to improve our application that will include features beyond our main tasks. Link to our website: hci.stanford.edu/courses/cs147/2015/au/projects/crowd_power/spiel
USABILITY TEST PLAN TEAM MIKE / GROUP 2: Rafael Flores Mike Wesolowski Mike Wilson Michael Correa Kasey Thompson Dave Castleton
USABILITY TEST PLAN TEAM MIKE / GROUP 2: Rafael Flores Mike Wesolowski Mike Wilson Michael Correa Kasey Thompson Dave Castleton CONTENTS Table of Contents...2 Executive Summary...3 Methodology...4 Test
RingCentral for Desktop. UK User Guide
RingCentral for Desktop UK User Guide RingCentral for Desktop Table of Contents Table of Contents 3 Welcome 4 Download and install the app 5 Log in to RingCentral for Desktop 6 Getting Familiar with RingCentral
User Testing Report. Team 1 Anita Sekharan Daniel So Jacqueline Wong
Anita Sekharan Daniel So Jacqueline Wong YSDN 3005 David Gelb March 14, 2011 PROJECT BRIEF We are students from York/Sheridan who are developing a web app for current and prospective York University Fine
DroboAccess User Manual
DroboAccess User Manual Release 8.2 The DroboAccess developers June 02, 2016 CONTENTS 1 DroboAccess 8.2 User Manual Introduction 1 2 Configuration of DroboAccess 8.2 3 2.1 Users, passwords and share management................................
Microsoft Word 2011: Create a Table of Contents
Microsoft Word 2011: Create a Table of Contents Creating a Table of Contents for a document can be updated quickly any time you need to add or remove details for it will update page numbers for you. A
IT Quick Reference Guides Using Windows 7
IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the
B&SC Office 365 Email
B&SC Office 365 Email Microsoft Office 365 In its continuous efforts to provide the highest quality student experience, Bryant & Stratton College is giving students access to a new tool for accessing email.
WINDOWS 7 EXPLORE INTERNET EXPLORER 8
WINDOWS 7 EXPLORE INTERNET EXPLORER 8 Windows 7 Explore Internet Explorer 8 Last Edited: 2012-07-10 1 Explore changes in the UI... 3 Enhance with built-in Search engine... 3 Manage and Organize IE with
USER MANUAL SlimComputer
USER MANUAL SlimComputer 1 Contents Contents...2 What is SlimComputer?...2 Introduction...3 The Rating System...3 Buttons on the Main Interface...5 Running the Main Scan...8 Restore...11 Optimizer...14
Creating a table of contents quickly in Word
Creating a table of contents quickly in Word This note shows you how to set up a table of contents that can be generated and updated quickly and easily, even for the longest and most complex documents.
USM Web Content Management System
University of Southern Maine USM Web Content Management System USM Web CMS Technical Development Group 4/26/2011 Content o Introduction o Login o User Roles o Group Member o Group Publisher o Group Admin
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
Microsoft PowerPoint Exercises 4
Microsoft PowerPoint Exercises 4 In these exercises, you will be working with your Music Presentation file used in part 1 and 2. Open that file if you haven t already done so. Exercise 1. Slide Sorter
OneDrive for Business User Guide
OneDrive for Business User Guide Contents About OneDrive for Business and Office 365... 2 Storing University Information in the Cloud... 2 Signing in... 2 The Office 365 Interface... 3 The OneDrive for
Getting Started with the DCHR Service Desk. District Service Management Program
Getting Started with the DCHR Service Desk District Service Management Program October 30, 2008 Contacting the District Service Management Group You can access the District Service Management group s website
Online Sharing User Manual
Online Sharing User Manual June 13, 2007 If discrepancies between this document and Online Sharing are discovered, please contact [email protected]. Copyrights and Proprietary Notices The information
Search help. More on Office.com: images templates
Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can
LOG MANAGEMENT Update Log Setup Screen Update Log Options Use Update Log to track edits, adds and deletes Accept List Cancel
Log Management - Page 22-1 LOG MANAGEMENT There are various log options throughout ZonePro. A log file is a file that store information about changes that have been made while using ZonePro. Log files
My HealtheVet: Secure Messaging
My HealtheVet: Secure Messaging User Manual Version 5.0 January 2011 Department of Veterans Affairs Veterans and Consumer Health Informatics Office 1 Revision History The most recent entries in this list
A Beginner s Guide to PowerPoint 2010
A Beginner s Guide to PowerPoint 2010 I. The Opening Screen You will see the default opening screen is actually composed of three parts: 1. The Slides/Outline tabs on the left which displays thumbnails
Sendspace Wizard Desktop Tool Step-By-Step Guide
Sendspace Wizard Desktop Tool Step-By-Step Guide Copyright 2007 by sendspace.com This publication is designed to provide accurate and authoritative information for users of sendspace, the easy big file
Offline Files & Sync Center
bonus appendix Offline Files & Sync Center The offline files feature is designed for laptop lovers. It lets you carry off files that gerally live on your office network, so you can get some work done while
Windows XP Pro: Basics 1
NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has
End User Guide. July 22, 2015
End User Guide July 22, 2015 1 Contents Quick Start 3 General Features 4 Mac/Windows Sharing 15 Android/ ios Sharing 16 Device Compatibility Guide 17 Windows Aero Theme Requirement 18 2 Quick Start For
Microsoft Windows SharePoint
Microsoft Windows SharePoint SharePoint Basics Introduction What is Microsoft SharePoint? SharePoint is a tool to connect people and information. It provides a central site for sharing information with
Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1
Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key
Axis 360 Administrator User Manual. May 2015
Axis 360 Administrator User Manual May 2015 Table of Contents 1 Introduction... 4 1.1 Site Access and Home Page... 4 2 Settings... 5 2.1 Library Settings... 5 2.1.1 Library Site Settings...5 2.1.2 Lending
Setting up a Scheduled task to upload pupil records to ParentPay
Setting up a Scheduled task to upload pupil records to ParentPay To ensure that your setup goes ahead without any issues please first check that you are setting the scheduled task up on the SIMS server
Acano solution. Acano Clients v1.7 Getting Started Guide. June 2015 76-1047-03-D
Acano solution Acano Clients v1.7 Getting Started Guide June 2015 76-1047-03-D Contents Contents 1 Introduction... 4 1.1 cospaces... 4 1.2 cospace Users... 4 1.3 The Acano Client... 5 2 Overview... 6 2.1
User experience storyboards: Building better UIs with RUP, UML, and use cases
Copyright Rational Software 2003 http://www.therationaledge.com/content/nov_03/f_usability_jh.jsp User experience storyboards: Building better UIs with RUP, UML, and use cases by Jim Heumann Requirements
Avaya one-x Mobile User Guide for iphone
Avaya one-x Mobile User Guide for iphone Release 5.2 January 2010 0.3 2009 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was
Vestal Central School District New Service Desk System: Service-Now Go live July 2, 2011
435 Glenwood Road, Binghamton, NY 13905-1609 Service Desk Phone: (607) 766-3800 Vestal Central School District New Service Desk System: Service-Now Go live July 2, 2011 In order to help facilitate increased
Dynamics CRM for Outlook Basics
Dynamics CRM for Outlook Basics Microsoft Dynamics CRM April, 2015 Contents Welcome to the CRM for Outlook Basics guide... 1 Meet CRM for Outlook.... 2 A new, but comfortably familiar face................................................................
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
This document is provided "as-is". Information and views expressed in this document, including URLs and other Internet Web site references, may
This document is provided "as-is". Information and views expressed in this document, including URLs and other Internet Web site references, may change without notice. Some examples depicted herein are
Outlook Web App (formerly known as Outlook Web Access)
Outlook Web App (formerly known as Outlook Web Access) December 2013 Update to Email Beginning December 5 th, Microsoft will commence an upgrade of our email system. No action is required on the part of
Getting Started with WebSite Tonight
Getting Started with WebSite Tonight WebSite Tonight Getting Started Guide Version 3.0 (12.2010) Copyright 2010. All rights reserved. Distribution of this work or derivative of this work is prohibited
Enablement Material Workflow Overview Available Workflow types and Samples
Workflow Overview Available Workflow types and Samples 2010 IBM Corporation page 1/23 1- Introduction 1-1 Definition 1-2 Notifications Overview 1-3 Send Link Overview 1-4 Other notifications 2- Changes
Creating trouble-free numbering in Microsoft Word
Creating trouble-free numbering in Microsoft Word This note shows you how to create trouble-free chapter, section and paragraph numbering, as well as bulleted and numbered lists that look the way you want
COMMONWEALTH OF PA OFFICE OF ADMINISTRATION. Human Resource Development Division. SAP LSO-AE Desk Guide 15 T H J A N U A R Y, 2 0 1 3
COMMONWEALTH OF PA OFFICE OF ADMINISTRATION Human Resource Development Division SAP LSO-AE Desk Guide 15 T H J A N U A R Y, 2 0 1 3 S A P L S O A U T H O R I N G E N V I R O N M E N T Authoring & Publishing
Intellect Platform - Tables and Templates Basic Document Management System - A101
Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System
RingCentral Office@Hand from AT&T Desktop App for Windows & Mac. User Guide
RingCentral Office@Hand from AT&T Desktop App for Windows & Mac User Guide RingCentral Office@Hand from AT&T User Guide Table of Contents 2 Table of Contents 3 Welcome 4 Download and install the app 5
Manage. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc.
Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Manage Email Users An email user account represents a person's
OldTurtle's BizSuite CRM & Helpdesk Dotnetnuke Extension Administrator's Manual
OldTurtle's BizSuite CRM & Helpdesk Dotnetnuke Extension Administrator's Manual Page / 9 Summary What is BizSuite?... Helpdesk & CRM Module Dotnetnuke Portals Additional Features Installing BizSuite in
How to place an order through your Pleaser USA online account. 1. After logging into your account click on the desired brand to browse our inventory.
How to place an order through your Pleaser USA online account 1. After logging into your account click on the desired brand to browse our inventory. 2. Enter the desired quantity in the field below the
An Introduction to Box.com
An Introduction to Box.com Box is an online file sharing and cloud content management service and it provides features such as: Security controls Space Mobility Online collaboration Mobile access Version
PORTAL ADMINISTRATION
1 Portal Administration User s Guide PORTAL ADMINISTRATION GUIDE Page 1 2 Portal Administration User s Guide Table of Contents Introduction...5 Core Portal Framework Concepts...5 Key Items...5 Layouts...5
Toad for Data Analysts, Tips n Tricks
Toad for Data Analysts, Tips n Tricks or Things Everyone Should Know about TDA Just what is Toad for Data Analysts? Toad is a brand at Quest. We have several tools that have been built explicitly for developers
ABOUT THIS DOCUMENT ABOUT CHARTS/COMMON TERMINOLOGY
A. Introduction B. Common Terminology C. Introduction to Chart Types D. Creating a Chart in FileMaker E. About Quick Charts 1. Quick Chart Behavior When Based on Sort Order F. Chart Examples 1. Charting
The Social Accelerator Setup Guide
The Social Accelerator Setup Guide Welcome! Welcome to the Social Accelerator setup guide. This guide covers 2 ways to setup SA. Most likely, you will want to use the easy setup wizard. In that case, you
Being Productive Venkat Subramaniam [email protected]
Being Productive Venkat Subramaniam [email protected] Abstract As software developers we spend most of our day on the computer. We must constantly find ways to be productive so we can be effective
Table of Contents User Guide... 1 Welcome... 4 Front End Life Blue... 5 General Navigation... 5 Menu Bar... 5 Continuous Scroll... 5 Hyperlinks...
User Guide Table of Contents User Guide... 1 Welcome... 4 Front End Life Blue... 5 General Navigation... 5 Menu Bar... 5 Continuous Scroll... 5 Hyperlinks... 6 Sections/Pages/Information... 6 Announcements...
Set Up Omni-Channel. Salesforce, Winter 16. @salesforcedocs
Set Up Omni-Channel Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,
Logi Ad Hoc Reporting System Administration Guide
Logi Ad Hoc Reporting System Administration Guide Version 11.2 Last Updated: March 2014 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...
MS Internet Explorer Vs Opera Comparative Usability Test
MS Internet Explorer Vs Opera Comparative Usability Test Farrukh Sahar (800418 P-510) [email protected] Usability from an industrial perspective DV-1301 Abstract This report presents comparative usability
Avaya one-x Mobile User Guide for iphone
Avaya one-x Mobile User Guide for iphone 18-602788 Issue 1 February 2008 2008 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was
Working with sections in Word
Working with sections in Word Have you have ever wanted to create a Microsoft Word document with some pages numbered in Roman numerals and the rest in Arabic, or include a landscape page to accommodate
Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003
In This Guide Microsoft PowerPoint 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free PowerPoint
Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source
Microsoft QUICK Source Internet Explorer 7 Getting Started The Internet Explorer Window u v w x y { Using the Command Bar The Command Bar contains shortcut buttons for Internet Explorer tools. To expand
Page 18. Using Software To Make More Money With Surveys. Visit us on the web at: www.takesurveysforcash.com
Page 18 Page 1 Using Software To Make More Money With Surveys by Jason White Page 2 Introduction So you re off and running with making money by taking surveys online, good for you! The problem, as you
1. Application Overview... 3. 2. System Requirements... 3. 3. Installation... 3. 4. Splash Screen... 4. 5. Registration Screen...
1 P a g e Table of Contents 1. Application Overview... 3 2. System Requirements... 3 3. Installation... 3 4. Splash Screen... 4 5. Registration Screen... 5 5.1 Registration... 5 6. Login Screen... 7 6.1
Camtasia Studio 8.4 Create Engaging Screencasts
!! Camtasia Studio 8.4 May 2014 2014 TechSmith Corporation. All rights reserved This manual, as well as the software described in it, is furnished under license and may be used or copied only in accordance
Multi-user Collaboration with Autodesk Revit Worksharing
AUTODESK REVIT WHITE PAPER Multi-user Collaboration with Autodesk Revit Worksharing Contents Contents... 1 Autodesk Revit Worksharing... 2 Starting Your First Multi-user Project... 2 Autodesk Revit Worksets...
Wentworth Institute of Technology Performance Management Supervisor s Guide
Wentworth Institute of Technology Performance Management Supervisor s Guide A Step-By-Step Supervisor s Guide for completing performance evaluations in the PeopleAdmin Performance Management Suite PeopleAdmin
Use Office 365 on your iphone
Use Office 365 on your iphone Quick Start Guide Check email Set up your iphone to receive your O365 email. Check your calendar wherever you are Always know where you have to be by syncing your calendar
The Software Administrator s Guide to Autodesk Subscriptions. How to Set Up, Install, and Manage Your Software and Users
The Software Administrator s Guide to Autodesk Subscriptions How to Set Up, Install, and Manage Your Software and Users Let s get started. SOFTWARE ADMINISTRATOR S GUIDE OVERVIEW Is this ebook for you?
Downloading and Installing Interactive Reporting (Hyperion) Web Client
Use the links below to skip to a specific section in the document: Downloading and Installing Interactive Reporting (Hyperion) Web Client... 1 Introduction... 1 Setup... 1 Identifying the version of Internet
Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1
Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and
How-To Guide: Twitter Marketing. Content Provided By
How-To Guide: Twitter Marketing Content Provided By About Twitter Tumblr is a free microblogging service. It is made up of 140 character bursts of information called tweets. Over 555 million users with
Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5
Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 University of Sheffield Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 2.1 STARTING POWERPOINT... 4 3. THE USER INTERFACE...
We re going to show you how to make a Share site. It takes just a few minutes to set one up. Here s how it s done.
Get started Sharing your pictures is a great way to keep in touch with friends and family. Now, you can connect and communicate with everyone, all in one place, by creating a Shutterfly Share site secure,
Jobulator Mobile Overview for ios (iphone, ipad, ipod Touch)
Jobulator Mobile Overview for ios (iphone, ipad, ipod Touch) This tutorial is a step by step walkthrough of Jobulator Mobile for ios. You will learn how to activate Jobulator, view and accept available
Outlook XP Email Only
Outlook XP Email Only Table of Contents OUTLOOK XP EMAIL 5 HOW EMAIL WORKS: 5 POP AND SMTP: 5 TO SET UP THE POP AND SMTP ADDRESSES: 6 TO SET THE DELIVERY PROPERTY: 8 STARTING OUTLOOK: 10 THE OUTLOOK BAR:
Yammer Training Guide Facilitator s Notes
Yammer Training Guide Facilitator s Notes Purpose This presentation provides an overview of Yammer to help new users get started. This is meant to be a slide library, so please pick and pull what is appropriate
Introduction to Pivot Tables in Excel 2007
The Company Rocks Introduction to Pivot Tables in Excel 2007 Step-by-step instructions to accompany video lessons Danny Rocks 4/11/2011 Introduction to Pivot Tables in Excel 2007 Pivot Tables are the most
Cloud Services. Email Archiving. End User Guide
Cloud Services Email Archiving End User Guide 10/17/2014 CONTENTS Introduction... 2 Intended Audience... 2 Prerequisites... 2 Email Client Integration... 2 Supported Web Browsers... 3 My Archive... 4 Overview...
Deltek Touch Time & Expense for GovCon. User Guide for Triumph
Deltek Touch Time & Expense for GovCon User Guide for Triumph November 25, 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or
ITS Training Class Charts and PivotTables Using Excel 2007
When you have a large amount of data and you need to get summary information and graph it, the PivotTable and PivotChart tools in Microsoft Excel will be the answer. The data does not need to be in one
UF Health SharePoint 2010 Introduction to Content Administration
UF Health SharePoint 2010 Introduction to Content Administration Email: [email protected] Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 Introduction to SharePoint 2010 2.0 Hours
Windows Media Player 10 Mobile: More Music, More Choices
Windows Media Player 10 Mobile: More Music, More Choices Windows Media Player 10 Mobile for Windows Mobile -based Smartphones and Pocket PCs is an all-in-one mobile media player that provides a rich media
Organizing & Editing Digital Photos
P a g e 1 Organizing & Editing Digital Photos ABOUT THIS CLASS This class is designed to show you how to transfer your photos from your digital camera to your computer, organize them for easy access in
Top 10 Skills and Knowledge Set Every User Experience (UX) Professional Needs
Top 10 Skills and Knowledge Set Every User Experience (UX) Professional Needs The user experience (UX) of your products is only as good as the knowledge and skills of your UX staff. Here are the top 10
End User Service Desk Guide
435 Glenwood Road, Binghamton, NY 13905-1609 Service Desk Phone: (607) 766-3800 End User Service Desk Guide In order to help facilitate increased communication regarding user requests, the South Central
HOW TO USE SHUTTERFLY GALLERY
Get started We re going to show you all the different ways you can use Shutterfly Gallery, the place where members of the Shutterfly community just like you share the beautiful and inspiring projects they
BCSD WebMail Documentation
BCSD WebMail Documentation Outlook Web Access is available to all BCSD account holders! Outlook Web Access provides Webbased access to your e-mail, your calendar, your contacts, and the global address
Frequently Asked Questions: Cisco Jabber 9.x for Android
Frequently Asked Questions Frequently Asked Questions: Cisco Jabber 9.x for Android Frequently Asked Questions (FAQs) 2 Setup 2 Basics 4 Connectivity 8 Calls 9 Contacts and Directory Search 14 Voicemail
USERS MANUAL FOR OWL A DOCUMENT REPOSITORY SYSTEM
USERS MANUAL FOR OWL A DOCUMENT REPOSITORY SYSTEM User Manual Table of Contents Introducing OWL...3 Starting to use Owl...4 The Logging in page...4 Using the browser...6 Folder structure...6 Title Bar...6
Agent s Handbook. Your guide to satisfied customers
Agent s Handbook Your guide to satisfied customers Introduction LiveChat is a tool that facilitates communication between a company and its customers. Agents who wield that tool use it to make customers
Fax User Guide 07/31/2014 USER GUIDE
Fax User Guide 07/31/2014 USER GUIDE Contents: Access Fusion Fax Service 3 Search Tab 3 View Tab 5 To E-mail From View Page 5 Send Tab 7 Recipient Info Section 7 Attachments Section 7 Preview Fax Section
How do you use word processing software (MS Word)?
How do you use word processing software (MS Word)? Page 1 How do you use word processing software (MS Word)? Lesson Length: 2 hours Lesson Plan: The following text will lead you (the instructor) through
ASUS WebStorage Client-based for Windows [Advanced] User Manual
ASUS WebStorage Client-based for Windows [Advanced] User Manual 1 Welcome to ASUS WebStorage, your personal cloud space Our function panel will help you better understand ASUS WebStorage services. The
Quick Reference Guide
Quick Reference Guide Quick Reference Guide LAPTOPS AND PCS To get started... You will need to have a MyRCN username to begin using RCNGO. To sign up, visit rcn.com and click MyRCN located at the top of
Using Use Cases for requirements capture. Pete McBreen. 1998 McBreen.Consulting
Using Use Cases for requirements capture Pete McBreen 1998 McBreen.Consulting [email protected] All rights reserved. You have permission to copy and distribute the document as long as you make no changes
Surf it Easy. User Guide
Surf it Easy User Guide User Manual Version 1.1 2004 CoSoSys SRL Surf it Easy User Manual Table of Contents Table of Contents... I 1. Introduction... 1 2. System Requirements... 2 3. Installation... 2
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
Communications Cloud Product Enhancements February 2016
Communications Cloud Product Enhancements February 2016 Table of Contents Pages GoToMeeting... 3-26 GoToTraining...47-60 Communications Cloud Product Enhancements February 2016 GoToMeeting (Return to Table
BulkSMS Text Messenger Product Manual
BulkSMS Text Messenger Product Manual 1. Installing the software 1.1. Download the BulkSMS Text Messenger Go to www.bulksms.com and choose your country. process. Click on products on the top menu and select
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
M8 basics. Setting Up Your M8 Android Box... 2. Remote Essentials... 4. Using Your M8 Android Box... 6. Setting up Wireless... 6
M8 basics Contents Setting Up Your M8 Android Box... 2 Remote Essentials... 4 Using Your M8 Android Box... 6 Setting up Wireless... 6 Changing Display Settings... 7 Setting the Time Zone... 9 Using Apps...
