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

Size: px
Start display at page:

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

Transcription

1 Mac OS X and ios operating systems 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.

My First iphone App (for Xcode version 6.4)

My First iphone App (for Xcode version 6.4) My First iphone App (for Xcode version 6.4) 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

More information

Objectives. Submission. Register for an Apple account. Notes on Saving Projects. Xcode Shortcuts. CprE 388 Lab 1: Introduction to Xcode

Objectives. Submission. Register for an Apple account. Notes on Saving Projects. Xcode Shortcuts. CprE 388 Lab 1: Introduction to Xcode Objectives Register for an Apple account Create an application using Xcode Test your application with the iphone simulator Import certificates for development Build your application to the device Expand

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

Registering for the Apple Developer Program

Registering for the Apple Developer Program It isn t necessary to be a member of the Apple Developer Program if you don t intend to submit apps to the App Stores, or don t need the cloud-dependent features. We strongly recommend joining, though,

More information

1 Build Your First App. The way to get started is to quit talking and begin doing. Walt Disney

1 Build Your First App. The way to get started is to quit talking and begin doing. Walt Disney 1 Build Your First App The way to get started is to quit talking and begin doing. Walt Disney Copyright 2015 AppCoda Limited All rights reserved. Please do not distribute or share without permission. No

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

MAC BASICS. 125 S. Prospect Avenue, Elmhurst, IL (630) elmhurstpubliclibrary.org. Start Using Computers, Tablets, and Internet

MAC BASICS. 125 S. Prospect Avenue, Elmhurst, IL (630) elmhurstpubliclibrary.org. Start Using Computers, Tablets, and Internet MAC BASICS WHAT IS MAC? Introduction What We ll Cover While many users are only familiar with Windows computers, working on a Mac is both extremely user friendly and offers a variety of included creative

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

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

Use the Apple menu to change settings, get Mac OS X software, open recent items, and restart or shut down your computer.

Use the Apple menu to change settings, get Mac OS X software, open recent items, and restart or shut down your computer. Welcome to Mac OS X Aqua makes using your Mac easier than ever. Its color, depth, and motion guide you through your tasks, while the Finder and Dock provide easy access to your computer and network. Aqua

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

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

S A M P L E C H A P T E R

S A M P L E C H A P T E R SAMPLE CHAPTER Anyone Can Create an App by Wendy L. Wise Chapter 5 Copyright 2017 Manning Publications brief contents PART 1 YOUR VERY FIRST APP...1 1 Getting started 3 2 Building your first app 14 3 Your

More information

Finder windows To open a new Finder window, click the Finder icon in the Dock, then select File > New Window.

Finder windows To open a new Finder window, click the Finder icon in the Dock, then select File > New Window. https://support.apple.com/en-us/ht201732 Mac Basics: The Finder organizes all of your files The Finder in OS X provides access to your files, folders, and drives, and helps you to keep them organized.

More information

Getting Started with Apple ios Development Link-OS SDK Objective-C

Getting Started with Apple ios Development Link-OS SDK Objective-C Getting Started with Apple ios Development Link-OS SDK Objective-C Overview This document describes the end to end process of designing, packaging, deploying and running an Apple iphone /ipod application

More information

Intro to the Apple Macintosh Operating System, OSX

Intro to the Apple Macintosh Operating System, OSX Intro to the Apple Macintosh Operating System, OSX Introduction. The Apple Macintosh Operating system or OS, is one of the oldest operating systems in use on a personal computer 1. It has been designed

More information

Mac OS X Part 3. The University of Utah Student Computing Labs Macintosh Support

Mac OS X Part 3. The University of Utah Student Computing Labs Macintosh Support Mac OS X Mac OS X Part 3 The University of Utah Student Computing Labs Macintosh Support mac@scl.utah.edu Basic overview of Mac OS X s interface Finding files/folders Basic overview of directory structure

More information

Menu Symbols. Menu Symbol. Key on Keyboard

Menu Symbols. Menu Symbol. Key on Keyboard Menu Symbols Menu Symbol Key on Keyboard Command/Apple Key (like Control on a PC) Also written as Cmd Option (like Alt on a PC) Shift Control (Control-click = Right-click) Tab Return Enter (on Number Pad)

More information

Digital Learner MacBook Air Quick Start Student User Guide

Digital Learner MacBook Air Quick Start Student User Guide 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 Student

More information

Getting round your Mac with Shortcut Keys

Getting round your Mac with Shortcut Keys The Mac has many useful keyboard shortcuts but these do depend on you knowing the difference between the following keys: Shift Fn Ctrl Alt (Also referred to as Option) Command (Also referred to as the

More information

ios Core Data Example Application

ios Core Data Example Application ios Core Data Example Application The Core Data framework provides an abstract, object oriented interface to database storage within ios applications. This does not require extensive knowledge of database

More information

Image from Google Images tabtimes.com. CS87 Barbee Kiker

Image from Google Images tabtimes.com. CS87 Barbee Kiker Image from Google Images tabtimes.com CS87 Barbee Kiker bjkik@comcast.net Table of Contents ipad Parts... 3 Home Button... 3 Touch Gestures... 4 Additional Gestures... 4 Control Center... 5 Notification

More information

Page 1 of 6 Mac OS X keyboard shortcuts Summary Learn about common Mac OS X keyboard shortcuts. A keyboard shortcut is a way to invoke a function in Mac OS X by pressing a combination of keys on your keyboard.

More information

ITP 342 Mobile App Dev. Connections

ITP 342 Mobile App Dev. Connections ITP 342 Mobile App Dev Connections User Interface Interactions First project displayed information to the user, but there was no interaction. We want the users of our app to touch UI components such as

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

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

OS X keyboard shortcuts

OS X keyboard shortcuts OS X keyboard shortcuts Summary Learn about common OS X keyboard shortcuts. A keyboard shortcut is a way to invoke a function in OS X by pressing a combination of keys on your keyboard. Original source:

More information

Created by Eugene Stephens 2015

Created by Eugene Stephens 2015 Mac OS X (10.9) Hardware Power cable - Magsafe adapter has 3 states: o Off Not plugged in, not charging o Amber Charging o Green Fully charged o NOTE: Because the port on the laptop is magnetized, small

More information

Outlook Web App. Getting Started. QUICK Source. Microsoft. in Exchange Server 2010

Outlook Web App. Getting Started. QUICK Source. Microsoft. in Exchange Server 2010 QUICK Source Microsoft Outlook Web App in Exchange Server 2010 Getting Started The Outlook Web App Window u v w x y u v w x y Browser Toolbars allow the user to navigate in the browser. Outlook Web Access

More information

Using apps You interact with ipad using your fingers to tap, double-tap, swipe, and pinch objects on the touchscreen.

Using apps You interact with ipad using your fingers to tap, double-tap, swipe, and pinch objects on the touchscreen. Basics 3 Using apps You interact with ipad using your fingers to tap, double-tap, swipe, and pinch objects on the touchscreen. Opening and switching between apps To go to the Home screen, press the Home

More information

Introducing OS X El Capitan 7

Introducing OS X El Capitan 7 Contents Contents 3 Introducing OS X El Capitan 7 About OS X El Capitan 8 Installing OS X El Capitan 9 The OS X Environment 0 About Your Mac About System Preferences 6 Changing the Appearance 7 Changing

More information

Editing 1: Mac Basics

Editing 1: Mac Basics Editing 1: Mac Basics Battle Creek Area Community Television 70 West Michigan Ave., Suite 112 Battle Creek, MI 49017 (269) 968-3633 www.accessvision.tv Hardware Overview Desktop Computer (imac) Monitor/CPU

More information

Citrix Desktop for Home Computers Mac OS Instructions

Citrix Desktop for Home Computers Mac OS Instructions Citrix Desktop for Home Computers Mac OS 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 on

More information

Computer Basics: Step-by-Step Guide (Session 2)

Computer Basics: Step-by-Step Guide (Session 2) Table of Contents Computer Basics: Step-by-Step Guide (Session 2) ABOUT PROGRAMS AND OPERATING SYSTEMS... 2 THE WINDOWS 7 DESKTOP... 3 TWO WAYS TO OPEN A PROGRAM... 4 DESKTOP ICON... 4 START MENU... 5

More information

ProPresenter-Scoreboard. A Renewed Vision Product

ProPresenter-Scoreboard. A Renewed Vision Product ProPresenter-Scoreboard A Renewed Vision Product Copyright 2005-2016 Renewed Vision, Inc. All rights reserved. ProPresenter-Scoreboard is owned by Renewed Vision, Inc. 6505 Shiloh Road Suite 200 Alpharetta,

More information

Building Mapping Apps for ios With Swift

Building Mapping Apps for ios With Swift Building Mapping Apps for ios With Swift Jeff Linwood This book is for sale at http://leanpub.com/buildingmappingappsforioswithswift This version was published on 2017-09-09 This is a Leanpub book. Leanpub

More information

Fairfield University Using Xythos for File Storage

Fairfield University Using Xythos for File Storage Fairfield University Using Xythos for File Storage Version 7.0 Table of Contents I: Accessing your Account...2 II: Uploading Files via the Web...2 III: Manage your Folders and Files via the Web...4 IV:

More information

Your familiar Windows, only better.

Your familiar Windows, only better. Your familiar Windows, only better. Your quick guide to Windows 8.1 Basics 2014 Microsoft Corporation. All rights reserved. This material is provided as-is, and for informational purposes only. Microsoft

More information

New to Mac. Viewing Options in Finder:

New to Mac. Viewing Options in Finder: New to Mac Finder Preferences Finder helps you find and organize your files. To set Finder preferences, click on your desktop > Click Finder on the top left menu > Preferences. General Check External Hard

More information

S A M P L E C H A P T E R

S A M P L E C H A P T E R SAMPLE CHAPTER Anyone Can Create an App by Wendy L. Wise Chapter 2 Copyright 2017 Manning Publications brief contents PART 1 YOUR VERY FIRST APP...1 1 Getting started 3 2 Building your first app 14 3 Your

More information

ITP 342 Mobile App Dev. Interface Builder in Xcode

ITP 342 Mobile App Dev. Interface Builder in Xcode ITP 342 Mobile App Dev Interface Builder in Xcode New Project From the Main Menu, select the File à New à Project option For the template, make sure Application is selected under ios on the left-hand side

More information

Hello! ios Development

Hello! ios Development SAMPLE CHAPTER Hello! ios Development by Lou Franco Eitan Mendelowitz Chapter 1 Copyright 2013 Manning Publications Brief contents PART 1 HELLO! IPHONE 1 1 Hello! iphone 3 2 Thinking like an iphone developer

More information

NEED MORE HELP? GLENCOE PUBLIC LIBRARY. Glencoe Library Guidebooks: Mac Basics. Connect with us on social media!

NEED MORE HELP? GLENCOE PUBLIC LIBRARY. Glencoe Library Guidebooks: Mac Basics. Connect with us on social media! NEED MORE HELP? BOOK A LIBRARIAN Book a Librarian is a free service to Glencoe Public Library patrons. Patrons may make an appointment for individual assistance and instruction on how to use library resources

More information

How to make a Work Profile for Windows 10

How to make a Work Profile for Windows 10 How to make a Work Profile for Windows 10 Setting up a new profile for Windows 10 requires you to navigate some screens that may lead you to create the wrong type of account. By following this guide, we

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

Lab Android Development Environment

Lab Android Development Environment Lab Android Development Environment Setting up the ADT, Creating, Running and Debugging Your First Application Objectives: Familiarize yourself with the Android Development Environment Important Note:

More information

Introducing Mountain Lion 7

Introducing Mountain Lion 7 Contents Contents Introducing Mountain Lion 7 About OS X Mountain Lion 8 Installing Mountain Lion 9 The OS X Environment 0 Aqua Interface About Your Mac About System Preferences 7 Changing the Background

More information

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1 Lesson Using Adobe Bridge What you ll learn in this lesson: Navigating Adobe Bridge Using folders in Bridge Making a Favorite Creating metadata Using automated tools Adobe Bridge is the command center

More information

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer Learning Targets: Students will be introduced to industry recognized game development software Students will learn how to navigate within the software Students will learn the basics on how to use Construct

More information

AirDrop Cheat Sheet. AirDrop files between your devices In OS X Yosemite, AirDrop helps you quickly transfer files between your Mac and nearby Mac

AirDrop Cheat Sheet. AirDrop files between your devices In OS X Yosemite, AirDrop helps you quickly transfer files between your Mac and nearby Mac AirDrop Cheat Sheet Mac Basics: AirDrop lets you send files from your Mac to nearby Macs and ios devices AirDrop makes it easy to send files wirelessly from your Mac to other Mac computers, and with OS

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

Microsoft Windows 10. Quick Reference. Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia

Microsoft Windows 10. Quick Reference. Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia www.watsoniapublishing.com info@watsoniapublishing.com Quick Reference Course Code: INF1440 Table of Contents Chapter 1: Starting With

More information

The ultimate guide to Mac keyboard shortcuts

The ultimate guide to Mac keyboard shortcuts The ultimate guide to Mac keyboard shortcuts Whether you're a newbie or an experienced Apple user, this guide will show you how to let your fingers do the walking around your Mac. The fastest way to navigate

More information

File Management Tutorial

File Management Tutorial Just a reminder... Files: any individual item on your computer that contains data. E.g. document, photo, spreadsheet, email, PowerPoint, etc. File Management Tutorial Folders: containers for your files

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

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 Security...8

More information

Complete List of Windows 8 Keyboard Shortcuts Keyboard Shortcuts for Desktops

Complete List of Windows 8 Keyboard Shortcuts Keyboard Shortcuts for Desktops Complete List of Windows 8 Keyboard Shortcuts s for Desktops 11/1/2012 http://theapptimes.com Introduction One of the smartest ways to work with Windows is by using keyboard shortcuts. All of us Windows

More information

Macintosh OS X Tips. Mail Tips

Macintosh OS X Tips. Mail Tips Macintosh OS X Tips Copyright 2003 Oliver Jovanovic Mail Tips Mail Works with IMAP (Internet Message Access Protocol) or POP (Post Office Protocol) mail servers ~/Library/Mail stores most mail files ~/Library/Mail/LSMMap

More information

The First-Time Login Must Be On-Campus using Ethernet Cable

The First-Time Login Must Be On-Campus using Ethernet Cable Mac OS X Configuration Tips & Resources Information Technology Services The First-Time Login Must Be On-Campus using Ethernet Cable September 8, 2016 1. Before your start up your new (or re-imaged) Mac

More information

ITP 342 Mobile App Dev. Connections

ITP 342 Mobile App Dev. Connections ITP 342 Mobile App Dev Connections User Interface Interactions First project displayed information to the user, but there was no interaction. We want the users of our app to touch UI components such as

More information

Mac Keyboard Shortcut Restore Window From Dock

Mac Keyboard Shortcut Restore Window From Dock Mac Keyboard Shortcut Restore Window From Dock OS X YosemitePower User Keyboard Shortcuts Show windows for next app after Area to clipboard (then space to get window) Hide/Show Dock Visit MacMost.com for

More information

College of Pharmacy Windows 10

College of Pharmacy Windows 10 College of Pharmacy Windows 10 Windows 10 is the version of Microsoft s flagship operating system that follows Windows 8; the OS was released in July 2015. Windows 10 is designed to address common criticisms

More information

CS193P: HelloPoly Walkthrough

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

More information

How to Use SVG Cut Files

How to Use SVG Cut Files How to Use SVG Cut Files STEP 1: DOWNLOAD SVG ZIP FILE FROM WEBSITE Scroll to the bottom of the project post to find the files for the project. Click and download the SVG file. You will be downloading

More information

Was this document helpful? smarttech.com/docfeedback/ SMART Ink 5.2 USER S GUIDE

Was this document helpful? smarttech.com/docfeedback/ SMART Ink 5.2 USER S GUIDE Was this document helpful? smarttech.com/docfeedback/171190 SMART Ink 5.2 USER S GUIDE Trademark notice SMART Ink, SMART Notebook, SMART Meeting Pro, Pen ID, smarttech, the SMART logo and all SMART taglines

More information

Welcome to the Mac! 9

Welcome to the Mac! 9 Contents Contents 1 2 Welcome to the Mac! 9 The Mac Desktop 10 Launchpad 11 Set up a User Account 12 System Preferences 13 Mission Control 14 Security 15 The Mouse and Trackpad 16 Keyboard Options 17 Adding

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

Using Eclipse for Java. Using Eclipse for Java 1 / 1

Using Eclipse for Java. Using Eclipse for Java 1 / 1 Using Eclipse for Java Using Eclipse for Java 1 / 1 Using Eclipse IDE for Java Development Download the latest version of Eclipse (Eclipse for Java Developers or the Standard version) from the website:

More information

Note: This discussion is based on MacOS, (High Sierra). Some illustrations may differ when using other versions of macos or OS X.

Note: This discussion is based on MacOS, (High Sierra). Some illustrations may differ when using other versions of macos or OS X. Note: This discussion is based on MacOS, 10.13.5 (High Sierra). Some illustrations may differ when using other versions of macos or OS X. Previous presentations covered Some Lesser Known Mac Features to

More information

Parallels Toolbox User's Guide

Parallels Toolbox User's Guide Parallels Toolbox User's Guide Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International GmbH. All rights

More information

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux JCCC Virtual Labs Revision 9/21/2017 http://ats.web. Welcome to the JCCC Virtual Lab Environment. This system allows students to access campus software titles on their personal computers from almost anywhere.

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

Step 1: Adding Darwin to your computer

Step 1: Adding Darwin to your computer Step 1: Adding Darwin to your computer You MUST be on GoucherWIFI. If you receive any network connection problems at any point, double-check your WIFI connection. Remove/Move GoucherGuest and GoucherMultimedia

More information

Chapter 2: Android Device Basics

Chapter 2: Android Device Basics Chapter 2: Android Device Basics 1 Chapter 2: Android Device Basics Android devices have a ton of cool features and are really fun to play with, but they have a very practical side as well. We ll touch

More information

Windows 10: FAQs. The Start Menu. Cortana

Windows 10: FAQs. The Start Menu. Cortana Windows 10: FAQs Click on a topic below e.g. File Management to find answers to common questions about Windows 10. Alternatively, you can search this document by pressing CTRL + F and typing a keyword.

More information

Macintosh PC vs. Mac Common Commands. Introduction. Common Commands. Dock. Finder

Macintosh PC vs. Mac Common Commands. Introduction. Common Commands. Dock. Finder Macintosh PC vs. Mac Common Commands Introduction This self-help document will show you how to perform comparable functions that are on a PC on a Macintosh computer. The tables below describe the PC command

More information

Automation Engine. Working with Shuttle

Automation Engine. Working with Shuttle Working with Shuttle 01-2017 Contents 1. What is Shuttle?... 3 2. Installing Shuttle... 4 3. Shuttle Setup...5 3.1 Configuring Shuttle in Automation Engine... 5 3.2 Making Tickets Public...6 3.3 Shuttle

More information

Macbook Pro. ICT Support Office

Macbook Pro. ICT Support Office Macbook Pro ICT Support Office Macbook Pro Guide Table of Contents How do I log onto the MAC?... 2 How do I access the Internet?... 2 What Software is loaded onto JPC Staff MacBook s??... 3 Accessing College

More information

Macintosh OS X 10.4 Tips

Macintosh OS X 10.4 Tips Macintosh OS X 10.4 Tips Copyright 2005 Oliver Jovanovic Mail Tips Mail ~/Library/Mail stores most mail files and mailboxes ~/Library/Mail/LSMMap file stores junk mail training ~/Library/Mail/Mailboxes

More information

Save and Restore Backups using itunes File Sharing

Save and Restore Backups using itunes File Sharing Save and Restore Backups using itunes File Sharing Proloquo2Go (ipad, iphone and ipod touch). In this tutorial you will learn how to create, export and import backups with itunes File Sharing using the

More information

ipad Beyond the Basics

ipad Beyond the Basics ipad Beyond the Basics Backup and Restore 2 Backup Using itunes 2 Backup Using icloud 3 Updating Device Software 5 Internet Browser 6 Bookmarks 6 Cut/Copy and Paste 7 Email 8 imessage 9 Maps 10 Editing

More information

Computer Shortcuts. Files menu options in current program. Edits options in current program Universal Help in almost every Windows program.

Computer Shortcuts. Files menu options in current program. Edits options in current program Universal Help in almost every Windows program. www.bankjobszone.com Computer Shortcuts Shortcut keys Concept: Shortcuts keys help provide an easier and usually quicker method of navigating and using computer software programs. Shortcut keys are commonly

More information

NATIONAL SPORT SCHOOL

NATIONAL SPORT SCHOOL NATIONAL SPORT SCHOOL Mark HALF-YEARLY EXAMINATION 2016 FORM 1 ICT TIME: 1h 30min Question 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 Max. Mark Mark Global Mark 2 5 4 15 4 6 4 4 14 6 5 10 4 3 8 6 100 DO NOT

More information

Setting up the EDGE System in Outlook for Mac 2011

Setting up the EDGE System in Outlook for Mac 2011 Setting up the EDGE System in Outlook for Mac 2011 TOPICS COVERED INCLUDE: - Turning Off E-mail Notifications - Creating at Task - Setting Up Categories - Setting Up the Task View - Setting Up the Reading

More information

Hello. Quick Start Guide

Hello. Quick Start Guide Hello. Quick Start Guide Welcome to your new MacBook Pro. 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

Using Mavericks Mac OS X 10.9 part 2

Using Mavericks Mac OS X 10.9 part 2 Using Mavericks Mac OS X 10.9 part 2 About Jeff Bohr Started Naples Mac Help in 2004! Apple Certified Support Professional, OS X 10.8! 27 years of using only Apple Computers!! naplesmachelp.com System

More information

Getting to Know Pages on ipad

Getting to Know Pages on ipad Getting to Know Pages on ipad This guide will give you the basic instructions of how to use the Pages App on ipad. Documents Step 1 To create new documents and find the ones you ve worked on before, go

More information

Virtual Desktop Infrastructure Setup for MacOS

Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer or mobile

More information

Select Icons p. 75 Work with Aliases p. 78 Open Files, Folders, and Applications p. 80 Move Files and Folders p. 82 Copy Files and Folders p.

Select Icons p. 75 Work with Aliases p. 78 Open Files, Folders, and Applications p. 80 Move Files and Folders p. 82 Copy Files and Folders p. Acknowledgments p. xv Introduction p. xvii Get Started with Mac OS X What's New in Tiger p. 3 Find Anything with Spotlight p. 4 Get Quick Info with Dashboard p. 6 View News Headlines with Safari RSS p.

More information

Virtual Desktop Infrastructure Setup for MacOS

Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer or mobile

More information

Virtual Desktop (Windows 7 VM) User Guide

Virtual Desktop (Windows 7 VM) User Guide Virtual Desktop (Windows 7 VM) User Guide Welcome to using your new Virtual Desktop. This technology will offer mobility, enhanced security, and extreme versatility via Citrix technologies and Windows

More information

Learn to make desktop LE

Learn to make desktop LE HACKING WITH SWIFT COMPLETE TUTORIAL COURSE Learn to make desktop LE P apps with real-worldam S Swift projects REEPaul Hudson F Project 1 Storm Viewer Get started coding in Swift by making an image viewer

More information

iphone Basics Crystal Lake Public Library

iphone Basics Crystal Lake Public Library iphone Basics Crystal Lake Public Library What we ll cover today: Getting to know your phone Learning general phone settings Using some basic apps that come with your phone Browsing the internet on your

More information

A New User Experience

A New User Experience Lock screen Allows for customization Change picture Add notification badges To sign out 1. Start 2. From top right, select User Name 3. Choose to Lock or Sign Out To unlock your computer: 1. From the lock

More information

Windows 10: Part 1. Updated: May 2018 Price: $2.00

Windows 10: Part 1. Updated: May 2018 Price: $2.00 Windows 10: Part 1 Updated: May 2018 Price: $2.00 A Special Note on Terminology Windows 10 accepts both mouse and touch commands. This means that you could use either mouse clicks or touch gestures interchangeably.

More information

Transferring photos from iphone to a PC

Transferring photos from iphone to a PC Transferring photos from iphone to a PC Course outline covers the following topics additional information is for your own personal research. Using the cable often the simplest method cord must have a USB

More information

EXAMPLIFY TROUBLESHOOTING GUIDE

EXAMPLIFY TROUBLESHOOTING GUIDE EXAMPLIFY TROUBLESHOOTING GUIDE OVERVIEW 3 EXAMSOFT SUPPORT CONTACT INFORMATION 3 EXAM TAKER EXAM DAY ACTIVITIES 3 EXAMPLIFY MINIMUM SYSTEM REQUIREMENTS 3 ANTI-VIRUS EDUCATION AND EXAMPLIFY FEATURES 4

More information

1. Download the following two files from the File Management Lab page on the course WebCT site and save them on the desktop:

1. Download the following two files from the File Management Lab page on the course WebCT site and save them on the desktop: EDIT202 File Management Lab Assignment Guidelines 1. Download the following two files from the File Management Lab page on the course WebCT site and save them on the desktop: Word-Template.doc Starter-Files.zip

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information