0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (118)
  • R250 - R500 (485)
  • R500+ (2,624)
  • -
Status
Format
Author / Contributor
Publisher

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

Python Distilled (Paperback, 5th edition): David Beazley Python Distilled (Paperback, 5th edition)
David Beazley
R1,031 Discovery Miles 10 310 Ships in 12 - 17 working days

Expert insight for modern Python (3.6+) coding from the author of Python Essential Reference Python educator Dave Beazley's concise handbook focuses on the essential core of the Python programming language, with code examples to illuminate how Python works and how to structure programs that can be more easily explained, tested, and debugged. Rather than trying to cover every possible feature and quirk of a 30-year-old language, this pragmatic guide provides a concise narrative related to fundamental programming topics that form the foundation for Python projects of any size including Data abstraction Control flow Program structure Functions: master functions and functional programming idioms Objects: control objects and master the "protocols" that define their behavior Modules: plan for project growth by understanding modules and packages Generators Classes: understand classes from both high-level and technical perspectives I/O handling: proper techniques and abstractions Dicts "This is a pragmatic book that presents some of the most important topics about the Python programming language in a concise form, designed to make it easier to find out the most relevant information bits in a context where resources abound and frequently are just too overwhelming." -Victor Domingos, Software Developer, Slim Business Solutions, The No Title (R) Tech Blog

FreeDOS Kernel - An MS-DOS Emulator for Platform Independence & Embedded System Development (Hardcover): Pat Villani FreeDOS Kernel - An MS-DOS Emulator for Platform Independence & Embedded System Development (Hardcover)
Pat Villani
R5,227 Discovery Miles 52 270 Ships in 12 - 17 working days

Master operation system development. FreeDOS Kernel explains the construction and operation of Pat Villani's DOS-C - a highly portable, single threaded operating system. Written in C and with system calls similar to MS-DOS, the FreeDOS kernel provides an

Writing Windows VxDs and Device Drivers (Hardcover, 2nd edition): Karen Hazzah Writing Windows VxDs and Device Drivers (Hardcover, 2nd edition)
Karen Hazzah
R5,374 Discovery Miles 53 740 Ships in 12 - 17 working days

Software developer and author Karen Hazzah expands her original treatise on device drivers in the second edition of Writing Windows VxDs and Device Drivers. The book and companion disk include the author's library of wrapper functions that allow the progr

The Art of Linux Kernel Design - Illustrating the Operating System Design Principle and Implementation (Hardcover): Li Xiangyang The Art of Linux Kernel Design - Illustrating the Operating System Design Principle and Implementation (Hardcover)
Li Xiangyang
R5,134 Discovery Miles 51 340 Ships in 12 - 17 working days

Uses the Running Operation as the Main Thread Difficulty in understanding an operating system (OS) lies not in the technical aspects, but in the complex relationships inside the operating systems. The Art of Linux Kernel Design: Illustrating the Operating System Design Principle and Implementation addresses this complexity. Written from the perspective of the designer of an operating system, this book tackles important issues and practical problems on how to understand an operating system completely and systematically. It removes the mystery, revealing operating system design guidelines, explaining the BIOS code directly related to the operating system, and simplifying the relationships and guiding ideology behind it all. Based on the Source Code of a Real Multi-Process Operating System Using the 0.11 edition source code as a representation of the Linux basic design, the book illustrates the real states of an operating system in actual operations. It provides a complete, systematic analysis of the operating system source code, as well as a direct and complete understanding of the real operating system run-time structure. The author includes run-time memory structure diagrams, and an accompanying essay to help readers grasp the dynamics behind Linux and similar software systems. Identifies through diagrams the location of the key operating system data structures that lie in the memory Indicates through diagrams the current operating status information which helps users understand the interrupt state, and left time slice of processes Examines the relationship between process and memory, memory and file, file and process, and the kernel Explores the essential association, preparation, and transition, which is the vital part of operating system Develop a System of Your Own This text offers an in-dep

Introduction to Microsoft Windows NT Cluster Server - Programming and Administration (Hardcover): Raj Rajagopal Introduction to Microsoft Windows NT Cluster Server - Programming and Administration (Hardcover)
Raj Rajagopal
R3,931 Discovery Miles 39 310 Ships in 12 - 17 working days

Mastering cluster technology-the linking of servers-is becoming increasingly important for application and system programmers and network designers, administrators, and managers. With Microsoft's Windows NT cluster server being the first to tie cluster technology with a major operating system, it appears destined to take a leadership position in the industry. Introduction to Microsoft Windows NT Cluster Server provides all you need to know to develop your abilities for this essential technology. The author provides both introductory and advanced material focused on the three basic functions: fault tolerant computing (failover), load balancing, and centralized administration and monitoring. He guides the reader from the basics of cluster servers, through Microsoft's cluster server set-up, communication, programming, and administration. Written for professionals who are familiar with the Windows NT operating system and have programming experience, Introduction to Microsoft Windows NT Cluster Server contains information instrumental in helping you achieve zero downtime.

User Interface Design - Bridging the Gap from User Requirements to Design (Hardcover): Larry E. Wood User Interface Design - Bridging the Gap from User Requirements to Design (Hardcover)
Larry E. Wood
R4,517 Discovery Miles 45 170 Ships in 12 - 17 working days

Although numerous sources document aspects of user-centered design, there are few references that consider how a designer transforms the information gathered about users and their work into an effective user interface design. This book explains just how designers bridge that gap. A group of leading experts in GUI design describe their methods in the context of specific design projects, and while the projects, processes, and methods vary considerably, the common theme is building a bridge between user requirements and user interface design.

Windows Assembly Language and Systems Programming - 16- and 32-Bit Low-Level Programming for the PC and Windows (Paperback,... Windows Assembly Language and Systems Programming - 16- and 32-Bit Low-Level Programming for the PC and Windows (Paperback, Revised)
Barry Kauler
R2,087 Discovery Miles 20 870 Ships in 12 - 17 working days

Barry Kauler explains the exacting details of Windows programming at the systems level, revealing architectural details that Microsoft has never publicly documented. Ideal for software developers who are moving applications from 3.x to Win95, the book gives how-to information and systems programming tips and tricks. The companion disk contains all example programs, source code, and utilities in the book.

FreeDOS Kernel - An MS-DOS Emulator for Platform Independence & Embedded System Development (Paperback): Pat Villani FreeDOS Kernel - An MS-DOS Emulator for Platform Independence & Embedded System Development (Paperback)
Pat Villani
R1,370 Discovery Miles 13 700 Ships in 12 - 17 working days

Master operating system development. FreeDOS Kernel explains the construction and operation of Pat Villani's DOS-C - a highly portable, single threaded operating system. Written in C and with system calls similar to MS-DOS, the FreeDOS kernel provides an excellent source code base for experimentation. Study it, modify it and use it without getting lost in the complexity of most microkernels. The book and companion disk include the full source code for an 80X86 kernel and support files. Achieve real platform independence with DOS compatibility. FreeDOS uses the de facto DOS hardware standards and provides binary compatibility for MS-DOS applications, compiles with Borland C, Microsoft C and other C cross-compilers without using their run-time libraries, and is the kernel provided by the FreeDOS community on the Internet. Provide embedded systems with full OS functionality. The FreeDOS kernel provides embedded systems applications with the functionality of larger operating systems, including file storage, embedded databases, and sophisticated device control. Simplify the design of your embedded systems by using your PC for development and then linking your own version of FreeDOS to create the application ROM.

Writing Windows VxDs and Device Drivers (Paperback, 2nd edition): Karen Hazzah Writing Windows VxDs and Device Drivers (Paperback, 2nd edition)
Karen Hazzah
R2,096 Discovery Miles 20 960 Ships in 12 - 17 working days

This book/disk set for experienced developers offers alternatives for interfacing Windows applications to hardware. This new edition has been expanded to include Windows 95. The companion disk includes source code and tools. (Computer Books - Languages/Programming)

Validation of Computerized Analytical Systems (Hardcover): Ludwig Huber Validation of Computerized Analytical Systems (Hardcover)
Ludwig Huber
R4,363 R3,630 Discovery Miles 36 300 Save R733 (17%) Ships in 12 - 17 working days

Validation of Computerized Analytical and Networked Systems provides the definitive rationales, logic, and methodology for validation of computerized analytical systems. Whether you are involved with formulation or analytical development laboratories, chemical or microbiological quality control laboratories, LIMS installations, or any aspect of robotic in a healthcare laboratory, this book furnishes complete validation details. International and FDA regulations and requirements are discussed and juxtaposed with numerous practical examples that show you how to cost-effectively and efficiently accomplish validation acceptable to FDA GCP/GLP/GMP, NAMAS, and EN45001 standards. The templates included provide documentation examples and the many checklists found throughout the book assure that all aspects of covered in a logical sequence. The chapters describe and explain such topics as the Product Life Cycle revalidation, change control, documentation requirements, qualifications, testing, data validation and traceability, inspection, SOPs, and many other that help streamline the validation process.

Computer Vision and Augmented Reality in iOS - OpenCV and ARKit Applications (Paperback, 1st ed.): Ahmed Fathi Bekhit Computer Vision and Augmented Reality in iOS - OpenCV and ARKit Applications (Paperback, 1st ed.)
Ahmed Fathi Bekhit
R1,323 R1,029 Discovery Miles 10 290 Save R294 (22%) Ships in 10 - 15 working days

Learn how computer vision works, how augmented reality renders digital graphics into the physical world via an iPhone's camera, and how to incorporate these technologies into your own apps. This book shows you how to take full advantage of computer vision technologies. Interacting with other people online usually involves user-generated images and videos; whether it be "memes", short videos, or heavily-modified images. Before smart phones, generating this content required a professional using high-level image and video editing software. Not any more. This book will teach you to use computer vision in the most popular ways, such as for facial recognition, image to text analysis and, of course, recording a video of a dancing hot dog in your living room. Starting with the history of computer vision, image and video processing fundamentals, and an introduction to developing augmented reality applications, you'll learn to incorporate computer vision both in the content you create and the apps you develop for end users. Computer Vision and Augmented Reality in iOS reveals how every user with access to the Internet and a smart phone can easily generate heavily-modified images and videos. What You'll Learn Incorporate mathematics related to computer vision into your apps Host computer vision models remotely for mobile use Implement visual-inertial state estimation algorithms for mobile augmented reality Who This Book Is For Professionals or post graduate students in software development or engineering who have a basic understanding of how software development works and are interested in implementing computer vision into their development. It's recommended that readers already have a working knowledge of C++ and Swift.

UNIX - The Textbook, Third Edition (Hardcover, 3rd edition): Syed Mansoor Sarwar, Robert M. Koretsky UNIX - The Textbook, Third Edition (Hardcover, 3rd edition)
Syed Mansoor Sarwar, Robert M. Koretsky
R3,638 Discovery Miles 36 380 Ships in 12 - 17 working days

UNIX: The Textbook, Third Edition provides a comprehensive introduction to the modern, twenty-first-century UNIX operating system. The book deploys PC-BSD and Solaris, representative systems of the major branches of the UNIX family, to illustrate the key concepts. It covers many topics not covered in older, more traditional textbook approaches, such as Python, UNIX System Programming from basics to socket-based network programming using the client-server paradigm, the Zettabyte File System (ZFS), and the highly developed X Windows-based KDE and Gnome GUI desktop environments. The third edition has been fully updated and expanded, with extensive revisions throughout. It features a new tutorial chapter on the Python programming language and its use in UNIX, as well as a complete tutorial on the git command with Github. It includes four new chapters on UNIX system programming and the UNIX API, which describe the use of the UNIX system call interface for file processing, process management, signal handling, interprocess communication (using pipes, FIFOs, and sockets), extensive coverage of internetworking with UNIX TCP/IP using the client-server software, and considerations for the design and implementation of production-quality client-server software using iterative and concurrent servers. It also includes new chapters on UNIX system administration, ZFS, and container virtualization methodologies using iocage, Solaris Jails, and VirtualBox. Utilizing the authors' almost 65 years of practical teaching experience at the college level, this textbook presents well-thought-out sequencing of old and new topics, well-developed and timely lessons, a Github site containing all of the code in the book plus exercise solutions, and homework exercises/problems synchronized with the didactic sequencing of chapters in the book. With the exception of four chapters on system programming, the book can be used very successfully by a complete novice, as well as by an experienced UNIX system user, in both an informal and formal learning environment. The book may be used in several computer science and information technology courses, including UNIX for beginners and advanced users, shell and Python scripting, UNIX system programming, UNIX network programming, and UNIX system administration. It may also be used as a companion to the undergraduate and graduate level courses on operating system concepts and principles.

VCA-DCV - VMware Certified Associate-Data Center Virtualization on vSphere Study Guide - VCAD-510 (Paperback): R. Schmidt VCA-DCV - VMware Certified Associate-Data Center Virtualization on vSphere Study Guide - VCAD-510 (Paperback)
R. Schmidt
R913 R712 Discovery Miles 7 120 Save R201 (22%) Ships in 12 - 17 working days

Use this expert guide to prepare for the VCA-DCV exam

"VCA-DCV VMware Certified Associate on vSphere Study Guide: VCAD-510" is a comprehensive study guide for the VMware Certified Associate - Data Center Virtualization exam. Hands-on examples, real-world scenarios, and expert review questions cover the full exam blueprint, and the companion website offers a suite of tools to help you prepare for the exam including practice exams, electronic flashcards, and a glossary of key terms. In addition, the website includes videos that demonstrate how to complete the more challenging tasks. Focused on practical skills, this study guide not only prepares you for the certification exam, but also for the duties expected of a VCA.

The VMware Certified Associate-Data Center Virtualization certification targets those with limited virtualization and VMware data center technology experience, providing a springboard to the popular VMware Certified Professional-Data Center Virtualization certification. Virtualization has become a high priority among organizations, and credentialed professionals are in high demand. This guide helps you prove a certain level of foundational skill in basic virtualization technology, including the vSphere suite's Infrastructure Services, Application Services, and vCenter Server. Topics include: Explaining data center virtualization conceptsIdentifying the core components of vSphereNetworking and storage planning/configuration with vSphereCorrelating VMware solutions to common business challenges

The VCA-DCV certification is the only one with no instructor-led training requirement, so a thorough study guide is an invaluable tool in you exam preparation. This book not only covers the full exam, but also provides practice designed to actually improve the skills used every day on the job. "VCA-DCV VMware Certified Associate on vSphere Study Guide" is more than just test prep--it's job prep.

Swift Recipes for iOS Developers - Real-Life Code from App Store Apps (Paperback, 1st ed.): Alexander Nekrasov Swift Recipes for iOS Developers - Real-Life Code from App Store Apps (Paperback, 1st ed.)
Alexander Nekrasov
R1,614 R1,256 Discovery Miles 12 560 Save R358 (22%) Ships in 10 - 15 working days

Boost your iOS developer career by learning from real-life examples and start writing code for one of the most successful platforms ever. No matter if you're an experienced developer or just a beginner, you'll find something new and something useful for your future projects here. All of the recipes in this book are taken from real-life commercial projects that have been approved by Apple and published on the App Store. You won't write "Hello, world!" and similar programs. Instead you'll see how to parse different data formats; run JavaScript code right inside your iOS app; and enhance storyboard editor with several simple extensions. You'll make beautiful modern-looking dialogs with blurs, shadows and rounded corners using only a few lines of code, and safely convert data after analyzing text strings. Go on to animate your layout and get your app shored up to crash as little as possible Each recipe offers a code snippet to copy and paste to your project as a tool to boost your knowledge, as well as, create plug-and-play features. Each of recipe shows the description for each line of code while explaining the logic of it, contains references to documentation, and gives you an opportunity to modify or write something similar that fits your project better. A good piece of code should not work but also be short, clear, and stable. And that combo will be our priority in these code recipes. Well-written code snippets must run in any environment and be easily transferrable from one project to another. Most of the provided recipes will migrate from one project to another with little to no changes at all, and with years of real-world application have proven themselves to be useful and stable. Dive into the world of iOS development and write clear, functioning, and safe Swift code! What You'll Learn Parse, convert, and print Swift data Develop stunning UIs quickly Write effective and portable Swift extensions Make your code cleaner and safer Who This Book Is For Beginners in iOS development who want to improve their skills with real-life examples. Developers switching to mobile development from other areas. All iOS developers looking for code recipes.

Windows 10 in easy steps - Special Edition to Venture Further (Paperback, Special edition): Michael Price, Mike McGrath Windows 10 in easy steps - Special Edition to Venture Further (Paperback, Special edition)
Michael Price, Mike McGrath
R654 Discovery Miles 6 540 Ships in 12 - 17 working days
Polygonal Approximation and Scale-Space Analysis of Closed Digital Curves (Hardcover, New): Kumar S. Ray, Bimal Kumar  Ray Polygonal Approximation and Scale-Space Analysis of Closed Digital Curves (Hardcover, New)
Kumar S. Ray, Bimal Kumar Ray
R4,806 Discovery Miles 48 060 Ships in 12 - 17 working days

This book covers the most important topics in the area of pattern recognition, object recognition, computer vision, robot vision, medical computing, computational geometry, and bioinformatics systems. Students and researchers will find a comprehensive treatment of polygonal approximation and its real life applications. The book not only explains the theoretical aspects but also presents applications with detailed design parameters. The systematic development of the concept of polygonal approximation of digital curves and its scale-space analysis are useful and attractive to scholars in many fields.

Windows 10 kompakt fur Dummies 2e (German, Paperback, 2. Auflage): A Rathbone Windows 10 kompakt fur Dummies 2e (German, Paperback, 2. Auflage)
A Rathbone
R324 Discovery Miles 3 240 Ships in 12 - 17 working days

Andy Rathbone zeigt Ihnen schnell und dennoch verstAndlich alles Wichtige, was Sie A1/4ber Windows 10 und dessen Updates wissen mA1/4ssen: Erfahren Sie, was neu ist, wie Sie die neuen Funktionen nutzen und wie Sie altbekannte wiederfinden. Der Autor unterstA1/4tzt Sie dabei, Ihre Daten von einem alten Computer auf einen neuen Windows-10-PC zu A1/4bertragen und Windows 10 an Ihre BedA1/4rfnisse anzupassen. So kommen Sie mit Ihrem neuen Betriebssystem im Handumdrehen zurecht und fA1/4hlen sich schnell wieder zuhause.

Windows 10 Portable Genius (Paperback): P. McFedries Windows 10 Portable Genius (Paperback)
P. McFedries
R483 R310 Discovery Miles 3 100 Save R173 (36%) Ships in 9 - 15 working days

Your no-fluff, fast-paced guide to everything Windows 10 This handy, jargon-free guide is designed to help you quickly learn whatever you need to know about Windows 10. Perfect for novices and experienced users alike, you'll get tips, tricks, and savvy advice on how to install programs, set up user accounts, play music and other media files, download photos from your digital camera, go online, set up and secure an email account, and much, much more. Shows how to perform more than 150 Windows tasks, including working with files, digital images, and media; customizing Windows; optimizing performance; and sharing a computer with multiple users Covers installing and repairing applications, system maintenance, setting up password-protected accounts, downloading photos to your computer, and staying safe online With concise, easy-to-follow instructions, and its small, portable size, this is the ideal, on-the-go guide for Windows 10 users everywhere.

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,090 R860 Discovery Miles 8 600 Save R230 (21%) Ships in 10 - 15 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.

Tools And Weapons (Paperback): Brad Smith, Carol Ann Browne Tools And Weapons (Paperback)
Brad Smith, Carol Ann Browne
R280 R224 Discovery Miles 2 240 Save R56 (20%) Ships in 5 - 10 working days

From Microsoft's President and one of the tech industry's wisest thinkers, a frank and thoughtful reckoning with how to balance enormous promise and existential risk as the digitization of everything accelerates.

Microsoft President Brad Smith operates by a simple core belief: when your technology changes the world, you bear a responsibility to help address the world you have helped create.

This might seem uncontroversial, but it flies in the face of a tech sector long obsessed with rapid growth and sometimes on disruption as an end in itself. While sweeping digital transformation holds great promise, we have reached an inflection point. The world has turned information technology into both a powerful tool and a formidable weapon, and new approaches are needed to manage an era defined by even more powerful inventions like artificial intelligence. Companies that create technology must accept greater responsibility for the future, and governments will need to regulate technology by moving faster and catching up with the pace of innovation.

In Tools and Weapons, Brad Smith and Carol Ann Browne bring us a captivating narrative from the cockpit of one of the world's largest and most powerful tech companies as it finds itself in the middle of some of the thorniest emerging issues of our time. These are challenges that come with no pre-existing playbook, including privacy, cybercrime and cyberwar, social media, the moral conundrums of artificial intelligence, big tech's relationship to inequality, and the challenges for democracy, far and near. While in no way a self-glorifying "Microsoft memoir," the book pulls back the curtain remarkably wide onto some of the company's most crucial recent decision points as it strives to protect the hopes technology offers against the very real threats it also presents. There are huge ramifications for communities and countries, and Brad Smith provides a thoughtful and urgent contribution to that effort.

In Tools and Weapons, Brad Smith takes us behind the scenes on some of the biggest stories to hit the tech industry in the past decade and some of the biggest threats we face. From Edward Snowden's NSA leak to the NHS WannaCry ransomware attack, this book is essential reading to understand what's happening in the world around us.

Linux+ and LPIC-1 Guide to Linux Certification (Paperback, 5th edition): Jason Eckert Linux+ and LPIC-1 Guide to Linux Certification (Paperback, 5th edition)
Jason Eckert
R1,367 R1,225 Discovery Miles 12 250 Save R142 (10%) Ships in 10 - 15 working days

Eckert's LINUX+ and LPIC-1 GUIDE TO LINUX CERTIFICATION, 5th Edition, empowers you with the knowledge and skills you need to succeed on CompTIA's Linux (R)+ (XKO-004) certification exam and the Linux Professional Institute LPIC-1 (101-500 and 102-500) certification exams, as well as in your network administration career. The book covers the latest Linux (R) distributions, virtualization, containerization and storage technologies. Comprehensive coverage also addresses key job-related networking and security services, including FTP, NFS, Samba, Apache, DNS, DHCP, NTP, Squid, Postfix, SSH, VNC, Spice, RDP, GPG, PostgreSQL and iptables/firewalld. Hands-on projects give you practice using both modern Linux (R) distributions (Fedora (TM) 28 and Ubuntu (R) Server 18.04) and industry's legacy Linux distributions. And with MindTap's live virtual machine labs, you can explore various solutions in a safe, sandbox environment using real Cisco hardware and virtualized Linux operating systems.

Usability and Internationalization of Information Technology (Paperback): Nuray Aykin Usability and Internationalization of Information Technology (Paperback)
Nuray Aykin
R2,154 Discovery Miles 21 540 Ships in 12 - 17 working days

Today, more and more Web sites are providing content in multiple languages for targeted countries, and more and more products are being designed for cultural differences in mind. However, the concept of cross-cultural design has not yet become a strong force in the practitioners' and educators' agenda. This book looks at techniques, software, tools, the current state of the art, and future directions that one needs to understand for a successful application of cross-cultural interface design.
"Usability and Internationalization of Information Technology" provides a bridge between theoretical foundations and practical examples, as well as guidelines for designing information technology for different cultures, languages, and locales. Written by some of the foremost practitioners from the United States, Europe, and Asia, the book is organized into three sections. It begins with a general introduction to the topic and discusses cultural considerations. Part II focuses on some aspects of design, cost justification and international usability evaluations. Part III covers three case studies on international user interface design. An appendix is included at the end of the book, providing a list of books and magazines published in the area of internationalization in the user interface design, project management, software design and development fields, as well as valuable resources, the leading journals, and the non-profit organizations that deal with internationalization.

Theory of Fun for Game Design (Paperback, 2nd ed.): Raph Kostet Theory of Fun for Game Design (Paperback, 2nd ed.)
Raph Kostet
R1,210 R780 Discovery Miles 7 800 Save R430 (36%) Ships in 12 - 17 working days

Now in full color, the 10th anniversary edition of this classic book takes you deep into the influences that underlie modern video games, and examines the elements they share with traditional games such as checkers. At the heart of his exploration, veteran game designer Raph Koster takes a close look at the concept of fun and why it's the most vital element in any game. Why do some games become boring quickly, while others remain fun for years? How do games serve as fundamental and powerful learning tools? Whether you're a game developer, dedicated gamer, or curious observer, this illustrated, fully updated edition helps you understand what drives this major cultural force, and inspires you to take it further. You'll discover that: Games play into our innate ability to seek patterns and solve puzzles Most successful games are built upon the same elements Slightly more females than males now play games Many games still teach primitive survival skills Fictional dressing for modern games is more developed than the conceptual elements Truly creative designers seldom use other games for inspiration Games are beginning to evolve beyond their prehistoric origins

Guide to Operating Systems (Paperback, 5th edition): Greg Tomsho Guide to Operating Systems (Paperback, 5th edition)
Greg Tomsho
R1,345 R1,202 Discovery Miles 12 020 Save R143 (11%) Ships in 10 - 15 working days

Discover the latest information for working on Windows, Mac OS, and UNIX/Linux platforms with GUIDE TO OPERATING SYSTEMS, 5E. You examine operating system theory, installation, upgrading, configuring operating system and hardware, file systems, virtualization, security, hardware options, storage, resource sharing, network connectivity, maintenance, and troubleshooting. Easily understood and highly practical, GUIDE TO OPERATING SYSTEMS, 5E is the resource you need to deepen your understanding of different operating systems. This edition helps you understand the fundamental concepts of computer operating systems. The book specifically addresses Windows 10 and earlier Windows client OSs, Windows Server 2012 R2 and earlier Windows server OSs with a preview of Windows Server 2016, Fedora Linux, and Mac OS X El Capitan and earlier. In addition, general information prepares you to work with many other operating systems.

Extreme Programming Pocket Guide (Paperback): Chromatic Extreme Programming Pocket Guide (Paperback)
Chromatic
R468 R340 Discovery Miles 3 400 Save R128 (27%) Ships in 12 - 17 working days

The Extreme Programming Pocket Guide covers XP assumptions, principles, events, artifacts, roles, and resources, and more. It concisely explains the relationships between the XP practices. If you want to adopt XP in stages, the Extreme Programming Pocket Guide will help you choose what to apply and when. Concise and easy to use, this handy pocket guide to XP is a must-have quick reference for anyone implementing a test-driven development environment.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Windows 11 For Dummies
A Rathbone Paperback R671 R489 Discovery Miles 4 890
My Windows 11 Computer for Seniors
Michael Miller Paperback R577 Discovery Miles 5 770
Windows 11 For Seniors For Dummies
C. Simmons Paperback R708 R506 Discovery Miles 5 060
Essential Windows 10: 1st Anniversary…
Kevin Wilson Paperback R459 R342 Discovery Miles 3 420
Windows 11 for Seniors in easy steps
Michael Price Paperback R334 Discovery Miles 3 340
Beginning Ubuntu LTS Server…
Sander van Vugt Paperback R1,408 R1,114 Discovery Miles 11 140
Mike Meyers' CompTIA A+ Guide to 802…
Mike Meyers Paperback R1,297 Discovery Miles 12 970
Windows 10 For Seniors For Dummies, 4th…
P Weverka Paperback R437 Discovery Miles 4 370
Windows 11 All-in-One For Dummies
Ca Rusen Paperback R1,160 R832 Discovery Miles 8 320
macOS Big Sur For Dummies
B LeVitus Paperback R560 Discovery Miles 5 600

 

Partners