0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (26)
  • R250 - R500 (136)
  • R500+ (411)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer hardware & operating systems > Operating systems & graphical user interfaces (GUIs) > Macintosh OS

Making Movies, Photos, Music & DVDs on Your Mac: Using Apple's Digital Hub (Paperback, Ed): Jesse Feiler Making Movies, Photos, Music & DVDs on Your Mac: Using Apple's Digital Hub (Paperback, Ed)
Jesse Feiler
R835 R742 Discovery Miles 7 420 Save R93 (11%) Ships in 10 - 15 working days

Get full coverage of Apples hot new suite of fun, creative tools for making movies, photos, dvds and custom music in one volume! Now you can see how easy it is to make your own customized digital creations using iMovie, iPhoto, iDVD, and iTunes with help from this detailed, results-oriented guide.

MAC OS X Support Essentials - A Guide To Supporting And Troubleshooting Mac OS X 10.4 (Paperback, 1st Revised edition): Owen W.... MAC OS X Support Essentials - A Guide To Supporting And Troubleshooting Mac OS X 10.4 (Paperback, 1st Revised edition)
Owen W. Linzmayer
R1,663 Discovery Miles 16 630 Ships in 12 - 17 working days

The only Apple-certified book on Mac OS X, this updated best-seller will take you deep inside the latest big-cat operating system, covering everything from networking technologies to system administration, customizing the operating system, command-line programming, and more. Whether you're a support technician or simply an ardent Mac user, you'll quickly learn and master the 150+ features new to Mac OS X Tiger, including the innovative Spotlight search system, a Dashboard filled with customizable Widget mini-apps, the Automator application for building customized workflows, and more. Following the learning objectives of the Apple Certified Technical Coordinator certification exam, this self-paced book is a perfect supplement to Apple's own training class and a first-rate primer for computer support personnel who need to troubleshoot and optimize Mac OS X as part of their jobs. Chapter review sections and quizzes summarize and reinforce gained knowledge.

Start! The No Nonsense Guide to Mac OS X Jaguar (Paperback): Katy Bodenmiller, Greg Simsic Start! The No Nonsense Guide to Mac OS X Jaguar (Paperback)
Katy Bodenmiller, Greg Simsic
R571 R525 Discovery Miles 5 250 Save R46 (8%) Ships in 10 - 15 working days

C’mon, you’re not a dummy. Heck, you’re not even an idiot. So, why buy a book that talks down to you. This No-Nonsense Guide speak to you in plain, useful language that will help you learn exactly what you need to run the Mac operating system.

macOS Daemonology - Communicate with Daemons, Agents, and Helpers Through XPC (Paperback, 1st ed.): Volodymyr Vashurkin macOS Daemonology - Communicate with Daemons, Agents, and Helpers Through XPC (Paperback, 1st ed.)
Volodymyr Vashurkin
R1,063 Discovery Miles 10 630 Ships in 12 - 17 working days

Take advantage of the full power of Swift through XPC. Development for macOS differs from iOS and web-based development because of multicomponent applications. Besides the usual GUI-based applications and app extensions, there are a wide range of daemons-processes that run in the background-to worry about. These include system monitoring, event listening, notification agents, and many-many more. First, you'll take a tour around different types of daemons: user agents, privileged helpers, login items, XPC services, and System Extensions. Knowing key specifics of the daemons will open a wide range of possibilities from non-trivial application development to system development. You'll find lots of examples, working code samples, and even ready-to-use utilities. The book will guide you step-by-step through preparation, registration, and management of all kinds of daemons. System Extensions are brand new for macOS and open additional powerful features for developers. You'll explore installation, user flow, and communication with System Extensions, too, with examples, of course. XPC provides an object-oriented way of communication. There's no need for custom byte/text-based protocols. A good macOS developer has to know not only programming interfaces, but also design patterns related to technology. XPC communication has a few patterns of its own, and we'll go through them all, including uni- and bi-directional communication, passing objects by-value and by-proxy, handling connection invalidation, named and anonymous connections, and many more. What You'll Learn Use multiples types of daemons in your applications Deal with System Extensions - the new type of system daemons Get acquainted with Swift bridging patterns for XPC communication Who This Book Is For Software developers and solution architects with at least a working knowledge of macOS and Swift programming. As overview, may be interested for software/solution architects.

Mac X OS Headaches: How to Fix common (and Not So Common) Problems in a Hurry (Paperback, Ed): Curt Simmons Mac X OS Headaches: How to Fix common (and Not So Common) Problems in a Hurry (Paperback, Ed)
Curt Simmons
R840 R748 Discovery Miles 7 480 Save R92 (11%) Ships in 10 - 15 working days

Seeking relief from minor mouse mishaps or major memory malfunctions? Find step-by-step instructions along with technical explanations in this handy resource. Get quick solutions for common glitches like printer driver problems, application problems, customization problems, and more.

iMac, iBook, and G3 Troubleshooting Pocket Reference (Paperback): Don Rittner iMac, iBook, and G3 Troubleshooting Pocket Reference (Paperback)
Don Rittner
R647 R583 Discovery Miles 5 830 Save R64 (10%) Ships in 10 - 15 working days

If you are among the millions of Mac users today, then you need an up-to-date and comprehensive reference that will provide fast answers to your software, hardware, network, and system maintenance questions. The iMac, iBook, & G3 Troubleshooting Pocket Reference is a handy, common-sense guidebook that covers the full range of basic problems and troubleshooting procedures. Written by Mac expert and enthusiast Don Rittner, this crystal clear and concise reference provides you with the all information you need, from basic to more advanced topics, at your fingertips!

Implementing iOS and macOS Documents with the Files App - Managing Files and Ensuring Compatibility (Paperback, 1st ed.): Jesse... Implementing iOS and macOS Documents with the Files App - Managing Files and Ensuring Compatibility (Paperback, 1st ed.)
Jesse Feiler
R853 R743 Discovery Miles 7 430 Save R110 (13%) Ships in 10 - 15 working days

Rise above the basics of Xcode app development to implement tools like Share buttons and activity view controllers to share document content including parts of documents with other users and with other devices. This book fills the gap so that developers with even a fundamental knowledge of iOS and Swift can implement document creation, saving, and sharing in their apps. Since the launch of iPhone in 2007, users and developers have struggled with the fact that the file system is hidden. Fortunately the Files app in iOS 11 now offers this feature and it is supported by Apple apps such as Numbers, Pages, and Keynote as well as by the few third-party apps that support documents. By using the standard formats described in this book, you can make your app's data shareable to and from other apps like Numbers, Pages, and Word. Files also provides an interface to tools such as Dropbox and iCloud so that users can open and modify documents in them. If you combine standard formats such as .doc, .docx, .jpeg, and .jpg with Dropbox and eMail, you have a simple way to implement and use cross-platform sharing to Macs, PCs, and Android devices. Implementing iOS and macOS Documents with the Files App provides the combination of skills developers need to build these types of apps-working with files and constructing documents. What You'll Learn Add Document Support to Your Apps Share your documents with iCloud and Apple IDs across your Mac and iOS devices Use standard formats from .doc, .docx, .png, and .jpeg both for input and output Manage and organize documents Who This Book Is For Developers with a basic knowledge of app development and Swift. You should already know how to use Xcode to create an app. Knowledge of basic Swift syntax is recommended. The book can also be a useful overview and guide to managers who are trying to decide how to convert legacy document-based systems to apps.

macOS Support Essentials 10.14 - Apple Pro Training Series - Supporting and Troubleshooting macOS Mojave (Paperback): Adam... macOS Support Essentials 10.14 - Apple Pro Training Series - Supporting and Troubleshooting macOS Mojave (Paperback)
Adam Karneboge
R1,647 R381 Discovery Miles 3 810 Save R1,266 (77%) Ships in 9 - 15 working days

This is the official curriculum of the Apple Mojave 101: OS X Support Essentials 10.14 course and preparation for Apple Certified Support Professional (ACSP) 10.14 certification-as well as a top-notch primer for anyone who needs to support, troubleshoot, or optimize macOS Mojave. This guide provides comprehensive coverage of Mojave and is part of the Apple Pro Training series-the only Apple-certified books on the market. Designed for support technicians, help desk specialists, and ardent Mac users, this guide takes you deep inside macOS Mojave. Readers will find in-depth, step-by-step instruction on everything from installing and configuring High Sierra to managing networks and system administration. Whether you run a computer lab or an IT department, you'll learn to set up users, configure system preferences, manage security and permissions, use diagnostic and repair tools, troubleshoot peripheral devices, and more-all on your way to preparing for the industry-standard ACSP certification. This is a step-by-step guide that works through lessons designed to teach practical, real-world tasks, with lesson files let you practice as you learn.

macOS High Sierra - The Missing Manual (Paperback): David Pogue macOS High Sierra - The Missing Manual (Paperback)
David Pogue
R691 R572 Discovery Miles 5 720 Save R119 (17%) Out of stock

With High Sierra, Apple has taken its macOS operating system to new heights. From Apple's efficient new file system to improved video streaming and support for virtual reality, this latest macOS version provides features improve your experience. And once again, David Pogue brings his humor and expertise to the #1 bestselling Mac book. Whether you're a developer or a home-user, this guide offers a wealth of detail on Apple's macOS 10.13 operating system, this new edition covers everything High Sierra has to offer. Perfect for newcomers. Get crystal-clear, jargon-free introductions to the best and brightest macOS apps, including Siri, Safari, iCloud, FaceTime, and AirDrop. Get the whole picture. Learn more efficient ways to navigate, organize, and edit your photos with new features in the Photos app. Go in-depth. Take advantage of Apple's new graphics technology, and its support for virtual reality.Gain real insight. David Pogue doesn't just tell you how to use macOS features. You'll also learn why to use them--and how to avoid common pitfalls.i

Pro iPhone Development with Swift 4 - Design and Manage Top Quality Apps (Paperback, 1st ed.): Molly Maskrey, Wallace Wang Pro iPhone Development with Swift 4 - Design and Manage Top Quality Apps (Paperback, 1st ed.)
Molly Maskrey, Wallace Wang
R950 R219 Discovery Miles 2 190 Save R731 (77%) Ships in 9 - 15 working days

Acquire and master the information required to take you to the next level beyond basic iPhone development using Swift. In this follow up work to the best selling Beginning iPhone Development with Swift, you'll learn how to improve your apps by managing the performance of your programs using parallelization, getting data in and out of the cloud, using gestures, the camera, 3D touch, sensors as well as newer features having debuted this year. In its fourth edition, Pro iPhone Development with Swift 4 covers the additional information you want to know to extend your apps into the next level. What You Will Learn Add parallel functionality using Grand Central Dispatch Use the camera and access photos Use SiriKit Who This Book is For Aspiring iOS app developers familiar with the Apple Swift programming language and/or the iOS SDK, but ready to move to the next level.

Mac OS X Leopard in Easy Steps (Paperback, 3rd Revised edition): Nick Vandome Mac OS X Leopard in Easy Steps (Paperback, 3rd Revised edition)
Nick Vandome
R355 Discovery Miles 3 550 Ships in 9 - 15 working days
Beginning iPhone 3 Development - Exploring the iPhone SDK (Paperback, 1st ed.): David Mark, Jeff Lamarche Beginning iPhone 3 Development - Exploring the iPhone SDK (Paperback, 1st ed.)
David Mark, Jeff Lamarche
R1,234 Discovery Miles 12 340 Ships in 12 - 17 working days

Are you a programmer looking for a new challenge? Does the thought of building your very own iPhone app make your heart race and your pulse quicken? If so, Beginning iPhone 3 Development: Exploring the iPhone SDK is just the book for you. Updated and revised for iPhone SDK 3, many of the discussions in the original book have been clarified to make some of the more complex topics easier to understand. In addition, all of the projects have been rebuilt from scratch using the SDK 3 templates.

Assuming only a minimal working knowledge of Objective-C, and written in a friendly, easy-to-follow style, this book offers a complete soup-to-nuts course in iPhone and iPod touch programming. The book starts with the basics, walking you through the process of downloading and installing Apple's free iPhone SDK, and then stepping you though the creation of your first simple iPhone application. From there, you'll learn to integrate all the interface elements iPhone users have come to know and love, such as buttons, switches, pickers, toolbars, and sliders. You'll master a variety of design patterns, from the simplest single view to complex hierarchical drill-downs. The confusing art of table building will be demystified, and you'll see how to save your data using the iPhone file system. You'll also learn how to save and retrieve your data using SQLite, iPhone's built-in database management system. In addition, you'll also learn about Core Data, an important persistence mechanism that has just been added with SDK 3.

And there's much more You'll learn to draw using Quartz 2D and OpenGL ES, add multitouch gestural support (pinches and swipes) to your applications, and work with the camera, photo library, accelerometer, and built-in GPS. You'll discover the fine points of application preferences and learn how to localize your apps for multiple languages. You can discover more about this book, download source code, and find support forums at the book's companion site, at www.iphonedevbook.com.The iPhone 3 update to the best-selling and most recommended book for iPhone developers Packed full of tricks, techniques, and enthusiasm for the new SDK from a developer perspective The most complete, useful, and up-to-date guide to all things having to do with Apple's iPhone SDK What you'll learn Everything you need to know to develop your own best-selling iPhone apps Best practices for optimizing your code and delivering great user experiences Who this book is for

Anyone who wants to start developing for iPhone and iPod touch What's changed from the first edition of Beginning iPhone Development All code samples have been updated to follow current Apple coding conventions The autorotation code has been updated to use the new single-step fast autorotation instead of the original two-step method A new section has been added introducing Core Data, covering basic principles and showing how to build a simple Core Data application All the table view-related chapters have been updated to use table view cell styles. They've also been updated to use textLabel and detailTextLabel instead of the deprecated text property of the table view cell. All known errata have been corrected All projects have been rebuilt from scratch using the SDK 3.0 templates Many concepts have been clarified based on feedback and supplemented with information we've learned from another year of using the SDK Table of Contents Welcome to the Jungle Appeasing the Tiki Gods Handling Basic Interaction More User Interface Fun Autorotation and Autosizing Multiview Applications Tab Bars and Pickers Introduction to Table Views Navigation Controllers and Table Views Application Settings and User Defaults Basic Data Persistence Drawing with Quartz and OpenGL Taps, Touches, and Gestures Where Am I? Finding Your Way with Core Location Whee Accelerometer iPhone Camera and Photo Library Application Localization Where to Next?

iWork Fur Senioren - Das Lacherlich Einfache Handbuch Fur Groessere Produktivitat Auf Ihrem Mac (German, Paperback): Scott La... iWork Fur Senioren - Das Lacherlich Einfache Handbuch Fur Groessere Produktivitat Auf Ihrem Mac (German, Paperback)
Scott La Counte
R1,016 Discovery Miles 10 160 Ships in 10 - 15 working days
Das Lacherlich Einfache Handbuch fur Pages (German, Paperback): Scott La Counte Das Lacherlich Einfache Handbuch fur Pages (German, Paperback)
Scott La Counte
R673 Discovery Miles 6 730 Ships in 10 - 15 working days
Pages Fur Senioren - Das Lacherlich Einfache Handbuch zur Wortverarbeitung auf Ihrem Mac (German, Paperback): Scott La Counte Pages Fur Senioren - Das Lacherlich Einfache Handbuch zur Wortverarbeitung auf Ihrem Mac (German, Paperback)
Scott La Counte
R678 Discovery Miles 6 780 Ships in 10 - 15 working days
Das Lacherlich Einfache Handbuch zu iPhone 12, iPhone 12 Pro, und iPhone 12 Pro Max - Ein Praktisches Handbuch Fur Den Einstieg... Das Lacherlich Einfache Handbuch zu iPhone 12, iPhone 12 Pro, und iPhone 12 Pro Max - Ein Praktisches Handbuch Fur Den Einstieg Zu Der Nachsten Generation Von Iphone Und iOS 14 (German, Paperback)
Scott La Counte
R682 R618 Discovery Miles 6 180 Save R64 (9%) Ships in 10 - 15 working days
Das Senioren handbuch fur Iphone SE (Zweite Generation) Fur IOS 14 - Das Anfanger Handbuch Fur iPhone SE (German, Paperback):... Das Senioren handbuch fur Iphone SE (Zweite Generation) Fur IOS 14 - Das Anfanger Handbuch Fur iPhone SE (German, Paperback)
Scott La Counte
R684 R620 Discovery Miles 6 200 Save R64 (9%) Ships in 10 - 15 working days
Der lacherlich einfache Leitfaden fur MacOS Catalina - Erste Schritte mit MacOS 10.15 (German, Paperback): Scott La Counte Der lacherlich einfache Leitfaden fur MacOS Catalina - Erste Schritte mit MacOS 10.15 (German, Paperback)
Scott La Counte
R567 R521 Discovery Miles 5 210 Save R46 (8%) Ships in 10 - 15 working days
Die lacherlich einfache Anleitung zum iMac mit MacOS Catalina - Erste Schritte mit MacOS 10.15 fur Mac (German, Paperback):... Die lacherlich einfache Anleitung zum iMac mit MacOS Catalina - Erste Schritte mit MacOS 10.15 fur Mac (German, Paperback)
Scott La Counte
R568 R522 Discovery Miles 5 220 Save R46 (8%) Ships in 10 - 15 working days
Mac Mini mit MacOS Catalina - Erste Schritte mit MacOS 10.15 fur Mac Mini (German, Paperback): Scott La Counte Mac Mini mit MacOS Catalina - Erste Schritte mit MacOS 10.15 fur Mac Mini (German, Paperback)
Scott La Counte
R567 R521 Discovery Miles 5 210 Save R46 (8%) Ships in 10 - 15 working days
MacBook Pro mit MacOS Catalina - Erste Schritte mit MacOS 10.15 fur MacBook Air (German, Paperback): Scott La Counte MacBook Pro mit MacOS Catalina - Erste Schritte mit MacOS 10.15 fur MacBook Air (German, Paperback)
Scott La Counte
R568 R522 Discovery Miles 5 220 Save R46 (8%) Ships in 10 - 15 working days
Das Lacherlich Einfache Handbuch zu Numbers mit Mac (German, Paperback): Scott La Counte Das Lacherlich Einfache Handbuch zu Numbers mit Mac (German, Paperback)
Scott La Counte
R667 Discovery Miles 6 670 Ships in 10 - 15 working days
iPhone 12, iPhone Pro, und iPhone Pro Max Fur Senioren - Das Lacherlich Einfache Handbuch Fur Die Nachste Generation Von iPhone... iPhone 12, iPhone Pro, und iPhone Pro Max Fur Senioren - Das Lacherlich Einfache Handbuch Fur Die Nachste Generation Von iPhone Und iOS 14 (German, Paperback)
Scott La Counte
R677 R613 Discovery Miles 6 130 Save R64 (9%) Ships in 10 - 15 working days
Der lacherlich einfache Leitfaden fur Google Sheets - Ein praktischer Leitfaden fur Cloud-basierte Tabellenkalkulationen... Der lacherlich einfache Leitfaden fur Google Sheets - Ein praktischer Leitfaden fur Cloud-basierte Tabellenkalkulationen (German, Paperback)
Scott La Counte
R342 R313 Discovery Miles 3 130 Save R29 (8%) Ships in 10 - 15 working days
Der lacherlich einfache Leitfaden fur Google Folien - Ein praktischer Leitfaden fur Cloud-basierte Prasentationen (German,... Der lacherlich einfache Leitfaden fur Google Folien - Ein praktischer Leitfaden fur Cloud-basierte Prasentationen (German, Paperback)
Scott La Counte
R346 R318 Discovery Miles 3 180 Save R28 (8%) Ships in 10 - 15 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Computer Vision and Augmented Reality in…
Ahmed Fathi Bekhit Paperback R1,323 R1,087 Discovery Miles 10 870
Beginning iOS 6 Development - Exploring…
David Mark, Jack Nutting, … Paperback R1,547 R1,311 Discovery Miles 13 110
macOS Support Essentials 12 - Apple Pro…
Benjamin Levy, Adam Karneboge, … Paperback R1,760 R1,543 Discovery Miles 15 430
Exploring Apple iPad - iPadOS 14…
Kevin Wilson Hardcover R962 Discovery Miles 9 620
macOS in easy steps - Illustrated using…
Nick Vandome Paperback R388 Discovery Miles 3 880
Programming iOS 11
Matt Neuberg Paperback R1,806 R449 Discovery Miles 4 490
PowerShell for Administration, IT Pro…
William R. Stanek, William Stanek Hardcover R1,609 Discovery Miles 16 090
How to Do Everything Mac OS X Lion…
Dwight Spivey Paperback R958 R848 Discovery Miles 8 480
Exploring Apple Mac - Big Sur Edition…
Kevin Wilson Hardcover R962 Discovery Miles 9 620
iOS Architecture Patterns - MVC, MVP…
Raul Garcia Paperback R1,495 R1,230 Discovery Miles 12 300

 

Partners