Book picks similar to
Dictionary of Computer and Internet Terms by Douglas Downing


reference
nonfiction
non-fiction
bought_already-paper-book

Prealgebra


Richard Rusczyk - 2011
    Topics covered in the book include the properties of arithmetic, exponents, primes and divisors, fractions, equations and inequalities, decimals, ratios and proportions, unit conversions and rates, percents, square roots, basic geometry (angles, perimeter, area, triangles, and quadrilaterals), statistics, counting and probability, and more! The text is structured to inspire the reader to explore and develop new ideas. Each section starts with problems, giving the student a chance to solve them without help before proceeding. The text then includes solutions to these problems, through which algebraic techniques are taught. Important facts and powerful problem solving approaches are highlighted throughout the text. In addition to the instructional material, the book contains well over 1000 problems. The solutions manual (sold separately) contains full solutions to all of the problems, not just answers. This book can serve as a complete Prealgebra course. This text is supplemented by free videos and a free learning system at the publisher's website.

C++ Primer Plus


Stephen Prata - 2004
    This guide also illustrates how to handle input and output, make programs perform repetitive tasks, manipulate data, hide information, use functions and build flexible, easily modifiable programs.

Pragmatic Version Control Using Git


Travis Swicegood - 2008
    High-profile projects such as the Linux Kernel, Mozilla, Gnome, and Ruby on Rails are now using Distributed Version Control Systems (DVCS) instead of the old stand-bys of CVS or Subversion.Git is a modern, fast, DVCS. But understanding how it fits into your development can be a daunting task without an introduction to the new concepts. Whether you're just starting out as a professional programmer or are an old hand, this book will get you started using Git in this new distributed world. Whether you're making the switch from a traditional centralized version control system or are a new programmer just getting started, this book prepares you to start using Git in your everyday programming.Pragmatic Version Control Using Git starts with an overview of version control systems, and shows how being distributed enables you to work more efficiently in our increasingly mobile society. It then progresses through the basics necessary to get started using Git.You'll get a thorough overview of how to take advantage of Git. By the time you finish this book you'll have a firm grounding in how to use Git, both by yourself and as part of a team.Learn how to use how to use Git to protect all the pieces of your project Work collaboratively in a distributed environment Learn how to use Git's cheap branches to streamline your development Install and administer a Git server to share your repository

Beginning iPhone 3 Development: Exploring the iPhone SDK


Dave Mark - 2009
    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

4 Ingredients


Kim McCosker - 2007
    To use 4 Ingredients all you will need is 1 cup, 1 teaspoon, and 1 tablespoon - it's cooking made real easy!There are fantastic recipes for breakfast to dinner, entrees to desserts and lunchbox delights.You will be super surprised and delighted with the fantastic dishes you can create using this easy to follow cookbook.If you are a busy person, are on a tight budget, have moved out of home, are still fine tuning your culinary skills, are going camping, or are on the move and haven't a lot of room for a full pantry, or you simply haven't had time to do the groceries, then this is the book for you!

So You're Going to Be a Dad


Peter Downey - 1995
    For the first-time dad, useful and practical information about pregnancy, childbirth, and baby care, including: what to say--and what not to say--when you hear the news; taking care of moms-to-be; what childbirth feels like; crying, diapers, and bathtime; and baby-proofing the home.

Weaning: What to Feed, When to Feed, and How to Feed Your Baby


Annabel Karmel - 2010
    Starting at the very beginning with basic, but crucial, details, such as what type of spoon to use and the time of day to first offer solids, and covering other common concerns like when to begin weaning, fussy eaters and the latest allergy advice.50 delicious, nutritious puree recipes and 3 menu planners will show you exactly what to feed your baby, and when. And input from the 'Weaning Club', parents of six babies who are expertly guided by Annabel through the weaning process, troubleshooting any problems they, and you may encounter along the way, will steer you and your baby along the right path to solid food.

The Game Maker's Apprentice: Game Development for Beginners


Jacob Habgood - 2006
    This book covers a range of genres, including action, adventure, and puzzle games complete with professional quality sound effects and visuals. It discusses game design theory and features practical examples of how this can be applied to making games that are more fun to play. Game Maker allows games to be created using a simple drag-and-drop interface, so you don't need to have any prior coding experience. It includes an optional programming language for adding advanced features to your games, when you feel ready to do so. You can obtain more information by visiting book.gamemaker.nl. The authors include the creator of the Game Maker tool and a former professional game programmer, so you'll glean understanding from their expertise. The book also includes a DVD containing Game Maker software and all of the game projects that are created in the book—plus a host of professional-quality graphics and sound effects that you can use in your own games.

Genetic Genealogy: The Basics and Beyond


Emily D. Aulicino - 2013
    The book guides genealogists in understanding various tests and determining what DNA segments came from which ancestor. The book explains how DNA testing helps when written records stop and discusses how testing proves or disprove oral family history. Learn which tests help adoptees; understand why you resemble your relatives and how testing can connect you with cousins you never knew. Discover how to encourage potential cousins to test and learn guidelines for becoming a project administrator, genetic genealogy speaker or facilitator for your genealogical society’s DNA interest group. A Genetic Genealogy Handbook: The Basics and Beyond helps experienced and fledgling researchers become genetic genealogists able to use DNA testing to resolve genealogical roadblocks."

Programming Entity Framework: DbContext


Julia Lerman - 2011
    This concise book shows you how to use the API to perform set operations with the DbSet class, handle change tracking and resolve concurrency conflicts with the Change Tracker API, and validate changes to your data with the Validation API.With DbContext, you’ll be able to query and update data, whether you’re working with individual objects or graphs of objects and their related data. You’ll find numerous C# code samples to help you get started. All you need is experience with Visual Studio and database management basics.Use EF’s query capabilities to retrieve data, and use LINQ to sort and filter dataLearn how to add new data, and change and delete existing dataUse the Change Tracker API to access information EF keeps about the state of entity instancesControl change tracking information of entities in disconnected scenarios, including NTier applicationsValidate data changes before they’re sent to the database, and set up validation rulesBypass EF’s query pipeline and interact directly with the database

Adobe Photoshop Cs2 Classroom in a Book


Adobe Creative Team - 2005
    There's a solution: With this book, you learn by doing, getting your feet wet immediately as you progress through a series of hands-on projects that build on your growing Photoshop knowledge. Simple step-by-step instructions, review questions at the end of each chapter, and a companion CD with all of the book's project files make learning a breeze as the Adobe Creative Team takes you on a self-paced tour of the image-editing powerhouse. This bestselling guide has been completely revised to cover all of Photoshop CS2's new features, which include advanced tools for digital photographers, such as a new Spot Healing Brush for correcting scratches or blemishes, and Smart Sharpen for fixing photo blurring. Photoshop CS2 also includes loads of new creative tools, such as Vanishing Point and Image Warp. This comprehensive guide starts with an introductory tour of the software and then progresses on through lessons on everything from Photoshop's interface to more complex topics like color management, Web graphics, and photo retouching."

Manly Crafts


Instructables.com - 2011
    Learn how to make a 5-cent wedding band, leather iPod case, and paracord bullwhip!

Speccy Nation


Dan Whitehead - 2012
    The British games industry would go on to create such hits as Tomb Raider and Grand Theft Auto, our innovation and imagination the envy of the world, our programmers the most sought after talent in the fastest growing entertainment medium in history.And it all started here.Welcome to the Speccy Nation.Join veteran games journalist and author Dan Whitehead on a journey through fifty games that helped to define the golden age of British gaming. From the timeless classics to unlikely cult favourites, and even the games so eccentric they could only have come from Britain in the 1980s.Part nostalgic look at the past, and part critical eye on the present and future, Speccy Nation is essential reading for all retro gaming enthusiasts.Includes a foreword by Your Sinclair's Phil "Snouty" South.

Build Your Own Database Driven Website Using PHP & MySQL


Kevin Yank - 2001
    There has been a marked increase in the adoption of PHP, most notably in the beginning to intermediate levels. PHP now boasts over 30% of the server side scripting market (Source: php.weblogs.com).The previous edition sold over 17,000 copies exclusively through Sitepoint.com alone. With the release of PHP 5, SitePoint have updated this bestseller to reflect best practice web development using PHP 5 and MySQL 4.The 3rd Edition includes more code examples and also a new bonus chapter on structured PHP Programming which introduces techniques for organizing real world PHP applications to avoid code duplication and ensure code is manageable and maintainable. The chapter introduces features like include files, user-defined function libraries and constants, which are combined to produce a fully functional access control system suitable for use on any PHP Website.

Chess Openings: Traps And Zaps


Bruce Pandolfini - 1989
    Unfortunately, though, many openings are not completed successfully, partly because until now most opening instruction has consisted of tables of tournament level moves that offer no explanations for the reasons behind them. Consequently, these classical opening patterns can serve as little more than references to the average player. In Chess Openings: Traps and Zaps, Bruce Pandolfini uses his unique "crime and punishment" approach to provide all the previously missing explanation, instruction, practical analyses, and much, much more. The book consists of 202 short "openers" typical of average players, arranged according to the classical opening variations and by level of difficulty. Each example includes: -the name of the overriding tactic -the name of the opening -a scenario that sets up the tactic to be learned -an interpretation that explains why the loser went wrong, how he could have avoided the trap, and what he should have done instead -a review of important principles and useful guidelines to reinforce each lesson Also included are a glossary of openings that lists all the classical "textbook" variations for comparison and reference and a tactical index. Chess Openings: Traps and Zaps is a powerful, pragmatic entry into a heretofore remote area of chess theory that will have a profound influence on every player's game.