Laboratory 5: Collaborative Text Editing

Size: px
Start display at page:

Download "Laboratory 5: Collaborative Text Editing"

Transcription

1 COMP3511/9511 Lab, Week 12-13, S Laboratory 5: Collaborative Text Editing Time Allocated: 30 minutes As we discussed in lectures, the opportunities for creating new forms of collaboration using networking technologies is enormous, and we have only just reached the point of doing this in an effective manner. In this laboratory exercise you will use a collaborative text editing system called SubEthaEdit to explore concepts in social computing. If you are familiar with Extreme Programming you will find that this editor has been designed to support this method of working collaboratively. Whilst you are carrying out this exercise, take some notes in your design diary about the usability of this application. Starting Up 1. Run the SubEthaEdit Application (located in the Applications folder). There are two versions of the software on the CHIL computers. Make sure you run the most recent version labelled SubEthaEdit with the GREEN people in the icon. The other is labelled as SubEthaEdit V1 and is an older version and has BLUE people icons. 2. Fill out the start up and licence screens. In particular fill out the terms of use as Non-commercial use. When you run the application for the first time it will take you through a series of start up and licencing screens. Accept the default options for the first few and fill out the terms of use form for non-commercial use. Select the Non-commercial Use radio button, fill in your name and click the Continue button. Copyright 2004 Daniel Woo V1 0 1

2 COMP3511/9511 Lab, Week 12-13, S Complete the remainder of the set up screens One the next screen Click the Done button. 4. Form a group and select one person to be the document owner The application will open presenting you with a blank document. Team up in groups of 3-4 people and make sure you know each other s name so you can work together. One person in the group will be the document owner and will need to share the document with every one and invite them to participate. 5. The document owner should invite people in the group to edit the document Open the Rendezvous Window (Window>Rendezvous) to show the participants available on the network. (Rendezvous is the technology name Apple uses as part of the network sharing infrastructure which is part of the Zero Configuration Networking standard.) The owner of the document should drag the names of the other group members contained in the Rendezvous window into the Read/Write area of the Participants Drawer which has the title Access Control. (Drawers are the user interface elements that slide out from the side of a window like a drawer, this is enabled by the Participants button in the tool bar). Copyright 2004 Daniel Woo V1 0 2

3 COMP3511/9511 Lab, Week 12-13, S When each name is dragged into the Read/Write area of the drawer it will be given the status Awaiting Response. Each invitee will see an invitation screen appear to which they should accept, provided it is of course the correct person in their group. 6. Each person invited should see and accept an invitation from the group s document owner Once accepted you should be able to all see each other s colour coded typing. Once you have established a group editing session carry out the following exercise. Copyright 2004 Daniel Woo V1 0 3

4 COMP3511/9511 Lab, Week 12-13, S Exercise 1. As a group, write a scenario about a blind person using the Internet or a desktop computer to do use an application (Mail, Calendar). Save the document and the results to your tutor. 2. Create a new document and try writing some software code (C, Java etc.) for sorting numbers with the Mode>Switch Mode menu option set the desired language. Discussion Discuss how well this application supports the ideas behind collaborative computing. What usability issues did your group identify? Copyright 2004 Daniel Woo V1 0 4

5 Laboratory 5 - User Interface Layout with Interface Builder Time Allocated: 40 minutes Aim In this laboratory you will use Interface Builder, a user interface layout tool to design an interface. The laboratory presents a familarisation exercise to help introduce you to Interface Builder. If time permits you may like to create a form design with interface builder. We suggest using something like the CSE Course Substitution form. Background Reading Lecture on User Interface Design Tools (Week 11) Aqua User Interface Guidelines (Chapters 2 & 8 see html Link is available via the laboratory section on the class web site) Objectives At the end of this laboratory, you should be able to: Understand the function of a graphical user interface design tool Construct a basic window layout See how Interface Builder supports the User Interface Guidelines Inspect and change the attributes of the user interface elements Understand how this electronic tool could be used to produce paper printout s of of electronic layouts Opening Interface Builder in Mac OS X In the Mac OS X environment, open the Interface Builder Application. It may be available directly from the dock. Alternatively, if the application icon is not in the dock, the application is found using the Finder by navigating down the hierarchy: 1) Macintosh HD, 2) Developer, Applications, 3) Interface Builder. When Interface Builder first opens you will see two windows including: Starting Point - allows you to create various window layouts Cocoa Palettes Window - maintains the collection of interactive elements that can be placed into an application window. Consists of menus, controls and indicators, text controls, windows, data views, container views and graphics (plus others). Copyright CSE, UNSW V1.3 1

6 Creating a New Window In this section you will create an example simple Cocoa 1 window that could be used to capture personal details. The following is a sketch of what the window should look like and what it should include. This includes text system font text for labels, text fields for text entry, radio buttons for the states and buttons for clear and save. Name Street Suburb Postcode State ACT NSW NT QLD SA TAS VIC WA Clear Save 1. Create a new Cocoa Application window by selecting the Application under the Cocoa category in the Starting Point window. 1 Cocoa is an extensible library of reusable software components used for building applications that run on Mac OS X. Originally developed by NeXT in (Learning Cocoa, Apple Inc., 2001) Copyright CSE, UNSW V1.3 2

7 2. Notice that once you have highlighted the Application entry, the New button becomes active. 3. Click the New button. An empty window appears, ready for you to place user interface elements. Adding the label and edit text fields 1. Click and hold down on the System Font Text item in the palette. 2. With your mouse held down, drag the System Font Text from the Cocoa Text Palette into the empty window. 3. As you drag the icon move it near the edges of the window to view the guideline markers that appear. 4. Place the text so that it is a recommended distance away from the top title area and left edge of the window. 5. You will now drag a text edit field alongside the text area. To do this, select the text field from the palette and drag it into the window. Place the text field the Copyright CSE, UNSW V1.3 3

8 recommended distance away from both the title bar and to the right of the message text. 6. The distance that a user interface object is from other objects can be measured more accurately. First, select the element you are attempting to measure by clicking the mouse button. This highlights the element. Then, hold down the option key and move the mouse (without clicking) over other objects to reveal more detailed relative measurements. 7. Experiment with the location of the message text and edit text elements. To understand how the User Interface Guidelines work. Expand the edit text elements to a reasonable width. Align the labels and the edit text areas. Saving You should periodically save your work. Select File->Save from the menu or Apple key + S (not Control) Files will automatically be appended with a.nib file suffix. Resizing the Window You may need to resize the overall window area. The resize box is located in the lower right corner of the window. Copyright CSE, UNSW V1.3 4

9 Editing Attributes Change the System Text to a meaningful label: Name. You can double click the placed label or use the Info window to edit the label name. We ll describe the way that uses the Info window. 1. Make sure the Info window (Tools>Show Info) has the top pop-up menu set to Attributes. 2. Select the System Font Text in the Window. This Information Window can be displayed by going to the Tools menu bar, then selecting Show Info. The popup menu has an item called Attributes. 3. Note that the Title field in the Information window has the contents of the System Font Text. Change the Title text in the Information Window to Name. When you finish typing in the word Name, hit the return or tab key. The text will update. 4. Continue to create labels and fields for Street, Suburb and Postcode. If you wish to resize the bounding boxes around the label your have three options. Manually resize the rectangles by dragging the drag markers (small circles), or select the label and chose choose Layout>Size to fit or press the apple key and the equals key to resize it to fit the current text. Creating the Radio Buttons 1. Add a grouping box in which the radio buttons for the Australian states will be placed. 2. Using the Info window attributes, update the group box so that the title is State. Copyright CSE, UNSW V1.3 5

10 3. Resize the box by selecting and dragging one of the round drag markers that appears around the box when it is highlighted. 4. Drag the radio button element within the bounds of the State box. 5. Instead of placing several sets of radio buttons, an array of radio buttons can be created by dragging the drag markers with the option key held down. First, hold down the option key and select the right drag marker. Then, keeping the mouse button and the option key held down, move the mouse to the right. You should see more radio buttons appear. Create 8 radio buttons in a 2 row by 4-column arrangement. 6. Each radio button can be edited separately by double clicking on the individual radio button. When it is selected, the Information window will display the attributes specifically for a single radio button. 7. Update the titles for each of the radio button labels with the Australian states and territory codes: ACT, NSW, NT, QLD, SA, TAS, VIC, WA. Copyright CSE, UNSW V1.3 6

11 Adding Buttons The Button element can be dragged into the window. 1. Place two buttons in the lower right corner of the window. Ensure that they are the correct distance from the bottom of the State box. 2. Update the attributes of the buttons with the title names Clear and Save. 3. For the Save button change the Keyboard equivalent code attribute from <no key> to Return. This makes the Save button the default button. Changing the Window Title The Window title defaults to the word Window. 1. Select the window by clicking on an empty part of the underlying window. 2. Change the Information attributes so that the Title is set to Personal Details. Testing the Interface The development environment allows you to test the interface to ensure that the buttons are behaving as expected. 1. Select the Test Interface option in the file menu. 2. Experiment with the fields to see if they work the way you expect. You can also highlight, cut and paste text between edit fields. 3. A separate application is created that represents your interface. Copyright CSE, UNSW V1.3 7

12 Since this is a separate application you need to Quit New Application from the Interface Builder Menu when you are done. Note that even though the Interface Builder text appears in the menu, you are in fact running a separate application. You can tell since New Application is found in the first About, Hide and Quit menus. When you Quit you are quitting the testing of the interface, not the Interface Builder application. Note that the icon for Interface Builder changes when testing the interface. 4. When you are finished testing the interface, quit. You will be taken back to edit mode within Interface Builder. Adding Tool Tips Many applications use "Tool tips" to provide simple context sensitive help. When you bring your mouse close to a user interface element and pause for a few seconds, a help message will appear. Interface Builder allows you to create tool tips but updating the attributes for the particular user interface element. In this part we will create a tool tip for the State box. 1. Select the State box. 2. View the Information Window. 3. Change the pop-up menu to help. 4. Fill in the help text with "Select an Australian state" 5. Test you interface to verify that Tool tips work as expected. Additional Exercise If time permits, create an electronic mock up of a screen of your choice with interface builder. You can create an additional window in the current nib file (typically you create separate nib files for each window). You may need to create several windows. To create additional windows: Copyright CSE, UNSW V1.3 8

13 1. Select the Windows button in the Palette. 2. Drag the Window icon into the "Instances Pane" of Interface Builder. New windows are automatically labelled with window followed by a number. 3. In the Instances Pane, double click on the new window icon (Window1) to display the new empty window. 4. When you have finished, run a quick electronic prototype walkthrough session with another student. Copyright CSE, UNSW V1.3 9

14 COMP3511/9511 UNSW Laboratory 5 Wk 12-13, Session 2, 2004 Laboratory 5 Universal Access Aim In this laboratory you will consider the needs of disabled users when using computer systems. Two different applications will be evaluated for their suitability for different forms of disability. You will also evaluate and discuss the Universal Access features provided in Mac OS X Objectives Investigate the suitability of an alternative character input application for use by people with limited movement. Understand the needs of visually impaired computer users and how they might work with keyboard-based computers. Evaluate and discuss the Universal Access System Preferences available in Mac OS X. Preparation Consider a person with a physical impairment that prevents them from using a mouse device. They may only be able to use a joystick in the up and down directions. How would they enter text into a computer? Consider a blind or visually impaired computer user. What sort of support do you think they would need when using a computer with a graphical user interface? You may like to visit the Dasher web site Review the accessibility features are provided by the operating system you typically use. Observing Impaired Users In this laboratory you will work in pairs to investigate the applications Dasher 1 and Type Speaker 2 for use in situations requiring accessibility support. Dasher will be used to understand how users with limited movement could enter text and Type Speaker will be used to understand how visually impaired users might interact with a computer keyboard input device. Type Speaker uses the text to speech engine on Mac OS X so you will need to check that the audio volume is turned on. An audio icon is available in the right hand side of the menu bar that will allow adjustment of the volume Daniel Woo, 2003 Copyright 2003 DW CSE UNSW V1.1 1

15 COMP3511/9511 UNSW Laboratory 5 Wk 12-13, Session 2, 2004 The application icons for Dasher and Type Speaker are located in the Applications folder. In a Finder window you can press the Applications button or using the menus in Finder, you can select Go->Applications. Each person will play the role of a disabled user and attempt to use one of the software applications. The other person will observe and take notes. Swap roles after about 10 minutes. Note that Type Speaker is a very simple prototype developed for this laboratory and is not supposed to be a feature complete application. Group Discussion Discuss the suitability of the applications for use in situations of impaired or restricted hand movement and visual impairment. What features are needed to enhance the applications? What features could be changed to make the application work for the situation? Reviewing Universal Access Features in Mac OS X Individually, conduct a review of the Universal Access System Preferences. Write your notes in your design diary. To access these features: 1. Open the System Preferences menu item from the Apple menu. Copyright 2003 DW CSE UNSW V1.1 2

16 COMP3511/9511 UNSW Laboratory 5 Wk 12-13, Session 2, Select the Universal Access icon. 3. Review the different options provided. Group Discussion For what audience are the Universal Access features in Mac OS X targeted towards? What features are provided and how are they supposed to be used? What limitations can be identified with the current features? How do the features compare with those provided by other operating systems? What additional features/support do you think should be added? What usability issues can you identify with the Universal Access preferences panel? Copyright 2003 DW CSE UNSW V1.1 3

Covering the Basics. Lesson 1

Covering the Basics. Lesson 1 Lesson 1 Covering the Basics This lesson demonstrates a few fundamentals of Mac OS X (Panther) to prepare you to work with Final Cut Express 2. It shows you how to view the contents of your hard drive

More information

In the first class, you'll learn how to create a simple single-view app, following a 3-step process:

In the first class, you'll learn how to create a simple single-view app, following a 3-step process: Class 1 In the first class, you'll learn how to create a simple single-view app, following a 3-step process: 1. Design the app's user interface (UI) in Xcode's storyboard. 2. Open the assistant editor,

More information

Organizing Screens with Mission Control

Organizing Screens with Mission Control 7 Organizing Screens with Mission Control If you re like a lot of Mac users, you like to do a lot of things at once. No matter how big your screen may be, it can still feel crowded as you open and arrange

More information

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved VisualPST 2.4 Visual object report editor for PowerSchool Copyright 2004-2015 Park Bench Software, LLC All Rights Reserved www.parkbenchsoftware.com This software is not free - if you use it, you must

More information

Moving to the Mac A GUIDE FOR NEW USERS OF MAC OS X. [Type here]

Moving to the Mac A GUIDE FOR NEW USERS OF MAC OS X. [Type here] [Type here] Moving to the Mac A GUIDE FOR NEW USERS OF MAC OS X This guide is aimed at those who are new to using Mac s. It assumes that you have prior knowledge of using a computer, probably a PC. The

More information

Click Here to Begin OS X. Welcome to the OS X Basics Learning Module.

Click Here to Begin OS X. Welcome to the OS X Basics Learning Module. OS X Welcome to the OS X Basics Learning Module. This module will teach you the basic operations of the OS X operating system, found on the Apple computers in the College of Technology computer labs. The

More information

Useful Google Apps for Teaching and Learning

Useful Google Apps for Teaching and Learning Useful Google Apps for Teaching and Learning Centre for Development of Teaching and Learning (CDTL) National University of Singapore email: edtech@groups.nus.edu.sg Table of Contents About the Workshop...

More information

Tabbing Between Fields and Control Elements

Tabbing Between Fields and Control Elements Note: This discussion is based on MacOS, 10.12.6 (Sierra). Some illustrations may differ when using other versions of macos or OS X. The capability and features of the Mac have grown considerably over

More information

My First iphone App. 1. Tutorial Overview

My First iphone App. 1. Tutorial Overview My First iphone App 1. Tutorial Overview In this tutorial, you re going to create a very simple application on the iphone or ipod Touch. It has a text field, a label, and a button. You can type your name

More information

Word Processing. 2 Monroe County Library System

Word Processing. 2 Monroe County Library System 2 Monroe County Library System http://monroe.lib.mi.us Word Processing Word Pad Quick Guide... 4 Help Menu... 6 Invitation... 7 Saving... 12 Printing... 13 Insert a Picture... 14 Saving to a CD... 15 In

More information

Basic Intro to ETO Results

Basic Intro to ETO Results Basic Intro to ETO Results Who is the intended audience? Registrants of the 8 hour ETO Results Orientation (this training is a prerequisite) Anyone who wants to learn more but is not ready to attend the

More information

Mac OS X. Starting Up. The Menulets/ Menu Extras. The Menu Bar. The Apple Menu. The Disk/Hard Drive. The Dock. The Finder

Mac OS X. Starting Up. The Menulets/ Menu Extras. The Menu Bar. The Apple Menu. The Disk/Hard Drive. The Dock. The Finder Mac OS X Starting Up How to Turn on the Mac Press the button on the lower left hand corner in the back of the monitor (if you have the newest model) or press the power button on the CPU box if you have

More information

Studying in the Sciences

Studying in the Sciences Organising data and creating figures (charts and graphs) in Excel What is in this guide Familiarisation with Excel (for beginners) Setting up data sheets Creating a chart (graph) Formatting the chart Creating

More information

Electronic Portfolios in the Classroom

Electronic Portfolios in the Classroom Electronic Portfolios in the Classroom What are portfolios? Electronic Portfolios are a creative means of organizing, summarizing, and sharing artifacts, information, and ideas about teaching and/or learning,

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

NCMail: Microsoft Outlook User s Guide

NCMail: Microsoft Outlook User s Guide NCMail: Microsoft Outlook 2003 Email User s Guide Revision 1.0 11/10/2007 This document covers how to use Microsoft Outlook 2003 for accessing your email with the NCMail Exchange email system. The syntax

More information

Microsoft Lync 2013 Quick-Start Guide. ThinkTel Communications Professional Services Last Updated: June 18, 2013

Microsoft Lync 2013 Quick-Start Guide. ThinkTel Communications Professional Services Last Updated: June 18, 2013 Microsoft Lync 2013 Quick-Start Guide ThinkTel Communications Professional Services Last Updated: June 18, 2013 Instant Messaging & Presence Accept an IM request Click anywhere on the picture display area

More information

PowerPoint Launching PowerPointX

PowerPoint Launching PowerPointX PowerPoint 2004 Launching PowerPointX 1. Start PowerPoint by clicking on the PowerPoint icon in the dock or finding it in the hard drive in the Applications folder under Microsoft Office 2004. PowerPoint

More information

Keynote 08 Basics Website:

Keynote 08 Basics Website: Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages and the spreadsheet program

More information

How to Construct. Accessible Talking Books MAC

How to Construct. Accessible Talking Books MAC How to Construct Accessible Talking Books MAC Assistive Technology Centre 75 High Street Bridgewater, NS B4V 1V8 (902) 543-6329 Assistive Technology Centre 2005 1 In the following pages we will show you

More information

Apple is rightfully proud of the user interface design incorporated into

Apple is rightfully proud of the user interface design incorporated into Customizing OS X Apple is rightfully proud of the user interface design incorporated into the Macintosh OS X family of operating systems. The interface is easy to use, and it s also easy to customize so

More information

Tutor Handbook for WebCT

Tutor Handbook for WebCT Tutor Handbook for WebCT Contents Introduction...4 Getting started...5 Getting a course set up...5 Logging onto WebCT...5 The Homepage...6 Formatting and designing the Homepage...8 Changing text on the

More information

2007, 2008 FileMaker, Inc. All rights reserved.

2007, 2008 FileMaker, Inc. All rights reserved. Bento User s Guide 2007, 2008 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo are either

More information

Things to check before you join a Collaborate session

Things to check before you join a Collaborate session Blackboard Collaborate is an exciting new tool that has been introduced to make it easier for you to interact and communicate with your lecturer in real time. Your lecturer will set up live sessions for

More information

Microsoft Outlook 2011: Getting Started

Microsoft Outlook 2011: Getting Started Microsoft Outlook 2011: Getting Started Orientation Before you begin to use the e-mail account that you set up, you should familiarize yourself with some of the user interface elements in Outlook. Let's

More information

CS193E: Temperature Converter Walkthrough

CS193E: Temperature Converter Walkthrough CS193E: Temperature Converter Walkthrough The goal of this walkthrough is to give you a fairly step by step path through building a simple Cocoa application. You are encouraged to follow the walkthrough,

More information

My First Cocoa Program

My First Cocoa Program My First Cocoa Program 1. Tutorial Overview In this tutorial, you re going to create a very simple Cocoa application for the Mac. Unlike a line-command program, a Cocoa program uses a graphical window

More information

Introduction to Personal Computing

Introduction to Personal Computing Introduction to Personal Computing Academic Computing Services www.ku.edu/acs Abstract: This document explains the basics of the Microsoft Windows operating system. It is intended for users who are either

More information

Using PowerPoint 2011 at Kennesaw State University

Using PowerPoint 2011 at Kennesaw State University Using PowerPoint 2011 at Kennesaw State University Creating Presentations Information Technology Services Outreach and Distance Learning Technologies Copyright 2011 - Information Technology Services Kennesaw

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

FreeConference Desktop Sharing with IBM Sametime User Guide

FreeConference Desktop Sharing with IBM Sametime User Guide FreeConference Desktop Sharing with IBM Sametime User Guide FreeConference Desktop Sharing User Guide Use this guide as a tool to familiarize yourself with all the features of Desktop Sharing. 1. Overview

More information

ME 365 EXPERIMENT 3 INTRODUCTION TO LABVIEW

ME 365 EXPERIMENT 3 INTRODUCTION TO LABVIEW ME 365 EXPERIMENT 3 INTRODUCTION TO LABVIEW Objectives: The goal of this exercise is to introduce the Laboratory Virtual Instrument Engineering Workbench, or LabVIEW software. LabVIEW is the primary software

More information

Teach Yourself Microsoft PowerPoint Topic 4: Slide Master, Comments and Save Options

Teach Yourself Microsoft PowerPoint Topic 4: Slide Master, Comments and Save Options Teach Yourself Microsoft PowerPoint Topic 4: Slide Master, Comments and Save Options http://www.gerrykruyer.com This week you will work with slide masters, add comments, find out how to save your presentations

More information

Cmpt 101 Lab 1 - Outline

Cmpt 101 Lab 1 - Outline Cmpt 101 Lab 1 - Outline Instructions: Work through this outline completely once directed to by your Lab Instructor and fill in the Lab 1 Worksheet as indicated. Contents PART 1: GETTING STARTED... 2 PART

More information

A TUTORIAL ON WORD. Katie Gregory

A TUTORIAL ON WORD. Katie Gregory A TUTORIAL ON WORD Katie Gregory First, CLICK HERE Then, find Microsoft Word under programs and the Microsoft Office 2013 Folder This is what the document should look like when opened. SAVING A WORD DOCUMENT

More information

New Website User Manual

New Website User Manual New Website User Manual General Notes 3 How To Login To Your Website And Access Admin Dashboard 4 Adding / Editing Sliders 5 Home Slider 5 School Slider (Same steps for ALL school pages) - Add a Slide

More information

TDS managedip Hosted Unified Communication (UC) User Guide

TDS managedip Hosted Unified Communication (UC) User Guide Installation and Setup To Install the Application: The application is available for both PC and MAC. To download, visit the TDS Support Site at: http://support.tdsmanagedip.com/hosted To log into the Application:

More information

User Guide. FTR Reporter For more information, visit

User Guide. FTR Reporter For more information, visit FTR Reporter 5.7.1 For more information, visit www.fortherecord.com TABLE OF CONTENTS INTRODUCTION... 5 Overview... 5 About This Document... 5 GETTING STARTED... 6 Installation... 6 Starting Reporter...

More information

MCDOUGAL LITTELL EASYPLANNER USER S GUIDE

MCDOUGAL LITTELL EASYPLANNER USER S GUIDE MCDOUGAL LITTELL EASYPLANNER USER S GUIDE 1 Introduction The McDougal Littell EasyPlanner allows you to quickly and easily access Resource materials such as tests, quizzes, books, and other supporting

More information

Assignment 1. Application Development

Assignment 1. Application Development Application Development Assignment 1 Content Application Development Day 1 Lecture The lecture provides an introduction to programming, the concept of classes and objects in Java and the Eclipse development

More information

Getting started with HotGloo (V5.0)

Getting started with HotGloo (V5.0) Getting started with HotGloo (V5.0) Your first steps to a whole new wireframing experience. 2016 HotGloo Wireframing with HotGloo Welcome dear wireframe rookie, sensei, guru or ninja. No matter which level

More information

Microsoft Word 2007 on Windows

Microsoft Word 2007 on Windows 1 Microsoft Word 2007 on Windows Word is a very popular text formatting and editing program. It is the standard for writing papers and other documents. This tutorial and quick start guide will help you

More information

Mac OSX Basics. Spring 2014

Mac OSX Basics. Spring 2014 Mac OSX Basics Spring 2014 Objectives By the end of this tutorial, you will be able to: move confidently around the Mac s desktop and menus. locate any program installed on the Mac. manipulate windows

More information

Skype for Business Features Overview

Skype for Business Features Overview Introduction Skype for Business is a newly available communications tool for Illinois State University Faculty, Staff, and Students. It contains many features for Instant Messaging, Voice, and Video Chat,

More information

Contents. I. Starting a New Presentation Try it! II. Choosing a Theme III. Tailoring the theme IV Background Styles...

Contents. I. Starting a New Presentation Try it! II. Choosing a Theme III. Tailoring the theme IV Background Styles... Contents PowerPoint 2007... 2 I. Starting a New Presentation... 4... 4 II. Choosing a Theme... 4... 4 III. Tailoring the theme... 5 IV Background Styles... 5... 5 V. Add slides, pick layouts... 6... 6

More information

Creating Accessible PDFs

Creating Accessible PDFs Creating Accessible PDFs Using Word to Create Accessible PDF Documents This documentation is designed to be a tool for students, faculty and staff. When authoring electronic documents, it is important

More information

Beginners Guide to Snippet Master PRO

Beginners Guide to Snippet Master PRO Beginners Guide to Snippet Master PRO This document assumes that Snippet Master has been installed on your site. If not please contact the Bakas IT web team at webreg@bakasit.com.au. Initial Login Screen...

More information

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0 Schoolwires Academic Portal Version 4.0 TABLE OF CONTENTS The Basics about Your Schoolwires Website...1 Website Navigation Elements...1 Prior to Signing In...1 After Signing In...2 Channel bar...2 Site

More information

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch User Guide for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch allows the user to quickly create, or sketch, features in ArcMap using easy-to-use

More information

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK.

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK. PowerPoint X Launching PowerPointX 1. Start PowerPointX by clicking on the PowerPoint icon in the dock or finding it in the hard drive in the Applications folder under Microsoft PowerPoint. PowerPoint

More information

Outlook basics. Identify user interface elements that you can use to accomplish basic tasks.

Outlook basics. Identify user interface elements that you can use to accomplish basic tasks. Outlook basics Outlook is a powerful tool for managing your e-mail, contacts, calendars, and tasks. To use it most effectively, you first have to understand the basics. This tutorial introduces some of

More information

Site Owners: Cascade Basics. May 2017

Site Owners: Cascade Basics. May 2017 Site Owners: Cascade Basics May 2017 Page 2 Logging In & Your Site Logging In Open a browser and enter the following URL (or click this link): http://mordac.itcs.northwestern.edu/ OR http://www.northwestern.edu/cms/

More information

About Freeway. Freeway s Tools and Palettes

About Freeway. Freeway s Tools and Palettes About Freeway The most important thing to appreciate before you start a site in Freeway is how the process works, especially if you have tried other Web publishing software before. Freeway is not an HTML

More information

Adobe Acrobat 7.0 Curriculum Guide Lesson Twelve

Adobe Acrobat 7.0 Curriculum Guide Lesson Twelve Adobe Acrobat 7.0 Curriculum Guide Lesson Twelve Creating Accessible PDF Documents Level Intermediate - Advanced. Students are assumed to have experience with the different features and menu options of

More information

Impress Guide Chapter 11 Setting Up and Customizing Impress

Impress Guide Chapter 11 Setting Up and Customizing Impress Impress Guide Chapter 11 Setting Up and Customizing Impress This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option for printing

More information

Training Manual and Help File

Training Manual and Help File Training Manual and Help File 30.06.2011 Update Manage Grow Welcome to your new Juniper Website Management System with CMS Introduction The Juniper Website Management System with CMS (Website Content Management

More information

Review the Agenda with the participants

Review the Agenda with the participants Review the Agenda with the participants Read through the Learning Objectives with the participants Read through the slide using the mouse to advance the slide text; the slide will build one bullet at a

More information

icollections 4.5 What s new in v Problem with displaying Web Views on some monitors - fixed. Compatibility with the newest macos.

icollections 4.5 What s new in v Problem with displaying Web Views on some monitors - fixed. Compatibility with the newest macos. icollections 4.5 What s new in v.4.5 Apps Monitor - show currently running processes New selection shape and thin label font - both accessible from the Appearance Settings Select Collection's controls

More information

Turn Your Ideas Into Actions A 5 MINUTE GUIDE TO STORMBOARD

Turn Your Ideas Into Actions A 5 MINUTE GUIDE TO STORMBOARD Turn Your Ideas Into Actions A 1 Contents 3 Create a Storm 17 Select Multiple Sticky Notes 4 Dashboard 18 Activity Panel 5 Choosing a smart template 19 New Ideas 6 Adding Ideas 20 New Comments 7 Sticky

More information

Our Goals Teaching with Power Point

Our Goals Teaching with Power Point Our Goals Teaching with Power Point October 14, 2003 Create a new presentation. Add text, graphics,charts, and tables. Apply transitions. Insert hyperlinks such as: http://www.hamline.edu Goals Continued

More information

Contents A. COLLABORATE INTRODUCTION... 1 B. SYSTEM REQUIREMENTS... 1 C. CANVAS COLLABORATE... 2 D. SETTING OF AUDIO (COMPULSORY)...

Contents A. COLLABORATE INTRODUCTION... 1 B. SYSTEM REQUIREMENTS... 1 C. CANVAS COLLABORATE... 2 D. SETTING OF AUDIO (COMPULSORY)... Contents A. COLLABORATE INTRODUCTION... B. SYSTEM REQUIREMENTS... I. OPERATING SYSTEM... II. BROWSER... III. JAVA APPLICATION... C. CANVAS COLLABORATE... I. CREATING COLLABORATE SESSION... II. JOINING

More information

Intermediate/Advanced. Faculty Development Workshop FSE Faculty retreat April 18, 2012

Intermediate/Advanced. Faculty Development Workshop FSE Faculty retreat April 18, 2012 Intermediate/Advanced Faculty Development Workshop FSE Faculty retreat April 18, 2012 Remote Desktop Sharing Quick Reference Guide for Moderators The Moderator or a Participant may request control of another

More information

BT Conference Call MeetMe

BT Conference Call MeetMe BT Conference Call MeetMe Create virtual meetings that deliver results BT MeetMe Web Tools Advanced User Guide BT MeetMe To join a BT MeetMe call online visit: www.conferencing.bt.com/meetme or for more

More information

VIMED JWEB Manual. Victorian Stroke Telemedicine. Version: 1.0. Created by: Grant Stephens. Page 1 of 17

VIMED JWEB Manual. Victorian Stroke Telemedicine. Version: 1.0. Created by: Grant Stephens. Page 1 of 17 VIMED JWEB Manual Victorian Stroke Telemedicine Version: 1.0 Created by: Grant Stephens Page 1 of 17 1 Table of Contents 1 Table of Contents... 2 2 What is JWEB?... 4 3 Accessing JWEB... 4 3.1 For Mac

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Apple is rightfully proud of the user interface design incorporated into

Apple is rightfully proud of the user interface design incorporated into Customizing OS X Apple is rightfully proud of the user interface design incorporated into the Macintosh OS X family of operating systems. The interface is easy to use, and it s also easy to customize so

More information

MICROSOFT EXCEL TUTORIAL

MICROSOFT EXCEL TUTORIAL MICROSOFT EXCEL TUTORIAL G E T T I N G S T A R T E D Microsoft Excel is one of the most popular spreadsheet applications that helps you manage data, create visually persuasive charts, and thought-provoking

More information

Wimba Pronto. Version 2.0. User Guide

Wimba Pronto. Version 2.0. User Guide Wimba Pronto Version 2.0 User Guide Wimba Pronto 2.0 User Guide Welcome to Wimba Pronto 1 What's New in Wimba Pronto 2.0 2 Getting Started 3 Wimba Pronto System Requirements 3 Creating a New Wimba Pronto

More information

A Reference guide to Using the Collaborate tool in your LMS (Mac Users)

A Reference guide to Using the Collaborate tool in your LMS (Mac Users) A Reference guide to Using the Collaborate tool in your LMS (Mac Users) Your LMS includes a synchronous (real-time) tool for online communication within your subject or community. The Collaborate tool

More information

Introduction to Kaltura

Introduction to Kaltura Introduction to Kaltura The Kaltura media content management system allows users to record, stream, and manage multimedia files. This industry-leading enterprise system offers many robust tools. This guide

More information

Microsoft PowerPoint 2016 Part 2: Notes, Links, & Graphics. Choosing a Design. Format Background

Microsoft PowerPoint 2016 Part 2: Notes, Links, & Graphics. Choosing a Design. Format Background Microsoft PowerPoint 2016 Part 2: Notes, Links, & Graphics Choosing a Design Open PowerPoint. Click on Blank Presentation. Click on the Design tab. Click on the design tab of your choice. In part one we

More information

Using Adobe Photoshop

Using Adobe Photoshop Using Adobe Photoshop 2 In this section we ll look at some essential things you need to know in order to use Photoshop effectively. First of all, we ll take a look at customising Photoshop s settings and

More information

Zimbra User Guide Rev

Zimbra User Guide Rev Zimbra User Guide Rev. 2.12.2013 Using Zimbra Email To access Zimbra email, go to: https://email.outlookmail.com and enter your current network username and password. Supported browsers include: Windows

More information

Veco User Guides. Grids, Views, and Grid Reports

Veco User Guides. Grids, Views, and Grid Reports Veco User Guides Grids, Views, and Grid Reports Introduction A Grid is defined as being a list of data records presented to the user. A grid is shown generally when an option is selected from the Tree

More information

PowerPoint 2016: Part 1

PowerPoint 2016: Part 1 PowerPoint 2016: Part 1 Updated: April 2018 Cost: $1.10 PowerPoint is a presentation tool used to create slide-by-slide lectures and visual aids. It can display a combination of text, video, audio, and

More information

Learn about PowerPoint: Create your first presentation

Learn about PowerPoint: Create your first presentation Learn about PowerPoint: Create your first presentation In this tutorial, you will create a simple presentation to learn the skills basic to working with all presentations. Step 1: Get started Open PowerPoint

More information

IBM Notes Client V9.0.1 Reference Guide

IBM Notes Client V9.0.1 Reference Guide IBM Notes Client V9.0.1 Reference Guide Revised 05/20/2016 1 Accessing the IBM Notes Client IBM Notes Client V9.0.1 Reference Guide From your desktop, double-click the IBM Notes icon. Logging in to the

More information

Contents. Introducing Clicker Paint 5. Getting Started 7. Using The Tools 10. Using Sticky Points 15. Free resources at LearningGrids.

Contents. Introducing Clicker Paint 5. Getting Started 7. Using The Tools 10. Using Sticky Points 15. Free resources at LearningGrids. ClickerPaintManualUS.indd 2-3 13/02/2007 13:20:28 Clicker Paint User Guide Contents Introducing Clicker Paint 5 Free resources at LearningGrids.com, 6 Installing Clicker Paint, 6 Getting Started 7 How

More information

Mac OS X keyboard shortcuts Learn about common Mac OS X keyboard shortcuts.

Mac OS X keyboard shortcuts Learn about common Mac OS X keyboard shortcuts. Mac OS X keyboard shortcuts Learn about common Mac OS X keyboard shortcuts. Startup Keystroke Press X during startup Press Option-Command-Shift- Delete!during startup Press C during startup Press N during

More information

Chapter 2 Using Slide Masters, Styles, and Templates

Chapter 2 Using Slide Masters, Styles, and Templates Impress Guide Chapter 2 Using Slide Masters, Styles, and Templates OpenOffice.org Copyright This document is Copyright 2007 by its contributors as listed in the section titled Authors. You can distribute

More information

ECDL Module 6 REFERENCE MANUAL

ECDL Module 6 REFERENCE MANUAL ECDL Module 6 REFERENCE MANUAL Presentation Microsoft PowerPoint XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 6 (USING POWERPOINT XP) - MANUAL 6.1 GETTING STARTED... 4 6.1.1 FIRST STEPS WITH

More information

Creating a Presentation

Creating a Presentation Creating a Presentation You will need to create a basic presentation before you can work with the advanced features of PowerPoint. 1 Exercise #1 Creating the Basic Presentation (1) Open Microsoft PowerPoint

More information

Visual Physics - Introductory Lab Lab 0

Visual Physics - Introductory Lab Lab 0 Your Introductory Lab will guide you through the steps necessary to utilize state-of-the-art technology to acquire and graph data of mechanics experiments. Throughout Visual Physics, you will be using

More information

Setup Mount the //geobase/geo4315 server and add a new Lab2 folder in your user folder.

Setup Mount the //geobase/geo4315 server and add a new Lab2 folder in your user folder. L AB 2 L AB M2 ICROSOFT E XCEL O FFICE W ORD, E XCEL & POWERP OINT XCEL & P For this lab, you will practice importing datasets into an Excel worksheet using different types of formatting. First, you will

More information

Keynote Basics Website:

Keynote Basics Website: Keynote Basics Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages. If you

More information

Introduction to Windows 10 Part 1

Introduction to Windows 10 Part 1 Introduction to Windows 10 Part 1 Higham and Rushden U3A In this presentation we will have a quick look at the following: Starting Windows 10 Typical desktop layout Start screen Cortana and Search Taskbar

More information

2. Write Your Test Questions & Create Interactions Page 12

2. Write Your Test Questions & Create Interactions Page 12 This guide will show you how to create a computer-based test using Authorware 4.0 or higher. These instructions are for use on both Macintosh and IBM (Windows) computers. It is recommended that you purchase

More information

MICROSOFT POWERPOINT 2016 Quick Reference Guide

MICROSOFT POWERPOINT 2016 Quick Reference Guide MICROSOFT POWERPOINT 2016 Quick Reference Guide PowerPoint What is it? What s new in PowerPoint 2016? PowerPoint is a computer program that allows you to create, edit and produce slide show presentations.

More information

Presenting a Live Meeting Session

Presenting a Live Meeting Session Presenting a Live Meeting Session LIVE MEETING CONSOLE COMPONENTS The Live Meeting console is made up of multiple components: Presentation area in the middle of the console. Control panels (panes) accessible

More information

Prototyping a Swing Interface with the Netbeans IDE GUI Editor

Prototyping a Swing Interface with the Netbeans IDE GUI Editor Prototyping a Swing Interface with the Netbeans IDE GUI Editor Netbeans provides an environment for creating Java applications including a module for GUI design. Here we assume that we have some existing

More information

Interface. 2. Interface Adobe InDesign CS2 H O T

Interface. 2. Interface Adobe InDesign CS2 H O T 2. Interface Adobe InDesign CS2 H O T 2 Interface The Welcome Screen Interface Overview The Toolbox Toolbox Fly-Out Menus InDesign Palettes Collapsing and Grouping Palettes Moving and Resizing Docked or

More information

Quick Guide OneNote. What is OneNote?

Quick Guide OneNote. What is OneNote? This quick guide gives provides you with a good insight into how to use the OneNote smart tool. The content is updated continuously. At the end of the quick guide you will find exercises that will help

More information

The MVC Design Pattern

The MVC Design Pattern The MVC Design Pattern The structure of iphone applications is based on the Model-View-Controller (MVC) design pattern because it benefits object-oriented programs in several ways. MVC based programs tend

More information

Windows XP. A Quick Tour of Windows XP Features

Windows XP. A Quick Tour of Windows XP Features Windows XP A Quick Tour of Windows XP Features Windows XP Windows XP is an operating system, which comes in several versions: Home, Media, Professional. The Windows XP computer uses a graphics-based operating

More information

Microsoft Access 2010

Microsoft Access 2010 2013\2014 Microsoft Access 2010 Tamer Farkouh M i c r o s o f t A c c e s s 2 0 1 0 P a g e 1 Definitions Microsoft Access 2010 What is a database? A database is defined as an organized collection of data

More information

Practice Labs User Guide

Practice Labs User Guide Practice Labs User Guide This page is intentionally blank Contents Introduction... 3 Overview... 3 Accessing Practice Labs... 3 The Practice Labs Interface... 4 Minimum Browser Requirements... 5 The Content

More information

Creating a Presentation

Creating a Presentation Creating a Presentation 1.1 Double Click the PowerPoint icon on the desktop Or Click on the start menu Type PowerPoint into the search box Click on the PowerPoint icon 1.2 Click Blank Presentation 1 How

More information

Lab 2. Task 1 : Learning basic tasks with PowerPoint. Estimated time

Lab 2. Task 1 : Learning basic tasks with PowerPoint. Estimated time Lab 2 Task 1 : Learning basic tasks with PowerPoint Objective : To familiarize with basic tasks in PowerPoint : 1. Create a presentation 2. Find and apply a template 3. Insert a new slide 4. Format text

More information

Step away from the bullet point and visualise your presentations

Step away from the bullet point and visualise your presentations Step away from the bullet point and visualise your presentations Using this guide This tutorial contains descriptive text, instructions and accompanying online content from lynda.com. Read the text and

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information