0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (112)
  • R250 - R500 (489)
  • R500+ (2,695)
  • -
Status
Format
Author / Contributor
Publisher

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

Learn Cocoa on the Mac (Paperback, 1st ed.): David Mark, Jeff Lamarche, Jack Nutting Learn Cocoa on the Mac (Paperback, 1st ed.)
David Mark, Jeff Lamarche, Jack Nutting
R1,100 R896 Discovery Miles 8 960 Save R204 (19%) Ships in 10 - 15 working days

The Cocoa frameworks are some of the most powerful frameworks for creating native desktop applications available on any platform today, and Apple gives them away, along with the Xcode development environment, for free However, for a first-time Mac developer, just firing up Xcode and starting to browse the documentation can be a daunting task. The Objective-C class reference documentation alone would fill thousands of printed pages, not to mention all the other tutorials and guides included with Xcode. Where do you start? Which classes are you going to need to use? How do you use Xcode and the rest of the tools?

This book answers these questions and more, helping you find your way through the jungle of classes, tools, and new concepts so that you can get started on the next great Mac OS X application today. Jack Nutting is your guide through this forest; he's lived here for years, and he'll show you which boulder to push, which vine to chop, and which stream to float across in order to make it through. You will learn not only how to use the components of this rich framework, but also which of them fit together, and why.

Jack Nutting 's approach, combining pragmatic problem-solving with a deep respect for the underlying design philosophies contained within Cocoa, stems from years of experience using these frameworks. He'll show you which parts of your application require you to jump in and code a solution, and which parts are best served by letting Cocoa take you where it wants you to go. The path over what looks like a mountain of components and APIs has never been more thoroughly prepared for your travels. With Jack's guidance, the steep learning curve becomes a pleasurable adventure. There is still much work for the uninitiated, but by the time you're done, you will be well on your way to becoming a Cocoa master. What you'll learn How to actually make your own Cocoa applicationsthis is much more than just a quick introduction to Cocoa Which classes, of the dozens included in Cocoa, are truly central to Cocoa development How to best use MVC architecture concepts in a Cocoa application How the various pieces of the Cocoa frameworks fit with each other and into the MVC architecture Which parts of Cocoa truly enable visual programming, letting you reap the benefits of proven, reusable code libraries that Apple gives you for free How to recognize recurring design patterns used throughout Cocoa, and put them to proper use in your own code How to approach Cocoa from different programming environments How to use the facilities provided in Snow Leopard to create software that distributes itself automatically among all available CPUs, improving the user experience for your users. Who this book is for

Anyone with basic understanding of object-oriented programming who wants to try out Mac OS X application programming, as well as iPhone developers who want to extend their knowledge of Cocoa touch to include the Mac-specific technologies included with Cocoa. Table of Contents Must Love CocoaHello, WorldLights, Camera... Actions (and Outlets, Too) GUI ComponentsUsing Table ViewsCocoa BindingsCore Data BasicsCore Data RelationshipsSearch and Retrieve Core Data with Criteria Windows and Menus and SheetsDocument-Based ApplicationsExceptions, Signals, Errors, and DebuggingDrawing in CocoaAdvanced Drawing TopicsWorking with FilesConcurrencyFuture Paths

iPhone Design Award-Winning Projects (Paperback, 1st ed.): Chris Dannen iPhone Design Award-Winning Projects (Paperback, 1st ed.)
Chris Dannen
R1,040 R836 Discovery Miles 8 360 Save R204 (20%) Ships in 10 - 15 working days

This book profiles developers who have received the prestigious Apple Design Award for iPhone app excellence. You'll learn all about what makes these apps truly standout, including explanations of great user interface design and implementation, as well as the code under the hood that makes these the most responsive, intuitive, useful, and just plain fun apps running on the iPhone.Insightful profiles of the developers behind Tweetie, Topple 2, AccuTerra, Postage, and Wooden Labyrinth 3D Detailed explanations of the technical wizardry that makes these apps tick Full-color screenshots and copious downloadable code snippets to get you started building the next iPhone Design Awardwinning apps What you'll learn How the best iPhone and iPod touch apps are built How detail-oriented, semi-obsessive designers create great-looking interfaces that go beyond mere user-friendliness How caffeine-addicted, sugar-fortified programmers optimize every line of Objective-C and squash the most deeply hidden bugs How inspiration strikes at unlikely times and places How to plan for success by learning from the most successful iPhone app developers Who this book is for

All iPhone developers seeking enlightenment from the recognized masters. Table of Contents TweetieFacebookTopple 2Q&A: FoursquareAccuTerraQ&A: Exit Strategy NYCPostageQ&A: Delicious LibraryWooden Labyrinth 3DQ&A: ProwlUser Experience: Ge WangIterative DesignUpgrading

More iPhone 3 Development - Tackling iPhone SDK  3 (Paperback, 1st ed.): David Mark, Jeff Lamarche More iPhone 3 Development - Tackling iPhone SDK 3 (Paperback, 1st ed.)
David Mark, Jeff Lamarche
R1,121 R917 Discovery Miles 9 170 Save R204 (18%) Ships in 10 - 15 working days

Interested in iPhone development? Want to learn more? Whether you're a self-taught iPhone development genius or have just made your way through the pages of Beginning iPhone 3 Development, we have the perfect book for you.More iPhone 3 Development: Tackling iPhone SDK 3 digs deeper into Apple's latest SDK. Best-selling authors Dave Mark and Jeff LaMarche explain concepts as only they can, covering topics like Core Data, peer-to-peer networking using GameKit and network streams, working with data from the web, MapKit, in-application e-mail, and more. All the concepts and APIs are clearly presented with code snippets you can customize and use, as you like, in your own apps.

If you are going to write a professional iPhone app, you'll want to get your arms around Core Data, and there's no better place to do so than in the pages of this book. The book continues right where Beginning iPhone 3 Development left off with a series of chapters devoted to Core Data, the standard for persistence that Apple introduced to iPhone with SDK 3. Jeff and Dave carefully step through each of the Core Data concepts and show you techniques and tips specifically for writing larger applicationsoffering a breadth of coverage you won't find anywhere else.

The Core Data coverage alone is worth the price of admission. But there's so much more. This book covers a variety of networking mechanisms, from GameKit's relatively simple BlueTooth peer-to-peer model, to the addition of Bonjour discovery and network streams, through the complexity of accessing files via the web. Dave and Jeff will also take you through coverage of concurrent programming and some advanced techniques for debugging your applications.

Whether you are a relative newcomer to iPhone development or an old hand looking to expand your horizons, there's something for everyone in More iPhone 3 Development.

Note: A few of the apps in this book demonstrate technologies not yet supported by the simulator. To run them on your iPhone or iPod touch, you'll need to join one of Apple's paid iPhone developer programs. What you'll learn All about Core Data: key concepts and techniques for writing larger application How to utilize a variety of networking mechanisms, including peer-to-peer connections over Bluetooth using GameKit Details on the addition of Bonjour discovery and network streams How to embed maps with Map Kit and use in-application email How to access a user's iPod library and integrate music into applications Essentials of concurrent programming and advanced debugging techniques Tips on working with data from the web Who this book is for

All iPhone and iPod touch developers, especially developers already familiar with early iPhone SDKs. Table of Contents Here We Go Round Again The Anatomy of Core Data A Super Start: Adding, Displaying, and Deleting Data The Devil in the Detail View Preparing for Change: Migrations and Versioning Custom Managed Objects Relationships, Fetched Properties, and Expressions Peer-to-Peer Over Bluetooth Using GameKit Online Play: Bonjour and Network Streams Working with Data from the Web MapKit Sending Mail iPod Library Access Keeping Your Interface Responsive Debugging The Road Goes Ever On...

Windows XP Personal Trainer (Paperback): CustomGuide Inc. Windows XP Personal Trainer (Paperback)
CustomGuide Inc.
R781 R575 Discovery Miles 5 750 Save R206 (26%) Out of stock

The most widely used operating system in the world, XP is certainly the most reliable and best-looking version of Windows. But it comes with a baffling multitude of features and functionality that you'll struggle to understand--despite all of the hours you've logged with Windows 2000, Windows Me, 98 or 95. And if you're a beginner, where do you start? Windows XP Personal Trainer enables beginners and experts alike to become black belts, quickly and easily. This fully illustrated book takes a modular approach to learning, allowing you to start with the fundamentals and work your way to advance topics through dozens of task-oriented lessons--at your own pace. The companion CD tutorial guides you through each lesson interactively. With plenty of detailed diagrams, Windows XP Personal Trainer includes sections on: Working with Windows; Using the programs included with Windows XP (such as Media Player); Organizing files and folders; Modifying the taskbar and desktop; Customizing Windows XP; Optimizing and maintaining the operating system; Exploring the Internet; Networking with Windows XP If you already have experience with Windows XP, you can dive right into those topics (and only those topics) that you need or want to learn. Unlike many consumer software tutorials that dumb down the material or present it in a confusing fashion, Windows XP Personal Trainer is written in a non-technical and engaging style that you will find fun, easy, and most of all, clear and informative. You can become proficient without wading through tons of jargon and technical information. Part of our new Personal Trainer Series, this book is based on content from CustomGuide (www customguide.com), a leading provider of computer training materials. Founded by instructors who grew dissatisfied with the industry's dry course materials, CustomGuide offers courseware (for instructors and students), quick references, to software bulletins and e-learning courses that are fun, flexible, and easy to use.

Exploring the JDS Linux Desktop +CD (Paperback): Tom Adelstein Exploring the JDS Linux Desktop +CD (Paperback)
Tom Adelstein
R877 R654 Discovery Miles 6 540 Save R223 (25%) Out of stock

The Java Desktop System (TM), from Sun Microsystems, is a modern system for all kinds of users, novice through expert. As an unusually robust, well-integrated desktop system, it may become the first to fulfill the promise of mass adoption for open source.

JDS brings Linux and other open source software up to a level of usability that makes them suitable for the enormous base of Personal Computer users including office workers, students, mobile and home users. It behaves pretty much the way a Windows or Mac user would expect, but with many more powerful features. JDS has seen widespread adoption in the United States, Britain, China, and elsewhere.

This book is the ideal guide to JDS: it is clear and direct, but loaded with insights from authors who have spent time working with, supporting, and enhancing the system. Tom Adelstein is an award winning polymath system designer; Sam Hiser is a respected business consultant with an itch that led him to become the marketing project lead for OpenOffice.org. Both are advocates for open source and founders of the Open Government Interoperability Project, members of the Open Source Software Institute and contributors to the JDShelp.org project.

This book carefully covers such housekeeping chores as setting up networking, updates, and backups. Then it enters into great depth concerning the key productivity tools every user needs: email, web browsing, instant messaging, word processing, spreadsheets, and slide presentations.

A number of chapters and appendices concerning useful tools, including things you can add to your system, rounds out this remarkably useful book. It has plenty to offer the new user as well as the seasoned Linuxprofessional.

Switching to the Mac (Paperback, Lion ed): David Pogue Switching to the Mac (Paperback, Lion ed)
David Pogue
R909 R687 Discovery Miles 6 870 Save R222 (24%) Ships in 12 - 17 working days

Ready to move to the Mac? This incomparable guide helps you make a smooth transition. "New York Times" columnist and Missing Manuals creator David Pogue gets you past three challenges: transferring your stuff, assembling Mac programs so you can do what you did with Windows, and learning your way around Mac OS X.

Learning to use a Mac is not a piece of cake, but once you do, the rewards are oh-so-much better. No viruses, worms, or spyware. No questionable firewalls or inefficient permissions. Just a beautiful machine with a thoroughly reliable system. Whether you're using Windows XP or Windows 7, we've got you covered. Transfer your stuff. Moving files from a PC to a Mac is the easy part. This guide gets you through the tricky things: extracting your email, address book, calendar, Web bookmarks, buddy list, desktop pictures, and MP3 files. Re-create your software suite. Big-name programs from Microsoft, Adobe, and others are available in both Mac and Windows versions. But hundreds of other programs are Windows-only. Learn the Macintosh equivalents and how to move data to them. Learn Mac OS X Lion. Once you've moved into the Macintosh mansion, it's time to learn your way around. You're in good hands with the author of "Mac OS X: The Missing Manual," the #1 bestselling guide to Mac OS X.

Mastering ARKit - Apple's Augmented Reality App Development Platform (Paperback, 1st ed.): Jayven Nhan Mastering ARKit - Apple's Augmented Reality App Development Platform (Paperback, 1st ed.)
Jayven Nhan
R1,479 R1,176 Discovery Miles 11 760 Save R303 (20%) Ships in 10 - 15 working days

Embark on a journey to build an augmented reality world. This book puts theory into practical application by building unique augmented reality apps specific to each chapter's topic. You'll learn to engineer successful, well-designed, and comprehensive augmented reality applications for Apple devices. First, uncover the foundation of augmented reality on Apple platforms. Understand the building blocks and inner workings of the technologies that power augmented reality. Then, learn about building AR apps using ARKit, SceneKit, SpriteKit, RealityKit, and RealityComposer. You'll study augmented reality app business models, designs, and content for the ultimate user experience. Plus, you'll cover the theories and practicalities of ARKit APIs such as surface detection, working with world maps, body motion capture, face tracking, object scanning and detecting, people occlusion, and more. Chapter by chapter, this book helps you to become an advanced augmented reality engineer. By the end of the book, you'll have the necessary mental models and tools to engineer delightful experiences in Apple's augmented reality platforms. What You'll Learn Build AR apps with SceneKit, SpriteKit, RealityKit, and RealityComposer Understand the business models that support augmented reality Incorporate surface detection, computer vision, and body motion capture in your apps Who This Book Is ForiOS developers who want to expand their knowledge of ARKit. They should have a solid foundation in the Swift programming language and understand the basics of navigating Xcode.

Windows Internals - System architecture, processes, threads, memory management, and more, Part 1 (Paperback, 7th edition):... Windows Internals - System architecture, processes, threads, memory management, and more, Part 1 (Paperback, 7th edition)
Pavel Yosifovich, Mark Russinovich, Alex Ionescu, David Solomon
R1,188 R922 Discovery Miles 9 220 Save R266 (22%) Ships in 12 - 17 working days

The definitive guide-fully updated for Windows 10 and Windows Server 2016 Delve inside Windows architecture and internals, and see how core components work behind the scenes. Led by a team of internals experts, this classic guide has been fully updated for Windows 10 and Windows Server 2016. Whether you are a developer or an IT professional, you'll get critical, insider perspectives on how Windows operates. And through hands-on experiments, you'll experience its internal behavior firsthand-knowledge you can apply to improve application design, debugging, system performance, and support. This book will help you: * Understand the Window system architecture and its most important entities, such as processes and threads * Examine how processes manage resources and threads scheduled for execution inside processes * Observe how Windows manages virtual and physical memory * Dig into the Windows I/O system and see how device drivers work and integrate with the rest of the system * Go inside the Windows security model to see how it manages access, auditing, and authorization, and learn about the new mechanisms in Windows 10 and Server 2016

Windows Server 2003 Network Administration (Paperback): Craig Hunt Windows Server 2003 Network Administration (Paperback)
Craig Hunt
R1,252 R908 Discovery Miles 9 080 Save R344 (27%) Ships in 12 - 17 working days

This book is the Windows Server version of the classic "TCP/IP Network Administration," Like the book that inspired it, "Windows Server 2003 Network Administration" provides an overview of the essential TCP/IP protocols, and explains how to properly manage and configure the services based on these protocols. Any skilled network administrator knows that understanding how things work is as important as knowing how things are done. This book is the essential guide to both, containing everything a network administrator needs to exchange information via the Internet, and to build effective reliable networks.

This must-read guide is divided into three distinct sections: fundamental concepts, tutorial, and reference. The first three chapters are a basic discussion of the network protocols and services. This discussion provides the fundamental concepts necessary to understand the rest of the book. The remaining chapters provide a how-to tutorial for planning, installing and configuring various important network services. The book concludes with three appendixes that are technical references for various configuration options. Content specifics include how to:

Install, configure, and manage a Microsoft DNS and Windows DHCP server

Control remote communications with Microsoft RRAS software

Protect hosts with Internet Connection Firewalls

Configure Internet and Intranet Web services with IIS

Design proper security into your network

Troubleshoot the network when problems develop

After you've turned the final page of "Windows Server 2003 Network Administration," you'll not only understand how to network, but also "why" it needs to be done.

OS X Mavericks (Paperback): David Pogue OS X Mavericks (Paperback)
David Pogue
R1,038 R775 Discovery Miles 7 750 Save R263 (25%) Ships in 12 - 17 working days

What do you get when you cross a Mac with an iPad? OS X 10.9 Mavericks. Its 200 new features include Mac versions of iPad goodies like Maps, iBooks, and iTunes Radio--but not a single page of instructions. Fortunately, David Pogue is back, with the expertise and humor that have made this the #1 bestselling Mac book for over 11 years straight.

The important stuff you need to know: Big-ticket changes. Finder tabs. Finder tags. App Nap. iCloud Keychain. iTunes Radio. Maps. iBooks. Automatic app updating. If Apple wrote it, this book covers it.Nips and tucks. This book demystifies the hundreds of smaller enhancements, too, in all 50 programs that come with the Mac: Safari, Mail, Calendar, Notification Center, Messages, Time Machine...Shortcuts. Meet the tippiest, trickiest Mac book ever written. Undocumented surprises await on every page.Power users. Security, networking, build-your-own Services, file sharing with Windows, even Mac OS X's Unix chassis--this one witty, expert guide makes it all crystal clear.

There's something new on practically every page of this edition, and David Pogue brings his celebrated wit and expertise to every one of them.

Windows 8.1 (Paperback): David Pogue Windows 8.1 (Paperback)
David Pogue
R1,067 R805 Discovery Miles 8 050 Save R262 (25%) Ships in 12 - 17 working days

Windows 8.1 continues the evolution of the most radical redesign in Microsoft's history. It combines the familiar Windows desktop with a new, touchscreen-friendly world of tiles and full-screen apps. Luckily, David Pogue is back to help you make sense of it--with humor, authority, and 500 illustrations.

The important stuff you need to know: What's new in 8.1. The update to 8.1 offers new apps, a universal Search, the return of the Start menu, and several zillion other nips and tucks.New features. Storage Spaces, Windows To Go, File Histories--if Microsoft wrote it, this book covers it.Security. Protect your PC from viruses, spyware, spam, sick hard drives, and out-of-control kids.The network. HomeGroups, connecting from the road, mail, Web, music streaming among PCs--this book has your network covered.The software. Media Center, Photo Gallery, Internet Explorer, speech recognition--this one authoritative, witty guide makes it all crystal clear. It's the book that should have been in the box.

Office 2011 for Mac For Dummies (Paperback): B LeVitus Office 2011 for Mac For Dummies (Paperback)
B LeVitus
R580 R456 Discovery Miles 4 560 Save R124 (21%) Ships in 12 - 17 working days

Get started with Office 2011 for Mac and discover the creative possibilities

The leading suite of productivity software for the Mac, Microsoft Office helps users complete common business tasks, including word processing, e-mail, presentations, financial analysis, and much more. "Office 2011 for Mac For Dummies" is the perfect companion for Microsoft Office for Mac users upgrading to the newest version, new computer users, and those who may have switched from the Windows version of Office. Written by one of the most popular gurus in the Mac community, Bob "Dr. Mac" LeVitus, the book explains every 2011 application so you can become savvy in no time.Addresses ways to refine and edit documents with WordExplains how to add pizzazz to your slide shows with PowerPointGuides you through crunching numbers and data with ExcelDemonstrates how to send, receive, and manage your e-mail on OutlookEncourages you to organize your contact information, schedule your time, and more

With "Office 2011 for Mac For Dummies," you'll learn everything you need to know to make the most of Office on your Mac

JUNOS Cookbook (Paperback): Aviva Garrett JUNOS Cookbook (Paperback)
Aviva Garrett
R1,383 R999 Discovery Miles 9 990 Save R384 (28%) Ships in 12 - 17 working days

The Juniper Networks routing platforms are becoming the go-to solution for core, edge, metro and remote office networks, and JUNOS software is behind it all. The operating system is so full of industrial-strength routing protocols and IP innovations that those treading into the world of JUNOS will need clarification, explanation, and a showcase example or two. Look no further. This "JUNOS Cookbook" provides it all and more.

Yes, you can mine through the 5,000 pages of documentation or take a two-thousand-dollar training course, but JUNOS's interprocess sophistication can be baffling unless you know the shortcuts and tricks, as well as those rays of illuminating comprehension that can come only from those who live with it. "JUNOS Cookbook" is the first comprehensive book about JUNOS software and it provides over 200 time-saving step-by-step techniques including discussions about the processes and alternative ways to perform the same task. It's been tested and tech-reviewed by field engineers who know how to take JUNOS out for a spin and it's applicable to the entire line of M-, T-, and J-series routers." JUNOS Cookbook" will not only pay for itself the first few times you use it, it will make your network easier to manage and update.

"Aviva Garrett has done a tremendous job of distilling the features of JUNOS software in a form that will be useful for a wide audience-students, field engineers, network architects, and other networking professionals alike will benefit from this book. For many people, this is the only book on JUNOS they will need." Pradeep Sindhu, CTO and Founder, Juniper Networks

"This cookbook is superb. Aviva Garrett has masterfully assembled a complete setof practical real-world examples with step-by-step instructions. Security, management, routing: it's all here!" Stephen Gill, Research Fellow, Team Cymru

"A technical time-saver for any NOC or SOC working with JUNOS. It's clear, concise, and informative recipes are are an invaluable resource." Scott A. McIntyre, Security Officer, XS4ALL Internet B.V

Macintosh Terminal Pocket Guide (Paperback): Daniel J. Barrett Macintosh Terminal Pocket Guide (Paperback)
Daniel J. Barrett
R441 Discovery Miles 4 410 Ships in 12 - 17 working days

Unlock the secrets of the Terminal and discover how this powerful tool solves problems the Finder can't handle. With this handy guide, you'll learn commands for a variety of tasks, such as killing programs that refuse to quit, renaming a large batch of files in seconds, or running jobs in the background while you do other work.

Get started with an easy-to-understand overview of the Terminal and its partner, the shell. Then dive into commands neatly arranged into two dozen categories, including directory operations, file comparisons, and network connections. Each command includes a concise description of its purpose and features.Log into your Mac from remote locationsSearch and modify files in powerful waysSchedule jobs for particular days and timesLet several people use one Mac at the same timeCompress and uncompress files in a variety of formatsView and manipulate Mac OS X processesCombine multiple commands to perform complex operationsDownload and install additional commands from the Internet

Build a Next-Generation Digital Workplace - Transform Legacy Intranets to Employee Experience Platforms (Paperback, 1st ed.):... Build a Next-Generation Digital Workplace - Transform Legacy Intranets to Employee Experience Platforms (Paperback, 1st ed.)
Shailesh Kumar Shivakumar
R1,805 R1,403 Discovery Miles 14 030 Save R402 (22%) Ships in 10 - 15 working days

Evolve your traditional intranet platform into a next-generation digital workspace with this comprehensive book. Through in-depth coverage of strategies, methods, and case studies, you will learn how to design and build an employee experience platform (EXP) for improved employee productivity, engagement, and collaboration. In Build a Next-Generation Digital Workplace, author Shailesh Kumar Shivakumar takes you through the advantages of EXPs and shows you how to successfully implement one in your organization. This book provides extensive coverage of topics such as EXP design, user experience, content strategy, integration, EXP development, collaboration, and EXP governance. Real-world case studies are also presented to explore practical applications. Employee experience platforms play a vital role in engaging, empowering, and retaining the employees of an organization. Next-generation workplaces demand constant innovation and responsiveness, and this book readies you to fulfill that need with an employee experience platform. You will: Understand key design elements of EXP, including the visual design, EXP strategy, EXP transformation themes, information architecture, and navigation design. Gain insights into end-to-end EXP topics needed to successfully design, implement, and maintain next-generation digital workplace platforms. Study methods used in the EXP lifecycle, such as requirements and design, development, governance, and maintenance Execute the main steps involved in digital transformation of legacy intranet platforms to EXP. Discover emerging trends in digital workplace such as gamification, machine-led operations model and maintenance model, employee-centric design (including persona based design and employee journey mapping), cloud transformation, and design transformation. Comprehend proven methods for legacy Intranet modernization, collaboration, solution validation, migration, and more. Who This Book Is For Digital enthusiasts, web developers, digital architects, program managers, and more.

DNS for Dummies (Paperback): BR Rampling DNS for Dummies (Paperback)
BR Rampling
R865 R667 Discovery Miles 6 670 Save R198 (23%) Ships in 12 - 17 working days

* Unique entry-level guide to Domain Name System (DNS), which translates Internet host names into IP addresses and is used with all Internet servers
* Shows how to install, configure, and troubleshoot DNS on both Windows and UNIX servers
* Helps people seeking technology certifications bone up on DNS theory, terminology, and architecture-a requirement in several popular exams
* Includes real-world examples based on the author's daily experience with both large and small networks

Exam Ref 70-697 Configuring Windows Devices (Paperback, 2nd edition): Andrew Bettany, Andrew Warren Exam Ref 70-697 Configuring Windows Devices (Paperback, 2nd edition)
Andrew Bettany, Andrew Warren
R937 R832 Discovery Miles 8 320 Save R105 (11%) Ships in 9 - 15 working days

Prepare for Microsoft Exam 70-697-and help demonstrate your real-world mastery of configuring Windows 10 devices in the enterprise. Designed for experienced IT professionals ready to advance their status, this Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the MCSA level. Focus on the expertise measured by these objectives: * Manage identity * Plan desktop and device deployment * Plan and implement a Microsoft 365 Solution * Configure networking * Configure storage * Manage data access and protection * Manage remote access * Manage apps * Manage updates and recovery This Microsoft Exam Ref: * Organizes its coverage by exam objectives * Features strategic, what-if scenarios to challenge you * Assumes you have experience with Windows desktop administration, maintenance, and troubleshooting; Windows 10 security, and integrated Azure features; as well as a basic understanding of Windows networking, Active Directory, and Microsoft Intune For details on requirements for taking Exam 70-697, go to https://www.microsoft.com/en-us/learning/exam-70-697.aspx

DOS For Dummies 3e (Paperback, 3rd Ed): D. Gookin DOS For Dummies 3e (Paperback, 3rd Ed)
D. Gookin 2
R611 R479 Discovery Miles 4 790 Save R132 (22%) Ships in 12 - 17 working days

Windows may rule the world of popular computing on PCs around the globe, but DOS still has a place in the hearts and minds of computer users who vaguely remember what a C prompt looks like. Even if DOS (with all its arcane commands and its drab, boring look) isn't your idea of the best way to get things done on a PC, you'll find plenty of fast and friendly help on hand with the third edition of DOS For Dummies.

Here's a plain-speaking reference guide to all the command-line stuff and nonsense that makes DOS work, whether you're a native DOS user or are an occasional dabbler who needs the operating system to run all those cool games under Windows. DOS For Dummies, 3rd Edition, avoids all the technical jargon to cut to the heart of things with clear, easy-to-understand explanations and step-by-step help for managing files, running DOS inside Windows, and installing and running DOS-based software programs. All the basic DOS commands, from APPEND to XCOPY, are demystified to make life in DOS much more bearable. And the book has plenty of helpful tips and tricks for bending DOS to your will, without having to dedicate your life (and all your free time) to mastering this little corner of the PC.

Beginning Modern Unix - Learn to Live Comfortably in a Modern Unix Environment (Paperback, 1st ed.): Manish Jain Beginning Modern Unix - Learn to Live Comfortably in a Modern Unix Environment (Paperback, 1st ed.)
Manish Jain
R1,532 R951 Discovery Miles 9 510 Save R581 (38%) Ships in 9 - 15 working days

Discover how to leverage modern Unix even if you've never worked with Unix before. This book presents everything in conceptual terms that you can understand, rather than tips to be committed raw to memory. You will learn everyday tasks ranging from basic system administration-partitioning and mounting filesystems, software installation, network configuration, working from the command line) - to Bourne shell scripting, using graphical applications, as well as fanciful things such as emulation layers for Windows and Linux and virtualization with VirtualBox. It's now 50 years since the creation of Unix but it is still growing. As Unix now moves to everyone's OS (open-source FreeBSD/Linux), it is the perfect time to start your journey with Beginning Modern Unix as your guide. What You'll Learn Live comfortably in a modern Unix environment, both on the command-line and in the graphical world. Choose the right hardware for Unix Work with Unix in real world settings Develop Unix applications Review advanced techniques in Shell scripting Who This Book Is For Everyone who uses a computer - those who intend to migrate to Unix as well as those who are worried about migrating to Unix, perhaps fearing it is a pure command-line or 'difficult' world.

Architecting Enterprise Solutions - Patterns for High-capability Internet-based Systems (Hardcover): P. Dyson Architecting Enterprise Solutions - Patterns for High-capability Internet-based Systems (Hardcover)
P. Dyson
R948 R731 Discovery Miles 7 310 Save R217 (23%) Ships in 12 - 17 working days

Companies increasingly rely on systems that are secure, flexible and available 24x7. They are often developed in a very short time frame with changing requirements and increasing levels of complexity. Despite this, they must still display acceptable levels of performance, availability, scalability, security and a variety of other non-functional characteristics. These requirements need to be addressed in every part of the system including hardware, software, network topology and system configuration.

"Architecting Enterprise Solutions" is based on real world problems and systems. It takes a practical approach to architectural solutions giving step-by-step advice on how to design high performance, controllable and flexible systems. Design patterns provide a platform-independent way to show tried and tested solutions to common pitfalls and problems encountered when developing high-capability systems. The running case study illustrates the evolution of a system as it grows in functionality and capability, and each chapter closes with a new evolutionary variant of the overall system, illustrating its improved cap abilities.

Whether you are looking to gain insight into architectural problems and solutions or in need of practical help in day-to-day system construction, Paul Dyson and Andy Longshaw provide a practical and solution-focused aid to architecting enterprise solutions.

Unix - A History and a Memoir (Paperback): Brian W. Kernighan Unix - A History and a Memoir (Paperback)
Brian W. Kernighan
R509 Discovery Miles 5 090 Ships in 10 - 15 working days
SharePoint Office Web Guide (Paperback): Jeff Webb SharePoint Office Web Guide (Paperback)
Jeff Webb
R242 R178 Discovery Miles 1 780 Save R64 (26%) Ships in 12 - 17 working days

Any situation where people need to work together online is a situation for Microsoft SharePoint. SharePoint is a component of Windows 2003 that enables organizations to construct web sites specifically for information sharing and collaboration. Within these sites, individuals can capture and share ideas, plus work together on documents, tasks, contacts, and events. "The SharePoint Office Pocket Guide" from O'Reilly gets you collaborating with others in this format immediately. It covers the ins and outs of SharePoint's key tools in plain, easy-to-follow language. Within minutes, you'll understand how to: determine which web site template is best for you; customize the design and content of the site's various pages; upload documents for all team members to see; add public announcements; send alerts to team members so they know when existing documents have been changed; add links to other external sites; track work items; call meetings from within Office 2003; and add new members to the site. Thanks to SharePoint, you'll discover that emailing is no longer the most efficient way to share files. In fact, you may never need to zip files together again, which also means an end to files that bounce back because they're too large. SharePoint renders all of this aggravation obsolete. If you want more information than the average SharePoint user, then the "SharePoint Office Pocket Guide" is an essential addition to your personal library. By increasing your team's productivity, SharePoint takes the "dead" out of deadline. And this handy reference guide shows you how to get it done.

Windows Operating System Fundamentals (Paperback): C Panek Windows Operating System Fundamentals (Paperback)
C Panek
R739 Discovery Miles 7 390 Ships in 12 - 17 working days

A clear and concise resource, the ideal guide to Windows for IT beginners Windows Operating System Fundamentals covers everything you need to know about Windows 10. Learn to master the installation process and discover the cool new features of Windows 10, including Edge, Cortana, and more. And because this book follows the Windows Server Operating System Fundamentals MTA Certification, it is perfect for IT professionals who are new to the industry and need an entry point into IT certification. This book covers the basics of the Windows operating system, from setting up user accounts to using the start menu, running applications, and setting up internet access. You'll be prepared to upgrade a computer to Windows 10 and to master the basic tools necessary to work effectively within the OS. Each chapter closes with a quiz so you can test your knowledge before moving to the next section. Learn to configure your Windows 10 operating system, optimize account controls, configure user profiles, customize system options, and more! Understand how to use Windows applications and tools for managing LAN settings, configuring Microsoft Edge, and setting up remote assistance Use Windows to manage devices like printers, cloud storage, OneDrive, and system devices Maintain, update, protect, and backup your data by configuring Windows Update, automated backup, and system recovery and restore With Windows Operating System Fundamentals, IT Professionals looking to understand more about Windows 10 will gain the knowledge to effectively use applications, navigate files and folders, and upgrade client systems. Thanks to the troubleshooting tools and tips in this book, you can apply your new skills in real-world situations and feel confident while taking the certification exam.

Rails Cookbook (Paperback): Rob Orsini Rails Cookbook (Paperback)
Rob Orsini
R1,001 R738 Discovery Miles 7 380 Save R263 (26%) Ships in 12 - 17 working days

"Rails Cookbook" is packed with the solutions you need to be a proficient developer with Rails, the leading framework for building the new generation of Web 2.0 applications. Recipes range from the basics, like installing Rails and setting up your development environment, to the latest techniques, such as developing RESTful web services. With applications that are code light, feature-full and built to scale quickly, Rails has revolutionized web development. "The Rails Cookbook" addresses scores of real-world challenges; each one includes a tested solution, plus a discussion of how and why it works, so that you can adapt the techniques to similar situations. Topics include: modeling data with the ActiveRecord library; setting up views with ActionView and RHTML templates; building your application's logic into ActionController; testing and debugging your Rails application; building responsive web applications using JavaScript and Ajax; ensuring that your application is security and performs well; deploying your application with Mongrel and Apache; using Capistrano to automate deployment; using the many Rails plugins; and, working with graphics. Whether you're new to Rails or an experienced developer, you'll discover ways to test, debug and secure your applications, incorporate Ajax, use caching to improve performance, and put your application into production. Want to get ahead of the Web 2.0 curve? This valuable cookbook will save you hundreds of hours when developing applications with Rails.

OS X Mountain Lion (Paperback): David Pogue OS X Mountain Lion (Paperback)
David Pogue 1
R1,049 R786 Discovery Miles 7 860 Save R263 (25%) Ships in 12 - 17 working days

What do you get when you cross a Mac with an iPad? OS X 10.8 Mountain Lion. Its 200 new features include iPaddish goodies like dictation, Notification Center, and Reminders--but not a single page of instructions. Fortunately, David Pogue is back, with the expertise and humor that have made this the #1 bestselling Mac book for over 10 years straight.Big-ticket changes. Twitter and Facebook intgration. Air-Play TV mirroring. Power Nap. Game Center. Documents in the Cloud. iMessages. Gatekeeper. If Apple wrote it, this book covers it.Mountain Lion Watch. This book demystifies the hundreds of smaller enhancements, too, in all 50 programs that come with the Mac: Safari, Mail, Messages, Preview...Shortcuts. This must be the tippiest, trickiest Mac book ever written. Undocumented surprises await on every page.Power users. Security, accounts, networking, build-your own Services, file sharing with Windows--this one witty, expert guide makes it all crystal clear.

There's something new on practically every page of this new edition, and David Pogue brings his celebrated wit and expertise to every one of them. Apple's brought a new cat to town, and "Mac OS X Mountain Lion: The Missing Manual" is the best way to tame it.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Exam Ref 70-532 Developing Microsoft…
Zoiner Tejada, Michele Bustamante, … Paperback R1,042 R794 Discovery Miles 7 940
Learning eBPF - Programming the Linux…
Liz Rice Paperback R950 Discovery Miles 9 500
My Windows 11 Computer for Seniors
Michael Miller Paperback R589 Discovery Miles 5 890
Windows 11 For Dummies
A Rathbone Paperback R542 Discovery Miles 5 420
Windows 11 All-in-One For Dummies
Ca Rusen Paperback R911 Discovery Miles 9 110
Windows 11 for Seniors in easy steps
Michael Price Paperback R341 Discovery Miles 3 410
iOS 14 Programming Fundamentals with…
Matt Neuberg Paperback R1,502 Discovery Miles 15 020
Windows 10 For Seniors For Dummies, 4th…
P Weverka Paperback R446 Discovery Miles 4 460
Windows 11 Simplified
P. McFedries Paperback R545 Discovery Miles 5 450
Mastering VMware NSX for vSphere
ES Sena Sosa Paperback R1,057 Discovery Miles 10 570

 

Partners