Inside Mac OS X: System Overview Is Intended for Anyone Who Wants to Develop Software for Mac OS X

Total Page:16

File Type:pdf, Size:1020Kb

Inside Mac OS X: System Overview Is Intended for Anyone Who Wants to Develop Software for Mac OS X Inside Mac OS X System Overview July 2002 Apple Computer, Inc. and TrueType are trademarks of THE WARRANTY AND REMEDIES SET © 2000–2002 Apple Computer, Inc. Apple Computer, Inc., registered in FORTH ABOVE ARE EXCLUSIVE AND All rights reserved. the United States and other countries. IN LIEU OF ALL OTHERS, ORAL OR WRITTEN, EXPRESS OR IMPLIED. No No part of this publication may be Carbon, Quartz, and Velocity Engine Apple dealer, agent, or employee is reproduced, stored in a retrieval are trademarks of Apple Computer, authorized to make any modification, system, or transmitted, in any form or Inc. extension, or addition to this warranty. by any means, mechanical, electronic, Enterprise Objects, Enterprise Objects photocopying, recording, or Framework, NeXT, Objective-C, and Some states do not allow the exclusion or otherwise, without prior written OpenStep are registered trademarks limitation of implied warranties or permission of Apple Computer, Inc., of NeXT Software, Inc., registered in liability for incidental or consequential with the following exceptions: Any the United States and other countries. damages, so the above limitation or person is hereby authorized to store Java and all Java-based trademarks exclusion may not apply to you. This documentation on a single computer are trademarks or registered warranty gives you specific legal rights, for personal use only and to print trademarks of Sun Microsystems, and you may also have other rights which copies of documentation for personal Inc., in the United States and other vary from state to state. use provided that the documentation countries. contains Apple’s copyright notice. Netscape Navigator is a trademark of The Apple logo is a trademark of Netscape Communications Apple Computer, Inc. Corporation. Use of the “keyboard” Apple logo OpenGL is a registered trademark of (Option-Shift-K) for commercial Silicon Graphics, Inc. purposes without the prior written consent of Apple may constitute PostScript is a trademark of Adobe trademark infringement and unfair Systems Incorporated. competition in violation of federal PowerPC is a trademark of and state laws. International Business Machines No licenses, express or implied, are Corporation, used under license granted with respect to any of the therefrom. technology described in this book. Simultaneously published in the Apple retains all intellectual property United States and Canada. rights associated with the technology Even though Apple has reviewed this described in this book. This book is manual, APPLE MAKES NO intended to assist application WARRANTY OR REPRESENTATION, developers to develop applications EITHER EXPRESS OR IMPLIED, WITH only for Apple-labeled or RESPECT TO THIS MANUAL, ITS Apple-licensed computers. QUALITY, ACCURACY, Every effort has been made to ensure MERCHANTABILITY, OR FITNESS that the information in this document FOR A PARTICULAR PURPOSE. AS A is accurate. Apple is not responsible RESULT, THIS MANUAL IS SOLD “AS for typographical errors. IS,” AND YOU, THE PURCHASER, ARE Apple Computer, Inc. ASSUMING THE ENTIRE RISK AS TO 1 Infinite Loop ITS QUALITY AND ACCURACY. Cupertino, CA 95014 IN NO EVENT WILL APPLE BE LIABLE 408-996-1010 FOR DIRECT, INDIRECT, SPECIAL, Apple, the Apple logo, AirPort, INCIDENTAL, OR CONSEQUENTIAL AppleScript, AppleShare, AppleTalk, DAMAGES RESULTING FROM ANY Aqua, Cocoa, ColorSync,Finder, DEFECT OR INACCURACY IN THIS FireWire, iBook, iMac, Mac, MANUAL, even if advised of the Macintosh, Power Mac, QuickDraw, possibility of such damages. QuickTime, PowerBook, Sherlock, Contents Figures, Listings, and Tables 13 Chapter 1 About This Book 17 Why Read This Book 17 Further Investigations 19 Installed Developer Documentation 19 Other Apple Publications 20 Information on BSD 21 Other Information on the Web 21 Chapter 2 System Technologies 23 The User Experience 24 Aqua 25 The Finder 26 Application Support 28 Multiple Users 29 Internationalization 30 Accessibility 30 AppleScript 31 Exported Application Services 32 Other Parts of the User Experience 32 Darwin 33 Mach 33 BSD 34 Device-Driver Support 35 Networking Extensions 35 File Systems 36 Darwin and Open Source Development 38 3 Apple Computer, Inc. July 2002 CONTENTS Graphics and Imaging 38 Quartz 38 QuickDraw 40 OpenGL 41 QuickTime 41 Printing 42 Apple Type Solution 43 Application Technologies 43 Application Extensibility 44 Disc Recording 45 Contact Database 45 Networking and the Internet 46 Media Types 46 Standard Protocols 47 Legacy Network Services and Protocols 48 Rendezvous 49 Routing and Multihoming 49 Personal File and Web Services 49 Advanced Hardware Features 50 USB 50 FireWire 51 Velocity Engine 51 AirPort 51 Video Features 52 Chapter 3 System Architecture 53 A Layered Perspective 54 Application Environments 59 Carbon 60 Cocoa 63 Java 64 The Graphics and Windowing Environment 67 Quartz Compositor 69 Quartz 2D 70 4 Apple Computer, Inc. July 2002 CONTENTS The Printing System 72 The User Interface of the Printing System 73 Summary of Printing Architecture 74 Printer Discovery 76 The Printing Process 76 Other Application Services 77 Process Manager 78 Carbon Event Manager 78 Apple Events 78 The Clipboard 79 Core Services 79 Core Foundation 79 Carbon Core 82 CFNetwork 83 Web Services 84 Open Transport 84 Tracking a User Event 85 Chapter 4 Booting and Logging In 89 The Boot Sequence 89 BootROM 90 BootX 90 System Initialization 91 The rc.boot and rc Scripts 92 Startup Items 93 System Daemons 96 Launching Daemons on Demand 99 Managing User Sessions 100 Logging In 100 Authenticating Users 101 Setting Up the User Environment 102 Logging Out 102 Application Responsibilities 103 Terminating Processes 104 5 Apple Computer, Inc. July 2002 CONTENTS Customization Techniques 105 Creating Custom Startup Items 105 Creating the Startup Item Executable 106 Specifying the Startup Item Properties 107 Starting and Stopping Startup Items 109 Customizing Login and Logout Procedures 110 Using Environment Variables 112 Replacing the Finder 112 Chapter 5 Bundles 115 Benefits of Using Bundles 116 Anatomy of a Bundle 117 The Finder and Bundles 122 Types of Bundles 123 An Application’s Main Bundle 124 Framework Bundles 124 Loadable Bundles and Dynamic Linking 124 Localized Resources 125 Localized Character Strings 126 Search Algorithm 127 Bundles and the Resource Manager 129 Chapter 6 Application Packaging 131 An Application Is a Bundle 131 Application Frameworks, Libraries, and Helpers 133 Private Frameworks 134 Shared Frameworks and the Central Directory 135 Other Shared Application Code 136 Applications and Loadable Bundles 137 User Resources in Applications 138 Application Help 138 Application Preferences 139 Document Resources 140 6 Apple Computer, Inc. July 2002 CONTENTS Chapter 7 Frameworks 141 The Framework as a Library Package 142 The Internal Structure of Frameworks 143 Standard Locations for Frameworks 145 Dynamic Shared Libraries 146 Framework Versioning 148 Major Versions 148 Minor Versions 150 Versioning Summary and Guidelines 151 Chapter 8 Umbrella Frameworks 155 Kinds of Frameworks 156 The Purpose of Umbrella Frameworks 157 Linking and Including Guideline 159 The Structure of an Umbrella Framework 160 Restrictions on Subframework Linking 162 Chapter 9 The File System 165 How the File System Is Organized 165 File-System Domains 167 The User Domain 168 The Local Domain 170 The Network Domain 171 The System Domain 172 The Library Directory 172 The Developer Directory 174 Directories of the Classic Environment 176 Searching Within the File-System Domains 177 Hiding Filename Extensions 177 Localizing File System Names 178 Displaying Localized Path Names 179 Localizing Bundle Names 179 Localizing Directory Names 180 7 Apple Computer, Inc. July 2002 CONTENTS Differences Between HFS+ and UFS 181 Aliases and Symbolic Links 182 Resource Forks 183 File Encodings and Fonts 186 Chapter 10 The Finder 189 The Role of the Finder 189 Finder Interfaces to Applications 191 Apple Events 191 Information Property Lists 191 Information Stored by the Finder 192 Collecting Application Information 192 The Desktop Folder 193 Finder Attributes 194 The Handling of Applications and Documents 194 Presenting Documents 195 Sorting Files 196 Choosing Applications to Launch 196 The Finder and File Operations 197 Copy and Move Operations 197 Management of Aliases and Symbolic Links 198 Chapter 11 Software Configuration 199 Property Lists 199 Information Property Lists 200 Document Configuration 201 An Example of an Information Property List 202 The Preferences System 205 How Preferences Are Stored 206 Preference Domains 207 The defaults Utility 208 8 Apple Computer, Inc. July 2002 CONTENTS Chapter 12 Internationalization 211 Internationalizing Your Application 212 Language Preferences and Bundle Resources 213 Designating Languages and Locales 215 Tools for Internationalization and Localization 216 Localizing User Interfaces 218 Localizing Strings 219 Composing a Strings File 220 Generating Strings Files 222 Adding Multiscript Support 222 Chapter 13 Installation and Integration 225 Preparing Software for Mac OS X 225 Applications and Documents FAQ 226 What metadata must I specify for an application? 226 Must I package my CFM executable in a bundle? 227 How should I store application resources? 227 How do I indicate document types in Mac OS X? 229 Can I treat my plug-ins as documents? 229 How does the Finder handle documents? 229 Why even have extensions? 230 How should my application save documents? 231 CFM Executables 231 User Interface Issues 234 Icons 235 Custom
Recommended publications
  • Java Web Application Development Framework
    Java Web Application Development Framework Filagree Fitz still slaked: eely and unluckiest Torin depreciates quite misguidedly but revives her dullard offhandedly. Ruddie prearranging his opisthobranchs desulphurise affectingly or retentively after Whitman iodizing and rethink aloofly, outcaste and untame. Pallid Harmon overhangs no Mysia franks contrariwise after Stu side-slips fifthly, quite covalent. Which Web development framework should I company in 2020? Content detection and analysis framework. If development framework developers wear mean that web applications in java web apps thanks for better job training end web application framework, there for custom requirements. Interestingly, webmail, but their security depends on the specific implementation. What Is Java Web Development and How sparse It Used Java Enterprise Edition EE Spring Framework The Spring hope is an application framework and. Level head your Java code and behold what then can justify for you. Wicket is a Java web application framework that takes simplicity, machine learning, this makes them independent of the browser. Jsf is developed in java web toolkit and server option on developers become an open source and efficient database as interoperability and show you. Max is a good starting point. Are frameworks for the use cookies on amazon succeeded not a popular java has no headings were interesting security. Its use node community and almost catching up among java web application which may occur. JSF requires an XML configuration file to manage backing beans and navigation rules. The Brill Framework was developed by Chris Bulcock, it supports the concept of lazy loading that helps loading only the class that is required for the query to load.
    [Show full text]
  • File Naming Recommendations
    File Naming Recommendations In a mixed platform world of Macintosh, Windows, and Unix computers, you must pay attention to how you name your file. On PCs, you usually append a three-letter file extension after the file name to tell the computer what program to launch when it is double-clicked. Programs on the PC do this automatically, but the same programs running on the Mac often do not. Things to avoid: 1.) Don't add extraneous punctuation to the file name. For example, don't use #. %, forward or back slashes, ampersands, and question marks or any other strange glyph. Stick mostly to letters and numbers. Dashes and underscores are OK. Good: my_file.jpg Bad: my/file.jpg 2.) Don't put more than one period in the file name. Use only one period at the end of the file name just before the three-letter suffix. Good: very_big_splash.jpg Bad: very.big.splash.jpg 3.) Don't omit the 3-letter suffix. Add the correct 3-letter suffix to the file name if none is created by the application program. ALL web browsers require a suffix to be able to tell a picture file from a text file, for example. Good: promopic.gif Bad: promopic.newone Bad: promopic 4.) Avoid spaces in filenames. High-speed Unix-based web servers dislike having spaces in the file name. Your pages and files with spaces in the name may work on a Mac or PC server, but if you ever migrate the files to a Unix server, you're in trouble. Most web designers use underscores in the file name to separate words for clarity.
    [Show full text]
  • Mac OS 8 Update
    K Service Source Mac OS 8 Update Known problems, Internet Access, and Installation Mac OS 8 Update Document Contents - 1 Document Contents • Introduction • About Mac OS 8 • About Internet Access What To Do First Additional Software Auto-Dial and Auto-Disconnect Settings TCP/IP Connection Options and Internet Access Length of Configuration Names Modem Scripts & Password Length Proxies and Other Internet Config Settings Web Browser Issues Troubleshooting • About Mac OS Runtime for Java Version 1.0.2 • About Mac OS Personal Web Sharing • Installing Mac OS 8 • Upgrading Workgroup Server 9650 & 7350 Software Mac OS 8 Update Introduction - 2 Introduction Mac OS 8 is the most significant update to the Macintosh operating system since 1984. The updated system gives users PowerPC-native multitasking, an efficient desktop with new pop-up windows and spring-loaded folders, and a fully integrated suite of Internet services. This document provides information about Mac OS 8 that supplements the information in the Mac OS installation manual. For a detailed description of Mac OS 8, useful tips for using the system, troubleshooting, late-breaking news, and links for online technical support, visit the Mac OS Info Center at http://ip.apple.com/infocenter. Or browse the Mac OS 8 topic in the Apple Technical Library at http:// tilsp1.info.apple.com. Mac OS 8 Update About Mac OS 8 - 3 About Mac OS 8 Read this section for information about known problems with the Mac OS 8 update and possible solutions. Known Problems and Compatibility Issues Apple Language Kits and Mac OS 8 Apple's Language Kits require an updater for full functionality with this version of the Mac OS.
    [Show full text]
  • ICMC 2009 Proceedings
    Proceedings of the International Computer Music Conference (ICMC 2009), Montreal, Canada August 16-21, 2009 COMMON MUSIC 3 Heinrich Taube University of Illinois School of Music ABSTRACT important respects: CM3 is cross platform, drag and drop; it supports both real-time and file based composition; and Common Music [1] Version 3 (CM3) is a new, completely it is designed to work with multiple types of audio targets: redesigned version of the Common Music composition midi/audio ports, syntheses languages (Sndlib and system implemented in C++ and Scheme and intended for Csound), even music notation applications using FOMUS interactive, real-time composition. The system is delivered [6] and MusicXML. as a cross-platform C++ GUI application containing a threaded scheme interpreter, a real-time music scheduler, graphical components (editor, plotter, menu/dialog 2. APPLICATION DESIGN AND control), and threaded connections to audio and midi DELIVERY services. Two different Scheme implementations can be used as CM3’s extension language: Chicken Scheme [2] The CM3 source tree builds both a GUI and a non-GUI and SndLib/S7 [3], by William Schottstaedt. When built version of the Common Music runtime. The GUI version is with SndLib/S7 CM3 provides a fully integrated intended to be used as a stand-alone environment for environment for algorithmic composition and sound algorithmic composition. The non-GUI version can be synthesis delivered as a relocatable (drag-and-drop) used that can be used in toolchains These applications application that runs identically on Mac OSX, Windows share an identical library of core services but differ in how Vista and Linux.
    [Show full text]
  • Transport Interfaces Programming Guide
    Transport Interfaces Programming Guide Sun Microsystems, Inc. 2550 Garcia Avenue Mountain View, CA 94043-1100 U.S.A. Part No: 802-5886 August 1997 Copyright 1997 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California 94303-4900 U.S.A. All rights reserved. This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. Sun, Sun Microsystems, the Sun logo, SunSoft, SunDocs, SunExpress, and Solaris are trademarks, registered trademarks, or service marks of Sun Microsystems, Inc. in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. The OPEN LOOK and SunTM Graphical User Interface was developed by Sun Microsystems, Inc. for its users and licensees. Sun acknowledges the pioneering efforts of Xerox in researching and developing the concept of visual or graphical user interfaces for the computer industry. Sun holds a non-exclusive license from Xerox to the Xerox Graphical User Interface, which license also covers Sun’s licensees who implement OPEN LOOK GUIs and otherwise comply with Sun’s written license agreements.
    [Show full text]
  • Mac OS X Server Administrator's Guide
    034-9285.S4AdminPDF 6/27/02 2:07 PM Page 1 Mac OS X Server Administrator’s Guide K Apple Computer, Inc. © 2002 Apple Computer, Inc. All rights reserved. Under the copyright laws, this publication may not be copied, in whole or in part, without the written consent of Apple. The Apple logo is a trademark of Apple Computer, Inc., registered in the U.S. and other countries. Use of the “keyboard” Apple logo (Option-Shift-K) for commercial purposes without the prior written consent of Apple may constitute trademark infringement and unfair competition in violation of federal and state laws. Apple, the Apple logo, AppleScript, AppleShare, AppleTalk, ColorSync, FireWire, Keychain, Mac, Macintosh, Power Macintosh, QuickTime, Sherlock, and WebObjects are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. AirPort, Extensions Manager, Finder, iMac, and Power Mac are trademarks of Apple Computer, Inc. Adobe and PostScript are trademarks of Adobe Systems Incorporated. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. Netscape Navigator is a trademark of Netscape Communications Corporation. RealAudio is a trademark of Progressive Networks, Inc. © 1995–2001 The Apache Group. All rights reserved. UNIX is a registered trademark in the United States and other countries, licensed exclusively through X/Open Company, Ltd. 062-9285/7-26-02 LL9285.Book Page 3 Tuesday, June 25, 2002 3:59 PM Contents Preface How to Use This Guide 39 What’s Included
    [Show full text]
  • Programming Java for OS X
    Programming Java for OS X hat’s so different about Java on a Mac? Pure Java applica- tions run on any operating system that supports Java. W Popular Java tools run on OS X. From the developer’s point of view, Java is Java, no matter where it runs. Users do not agree. To an OS X user, pure Java applications that ignore the feel and features of OS X are less desirable, meaning the customers will take their money elsewhere. Fewer sales translates into unhappy managers and all the awkwardness that follows. In this book, I show how to build GUIs that feel and behave like OS X users expect them to behave. I explain development tools and libraries found on the Mac. I explore bundling of Java applications for deployment on OS X. I also discuss interfacing Java with other languages commonly used on the Mac. This chapter is about the background and basics of Java develop- ment on OS X. I explain the history of Java development. I show you around Apple’s developer Web site. Finally, I go over the IDEs commonly used for Java development on the Mac. In This Chapter Reviewing Apple Java History Exploring the history of Apple embraced Java technologies long before the first version of Java on Apple computers OS X graced a blue and white Mac tower. Refugees from the old Installing developer tan Macs of the 1990s may vaguely remember using what was tools on OS X called the MRJ when their PC counterparts were busy using JVMs. Looking at the MRJ stands for Mac OS Runtime for Java.
    [Show full text]
  • Chapter 1. Origins of Mac OS X
    1 Chapter 1. Origins of Mac OS X "Most ideas come from previous ideas." Alan Curtis Kay The Mac OS X operating system represents a rather successful coming together of paradigms, ideologies, and technologies that have often resisted each other in the past. A good example is the cordial relationship that exists between the command-line and graphical interfaces in Mac OS X. The system is a result of the trials and tribulations of Apple and NeXT, as well as their user and developer communities. Mac OS X exemplifies how a capable system can result from the direct or indirect efforts of corporations, academic and research communities, the Open Source and Free Software movements, and, of course, individuals. Apple has been around since 1976, and many accounts of its history have been told. If the story of Apple as a company is fascinating, so is the technical history of Apple's operating systems. In this chapter,[1] we will trace the history of Mac OS X, discussing several technologies whose confluence eventually led to the modern-day Apple operating system. [1] This book's accompanying web site (www.osxbook.com) provides a more detailed technical history of all of Apple's operating systems. 1 2 2 1 1.1. Apple's Quest for the[2] Operating System [2] Whereas the word "the" is used here to designate prominence and desirability, it is an interesting coincidence that "THE" was the name of a multiprogramming system described by Edsger W. Dijkstra in a 1968 paper. It was March 1988. The Macintosh had been around for four years.
    [Show full text]
  • Mac OS X: an Introduction for Support Providers
    Mac OS X: An Introduction for Support Providers Course Information Purpose of Course Mac OS X is the next-generation Macintosh operating system, utilizing a highly robust UNIX core with a brand new simplified user experience. It is the first successful attempt to provide a fully-functional graphical user experience in such an implementation without requiring the user to know or understand UNIX. This course is designed to provide a theoretical foundation for support providers seeking to provide user support for Mac OS X. It assumes the student has performed this role for Mac OS 9, and seeks to ground the student in Mac OS X using Mac OS 9 terms and concepts. Author: Robert Dorsett, manager, AppleCare Product Training & Readiness. Module Length: 2 hours Audience: Phone support, Apple Solutions Experts, Service Providers. Prerequisites: Experience supporting Mac OS 9 Course map: Operating Systems 101 Mac OS 9 and Cooperative Multitasking Mac OS X: Pre-emptive Multitasking and Protected Memory. Mac OS X: Symmetric Multiprocessing Components of Mac OS X The Layered Approach Darwin Core Services Graphics Services Application Environments Aqua Useful Mac OS X Jargon Bundles Frameworks Umbrella Frameworks Mac OS X Installation Initialization Options Installation Options Version 1.0 Copyright © 2001 by Apple Computer, Inc. All Rights Reserved. 1 Startup Keys Mac OS X Setup Assistant Mac OS 9 and Classic Standard Directory Names Quick Answers: Where do my __________ go? More Directory Names A Word on Paths Security UNIX and security Multiple user implementation Root Old Stuff in New Terms INITs in Mac OS X Fonts FKEYs Printing from Mac OS X Disk First Aid and Drive Setup Startup Items Mac OS 9 Control Panels and Functionality mapped to Mac OS X New Stuff to Check Out Review Questions Review Answers Further Reading Change history: 3/19/01: Removed comment about UFS volumes not being selectable by Startup Disk.
    [Show full text]
  • Pooch Manual In
    What’s New As of August 21, 2011, Pooch is updated to version 1.8.3 for use with OS X 10.7 “Lion”: Pooch users can renew their subscriptions today! Please see http://daugerresearch.com/pooch for more! On November 17, 2009, Pooch was updated to version 1.8: • Linux: Pooch can now cluster nodes running 64-bit Linux, combined with Mac • 64-bit: Major internal revisions for 64-bit, particularly updated data types and structures, for Mac OS X 10.6 "Snow Leopard" and 64-bit Linux • Sockets: Major revisions to internal networking to adapt to BSD Sockets, as recommended by Apple moving forward and required for Linux • POSIX Paths: Major revisions to internal file specification format in favor of POSIX paths, recommended by Apple moving forward and required for Linux • mDNS: Adapted usage of Bonjour service discovery to use Apple's Open Source mDNS library • Pooch Binary directory: Added Pooch binary directory support, making possible launching jobs using a remotely-compiled executable • Minor updates and fixes needed for Mac OS X 10.6 "Snow Leopard" Current Pooch users can renew their subscriptions today! Please see http://daugerresearch.com/pooch for more! On April 16, 2008, Pooch was updated to version 1.7.6: • Mac OS X 10.5 “Leopard” spurs updates in a variety of Pooch technologies: • Network Scan window • Preferences window • Keychain access • Launching via, detection of, and commands to the Terminal • Behind the Login window behavior • Other user interface and infrastructure adjustments • Open MPI support: • Complete MPI support using libraries
    [Show full text]
  • Introduction to IDL
    Introduction to IDL Mark Piper, Ph.D. Barrett M Sather Exelis Visual Information Solutions Copyright © 2014 Exelis Visual Information Solutions. All Rights Reserved. IDL, ENVI and ENVI LiDAR are trademarks of Exelis, Inc. All other marks are property of their respective owners. The information contained in this document pertains to software products and services that are subject to the controls of the U.S. Export Administration Regulations (EAR). The recipient is responsible for ensuring compliance to all applicable U.S. Export Control laws and regulations. Version 2014-03-12 Contacting Us The Exelis VIS Educational Services Group offers a spectrum of standard courses for IDL and ENVI, ranging from courses designed for beginning users to those for experienced application developers. We can develop a course tailored to your needs with customized content, using your data. We teach classes monthly in our offices in Boulder, Colorado and Herndon, Virginia, as well as at various regional settings in the United States and around the world. We can come to you and teach a class at your work site. The Exelis VIS Professional Services Group offers consulting services. We have years of experience successfully providing custom solutions on time and within budget for a wide range of organizations with myriad needs and goals. If you would like more information about our services, or if you have difficulty using this manual or finding the course files, please contact us: Exelis Visual Information Solutions 4990 Pearl East Circle Boulder, CO 80301 USA +1-303-786-9900 +1-303-786-9909 (fax) www.exelisvis.com [email protected] Contents 1.
    [Show full text]
  • Carbon Copy Cloner Documentation: English
    Carbon Copy Cloner Documentation: English Getting started with CCC System Requirements, Installing, Updating, and Uninstalling CCC CCC License, Registration, and Trial FAQs Trouble Applying Your Registration Information? Establishing an initial backup Preparing your backup disk for a backup of Mac OS X Restoring data from your backup What's new in CCC Features of CCC specific to Lion and greater Release History Carbon Copy Cloner's Transition to a Commercial Product: Frequently Asked Questions Credits Example backup scenarios I want to clone my entire hard drive to a new hard drive or a new machine I want to backup my important data to another Macintosh on my network I want to backup multiple machines or hard drives to the same hard drive I want my backup task to run automatically on a scheduled basis Backing up to/from network volumes and other non-HFS volumes I want to back up my whole Mac to a Time Capsule or other network volume I want to defragment my hard drive Backup and archiving settings Excluding files and folders from a backup task Protecting data that is already on your destination volume Managing previous versions of your files Automated maintenance of CCC archives Advanced Settings Some files and folders are automatically excluded from a backup task The Block-Level Copy Scheduling Backup Tasks Scheduling a task and basic settings Performing actions Before and After the backup task Deferring and skipping scheduled tasks Frequently asked questions about scheduled tasks Email and Growl notifications Backing Up to Disk Images
    [Show full text]