Advanced app development for ios. Lab 1 Introduction to Mac OS X and ios app development. Gdańsk 2015 Tomasz Idzi

Size: px
Start display at page:

Download "Advanced app development for ios. Lab 1 Introduction to Mac OS X and ios app development. Gdańsk 2015 Tomasz Idzi"

Transcription

1 Advanced app development for ios Lab 1 Introduction to Mac OS X and ios app development Gdańsk 2015 Tomasz Idzi

2 Introduction This lab is designed to acquaint the student with the basic functionality of the Mac OS. Tasks to be performed is not subject to assessment, although it is recommended to perform with extreme care, since they are the basis for the next class. A student who will perform the following tasks should possess basic knowledge of navigating the Mac OS. Mac OS X - First look The desktop is the space where you see files, folders and application windows. Learn about your desktop and how to customize it. 1. Elements of the desktop

3 1. Apple menu (apple) - information about Mac, System Preferences, Sleep, Shut Down and more. 2. Application menu - contains menus for the application you re currently using. The name of the application appears in bold next to the Apple menu. 3. Menu bar - contains the Apple menu, active application menu, status menus, menu bar extras, Spotlight icon and Notifiaction Center icon. 4. Status menu - shows the date and time, status of your computer or gives you quick access to certain features - for example, you can quickly turn on Wi-Fi, turn off Bluetooth or mute your s computer s volume. 5. Spotlight icon - Click it to bring up the Spotlight search field, where you can search for anything on your Mac (in the newest Mac OS X - Yosemite to run Spotlight you have use keyboard shortcut + space). 6. Notification Center icon - Click it to view Notification Center, which consolidates your notifications from Messages, Calendar, Mail, Reminders, and third-party apps. 7. Desktop - This is where your applications' windows will appear. You can add more desktops using Mission Control. 8. The Dock - Quick access to your most frequently used applications, folders, and files. With a single click the application, folder, or file opens. Finder The Finder is the app that helps you navigate all of the files and folders on your Mac. The Finder lets you browse your apps, disks, files and folders in variety of ways. You can use the Finder to organize these items the way you want. You can also use the Finder to search for items, delete files you no longer want and more. 2. Finder icon To open a new Finder window, click the Finder icon in the Dock, than select File > New Window/ New Finder Window ( + N). The first window you may see in Finder is All My Files. This is a special window that shows all of the documents you have access to on your Mac.

4 3. Finder All My Files window. You can change how items are displayed in Finder windows by dragging them, arranging them or changing view. Use the View menu to change the view of the current Finder window. You can also click the corresponding View button in the Toolbar that appears at the top of Finder windows. Changing Views Icon View/List View/Column View/Cover Flow Arrangin items Arrange items in a folder from the View menu as well. Action button Include shortcuts to common actions in Finder 4. Finder baisic options. Using folders The Finder shows you the files contained on the disk and drives connected to your computer. You can organize these files into folders. You can store folders within other folders.

5 5. Creating folder in Finder. To create a new folder, use these steps: 1. Click where you want the folder to appear, such as on the desktop. 2. Choose File > New Folder. 3. Drag any of the files or other folders into this that you want field into the folder. You can also create a folder quickly by selecting multiple items. 1. Select the items you want to place in a folder. - click and drag your pointer across the items to create a selection box - or hold down the Command key on your keyboard and clidk each item you want to select - or select the first item you want in a list, then hold down the Shift key and select the last item 2. Choose File > New Folder with Selection After finishing these steps, the items are then placed in a folder. You can type a new name for the folder once it appears, like my files. To view the items stored within the folder, double-click the folder to see its contents. The name of the folder it shown at the top of the window to let you know which folder you are viewing.

6 Using folders When you no longer want an item, you can delete it. Select the item (or folder of items) in the Finder, then choose File > Move to Trash. The Finder then moves the item to a special folder called "Trash" so that you no longer see it. You can view items that are marked for deletion by clicking the Trash icon in the Dock. 6. Trash icon in the Dock. You can also removing a file by drag and drop on trash icon. To rename a file/folder in Mac OS X, you have to click on it and: - right-clicking, choose GetInfo and in Name & Extension section type new name - or press Enter button and type new name - or in finder open Action menu, choose GetInfo and in Name & Extension section type new name 7. Rename folder in Mac OS X

7 Compress an item Do any of the following: Select the items you want to compress and choose File > Compress. Control-click an item and choose Compress from the shortcut menu. In a Finder window, select one or more items and choose Compress from the Action menu. If you compress a single item, the compressed file has the name of the original item with the.zip extension. If you compress multiple items at once, the compressed file is called Archive.zip. Uncompress (expand an item) Double-click the.zip file. Keyboard shortcuts To use a keyboard shortcut, press a modifier key at the same time as a character key. For example, pressing the Command key (it has a symbol) and then the "c" key copies whatever is currently selected to the Clipboard. This is also known as the Command-C keyboard shortcut. You can see the keys that map to many shortcuts by looking in an app's menus. 8. App s menus with shortcuts.

8 fn Command key Control key Option key Shift Key Caps Lock Function Key 9. Keys represented by special symbols Cut, copy and paste Key combination Command-C Command-X What it does Copy the selected data to the Clipboard Remove the selected item and place a copy on the Clipboard Command-V 10. Shortcuts to cut, copy and paste. Place a copy of (paste) the Clipboard contents into the current document or app

9 Xcode Xcode is Apple s integrated development environment (IDE) that you use to build apps for Apple products such as the ipad, iphone, and Mac. Xcode provides tools to manage your entire development workflow from creating your app, to testing, optimizing, and submitting it to the App Store. 11. Xcode icon. 12. Workspace window.

10 Make the first ios app Xcode includes several built-in app templates for developing common types of ios apps, such as games, apps with tab-based navigation, and table-view-based apps. Most of these templates have preconfigured interface and source code files. This time, you ll start with the most basic template: Single View Application. 1. Find Xcode icon in Dock and run the application. 2. In the welcome window click Create a new Xcode project.

11 3. In the ios section at the left of the dialog, select Application. 4. In the main area of the dialog, click Single View Application and then click Next. 5. In the dialog that appears, name your app and choose additional options for your project. Use the following values: Product Name: MyFirstApp (it will be name of your project and app). Organization Name: The name of your organizatio or your own name. You can leave this blank. Organization Identifier: Your organization identifier, if you have one. If you don t, use com.example. Bundle Identifier: This value is automatically generated based on your product name and organization identifier. Language: Objective-C Devices: Universal (iphone and ipad) Use Core Data: Leave unselected 6. Click Next. 7. In the dialog that appears, choose a location to save your project and click Create. Xcode opens your new project in a window (workspace window):

12 Run ios Simulator Because you based your project on an Xcode template, the basic app environment is automatically set up for you. Even though you haven t written any code, you can build and run the Single View Application template without any additional configuration. To run your app in ios Simulator 1. Make sure iphone is selected in the Scheme pop-up menu in the Xcode toolbar. Scheme

13 Go ahead and look through the menu to see what other hardware options are avaliable in ios Simulator. 2. Click the Run button, located in the top-left corner of the Xcode toolbar. Run button Activity viewer 3. Watch Xcode toolbar as the build process completes. After Xcode finishes building your project, ios Simulator starts automatically. It may take a few moments to start up the first time.

14 Right now, the Single View Application template doesn t do much it just displays a white screen. Other templates have more complex behavior. It s important to understand a template s uses before you extend it to make your own app. Running your app in ios Simulator with no modifications is a good way to start developing that understanding. Create User Interface in Interface Builder The Interface Builder editor within Xcode makes it simple to design a full user interface without writing any code. Simply drag and drop windows, buttons, text fields, and other objects onto the design canvas to create a functioning Mac, iphone, or ipad user interface. To create UI in Interface Builder: 1. Select Main.storyboard file which you find in Navigator area on the left side of Xcode window. 2. Next in Utilities area on the right side of Xcode window find UIButton. Drag it from the list and drop on View Controller field. Do it three times. Double-click on the button to change title.

15 3. Now User Interface should looks like:

16 4. Select Show the Assistant editor button, which is on the right side of Toolbar. Than editor area will divide to two parts. In code section select ViewController.h file. 5. Than select UIButton in Interface Builder, press ctrl button on keyboard, drag and drop in ViewController.h code Type name of property and press enter. Do it for every button.

17 6. Than add new action method changecolor section. #import ViewController : (weak, nonatomic) IBOutlet UIButton (weak, nonatomic) IBOutlet UIButton (weak, nonatomic) IBOutlet UIButton *bluebutton; - 6. Than select button in Interface Builder. In Utilities area on the right side of Xcode select Connection Inspector (the last icon). Than find Touch Up Inside in the list, press dot on the right side of the text and make connection with ViewController. Than select changecolor method from the list. Do it for every button.

18 7. Than go to ViewController.m file and implement changecolor method. 8. Run ios Simulator and press buttons. You should see how the color of backround is changed.

The Basics - Macintosh OS X

The Basics - Macintosh OS X The Basics - Macintosh OS X ~ About this document ~ Prepared by Bruce Carruthers for Central vic Apple Users Inc. http://cvau.net The Menu Bar Menu Bar [lefthand end] This is always along the top of the

More information

Introduction to Mac Operating System: Snow Leopard

Introduction to Mac Operating System: Snow Leopard Introduction to Mac Operating System: Snow Leopard Switching the Computer On 1. Press the round button on the back of the computer to turn the computer on. If the screen is black, but the lights are lit

More information

Xcode Application note

Xcode Application note 1 Xcode Application note - how to export file from an ios application Feifei Li ECE480 Design Team 10 2 Table of Contents Introduction... 3 Get Started... 3 Familiar with Xcode... 6 Create user interface...

More information

imac: Helpful Information

imac: Helpful Information 1 imac: Helpful Information Power Apple imac Port Information o 1 Headphone Port o 4 USB 3.0 Ports o 2 Thunderbolt Ports o 1 Gigabit Ethernet Port o 1 SDXC card slot Power button located at bottom-left

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

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

Select the name of the application and click on Force Quit.

Select the name of the application and click on Force Quit. Mac and Windows Differences 1. Mouse buttons. The Mac mouse has a single button whereas a Windows mouse has two buttons. To display a contextual menu in a Mac environment, control+click on an object, unless

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

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

MY WORLD GIS. Installation Instructions

MY WORLD GIS. Installation Instructions MY WORLD GIS Version 4.1 Installation Instructions Copyright 2007 by Northwestern University. All rights reserved. Created August 15, 2002 Last Revised April 14, 2008 2. Launching the Installer On the

More information

What's it Called on my Mac?

What's it Called on my Mac? What's it Called on my Mac? Windows Term Mac Term Use Close button Close button To close a window, click the red leftmost button in the upper-left corner of a window. Control key Command key To perform

More information

Dacorum U3A Apple Mac Users Group Agenda TUESDAY 7th July 2015 Time Machine Backups for your MAC & ipad?

Dacorum U3A Apple Mac Users Group Agenda TUESDAY 7th July 2015 Time Machine Backups for your MAC & ipad? Agenda TUESDAY 7th July 2015 Time Machine Backups for your MAC & ipad? 1 Overview Time Machine Backups Mac Basics: Time Machine backs up your Mac Time Machine is the built-in backup feature of OS X. It

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

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

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

MEAP Edition Manning Early Access Program Hello! ios Development version 14

MEAP Edition Manning Early Access Program Hello! ios Development version 14 MEAP Edition Manning Early Access Program Hello! ios Development version 14 Copyright 2013 Manning Publications For more information on this and other Manning titles go to www.manning.com brief contents

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

IT Quick Reference Guides Using Windows 7

IT Quick Reference Guides Using Windows 7 IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the

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

The following was taken directly from the ARD (Apple Remote Desktop) operator s manual:

The following was taken directly from the ARD (Apple Remote Desktop) operator s manual: The following was taken directly from the ARD (Apple Remote Desktop) operator s manual: Copying Files Apple Remote Desktop makes it easy to update items on one or more client computers. Copying files works

More information

How To Understand How To Use A Computer On A Macintosh (Apple) Computer With A Mouse And Mouse (Apple Macintosh)

How To Understand How To Use A Computer On A Macintosh (Apple) Computer With A Mouse And Mouse (Apple Macintosh) Chapter 1 Macintosh Basics The purpose of the this chapter is to help introduce students to the Macintosh environment. Although we will be dealing with Macintosh computers exclusively in this class, students

More information

Introduction: The Xcode templates are not available in Cordova-2.0.0 or above, so we'll use the previous version, 1.9.0 for this recipe.

Introduction: The Xcode templates are not available in Cordova-2.0.0 or above, so we'll use the previous version, 1.9.0 for this recipe. Tutorial Learning Objectives: After completing this lab, you should be able to learn about: Learn how to use Xcode with PhoneGap and jquery mobile to develop iphone Cordova applications. Learn how to use

More information

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source Microsoft QUICK Source Internet Explorer 7 Getting Started The Internet Explorer Window u v w x y { Using the Command Bar The Command Bar contains shortcut buttons for Internet Explorer tools. To expand

More information

Send email from your App Part 1

Send email from your App Part 1 Send email from your App Part 1 This is a short and simple tutorial that will demonstrate how to develop an app that sends an email from within the app. Step 1: Create a Single View Application and name

More information

Avira Secure Backup INSTALLATION GUIDE. HowTo

Avira Secure Backup INSTALLATION GUIDE. HowTo Avira Secure Backup INSTALLATION GUIDE HowTo Table of contents 1. Introduction... 3 2. System Requirements... 3 2.1 Windows...3 2.2 Mac...4 2.3 ios (iphone, ipad and ipod touch)...4 3. Avira Secure Backup

More information

How To Install A Cisco Vpn Client V4.9.9 On A Mac Or Ipad (For A University)

How To Install A Cisco Vpn Client V4.9.9 On A Mac Or Ipad (For A University) Cisco VPN Client v4.9.x for Mac OS X 10.4-10.5.x: Installation and Usage Guide Revised July 2009 by UTHSCSA IMS Departments of Client Support Services and Systems & Network Operations INTRODUCTION If you

More information

Personal Computing With Mac OSX

Personal Computing With Mac OSX Personal Computing With Mac OSX 2012 Charter Oak Ute Schools Instructional Services Introduction... 4 Objectives... 4 Prerequisites... 4 Definitions... 4 Memory vs. Storage... 5 An Orientation to the Desktop...

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

Book 1 Diving Into ios 7

Book 1 Diving Into ios 7 ios App Development for Non-Programmers Book 1 Diving Into ios 7 Kevin J McNeish ios App Development for Non-Programmers Book 1: Diving Into ios 7 Humpback whale tail fin Author Kevin J McNeish Technical

More information

GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS

GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS Last Edited: 2012-07-09 1 Navigate the document interface... 4 Create and Name a new document... 5 Create a new Google document... 5 Name Google documents...

More information

Managing Contacts in Outlook

Managing Contacts in Outlook Managing Contacts in Outlook This document provides instructions for creating contacts and distribution lists in Microsoft Outlook 2007. In addition, instructions for using contacts in a Microsoft Word

More information

Xcode Project Management Guide. (Legacy)

Xcode Project Management Guide. (Legacy) Xcode Project Management Guide (Legacy) Contents Introduction 10 Organization of This Document 10 See Also 11 Part I: Project Organization 12 Overview of an Xcode Project 13 Components of an Xcode Project

More information

Akin Gump Strauss Hauer & Feld LLP Remote Access Resources (DUO)

Akin Gump Strauss Hauer & Feld LLP Remote Access Resources (DUO) Akin Gump Strauss Hauer & Feld LLP Remote Access Resources (DUO) Firm Laptop Windows Home PC Mac Computer Apple ipad Android Devices Exit akingump.com 2015 Akin Gump Strauss Hauer & Feld LLP Check Point

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

VIVIDESK Desktops can be accessed with a Macintosh Computer by one of two methods:

VIVIDESK Desktops can be accessed with a Macintosh Computer by one of two methods: VIVIDESK Desktops can be accessed with a Macintosh Computer by one of two methods: 1. If you have Macintosh OS version IX, then VIVIDESK is best viewed using Windows emulation software. 2. If you have

More information

Remote Desktop Services User's Guide

Remote Desktop Services User's Guide Contents Remote Desktop Services Document Revision Control Revision Description Author DATE 1.0 Initial Release Karen M. Hess 3/24/2015 1.1 Added section for viewing mapped drives Karen M. Hess 4/15/2015

More information

ios App for Mobile Website! Documentation!

ios App for Mobile Website! Documentation! ios App for Mobile Website Documentation What is IOS App for Mobile Website? IOS App for Mobile Website allows you to run any website inside it and if that website is responsive or mobile compatible, you

More information

Internet and Email Help. Table of Contents:

Internet and Email Help. Table of Contents: Internet and Email Help The following tips are provided to assist you in troubleshooting and managing your Plex Internet and email services. For additional issues or concerns, you may also call our Product

More information

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

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

More information

Macintosh General Help

Macintosh General Help The Macintosh computers on campus use Mac Operating System 10.6. OS 10.6 differs in many ways from what is now called the classic OS 9. This help sheet will help you to better orient yourself with these

More information

Digital Learner MacBook Air Quick Start Student User Guide

Digital Learner MacBook Air Quick Start Student User Guide 2014 2015 Digital Learner MacBook Air Quick Start Student User Guide Howell Township Public Schools Digital Learner MacBook Air Quick Start Student User Guide The Digital Learner MacBook Air Quick Start

More information

Windows XP Pro: Basics 1

Windows XP Pro: Basics 1 NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has

More information

Installation Instructions

Installation Instructions Avira Secure Backup Installation Instructions Trademarks and Copyright Trademarks Windows is a registered trademark of the Microsoft Corporation in the United States and other countries. All other brand

More information

Windows Basics. Developed by: D. Cook

Windows Basics. Developed by: D. Cook Windows Basics Developed by: D. Cook User Interface Hardware and Software Monitor Keyboard Mouse User friendly vs. MS-DOS GUI (graphical user interface) Launching Windows 2000 (XP) CTRL-ALT-DEL Desktop

More information

Getting Started Guide. Chapter 14 Customizing LibreOffice

Getting Started Guide. Chapter 14 Customizing LibreOffice Getting Started Guide Chapter 14 Customizing LibreOffice Copyright This document is Copyright 2010 2012 by its contributors as listed below. You may distribute it and/or modify it under the terms of either

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

Folder Management in Outlook for Macintosh

Folder Management in Outlook for Macintosh Folder Management in Outlook Introduction Learn to create and manage folders in your mailbox on the Exchange server, in Personal Folders saved on your computer s hard disk or to a local network server,

More information

SIMIAN systems. Sitellite Desktop User Manual. Sitellite Professional Edition

SIMIAN systems. Sitellite Desktop User Manual. Sitellite Professional Edition Sitellite Desktop User Manual Sitellite Professional Edition Introduction The Sitellite Desktop is a cross-platform desktop application that can manage one or more Sitellite 5-powered websites in a more

More information

Sophos Anti-Virus for Mac OS X Help

Sophos Anti-Virus for Mac OS X Help Sophos Anti-Virus for Mac OS X Help For networked and standalone Macs running Mac OS X version 10.4 or later Product version: 8 Document date: April 2012 Contents 1 About Sophos Anti-Virus...3 2 Scanning

More information

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Word basics Word is a powerful word processing and layout application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features that

More information

Backup Buddy. Welcome to Backup Buddy! The simplest, friendliest backup application for the Mac.

Backup Buddy. Welcome to Backup Buddy! The simplest, friendliest backup application for the Mac. Backup Buddy Welcome to Backup Buddy! The simplest, friendliest backup application for the Mac. Just like Apple s Time Machine, Backup Buddy will create a chronological archive of your data. But unlike

More information

Apple OS / ios Installation Guide Includes MAC OSx and ios based devices

Apple OS / ios Installation Guide Includes MAC OSx and ios based devices Apple OS / ios Installation Guide Includes MAC OSx and ios based devices Updated 8/10/2012 This page intentionally left blank Using SPOT on a Apple OS Device... 4 Summary... 4 Requirements... 4 Usage and

More information

ios App Development for Everyone

ios App Development for Everyone ios App Development for Everyone Kevin McNeish Table of Contents Chapter 2 Objective C (Part 1) When I first started writing ios Apps, coding in Objective-C was somewhat painful. Like stuck-in-acheckout-line-behind-the-old-woman-writing-a-personal-check

More information

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros.

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros. MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros. Record a macro 1. On the Developer tab, in the Code group, click Record Macro. 2. In

More information

In list view, the Finder window displays folder or volume contents as a list, which can be sorted by name, date, kind, or other criteria.

In list view, the Finder window displays folder or volume contents as a list, which can be sorted by name, date, kind, or other criteria. Using the Finder When you first start up your Mac, you're greeted by the Finder, which allows you to visually access practically everything on your Mac, including applications, hard disks, files, folders,

More information

Getting Started With Parallels Desktop 9

Getting Started With Parallels Desktop 9 Getting Started With Parallels Desktop 9 Copyright 1999-2013 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland

More information

Introduction to SketchUp

Introduction to SketchUp Introduction to SketchUp This guide is handy to read if you need some basic knowledge to get started using SketchUp. You will see how to download and install Sketchup, and learn how to use your mouse (and

More information

File Management With Windows Explorer

File Management With Windows Explorer File Management With Windows Explorer Preamble: After you have created and saved numerous files using various programs, file management, the process of organizing and keeping track of all your files, can

More information

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint This document provides instructions for using slide masters in Microsoft PowerPoint. Slide masters allow you to make a change just

More information

Mac OS X guide for Windows users

Mac OS X guide for Windows users apple 1 Getting started Mac OS X guide for Windows users So you ve made the switch? Moving to the Mac or coming back after a long time on Windows? This quick guide explain all the basics of the modern

More information

Most of your tasks in Windows XP will involve working with information

Most of your tasks in Windows XP will involve working with information OFFICE 1 File Management Files and Folders Most of your tasks in Windows XP will involve working with information stored on your computer. This material briefly explains how information is stored in Windows

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

Akin Gump Strauss Hauer & Feld LLP Remote Access Resources

Akin Gump Strauss Hauer & Feld LLP Remote Access Resources Akin Gump Strauss Hauer & Feld LLP Remote Access Resources Firm Laptop Windows Home PC Mac Computer Apple ipad Android Devices Exit akingump.com 2013 Akin Gump Strauss Hauer & Feld LLP Checkpoint VPN (Firm

More information

Customize tab; click the Accounts category; drag the satellite dish icon to your toolbar.

Customize tab; click the Accounts category; drag the satellite dish icon to your toolbar. The Tech/Media Department will install and configure GroupWise for you on your classroom Mac OS X or PC computer. If GroupWise is not currently installed and you would like to begin using it, please submit

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

Creating an E-Commerce App in Sketch (Chapter Excerpt)

Creating an E-Commerce App in Sketch (Chapter Excerpt) Creating an E-Commerce App in Sketch (Chapter Excerpt) 1 In this chapter we'll be creating the design for a fictional E-Commerce ios App called Store. 12 screens in total will be lovingly created inside

More information

Remote Desktop Services

Remote Desktop Services Remote Desktop Services AMERICAN INSTITUTES FOR RESEARCH AIR REMOTE DESKTOP SERVICES (RDS) GUIDE Overview Welcome to AIR Remote Desktop Services! AIR Remote Desktop Services can be accessed from a Windows

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

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

More information

FileMaker. Installation and New Features Guide. for FileMaker Pro 15 and FileMaker Pro 15 Advanced

FileMaker. Installation and New Features Guide. for FileMaker Pro 15 and FileMaker Pro 15 Advanced FileMaker Installation and New Features Guide for FileMaker Pro 15 and FileMaker Pro 15 Advanced 2007-2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California

More information

How to create and personalize a PDF portfolio

How to create and personalize a PDF portfolio How to create and personalize a PDF portfolio Creating and organizing a PDF portfolio is a simple process as simple as dragging and dropping files from one folder to another. To drag files into an empty

More information

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e VDI Pilot Technology Services Group Procedures IH Anywhere guide 0 P a g e Installation Disable Apple Security Table of Contents IH Anywhere for Apple OSX (MAC)... 2 1. Installation... 2 Disable Apple

More information

User Guide. v0.1 BETA. A-Lab Software Limited

User Guide. v0.1 BETA. A-Lab Software Limited User Guide v0.1 BETA A-Lab Software Limited Introduction ios for Unity UI comprises of a number of ios UI Elements which can be used to create native appearance ios applications. ios for Unity UI can be

More information

Mac OS X (Leopard) The Basics

Mac OS X (Leopard) The Basics Mac OS X (Leopard) The Basics Howard County Public School System OIT Training Document ID No.: MAC02 Revision Date: 10/14/2008 =Warning =Timesaver =Suggestion Navigating Your New Computer This section

More information

WORKBOOK. SpeechControl4Mac V2.8 Build 260 DICTATE 2.5

WORKBOOK. SpeechControl4Mac V2.8 Build 260 DICTATE 2.5 WORKBOOK SpeechControl4Mac V2.8 Build 260 DICTATE 2.5 Page: 2 of 27 Table of Contents WORKBOOK 1 Introduction 5 SpeechControl4Mac installation 6 SpeechControl4MacMenu 6 SpeechControl4MacToolbar 9 SpeechControl4MacDevice

More information

such as USB drives, connected servers, DVDs, CDs, configure file labels, and the information that appears in the Finder window sidebar.

such as USB drives, connected servers, DVDs, CDs, configure file labels, and the information that appears in the Finder window sidebar. What Operating System (OS) do I have? Click once on the Apple apple menu in the upper left corner on your desktop Click on About this Mac - information is displayed such as the Processor speed and the

More information

OS X Yosemite - Features

OS X Yosemite - Features OS X Yosemite - Features OS X Yosemite is the operating system for Mac computers and is smart, very smart, and looks and sounds good too. This essay is about why OS X Yosemite is important for owners of

More information

IM, Presence, and Contacts

IM, Presence, and Contacts Accept an IM request Click anywhere on the picture display area of the IM request pane. Set or change your presence Presence lets other people see at a glance whether you and your contacts are currently

More information

Communicating with Skype for Business

Communicating with Skype for Business Communicating with Skype for Business Information Services Communicating with Skype for Business This guide is for people who are new to Skype for Business, and provides information on how to begin using

More information

Contents. Getting Started...1. Managing Your Drives...14. Backing Up & Restoring Folders...28. Synchronizing Folders...48. Managing Security...

Contents. Getting Started...1. Managing Your Drives...14. Backing Up & Restoring Folders...28. Synchronizing Folders...48. Managing Security... Contents Getting Started.....................................................1 Using the Formatting Tool........................................1 Preparing the Software Manually..................................4

More information

Schools of Distance Education. Computer check-up for students using Mac OS X 10.10 (Yosemite) devices

Schools of Distance Education. Computer check-up for students using Mac OS X 10.10 (Yosemite) devices Schools of Distance Education Computer check-up for students using Mac OS X 10.10 (Yosemite) devices The check-up summary Start of each term 1. Check your internet connection 2. Clean your computer 3.

More information

Introduction to Windows XP

Introduction to Windows XP Introduction to Windows XP Academic Computing Support Information Technology Services Tennessee Technological University January 2003 1. What s new in XP New colorful interface. More stable than 9x/Me

More information

Shortcut Keystrokes in OS X by Phil Russell

Shortcut Keystrokes in OS X by Phil Russell Shortcut Keystrokes in OS X by Phil Russell Is this you? You close a window or document by clicking the close box at upper left of the window or document. You create a new folder by mousing to the File

More information

Hello. Quick Start Guide

Hello. Quick Start Guide Hello. Quick Start Guide Welcome to your new MacBook Air. Let us show you around. This guide shows you what s on your Mac, helps you set it up, and gets you up and running with tips for the apps you ll

More information

Start Developing ios Apps Today

Start Developing ios Apps Today Start Developing ios Apps Today Contents Introduction 6 Setup 7 Get the Tools 8 Review a Few Objective-C Concepts 9 Objects Are Building Blocks for Apps 9 Classes Are Blueprints for Objects 9 Objects Communicate

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

Getting Started With Parallels Desktop 7

Getting Started With Parallels Desktop 7 Getting Started With Parallels Desktop 7 Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels International

More information

Managing documents, files and folders

Managing documents, files and folders Managing documents, files and folders Your computer puts information at your fingertips. Over time, however, you might have so many files that it can be difficult to find the specific file you need. Without

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

Getting Started With Parallels Desktop 8

Getting Started With Parallels Desktop 8 Getting Started With Parallels Desktop 8 Copyright 1999-2012 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH. Vordergasse 59 CH8200 Schaffhausen Switzerland

More information

Exploring the Apple OS X Environment

Exploring the Apple OS X Environment Instructional Technology Support Services Bravo! Summer Employee Institute 2010 Exploring the Apple OS X Environment Topics 1. History of Apple 2. Desktop 3. The Dock 4. Menu Bar 5. Spotlight 6. The Finder

More information

Shortcuts and Tips for Leopard/Windows XP on the Intel Mac

Shortcuts and Tips for Leopard/Windows XP on the Intel Mac Information and Digital Technologies January 28, 2009 1 Shortcuts and Tips for Leopard/Windows XP on the Intel Mac The user s Leopard account is given admin rights until all software installs are done,

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

Hello. Quick Start Guide

Hello. Quick Start Guide Hello. Quick Start Guide Welcome to your new Mac mini. Let us show you around. This guide shows you what s on your Mac, helps you set it up, and gets you up and running with tips for the apps you ll use

More information

Mac 101: Your input devices

Mac 101: Your input devices Mac 101: Your input devices http://www.macworld.com/article/2013002/mac-101-your-input-devices.html OS X Mountain Lion For the last few weeks I ve casually thrown around phrases like hover your cursor

More information

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500 Outlook Email User Guide IS TRAINING CENTER 833 Chestnut St, Suite 600 Philadelphia, PA 19107 215-503-7500 This page intentionally left blank. TABLE OF CONTENTS Getting Started... 3 Opening Outlook...

More information

Getting Started Guide - Desktop

Getting Started Guide - Desktop Getting Started Guide - Desktop 1. Sign Up PERSONAL OPENTEXT CORE ACCOUNT To get started sharing and collaborating on your files from a Mac or Windows browser, you ll need to sign up for your OpenText

More information

Lync 2013 User Instructions

Lync 2013 User Instructions Lync 2013 User Instructions 4/2/2014 What is Microsoft Lync? Microsoft Lync 2013 is an instant messenger that can be used for sending instant messages, having a voice or video chat and for conducting corporate

More information

The Dock The dock allow for well as removed from the. To remove an icon

The Dock The dock allow for well as removed from the. To remove an icon Mac Quick Start Guide Logging In Instead of the Novell Log In screen that you customarily see, a Mac OS X screen will display (see right.) Enter your regular CedarNet username and password and click the

More information

HOW TO BURN A CD/DVD IN WINDOWS XP. Data Projects

HOW TO BURN A CD/DVD IN WINDOWS XP. Data Projects Page 1 HOW TO BURN A CD/DVD IN WINDOWS XP There are two ways to burn files to a CD or DVD using Windows XP: 1. Using Sonic RecordNow! Plus or 2. Using the Windows Explorer CD Burning with Sonic Recordnow!

More information

16.4.3 Optional Lab: Data Backup and Recovery in Windows Vista

16.4.3 Optional Lab: Data Backup and Recovery in Windows Vista 16.4.3 Optional Lab: Data Backup and Recovery in Windows Vista Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information