Apple s Automator Workshop

Size: px
Start display at page:

Download "Apple s Automator Workshop"

Transcription

1 Apple s Automator Workshop Dr. Luanne Fose, Instructor Cal Poly, The Center for Teaching and Learning Background Apple has been trying to get people to program for a really long time. Apple introduced Apple Script, which was Apple s attempt to make programming available to the masses but it failed miserably. Apple Script was really a programming language that wasn t that easy to learn, and it wasn t very powerful (because they were trying to make it easy to learn) so what you ended up with was a program that programmers didn t want to use because it wasn t flexible enough and real people didn t want to use it because it wasn t easy to learn. Apple Script is still around and much more powerful than it was in the past and much easier to learn than programming languages such as Basic or C. In an effort to bring programming to the masses, Apple has now introduced Automator. Basic Parts of the Interface Automator s interface is similar to Apple s Address Book or itunes applications. You can select an application choice from the Library and see the set of Actions associated with it. If you click on an Action, you can see the description of what it does in the window below. You also have the choice to Run or Stop your actions with the Play and Stop buttons in the upper-right corner of Automator. This feature allows you to try out your Workflows why you are building them before you save them out as a plug-in or as an application. Create a Script to Convert.PNG Files to.jpgs Note: Mac OS X s default for saving screenshot image files is PNG when you use Command-Shift 3 or Command-Shift 4 to grab a screenshot. Most people would prefer to have their screenshots saved as.jpg 1) Open Automator. In the Library column, click on Finder Library > Get Selected Finder Items. Press Return and you will see the action move over to the Workflow Execution window to the right. (You can also drag the action over to the Workflow Execution window.) 2) In Preview Library > Change Type of Images. Press Return. Details: To Type: JPEG. Apple s Automator Workshop Page 1

2 Note: The two actions join up in a specific way. An action can have input (data that feeds into it) and output (data that it produces). For one action to succeed another, you usually want the data produced by the first to be fed to the second. The join arrow between the actions in Workflow shows this happening. 3) Finder Library > Move Finder Items. Press Return. Details: To: Desktop. Place checkmark next to Replacing existing files. Creating a Plug-in Obviously, you can save this out as a stand-alone application but you can also save out the workflow as a Finder plug-in that you can use by right-clicking (Control-clicking for those of you who don t have a 2-button mouse) and using the Automator menu and submenu. 1) Select Save As > Save as Plug-in 2) You can select different types of plug-ins from the pop-up menu, but we ll pick Plug-in For: Finder 3) Save this script with a descriptive name such as Change PNG to JPG 4) Right-click in the Finder and select workflow (in this case, select the workflow off of the Automator submenu that is called Change PNG to JPG ). Note: Whatever is currently being processed in a workflow shows up in the Finder menu at the top of your computer screen as the workflow is being processed. Create a Script to Convert a Text Document into MP3 & Sync to Your itunes and Your ipod 1) Open Automator. In the Library column, click on Finder Library > Ask for Finder Items. Press Return. Details = Type: Files; Start at: Documents; Prompt: Select a Text or Word Document: 2) Automator Library > Ask for Confirmation. Press Return. Details = Top text box message, type the following: The text document you selected will open next. Explanation: Warning: Do NOT close the text document until the Automator process has completed. While SpeakIt! Is running, it is important that the text document remain open. Retain the Cancel and OK buttons (but you could click on them and change the text of these buttons if you wish. 3) Finder Library > Open Finder Items. Press Return. Details = Open with: TextEdit.app 4) TextEdit Library > Get Contents of TextEdit Document. Press Return. 5) TextEdit Library > Text to Audio File. Press Return. Details = System Voice: Victoria; Save As: Speakit Audio File ; Where: Desktop 6) itunes Library > Import Audio File. Press Return. Details = Using: MP3 Encoder; checkmark next to Delete source files after encoding 7) itunes Library > Add Songs to ipod OR Update ipod (either one). Press Return. Apple s Automator Workshop Page 2

3 8) itunes Library > Eject ipod. Press Return. 9) Save out as Finder Plug-in called Text to ipod Audio Right-click in the Finder and select the plug-in workflow (in this case, the one called Text to ipod Audio ) from the Automator submenu. Apple s Automator Workshop Page 3

4 Create a Script to Crop Selected Images from iphoto and View with Preview 1) iphoto Library > Get Selected iphoto Items. Press Return. This action requires you to open iphoto and Shift-Select or Command-Select whatever images you want to crop. 2) Finder Library > Copy Finder Items. Press Return. Details: To: Desktop 3) Preview Library > Crop Images. Press Return. From pull-down menu, select: To Dimensions Choose Scale before crop: Scale to Width. From this Options menu, select Show Action When Run. This will cause Automator to do all the previous steps and then bring up a dialog box so you can select the width and height you want the images cropped to each time. 4) Preview Library > Open Images in Preview. Press Return. This will show you the images as the completed cropped version in Preview. The changed images with new dimensions will be on the desktop to use however you desire. One of the nice things about this workflow is that your original images remain untouched in iphoto since a copy of the images was made to the Desktop. 5) Save as a workflow called iphoto Crop Images and also save as a Finder plug-in. Apple s Automator Workshop Page 4

5 Create a Script to Rename & Renumber Photos Selected from Desktop Note: For this exercise, we will use the folder of images called Yosemite Images for Automator Class, which has been placed in a folder on your Desktop 1) Finder Items > Get Selected Finder Items. Press Return. This action requires you to already have photos from iphoto or some other source dragged to the Desktop and to have these items selected with Shift-select. (Open Yosemite Images for Automator Class and press Command-A for Select All) 2) Finder Items > Rename Finder Items. Press Return. From the pop-up menu that defaults to Add Date, select Make Sequential instead. Select Add number to new name and type in the new name you want in the textbox. Select the following: Place number after name. Start numbers at 1. Separated by dash. Checkbox on Make all numbers 3 digits long. Click on the Options arrow and select Show Action When Run so that you can fill-out this dialog box differently each time you use the workflow based upon your desires at the time. 3) Save this version as a workflow called Rename Photos on Desktop and also save it as a Finder plug-in. Create a Script to Rename & Renumber & Mail Photos as Attachments Selected from Desktop Note: Add the following actions to the script we created above in order to be able to mail these photos as attachments within the workflow. To the previous workflow, add the following: 1) Mail Library > New Mail Message. Press Return. Be sure that the Options choice is set to Show Action When Run. 2) Mail Library > Send Outgoing Messages. Press Return. Note: You must be using Mac Mail as your default application (not Entourage or some other program) for this workflow to perform properly. Apple s Automator Workshop Page 5

6 Troubleshooting Your Workflows There are a variety of ways to test your workflows as you run them: One way is to go to the View menu and select Show Log. As you run the program, a log will appear below the main Automator window showing you how it is executing each action. Another way is to go the Library and within the Automator Library, select View Results. Insert this View Results action between any actions where you want to see what is going on. Removing Finder Plug-ins If you have saved some workflows as Finder Plug-ins and later decide you don t want those to show up in the Finder Automator menu anymore when you right-click within the Finder, you may remove them by going to the following location in your user home area and throwing away whichever ones you want to discard: ~/Library/Workflow/Applications/Finder Additional Automator Actions for Your Automator Library A simple Google search for Automator Action Scripts will bring up all sorts of actions scripts (some free, some for a price) that you can import into Automator and use. There are some excellent actions for Photoshop users, iweb users, podcasters, etc. To import them into Automator, simply choose File > Import Actions within Automator. Apple s Automator Workshop Page 6

7 Here are some of the best we ve found: Apple s Automator Action Scripts Downloads web page. Automator actions are added weekly to this web site. There s some great stuff here! Automator World: Macscripter Actions and Workflows Want to Learn More? Review Other Automator Workflow Examples on the Web: Book: Ben Waldie's Mac OS X Technology Guide to Automator from SpiderWorks LLC covers all of the ins and outs of using Automator, as well as developing custom Automator actions of your very own! REMEMBER: THE POSSIBILITIES ARE ONLY AS LIMITED AS YOUR IMAGINATION! HAVE FUN! Apple s Automator Workshop Page 7

itunes Basics Website: http://etc.usf.edu/te/

itunes Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ itunes is the digital media management program included in ilife. With itunes you can easily import songs from your favorite CDs or purchase them from the itunes Store.

More information

HOW TO ORGANIZE PICTURES

HOW TO ORGANIZE PICTURES Get started When you upload your pictures to Shutterfly, you can do much more than view them. Our workspace offers tools that let you quickly and easily organize your photos as well. We re going to show

More information

PhoneView Product Manual

PhoneView Product Manual PhoneView Product Manual PhoneView is a Mac application for accessing iphone, ipad or ipod touch imessages, SMS/MMS, WhatsApp messages, contacts, call history, voicemails, shared app data, Safari web bookmarks

More information

Introduction to OS X (10.4)

Introduction to OS X (10.4) Introduction to OS X (10.4) Parts of OS X Desktop, menu bar, disks, dock Home: documents and desktop Apple Menu and the active application How things are organized in OS X Things you should know Labels

More information

ADOBE CONNECT 8 USER GUIDE. Colorado Department of Labor & Employment

ADOBE CONNECT 8 USER GUIDE. Colorado Department of Labor & Employment ADOBE CONNECT 8 USER GUIDE Colorado Department of Labor & Employment Enter a Meeting Room Getting Started - Enter a Meeting Room DO ONE OF THE FOLLOWING: 1. From the Home Page in Adobe Connect Central,

More information

MAC SWITCH 101. Elements of the Mac OS X desktop and Finder, and their Windows Explorer equivalents

MAC SWITCH 101. Elements of the Mac OS X desktop and Finder, and their Windows Explorer equivalents MAC SWITCH 101 Although it may feel like you're entering a brand new world with your Mac, you'll be happy to know that Finder has some familiar similarities to Windows Explorer. For example, you still

More information

itunes 7.0 Fall 07 fall 2007

itunes 7.0 Fall 07 fall 2007 itunes 7.0 Fall 07 fall 2007 Table of Contents Introduction 3 Layout of itunes 3 Playlists 4 Create a Playlist 4 Create a Smart Playlist 5 Burning to CD 5 Burning Preferences 5 Importing Files 6 Encoding

More information

The Coast to Coast AM Podcast for itunes 11

The Coast to Coast AM Podcast for itunes 11 The Coast to Coast AM Podcast for itunes 11 System Requirements In order to run itunes 11, please see the system requirements at http://www.apple.com/itunes/download/. A Note on Downloading Directly to

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

The Rush 24/7 Podcast for itunes 11

The Rush 24/7 Podcast for itunes 11 The Rush 24/7 Podcast for itunes 11 System Requirements In order to run itunes 11, please see the system requirements at http://www.apple.com/itunes/download/. A Note on Downloading Directly to Mobile

More information

The Rush 24/7 Podcast for itunes 9

The Rush 24/7 Podcast for itunes 9 The Rush 24/7 Podcast for itunes 9 System Requirements In order to run the Rush 24/7 Podcast for itunes 9, please see the system requirements here: http://www.apple.com/itunes/download/ Initial Setup of

More information

MAC SWITCH 101. Right-click my mouse to access commands or perform actions in a shortcut menu.

MAC SWITCH 101. Right-click my mouse to access commands or perform actions in a shortcut menu. MAC SWITCH 101 In Windows, I used to... If you're using an Apple one-button mouse, Control-click items (press and hold the Control key while you click) to access commands or perform actions in a shortcut

More information

Switch Basics Mac vs PC: On Windows, I used to...mac I can

Switch Basics Mac vs PC: On Windows, I used to...mac I can Switch Basics Mac vs PC: On Windows, I used to...mac I can Summary - You may be used doing certain tasks on your Windows computer in particular ways. This shows you how to accomplish the same tasks on

More information

itunes 4.2 User Guide for Windows Apple Computer, Inc.

itunes 4.2 User Guide for Windows Apple Computer, Inc. itunes 4.2 User Guide for Windows Apple Computer, Inc. itunes 4.2 User Guide for Windows Apple Computer, Inc. itunes 4.2 User Guide 2000-2003 Apple Computer, Inc. All rights reserved. First printing September,

More information

Use e-mail signatures in Outlook 2010

Use e-mail signatures in Outlook 2010 Use e-mail signatures in Outlook 2010 Quick Reference Card Download and use a signature template Note This procedure will take you away from this page. If necessary, print this page before you follow these

More information

Batch Scanning. 70 Royal Little Drive. Providence, RI 02904. Copyright 2002-2011 Ingenix. All rights reserved.

Batch Scanning. 70 Royal Little Drive. Providence, RI 02904. Copyright 2002-2011 Ingenix. All rights reserved. 70 Royal Little Drive Providence, RI 02904 Copyright 2002-2011 Ingenix. All rights reserved. Updated: December 13, 2011 Table of Contents 1 Batch Scanning... 1 1.1 Installing the CareTracker Client...

More information

CheckBook Pro 2 Help

CheckBook Pro 2 Help Get started with CheckBook Pro 9 Introduction 9 Create your Accounts document 10 Name your first Account 11 Your Starting Balance 12 Currency 13 Optional password protection 14 We're not done yet! 15 AutoCompletion

More information

For Organizers (Hosts) at OSU

For Organizers (Hosts) at OSU Adobe Connect Pro 9.1 Overview For Organizers (Hosts) at OSU Getting Started 1. Access Adobe Connect Pro Central via this URL: http://oregonstate.adobeconnect.com 2. Login using your email address and

More information

Identity Finder Setup

Identity Finder Setup Identity Finder Information Sheet for MAC This document will walk you through how to install, scan, and secure any SI found on your computer, or storage devices using the Identity Finder Software. This

More information

LYNC 2010 USER GUIDE

LYNC 2010 USER GUIDE LYNC 2010 USER GUIDE D O C U M E N T R E V I S O N H I S T O R Y DOCUMENT REVISION HISTORY Version Date Description 1.0 6/25/2013 Introduction of the Lync 2010 to product line. 2 Lync 2010 User Guide 401

More information

Document OwnCloud Collaboration Server (DOCS) User Manual. How to Access Document Storage

Document OwnCloud Collaboration Server (DOCS) User Manual. How to Access Document Storage Document OwnCloud Collaboration Server (DOCS) User Manual How to Access Document Storage You can connect to your Document OwnCloud Collaboration Server (DOCS) using any web browser. Server can be accessed

More information

Audacity Quick Reference Guide. Radford University Technology in Learning Center

Audacity Quick Reference Guide. Radford University Technology in Learning Center Audacity Quick Reference Guide Radford University Technology in Learning Center GETTING STARTED Audacity is an open source, freeware audio editor available for Windows, Mac and Linux users. It can be downloaded

More information

Social Media in Signatures

Social Media in Signatures Social Media in Signatures www.exclaimer.com Interactive Links Here we ll show you how to approximate the same social media approval interactivity like a Facebook Share button or Twitter Follow, for example

More information

DECS DER APPLE WIRELESS HELPER DOCUMENT

DECS DER APPLE WIRELESS HELPER DOCUMENT DECS DER APPLE WIRELESS HELPER DOCUMENT A GUIDE TO THE DEPLOYMENT OF APPLE MAC NOTEBOOK COMPUTERS IN DECS WIRELESS NETWORKS apple Chris Downing, Senior Systems Engineer apple Viano Jaksa, Area Manager

More information

The Sean Hannity Podcast for itunes 9

The Sean Hannity Podcast for itunes 9 The Sean Hannity Podcast for itunes 9 System Requirements In order to run the Sean Hannity Podcast for itunes 9, please see the system requirements at: http://www.apple.com/itunes/download/ Initial Setup

More information

The End is Near. Options for File Management and Storage

The End is Near. Options for File Management and Storage The End is Near Options for File Management and Storage Options Google Drive icloud Drive USB Drives H:Drive icloud icloud IOS 8 icloud Drive icloud With icloud Drive, you can safely store all your presentations,

More information

Back to My Mac User s Guide

Back to My Mac User s Guide Back to My Mac User s Guide This guide will show you how to access a remote Leopard or Snow Leopard based Mac, Time Capsule, or external hard disk connected to an AirPort Extreme Base Station over the

More information

Welcome to Panther Find out what you can do with Mac OS X and Mac OS X applications

Welcome to Panther Find out what you can do with Mac OS X and Mac OS X applications Welcome to Panther Find out what you can do with Mac OS X and Mac OS X applications apple Apple Computer, Inc. 2004 Apple Computer, Inc. All rights reserved. The Apple logo is a trademark of Apple Computer,

More information

Your First App Store Submission

Your First App Store Submission Your First App Store Submission Contents About Your First App Store Submission 4 At a Glance 5 Enroll in the Program 5 Provision Devices 5 Create an App Record in itunes Connect 5 Submit the App 6 Solve

More information

Setting Up Your Android Development Environment. For Mac OS X (10.6.8) v1.0. By GoNorthWest. 3 April 2012

Setting Up Your Android Development Environment. For Mac OS X (10.6.8) v1.0. By GoNorthWest. 3 April 2012 Setting Up Your Android Development Environment For Mac OS X (10.6.8) v1.0 By GoNorthWest 3 April 2012 Setting up the Android development environment can be a bit well challenging if you don t have all

More information

Workshare imanage Integration File Sharing & DMS Mobility. Getting Started Guide

Workshare imanage Integration File Sharing & DMS Mobility. Getting Started Guide Workshare imanage Integration File Sharing & DMS Mobility Getting Started Guide R Work s about to get smarter We have one goal to give you a simpler, faster way to work on documents. We help you work outside

More information

How To Sync Google Drive On A Mac Computer With A Gmail Account On A Gcd (For A Student) On A Pc Or Mac Or Mac (For An Older Person) On An Ipad Or Ipad (For Older People) On

How To Sync Google Drive On A Mac Computer With A Gmail Account On A Gcd (For A Student) On A Pc Or Mac Or Mac (For An Older Person) On An Ipad Or Ipad (For Older People) On Installation and Setup of Google Drive for Students on Mac OS X Purpose: This guide will lead you through the Google Drive Installation and Configuration. Pre-requisites: 1) ODU Student Gmail account 2)

More information

As you look at an imac you will notice that there are no buttons on the front of the machine as shown in figure 1.

As you look at an imac you will notice that there are no buttons on the front of the machine as shown in figure 1. Apple imac When you first sit down to use an Apple Macintosh Computer, or Mac for short, you may seem intimidated by using something other than Microsoft Windows, but once you use a Mac, you might find

More information

Available on VitalSource

Available on VitalSource User Guide Available on VitalSource Welcome to Pageburst on VitalSource all of your Elsevier ebooks at your fingertips! This user guide contains the information you will need to redeem your access code

More information

For example, you might want to create a folder to collect together all emails relating to a particular project or subject.

For example, you might want to create a folder to collect together all emails relating to a particular project or subject. Email folders Outlook uses a series of folders such as the inbox, outbox, drafts and sent items to sort your email into collections according to the status of the message. If the folders which are already

More information

FirstClass FAQ's An item is missing from my FirstClass desktop

FirstClass FAQ's An item is missing from my FirstClass desktop FirstClass FAQ's An item is missing from my FirstClass desktop Deleted item: If you put a item on your desktop, you can delete it. To determine what kind of item (conference-original, conference-alias,

More information

Camtasia Studio. Creating Screen Videos

Camtasia Studio. Creating Screen Videos Camtasia Studio Creating Screen Videos WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 INTRODUCTION... 1 WHY USE CAMTASIA STUDIO?... 2 WHERE CAN I GET CAMTASIA STUDIO?... 2 HOW TO USE

More information

BlackBerry Desktop Software User Guide

BlackBerry Desktop Software User Guide BlackBerry Desktop Software User Guide Version: 2.4 SWD-1905381-0426093716-001 Contents Basics... 3 About the BlackBerry Desktop Software... 3 Set up your smartphone with the BlackBerry Desktop Software...

More information

TAMUS Terminal Server Setup BPP SQL/Alva

TAMUS Terminal Server Setup BPP SQL/Alva We have a new method of connecting to the databases that does not involve using the Texas A&M campus VPN. The new way of gaining access is via Remote Desktop software to a terminal server running here

More information

VISUAL QUICK START GUIDE ADOBE CONNECT PRO 8

VISUAL QUICK START GUIDE ADOBE CONNECT PRO 8 VISUAL QUICK START GUIDE ADOBE CONNECT PRO 8 Getting started with Adobe Connect meetings Create and Access Your Meetings 1. Navigate to : https://brookdalecc.adobeconnect.com in your web browser. 2. Log

More information

Apple Mac Fundamentals: A Tutorial. Updated 24/4/2013 By Mac Thing enquiries@macthing.co.uk http://www.macthing.co.uk. Table of Contents:

Apple Mac Fundamentals: A Tutorial. Updated 24/4/2013 By Mac Thing enquiries@macthing.co.uk http://www.macthing.co.uk. Table of Contents: Apple Mac Fundamentals: A Tutorial. Updated 24/4/2013 By Mac Thing enquiries@macthing.co.uk http://www.macthing.co.uk Table of Contents: 1) The Macintosh HD 2) Your Home Directory 3) The Finder 4) The

More information

SnagIt Add-Ins User Guide

SnagIt Add-Ins User Guide Version 8.1 User Guide By TechSmith Corp. User Guide User Guide Contents User s Guide 1 Overview...1 Word, PowerPoint, and Excel Add-Ins...2 Outlook Add-In...2 Internet Explorer / Windows Explorer Add-In...2

More information

Subscribe to RSS in Outlook 2007. Find RSS Feeds. Exchange Outlook 2007 How To s / RSS Feeds 1of 7

Subscribe to RSS in Outlook 2007. Find RSS Feeds. Exchange Outlook 2007 How To s / RSS Feeds 1of 7 Exchange Outlook 007 How To s / RSS Feeds of 7 RSS (Really Simple Syndication) is a method of publishing and distributing content on the Web. When you subscribe to an RSS feed also known as a news feed

More information

An Introduction to Box.com

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

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Mac OS X 10.6 Snow Leopard Installation and Setup Guide

Mac OS X 10.6 Snow Leopard Installation and Setup Guide Mac OS X 10.6 Snow Leopard Installation and Setup Guide Read this document before you install Mac OS X. It includes important information about installing Mac OS X. For more information about Mac OS X,

More information

HOW TO VIEW AND EDIT PICTURES

HOW TO VIEW AND EDIT PICTURES Get started Shutterfly can help you make your pictures look their best. We re going to show you the different ways to view and edit your pictures using our easy-to-use tools. To begin, sign in to your

More information

The first thing to do is choose if you are creating a mail merge for printing or an e-mail merge for distribution over e-mail.

The first thing to do is choose if you are creating a mail merge for printing or an e-mail merge for distribution over e-mail. Create a mail or e-mail merge Use mail or e-mail merge when you want to create a large number of documents that are mostly identical but include some unique information. For example, you can use mail merge

More information

Sharing Files and Printers. Mac/PC Compatibility: QuickStart Guide for Business

Sharing Files and Printers. Mac/PC Compatibility: QuickStart Guide for Business Sharing Files and Printers Mac/PC Compatibility: QuickStart Guide for Business 2 Sharing Files and Printers QuickStart Guide for Business The Basics Users often need to exchange files with colleagues who

More information

Table of Contents. Page 3

Table of Contents. Page 3 Welcome to Exchange Mail Customer Full Name Your e-mail is now being delivered and stored on the new Exchange server. Your new e-mail address is @rit.edu. This is the e-mail address that you should give

More information

Create an Art Collage

Create an Art Collage Create an Art Collage Anyone with children knows how much art they bring home from school everyday, those backpacks full of art add up fast. Now, you don t have to part with a single precious piece or

More information

Spotlight. Effectively Search The Content Of Your Computer

Spotlight. Effectively Search The Content Of Your Computer Spotlight Effectively Search The Content Of Your Computer OSX has a search feature called Spotlight which allows users to search their computer s hard drive quickly. Spotlight finds just about anything

More information

LEARNING RESOURCE CENTRE GUIDE TO OFFICE 365

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

More information

Piktochart 101 Create your first infographic in 15 minutes

Piktochart 101 Create your first infographic in 15 minutes Piktochart 101 Create your first infographic in 15 minutes TABLE OF CONTENTS 01 Getting Started 5 Steps to Creating Your First Infographic in 15 Minutes 1.1 Pick a Template 1.2 Click Create and Start Adding

More information

Using FileMaker Pro with Microsoft Office

Using FileMaker Pro with Microsoft Office Hands-on Guide Using FileMaker Pro with Microsoft Office Making FileMaker Pro Your Office Companion page 1 Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker

More information

Sendspace Wizard Desktop Tool Step-By-Step Guide

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

More information

Check out our website!

Check out our website! Check out our website! www.nvcc.edu/woodbr idge/computer-lab Contact Us Location: Open Computer Lab Seefeldt Building #336 NOVA Woodbridge Campus Hussna Azamy (OCL Supervisor) Phone: 703-878-5714 E-mail:

More information

Macintosh System OSX #1

Macintosh System OSX #1 Recipes4Success Macintosh System OSX #1 2007. All Rights Reserved. This Material is copyrighted under United States copyright laws. Tech4Learning, Inc. is the exclusive owner of the copyright. Distribution

More information

Guide to using Cumulus software (a.k.a., the Cumulus "client")

Guide to using Cumulus software (a.k.a., the Cumulus client) Guide to using Cumulus software (a.k.a., the Cumulus "client") January 2012 Stanford Law School s images database is in Cumulus a digital asset manager made by Canto Software http://www.canto.com. Stanford

More information

Launcher Installation Instructions Code No. LIT-12011783 Software Release 1.5 Issued June 2016

Launcher Installation Instructions Code No. LIT-12011783 Software Release 1.5 Issued June 2016 Code No. LIT-12011783 Software Release 1.5 Issued June 2016 Refer to the QuickLIT website for the most up-to-date version of this document. Launcher Introduction...2 Summary of Changes...2 Launcher Concepts...2

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

1 ImageBrowser Software User Guide

1 ImageBrowser Software User Guide 1 ImageBrowser Software User Guide Table of Contents (1/2) Chapter 1 Try It! ImageBrowser Chapter 2 What is ImageBrowser? Chapter 3 Starting ImageBrowser... 4 Downloading Images to Your Computer... 9 Printing

More information

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create.

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create. POWER E*TRADE PRO EXCEL MANAGER Quick Start Guide We are pleased to announce the launch of Excel Manager, an exciting new feature in Power E*TRADE Pro that leverages the flexibility of Microsoft Excel

More information

Content Author's Reference and Cookbook

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

More information

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

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

More information

Sharing your ipad Stuff

Sharing your ipad Stuff Sharing your ipad Stuff 2013 John Larkin. Do not use without permission. Please acknowledge use. http://www.larkin.net.au Introduction John Larkin Sharing on an ipad, Page 1 Sharing and exporting files

More information

Citrix Desktop for Home Computers Apple ios Instructions

Citrix Desktop for Home Computers Apple ios Instructions Citrix Desktop for Home Computers Apple ios Instructions You can use Citrix to create and access a virtual work desktop from your home computer. Step 1 Uninstall: To install the newest version of Citrix

More information

GET INTO OFFICE 365: OneDrive for Business Guide

GET INTO OFFICE 365: OneDrive for Business Guide GET INTO : OneDrive for Business Guide Your classroom resources online, anywhere at any time. This guide will introduce you to OneDrive for Business, which is part of the Office 365 offering provided by

More information

PODCASTING ON WINDOWS PCs USING CAMTASIA

PODCASTING ON WINDOWS PCs USING CAMTASIA PODCASTING ON WINDOWS PCs USING CAMTASIA INTRODUCTION Camtasia 3 is one of the most powerful applications currently on the market for creating podcast content on Windows PCs. Originally designed as a screen

More information

READY-ACCESS CHAIRPERSON GUIDE

READY-ACCESS CHAIRPERSON GUIDE READY-ACCESS CHAIRPERSON GUIDE SETTING UP A CONFERENCE CALL When you are ready for a conference follow these simple steps: 1. Inform all participants of the date and time of the conference. 2. Give all

More information

Lync Quick Start Guide for MAC OS

Lync Quick Start Guide for MAC OS Microsoft Lync is a unified communications platform that works ideally in a Windows Operating System, but is also feature- rich using a MAC OS. The purpose of this guide is to cover highlights of Lync

More information

Introduction to dobe Acrobat XI Pro

Introduction to dobe Acrobat XI Pro Introduction to dobe Acrobat XI Pro Introduction to Adobe Acrobat XI Pro is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. To view a copy of this

More information

About SharePoint Server 2007 My Sites

About SharePoint Server 2007 My Sites SharePoint How To s / My Sites of 6 About SharePoint Server 007 My Sites Use your My Site to store files and collaborate with your co-workers online. My Sites have public and private pages. Use your public

More information

Recording and Editing Audio with Audacity

Recording and Editing Audio with Audacity 1 Recording and Editing Audio with Audacity http://audacity.sourceforge.net/ Audacity is free, open source software for recording and editing sounds. It is available for Mac OS X, Microsoft Windows, Linux,

More information

Managing Files. On a PC, after you find your file, right click it and selet Rename from the pop-up menu.

Managing Files. On a PC, after you find your file, right click it and selet Rename from the pop-up menu. Managing Files File Types, Renaming Files The software you are using will automatically save your file as the type that applies to your current application. For Microsoft Word documents, for example, will

More information

Secure Outgoing Mail (SMTP) Setup Guide

Secure Outgoing Mail (SMTP) Setup Guide Secure Outgoing Mail (SMTP) Setup Guide Mozilla Thunderbird Windows* 1. Load Mozilla Thunderbird. 2. In the Tools pull-down menu select Account Settings 3. In the left hand panel select Outgoing Server

More information

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.

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,

More information

Sitecore InDesign Connector 1.1

Sitecore InDesign Connector 1.1 Sitecore Adaptive Print Studio Sitecore InDesign Connector 1.1 - User Manual, October 2, 2012 Sitecore InDesign Connector 1.1 User Manual Creating InDesign Documents with Sitecore CMS User Manual Page

More information

Comparisons and Contrasts Between imovie 2 and Movie Maker 2

Comparisons and Contrasts Between imovie 2 and Movie Maker 2 Comparisons and Contrasts Between imovie 2 and Movie Maker 2 imovie 2 and Movie Maker 2 are both very simple digital video editing programs. Essentially, Movie Maker was created by Microsoft to mimic the

More information

SoftChalk. Level 1. University Information Technology Services. Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production

SoftChalk. Level 1. University Information Technology Services. Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production SoftChalk Level 1 University Information Technology Services Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production Page 1 of 49 Copyright 2013 KSU Department of University Information

More information

itunes Song Library and/or Music CD Conversion Software Installation & Operational Instructions

itunes Song Library and/or Music CD Conversion Software Installation & Operational Instructions itunes Song Library and/or Music CD Conversion Software Installation & Operational Instructions Copyright 2010 Southwestern Microsystems Inc. All rights reserved. Revision: B Dated: 5/22/2011 General Information

More information

Create Video Lectures with Panopto

Create Video Lectures with Panopto Create Video Lectures with Panopto Table of Contents Adding Panopto to your BeachBoard Course Navigation... 2 Installation & Setup for Windows... 2 Windows Specifications... 2 Windows Install.NET Framework

More information

National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher

National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher Customizing the Templates in Microsoft Publisher Microsoft Publisher is part of the Microsoft Office Suite, so most

More information

General. What is Freegal?

General. What is Freegal? General What is Freegal? Freegal is a downloadable music service from your library. All you need is your library card number and, if your library requires it, a PIN. Freegal offers access to about 3 million

More information

Photo Sharing on the Network

Photo Sharing on the Network free appendix Photo Sharing on the Network O playlists on your home or office network, so that other people in the same building can listen to your tunes. Why shouldn t iphoto be able to do the same thing

More information

Adobe Reader Settings

Adobe Reader Settings Adobe Reader Settings Table of Contents Adobe 9 and X (10) Reader Settings...2 For Adobe Reader X (10)... 5 Adobe Reader XI (11)...7 Internet Explorer 8 and 9... 8 Google Chrome... 9 Mozilla Firefox...

More information

2010 Outlook Web App Client Overview

2010 Outlook Web App Client Overview 2010 Outlook Web App Client Overview The upgrade to Microsoft Exchange 2010 includes an updated web-based e-mail client, OWA. OWA stands for Outlook Web App and gives you access to your district e-mail

More information

ClaroRead SE for Mac. User Guide!

ClaroRead SE for Mac. User Guide! ClaroRead SE for Mac User Guide! Welcome to ClaroRead SE Welcome to ClaroRead SE for Mac. ClaroRead SE is designed to help make your computer easier to use. It is closely integrated with Pages and Microsoft

More information

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

Chapter 14: Links. Types of Links. 1 Chapter 14: Links 1 Unlike a word processor, the pages that you create for a website do not really have any order. You can create as many pages as you like, in any order that you like. The way your website is arranged and

More information

TIPS FOR USING OS X 10.8 MOUNTAIN LION

TIPS FOR USING OS X 10.8 MOUNTAIN LION Mac OS X Tutorial 10.8 Mountain Lion 1 TIPS FOR USING OS X 10.8 MOUNTAIN LION LAUNCHPAD Launchpad is an application launcher first introduced in OS X 10.7 Lion and improved upon in Mountain Lion. Launchpad

More information

Blackboard IM for Virtual Office Hours and Collaborative Group Work

Blackboard IM for Virtual Office Hours and Collaborative Group Work Blackboard IM for Virtual Office Hours and Collaborative Group Work Blackboard IM is an instant collaboration solution designed to promote learning through group work and academic and administrative help.

More information

Installing Your Software

Installing Your Software 1 Installing Your Software This booklet is designed to get you up and running as quickly as possible with Logic Studio. The following is covered: Â About the Logic Studio Box on page 2. Â About Onscreen

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Relational Queries Creating a query can be a little different when there is more than one table involved. First of all, if you want to create a query that makes use of more than

More information

einstruction CPS (Clicker) Instructions

einstruction CPS (Clicker) Instructions Two major approaches to run Clickers a. Anonymous b. Tracked Student picks any pad as s/he enters classroom; Student responds to question, but pad is not linked to student; Good for controversial questions,

More information

TakeMySelfie ios App Documentation

TakeMySelfie ios App Documentation TakeMySelfie ios App Documentation What is TakeMySelfie ios App? TakeMySelfie App allows a user to take his own picture from front camera. User can apply various photo effects to the front camera. Programmers

More information

OS X LION SET UP THE SYSTEM

OS X LION SET UP THE SYSTEM OS X LION SET UP THE SYSTEM OS X Lion Set Up the System Last Edited: 2012-07-10 1 Personalize the Interface... 3 Organize the Desktop... 3 Configure Apple Trackpad... 4 Configure Apple Magic Mouse... 6

More information

Disabling Microsoft SharePoint in order to install the OneDrive for Business Client

Disabling Microsoft SharePoint in order to install the OneDrive for Business Client Disabling Microsoft SharePoint in order to install the OneDrive for Business Client If you try to setup and sync your OneDrive online documents with the client software and Microsoft SharePoint opens,

More information

Using Zimbra Briefcase

Using Zimbra Briefcase Using Zimbra Briefcase The Zimbra Collaboration Suite has a built-in utility for storing and sharing files called Briefcase. Putting files into your Briefcase makes them available to you and others that

More information

Content Author's Reference and Cookbook

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

More information

Using These Manuals. How to Use the. Software User Guide. Display examples: 1. Understanding How to Use Your Camera.

Using These Manuals. How to Use the. Software User Guide. Display examples: 1. Understanding How to Use Your Camera. Software User Guide For the safe use of your camera, be sure to read the Safety Precautions thoroughly before use. Types of software installed on your computer varies depending on the method of installation

More information