Best of
Technology

2010

Continuous Delivery: Reliable Software Releases Through Build, Test, and Deployment Automation


Jez Humble - 2010
    This groundbreaking new book sets out the principles and technical practices that enable rapid, incremental delivery of high quality, valuable new functionality to users. Through automation of the build, deployment, and testing process, and improved collaboration between developers, testers, and operations, delivery teams can get changes released in a matter of hours-- sometimes even minutes-no matter what the size of a project or the complexity of its code base. Jez Humble and David Farley begin by presenting the foundations of a rapid, reliable, low-risk delivery process. Next, they introduce the "deployment pipeline," an automated process for managing all changes, from check-in to release. Finally, they discuss the "ecosystem" needed to support continuous delivery, from infrastructure, data and configuration management to governance. The authors introduce state-of-the-art techniques, including automated infrastructure management and data migration, and the use of virtualization. For each, they review key issues, identify best practices, and demonstrate how to mitigate risks. Coverage includes - Automating all facets of building, integrating, testing, and deploying software - Implementing deployment pipelines at team and organizational levels - Improving collaboration between developers, testers, and operations - Developing features incrementally on large and distributed teams - Implementing an effective configuration management strategy - Automating acceptance testing, from analysis to implementation - Testing capacity and other non-functional requirements - Implementing continuous deployment and zero-downtime releases - Managing infrastructure, data, components and dependencies - Navigating risk management, compliance, and auditing Whether you're a developer, systems administrator, tester, or manager, this book will help your organization move from idea to release faster than ever--so you can deliver value to your business rapidly and reliably.

Metaprogramming Ruby


Paolo Perrotta - 2010
    Now you can get in on the action as well. This book describes metaprogramming as an essential component of Ruby. Once you understand the principles of Ruby, including the object model, scopes, and eigenclasses, you're on your way to applying metaprogramming both in your daily work and in your fun, after-hours projects. Learning metaprogramming doesn't have to be difficult or boring. By taking you on a Monday-through-Friday workweek adventure with a pair of programmers, Paolo Perrotta helps make mastering the art of metaprogramming both straightforward and entertaining. The book is packed with:Pragmatic examples of metaprogramming in action, many of which come straight from popular libraries or frameworks, such as Rails. Programming challenges that let you experiment and play with some of the most fun, "out-there" metaprogramming concepts. Metaprogramming spells--34 practical recipes and idioms that you can study and apply right now, to write code that is sure to impress. Whether you're a Ruby apprentice on the path to mastering the language or a Ruby wiz in search of new tips, this book is for you.

Eloquent JavaScript: A Modern Introduction to Programming


Marijn Haverbeke - 2010
    I loved the tutorial-style game-like program development. This book rekindled my earliest joys of programming. Plus, JavaScript!" —Brendan Eich, creator of JavaScriptJavaScript is the language of the Web, and it's at the heart of every modern website from the lowliest personal blog to the mighty Google Apps. Though it's simple for beginners to pick up and play with, JavaScript is not a toy—it's a flexible and complex language, capable of much more than the showy tricks most programmers use it for.Eloquent JavaScript goes beyond the cut-and-paste scripts of the recipe books and teaches you to write code that's elegant and effective. You'll start with the basics of programming, and learn to use variables, control structures, functions, and data structures. Then you'll dive into the real JavaScript artistry: higher-order functions, closures, and object-oriented programming.Along the way you'll learn to:Master basic programming techniques and best practices Harness the power of functional and object-oriented programming Use regular expressions to quickly parse and manipulate strings Gracefully deal with errors and browser incompatibilities Handle browser events and alter the DOM structure Most importantly, Eloquent JavaScript will teach you to express yourself in code with precision and beauty. After all, great programming is an art, not a science—so why settle for a killer app when you can create a masterpiece?

Hardboiled Web Design


Andy Clarke - 2010
    Do you really need another one?Hardboiled Web Design is different. It’s for people who want to understand why, when and how to use the latest HTML5 and CSS3 technologies in their everyday work. Not tomorrow or next week, but today. It won’t teach you the basics of writing markup or CSS, but if you’re hungry to learn about how the latest technologies and techniques will make your websites and applications more creative, flexible and adaptable, then this is the book for you.Are you ready to get hardboiled?

Technological Slavery


Theodore J. Kaczynski - 2010
    The result is a comprehensive challenge to the fundamental values and assumptions of the modern technology-driven world, pinning the cause of the rapidly unfolding catastrophe on technology itself, while offering a realistic hope for ultimate recovery.Note: Theodore John Kaczynski does not receive any remuneration for this book.

Cryptography Engineering: Design Principles and Practical Applications


Niels Ferguson - 2010
    Cryptography is vital to keeping information safe, in an era when the formula to do so becomes more and more challenging. Written by a team of world-renowned cryptography experts, this essential guide is the definitive introduction to all major areas of cryptography: message security, key negotiation, and key management. You'll learn how to think like a cryptographer. You'll discover techniques for building cryptography into products from the start and you'll examine the many technical changes in the field.After a basic overview of cryptography and what it means today, this indispensable resource covers such topics as block ciphers, block modes, hash functions, encryption modes, message authentication codes, implementation issues, negotiation protocols, and more. Helpful examples and hands-on exercises enhance your understanding of the multi-faceted field of cryptography.An author team of internationally recognized cryptography experts updates you on vital topics in the field of cryptography Shows you how to build cryptography into products from the start Examines updates and changes to cryptography Includes coverage on key servers, message security, authentication codes, new standards, block ciphers, message authentication codes, and more Cryptography Engineering gets you up to speed in the ever-evolving field of cryptography.

Advanced Google AdWords


Brad Geddes - 2010
    Discover the best tools for keyword research, tips on crafting winning ad copy, advanced PPC optimization tricks, winning bidding strategies, and much more. If you manage AdWords PPC accounts, you won't want to miss this expert, detailed instruction.Covers the essential and advanced capabilities of Google AdWords Explores keyword research, PPC optimization strategies, the intricacies of Content Nation, how to interpret results and reports, and much more Provides busy marketers, consultants, PR professionals, Web developers, and others with an invaluable, step-by-step guide of advanced concepts Goes well beyond the basics and offers tips and tactics that you can immediately apply to your own campaigns Reinforces concepts through fascinating, real-world case studies Includes a $25 Google Adwords Gift Card for new customers If you've been seeking a practical, expert book on Google AdWords, one that goes well beyond the basics, Advanced Google AdWords is it!

Networks, Crowds, and Markets


David Easley - 2010
    This connectedness is found in many incarnations: in the rapid growth of the Internet, in the ease with which global communication takes place, and in the ability of news and information as well as epidemics and financial crises to spread with surprising speed and intensity. These are phenomena that involve networks, incentives, and the aggregate behavior of groups of people; they are based on the links that connect us and the ways in which our decisions can have subtle consequences for others. This introductory undergraduate textbook takes an interdisciplinary look at economics, sociology, computing and information science, and applied mathematics to understand networks and behavior. It describes the emerging field of study that is growing at the interface of these areas, addressing fundamental questions about how the social, economic, and technological worlds are connected.

Erlang and OTP in Action


Martin Logan - 2010
    Multi-core processors and the increasing demand for maximum performance and scalability in mission-critical applications have renewed interest in functional languages like Erlang that are designed to handle concurrent programming. Erlang, and the OTP platform, make it possible to deliver more robust applications that satisfy rigorous uptime and performance requirements.Erlang and OTP in Action teaches you to apply Erlang's message passing model for concurrent programming--a completely different way of tackling the problem of parallel programming from the more common multi-threaded approach. This book walks you through the practical considerations and steps of building systems in Erlang and integrating them with real-world C/C++, Java, and .NET applications. Unlike other books on the market, Erlang and OTP in Action offers a comprehensive view of how concurrency relates to SOA and web technologies.This hands-on guide is perfect for readers just learning Erlang or for those who want to apply their theoretical knowledge of this powerful language. You'll delve into the Erlang language and OTP runtime by building several progressively more interesting real-world distributed applications. Once you are competent in the fundamentals of Erlang, the book takes you on a deep dive into the process of designing complex software systems in Erlang. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

Malware Analyst's Cookbook and DVD: Tools and Techniques for Fighting Malicious Code


Michael Hale Ligh - 2010
    Security professionals will find plenty of solutions in this book to the problems posed by viruses, Trojan horses, worms, spyware, rootkits, adware, and other invasive software. Written by well-known malware experts, this guide reveals solutions to numerous problems and includes a DVD of custom programs and tools that illustrate the concepts, enhancing your skills. Security professionals face a constant battle against malicious software; this practical manual will improve your analytical capabilities and provide dozens of valuable and innovative solutions Covers classifying malware, packing and unpacking, dynamic malware analysis, decoding and decrypting, rootkit detection, memory forensics, open source malware research, and much more Includes generous amounts of source code in C, Python, and Perl to extend your favorite tools or build new ones, and custom programs on the DVD to demonstrate the solutions Malware Analyst's Cookbook is indispensible to IT security administrators, incident responders, forensic analysts, and malware researchers.

Web Operations: Keeping the Data on Time


John Allspaw - 2010
    It's the expertise you need when your start-up gets an unexpected spike in web traffic, or when a new feature causes your mature application to fail. In this collection of essays and interviews, web veterans such as Theo Schlossnagle, Baron Schwartz, and Alistair Croll offer insights into this evolving field. You'll learn stories from the trenches--from builders of some of the biggest sites on the Web--on what's necessary to help a site thrive.Learn the skills needed in web operations, and why they're gained through experience rather than schoolingUnderstand why it's important to gather metrics from both your application and infrastructureConsider common approaches to database architectures and the pitfalls that come with increasing scaleLearn how to handle the human side of outages and degradationsFind out how one company avoided disaster after a huge traffic delugeDiscover what went wrong after a problem occurs, and how to prevent it from happening againContributors include:John AllspawHeather ChampMichael ChristianRichard CookAlistair CrollPatrick DeboisEric FlorenzanoPaul HammondJustin HuffAdam JacobJacob LoomisMatt MassieBrian MoonAnoop NagwaniSean PowerEric RiesTheo SchlossnagleBaron SchwartzAndrew Shafer

CISSP Study Guide


Eric Conrad - 2010
    The exam is designed to ensure that someone who is handling computer security in a company has a standardized body of knowledge. The book is composed of 10 domains of the Common Body of Knowledge. In each section, it defines each domain. It also provides tips on how to prepare for the exam and take the exam. It also contains CISSP practice quizzes to test ones knowledge. The first domain provides information about risk analysis and mitigation. It also discusses security governance. The second domain discusses different techniques for access control, which is the basis for all the security disciplines. The third domain explains the concepts behind cryptography, which is a secure way of communicating that is understood only by certain recipients. Domain 5 discusses security system design, which is fundamental for operating the system and software security components. Domain 6 is a critical domain in the Common Body of Knowledge, the Business Continuity Planning, and Disaster Recovery Planning. It is the final control against extreme events such as injury, loss of life, or failure of an organization. Domains 7, 8, and 9 discuss telecommunications and network security, application development security, and the operations domain, respectively. Domain 10 focuses on the major legal systems that provide a framework in determining the laws about information system.

What Was Lost: A Christian Journey Through Miscarriage


Elise Erikson Barrett - 2010
    Barrett also offers some much-needed practical advice about breaking the news to others, coping with insensitive comments, and grieving what is often a private loss, unmarked by the world.

Camel in Action


Claus Ibsen - 2010
    It starts with core concepts like sending, receiving, routing, and transforming data and then shows readers the entire lifecycle. The book goes in depth on how to test, deal with errors, scale, deploy, and monitor apps and even how to build custom tooling. Written by core developers of Camel and the authors of the first edition, this book distills their experience and practical insights so that readers can tackle integration tasks like a pro.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

Avr Microcontroller and Embedded Systems: Using Assembly and C


Muhammad Ali Mazidi - 2010
    It offers a systematic approach in programming and interfacing of the AVR with LCD, keyboard, ADC, DAC, Sensors, Serial Ports, Timers, DC and Stepper Motors, Opto-isolators, and RTC. Both Assembly and C languages are used in all the peripherals programming. In the first 6 chapters, Assembly language is used to cover the AVR architecture and starting with chapter 7, both Assembly and C languages are used to show the peripherals programming and interfacing.

Building a Strip Canoe: Full-Sized Plans and Instructions for Eight Easy-To-Build, Field Tested Canoes


Gil Gilpatrick - 2010
    A Maine guide, he uses his own canoes and tests their performance on the challenging Allagash River every summer. This revised edition includes full-sized plans for 8 well-proven canoe designs, most of which are the author's own adaptations.Step-by-step directions for building a canoe from start to finish are accompanied by more than 100 photographs and illustrations.

Flash Foresight: How to See the Invisible and Do the Impossible: Seven Radical Principles That Will Transform Your Business


Daniel Burrus - 2010
    From internationally renowned technology forecaster Daniel Burrus a leading consultant to Google, Proctor & Gamble, IBM, and many other Fortune 500 firms with John David Mann, co-author of the Wall Street Journal bestseller The Go-Giver, comes this systematic, easy-to-implement method for identifying new business opportunities and solving difficult problems in the twenty-first century marketplace."

The Cybernetic Brain: Sketches of Another Future


Andrew Pickering - 2010
    But as Andrew Pickering reveals in this beguiling book, a much more lively and experimental strain of cybernetics can be traced from the 1940s to the present.The Cybernetic Brain explores a largely forgotten group of British thinkers, including Grey Walter, Ross Ashby, Gregory Bateson, R. D. Laing, Stafford Beer, and Gordon Pask, and their singular work in a dazzling array of fields. Psychiatry, engineering, management, politics, music, architecture, education, tantric yoga, the Beats, and the sixties counterculture all come into play as Pickering follows the history of cybernetics’ impact on the world, from contemporary robotics and complexity theory to the Chilean economy under Salvador Allende. What underpins this fascinating history, Pickering contends, is a shared but unconventional vision of the world as ultimately unknowable, a place where genuine novelty is always emerging. And thus, Pickering avers, the history of cybernetics provides us with an imaginative model of open-ended experimentation in stark opposition to the modern urge to achieve domination over nature and each other.

An Engineer's Guide to Silicon Valley Startups


Piaw Na - 2010
    While every company is unique, there are many similarities between Silicon Valley startups. As workplaces go, Silicon Valley startups embody the American dream: they're exciting, fun, and provide employees with great flexibility and freedom. Join the right startup, and you can change the world! This book covers topics of interest to anyone who wants to work at startups: - How do you get a job at a startup? - How do you choose which startups to talk to? - How do you approach interviewing at a startup? - How would you negotiate compensation? - Once at a startup, what should you do to maximize gains from stock options? - Why is it advantageous to exercise your stock options in certain conditions? - What do the clauses in your offer letter mean? - How do the clauses in your stock options contract affect you?Drawing from my 17 years of experience at various pre-IPO companies in Silicon Valley, I provide answers to the above questions. Extensive examples, case studies, and detailed background are in the book. After learning about the personal finance side of handling stock options, I joined Google less than a year before the IPO and discovered that what I had learned was hardly common knowledge. Despite explaining the details to several colleagues, many chose not to do the financially advantageous thing, leading to an increased tax liability of several hundred thousand dollars. This book was the result of observing these failures, and trying to prevent others from making the same mistakes.

Excel 2010 Formulas [With CDROM]


John Walkenbach - 2010
    Known as "Mr. Spreadsheet," Walkenbach provides you with clear explanations on all the methods you can use to maximize the power of Excel with formulas within the frameworks of all the new features of Excel 2010.You'll learn how to create financial formulas, maximize the power of array formulas, develop custom worksheet functions with VBA, debug formulas, and much more. This invaluable reference is fully updated for the new Microsoft Office release and provides comprehensive formulas coverage, delivering more than 800 pages of Excel tips, tricks, and techniques you won't find anywhere else.Demonstrates how to use all the new features of Excel 2010 to maximize your formulasShows how to develop custom worksheet functions with VBA, debug formulas, create financial formulas, and moreServes as an indispensable reference no matter your skill levelIncludes a valuable CD-ROM with sample files, templates and worksheets from the book, plus John Walkenbach's award-winning Power Utility PakPrepare to excel with Excel when you have John Walkenbach and "Excel 2010 Formulas" by your sideNote: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Group Policy: Fundamentals, Security, and the Managed Desktop


Jeremy Moskowitz - 2010
    In this comprehensive guide, Microsoft Group Policy MVP Jeremy Moskowitz thoroughly explores Group Policy across all Windows platforms, including the latest on Windows 7 and Server 2008 R2. If you're a Windows network administrator managing scores of users and computers, you need this essential reference on your desk.Covers the fundamentals and beyond of Group Policy, a collection of tools and settings that allow administrators to manage users and computers across a Windows Server enterprise Reflects the very latest Windows Server technologies: Windows Server 2008 R2 and Windows 7 Includes essential topics such as Group Policy settings, using the management console, implementing security, maintaining settings as users move from one computer to another, using Windows Steady State, and more Offers expert guidance and advice from renowned Group Policy expert and Microsoft Group Policy MVP Jeremy Moskowitz, If you're a Windows Server network or IT administrator, make your life easier with Group Policy and this must-have guide.

Technician Class 2010-2014


Gordon West - 2010
    Includes all FCC Q&A along with West's educational, fun answer explanations. Fully illustrated to aid learning. Includes list of VEC examiners, and more.

The Homebrew Industrial Revolution: A Low-Overhead Manifesto


Kevin A. Carson - 2010
    A history of the rise and fall of Sloanist mass production, and a survey of the new economy emerging from the ruins: networked local manufacturing, garage industry, household microenterprises and resilient local economies.

The LEGO Technic Idea Book: Wheeled Wonders


Yoshihito Isogawa - 2010
    Each project uses color-coded pieces and is photographed from multiple angles, making it easy to see how the models are assembled without the need for step-by-step instructions. Every model illustrates a different principle, concept, or mechanism that will inspire your own original creations. You're encouraged to use these elements as building blocks to create your own masterpieces.The Technic models in Wheeled Wonders spin or move things, drag race, haul heavy gear, bump off walls, wind up and go, and much more. You'll discover how to build differential gears, implement steering and suspension, and design clutch and transmission systems to use in your own vehicles.This visual guide, the second in the three-volume LEGO Technic Idea Book series, is the brainchild of master builder Yoshihito Isogawa of Tokyo, Japan. Each title is filled with photos of Isogawa's unique models, all of which are designed to fire the imaginations of LEGO builders young and old.Imagine. Create. Invent. Now, what will you build?NOTE: The LEGO Technic Idea Book series uses parts from various Technic sets. If you don't have some of the pieces shown in a particular model, experiment by substituting your own parts or visit the No Starch Press website for a list of the special parts used in the book.

Do More Faster: Techstars Lessons to Accelerate Your Startup


David G. Cohen - 2010
    cities. Once a year in each city, it funds about ten Internet startups with a small amount of capital and surrounds them with around fifty top Internet entrepreneurs and investors. Historically, about seventy-five percent of the companies that go through TechStars raise a meaningful amount of angel or venture capital. Do More Faster: TechStars Lessons to Accelerate Your Startup is a collection of advice that comes from individuals who have passed through, or are part of, this proven program. Each vignette is an exploration of information often heard during the TechStars program and provides practical insights into early stage entrepreneurship.Contains seven sections, each focusing on a major theme within the TechStars program, including idea and vision, fundraising, legal and structure, and work/life balance Created by two highly regarded experts in the world of early stage investing Essays in each section come from the experienced author team as well as TechStar mentors, entrepreneurs, and founders of companies While you'll ultimately have to make your own decisions about what's right for your business, Do More Faster: TechStars Lessons to Accelerate Your Startup can get your entrepreneurial endeavor headed in the right direction.

Making Things Move: DIY Mechanisms for Inventors, Hobbyists, and Artists


Dustyn Roberts - 2010
    Photographs, illustrations, screen shots, and images of 3D models are included for each project.This unique resource emphasizes using off-the-shelf components, readily available materials, and accessible fabrication techniques. Simple projects give you hands-on practice applying the skills covered in each chapter, and more complex projects at the end of the book incorporate topics from multiple chapters. Turn your imaginative ideas into reality with help from this practical, inventive guide.Discover how to:Find and select materialsFasten and join partsMeasure force, friction, and torqueUnderstand mechanical and electrical power, work, and energyCreate and control motionWork with bearings, couplers, gears, screws, and springsCombine simple machines for work and funProjects include:Rube Goldberg breakfast machineMousetrap powered carDIY motor with magnet wireMotor direction and speed controlDesigning and fabricating spur gearsAnimated creations in paperAn interactive rotating platformSmall vertical axis wind turbineSADbot: the seasonally affected drawing robotMake Great Stuff!TAB, an imprint of McGraw-Hill Professional, is a leading publisher of DIY technology books for makers, hackers, and electronics hobbyists.

HTML5 for Web Designers


Jeremy Keith - 2010
    It is also the most powerful, and in some ways, the most confusing. What do accessible, content-focused standards-based web designers and front-end developers need to know? And how can we harness the power of HTML5 in today’s browsers?In this brilliant and entertaining user’s guide, Jeremy Keith cuts to the chase, with crisp, clear, practical examples, and his patented twinkle and charm.

Advanced Mac OS X Programming


Mark Dalrymple - 2010
    His book covers multithreading, IPC, networking, Bonjour, and UNIX APIs, and much more. Full description

Master Data Management and Data Governance


Alex Berson - 2010
    Master Data Management and Data Governance, Second Edition provides up-to-date coverage of the most current architecture and technology views and system development and management methods. Discover how to construct an MDM business case and roadmap, build accurate models, deploy data hubs, and implement layered security policies. Legacy system integration, cross-industry challenges, and regulatory compliance are also covered in this comprehensive volume.Plan and implement enterprise-scale MDM and Data Governance solutionsDevelop master data modelIdentify, match, and link master records for various domains through entity resolutionImprove efficiency and maximize integration using SOA and Web servicesEnsure compliance with local, state, federal, and international regulationsHandle security using authentication, authorization, roles, entitlements, and encryptionDefend against identity theft, data compromise, spyware attack, and worm infectionSynchronize components and test data quality and system performance

Dear Hacker: Letters to the Editor of 2600


Emmanuel Goldstein - 2010
    This collection of letters to the magazine reveals the thoughts and viewpoints of hackers, both white and black hat, as well as hacker wannabes, technophiles, and people concerned about computer security. Insightful and entertaining, the exchanges illustrate 2600's vast readership, from teenage rebels, anarchists, and survivalists to law enforcement, consumer advocates, and worried parents.Dear Hacker is must reading for technology aficionados, 2600's wide and loyal audience, and anyone seeking entertainment well laced with insight into our society.Coverage Includes: Question Upon Question Tales from the Retail Front The Challenges of Life as a Hacker Technology The Magic of the Corporate World Our Biggest Fans Behind the Walls A Culture of Rebels Strange Ramblings For more information and sample letters, check out the companion site at http://lp.wileypub.com/dearhacker/

Excel Dashboards & Reports


Michael Alexander - 2010
    Offering a comprehensive review of a wide array of technical and analytical concepts, Excel Reports and Dashboards helps Excel users go from reporting data with simple tables full of dull numbers, to presenting key information through the use of high-impact, meaningful reports and dashboards that will wow management both visually and substantively.Details how to analyze large amounts of data and report the results in a meaningful, eye-catching visualization Describes how to use different perspectives to achieve better visibility into data, as well as how to slice data into various views on the fly Shows how to automate redundant reporting and analyses Part technical manual, part analytical guidebook, Excel Dashboards and Reports is the latest addition to the Mr. Spreadsheet's Bookshelf series and is the leading resource for learning to create dashboard reports in an easy-to-use format that's both visually attractive and effective.

Digital Griots: African American Rhetoric in a Multimedia Age


Adam J. Banks - 2010
    Banks offers a mixtape of African American digital rhetoric in his innovative study Digital Griots: African American Rhetoric in a Multimedia Age. Presenting the DJ as a quintessential example of the digital griot-high-tech storyteller-this book shows how African American storytelling traditions and their digital manifestations can help scholars and teachers shape composition studies, thoroughly linking oral, print, and digital production in ways that centralize African American discursive practices as part of a multicultural set of ideas and pedagogical commitments. DJs are models of rhetorical excellence; canon makers; time binders who link past, present, and future in the groove and mix; and intellectuals continuously interpreting the history and current realities of their communities in real time. Banks uses the DJ's practices of the mix, remix, and mixtape as tropes for reimagining writing instruction and the study of rhetoric. He combines many of the debates and tensions that mark black rhetorical traditions and points to ways for scholars and students to embrace those tensions rather than minimize them. This commitment to both honoring traditions and embracing futuristic visions makes this text unique, as do the sites of study included in the examination: mixtape culture, black theology as an activist movement, everyday narratives, and discussions of community engagement. Banks makes explicit these connections, rarely found in African American rhetoric scholarship, to illustrate how competing ideologies, vernacular and academic writing, sacred and secular texts, and oral, print, and digital literacies all must be brought together in the study of African American rhetoric and in the teaching of culturally relevant writing. A remarkable addition to the study of African American rhetorical theory and composition studies, Digital Griots: African American Rhetoric in a Multimedia Age will compel scholars and students alike to think about what they know of African American rhetoric in fresh and useful ways.

Arduino Cookbook: Recipes to Begin, Expand, and Enhance Your Projects


Michael Margolis - 2010
    You'll find more than 200 tips and techniques for building a variety of objects and prototypes such as IoT solutions, environmental monitors, location and position-aware systems, and products that can respond to touch, sound, heat, and light.Updated for the Arduino 1.8 release, the recipes in this third edition include practical examples and guidance to help you begin, expand, and enhance your projects right away--whether you're an engineer, designer, artist, student, or hobbyist.Get up to speed on the Arduino board and essential software concepts quicklyLearn basic techniques for reading digital and analog signalsUse Arduino with a variety of popular input devices and sensorsDrive visual displays, generate sound, and control several types of motorsConnect Arduino to wired and wireless networksLearn techniques for handling time delays and time measurementApply advanced coding and memory-handling techniques

Arduino Cookbook


Michael Margolis - 2010
    This simple microcontroller board lets artists and designers build a variety of amazing objects and prototypes that interact with the physical world. With this cookbook you can dive right in and experiment with more than a hundred tips and techniques, no matter what your skill level is.The recipes in this book provide solutions for most common problems and questions Arduino users have, including everything from programming fundamentals to working with sensors, motors, lights, and sound, or communicating over wired and wireless networks. You'll find the examples and advice you need to begin, expand, and enhance your projects right away.Get to know the Arduino development environmentUnderstand the core elements of the Arduino programming languageUse common output devices for light, motion, and soundInteract with almost any device that has a remote controlLearn techniques for handling time delays and time measurementUse simple ways to transfer digital information from sensors to the Arduino deviceCreate complex projects that incorporate shields and external modulesUse and modify existing Arduino libraries, and learn how to create your own

PowerPivot for the Data Analyst: Microsoft Excel 2010


Bill Jelen - 2010
    Whatever your Excel data analysis experience, this book will help you use PowerPivot to get the right answers, right now--without IT's help! - Import and integrate data from spreadsheets, SQL Server, Access, Oracle, text files, Atom data feeds, and other sources - Analyze multiple tables together, without complicated VLOOKUPs - Format, sort, and filter data in the PowerPivot window - Add calculated columns using new DAX functions - Create powerful reports from PowerPivot data-and format them so executives instantly get your point - Discover PivotTable tricks that work even better in PowerPivot - Control multiple PivotTable elements on one worksheet, with one set of Excel 2010 Slicers - Use DAX Measures to quickly perform tasks that were difficult or impossible with Calculated Fields - Compare today's sales to yesterday's-or to sales from the parallel period last fiscal year. - Use Named Sets to prepare asymmetric reports, show actuals for past months and plan for future months. About MrExcel Library: Every book in the MrExcel Library pinpoints a specific set of crucial Excel tasks and presents focused skills and examples for performing them rapidly and effectively. Selected by Bill Jelen, Microsoft Excel MVP and mastermind behind the leading Excel solutions website MrExcel.com, these books will - Dramatically increase your productivity-saving you 50 hours a year, or more - Present proven, creative strategies for solving real-world problems - Show you how to get great results, no matter how much data you have - Help you avoid critical mistakes that even experienced users make

Project: Soul Catcher: Secrets of Cyber and Cybernetic Warfare Revealed


Robert Duncan - 2010
    It covers the art of bio-communication war. Human beings are complex machines but their inner workings have been deciphered. Mind control and brainwashing have been perfected in the last 60 years. Hacking computers and hacking into individual minds are similar. The 21st century will be known as the age of spiritual machines and soulless men.

Concorde Manual


David Leney - 2010
    Concentrating on the technical and engineering aspects of Concorde, this manual gives rare insights into owning, operating, servicing and flying the supersonic airliner. Although the British and French Concorde fleets were prematurely retired in 2003, interest in this marvel of design and technology remains undiminished and all who admire Concorde will relish the unique information provided in this innovative title.

The Bigger Book of John Deere Tractors: The Complete Model-by-Model Encyclopedia ... Plus Classic Toys, Brochures, and Collectibles


Don Macmillan - 2010
    The Bigger Book of John Deere Tractors is a model-by-model encyclopedia of John Deere tractors from their first appearance in 1892 to the latest, 2009 models.Photographs showcase beautifully restored tractors as well as unique paintings and artwork from the Deere archives, rare and valuable original brochures, and studio photos of John Deere toys and models.For tractor enthusiasts, John Deere aficionados, and devotees of American farm machinery at its finest, this big book is an unparalleled compendium of pictures and facts, the best look ever at the incomparable John Deere.

100% Photoshop: Create Stunning Illustrations Without Using Any Photographs


Steve Caplin - 2010
    This time, he'll show you how to create complete images, from start to finish, entirely within the software program. No source material, photographs, or existing files from other software packages are needed, saving you valuable time and resources. The techniques you'll learn in this ground-breaking new book will help you combine your artistic vision and skills with an understanding of how to manipulate the built-in Photoshop filters to produce impressive, eye-catching artwork.Each chapter opens with a complete double page illustration, created entirely in Photoshop. Then, carefully laid out step-by-step instructions show you how each element in the illustration is created, and how they are all combined in the end to make a convincing final image. Using Steve's proven methods for success, you'll be able to produce images that reflect a more finely crafted, hand drawn approach, whether you're an artist for your own enjoyment or a working professional looking for a leg up on the competition.

Photography Essentials: Full Frame


David Noton - 2010
    Taking ten varying locations, from snowy mountain peaks to coastline, bustling Asian markets to idyllic paradise islands, the author reveals photography tips on how he sets about capturing the essence of a location, explains his creative process and reveals the secrets that make his work so widely admired.

The Red Rockets' Glare: Spaceflight and the Russian Imagination, 1857-1957


Asif A. Siddiqi - 2010
    Based on many years of archival research, the book situates the birth of cosmic enthusiasm within the social and cultural upheavals of Russian and Soviet history. Asif A. Siddiqi frames the origins of Sputnik by bridging imagination with engineering - seeing them not as dialectic, discrete, and sequential but as mutable, intertwined, and concurrent. Imagination and engineering not only fed each other but were also co-produced by key actors who maintained a delicate line between secret work on rockets (which interested the military) and public prognostications on the cosmos (which captivated the populace). Sputnik, he argues, was the outcome of both large-scale state imperatives to harness science and technology and populist phenomena that frequently owed little to the whims and needs of the state apparatus.

Dreamweaver CS5 for Windows and Macintosh: Visual QuickStart Guide (Visual Quickstart Guides)


Tom Negrino - 2010
    Adobe Dreamweaver CS5 for Windows and Macintosh Visual QuickStart Guide uses a combination of task-based instruction and strong visuals to teach beginning and intermediate users how to create, design, and publish powerful, innovative Web sites with Dreamweaver. Leading technology authors Tom Negrino and Dori Smith take you step-by-step through the new features in Adobe Dreamweaver CS5, with completely revised chapters on critical tools like styling pages with CSS and adding user interactivity with JavaScript dynamic elements. Youll also learn to take advantage of Dreamweavers new ability to build and modify sites that use popular content management systems, such as WordPress, Joomla, and Drupal. If youre new to Dreamweaer and web design, youll learn to create your first Web site, add text, style and lay out page content, manage styles, work with links, incorporate images, media, tables, forms, and frames, design site navigation, and so much more. If youre an experienced user, youll find this a convenient reference to the new features of Dreamweaver CS5. Note from the publisher FREE Adobe Dreamweaver CS5.5 updates are available for this title. Simply register your product at www.peachpit.comregister and you will receive the updates when they become available.

Biomimetics in Architecture: Architecture of Life and Buildings


Petra Gruber - 2010
    It delivers a wholly new perspective on architectural achievements and will help to manifest the approach's huge innovative potential.

Underwater Robotics: Science, Design & Fabrication


Steven W. Moore - 2010
    Hundreds of illustrations, diagrams, and color photographs featuring hand-built craft as well as commercial ROVs, AUVs and submersibles.

Technics and Time, 3: Cinematic Time and the Question of Malaise


Bernard Stiegler - 2010
    Here, in volume three, he turns his attention to the prolematic relationship to technics he finds in Kant's Critique of Pure Reason, particularly in the two versions of the Transcendental Deduction. Stiegler relates this problematic to the "cinematic nature" of time, which precedes cinema itself but reaches an apotheosis in it as the exteriorization process of schema, through tertiary retentions and their mechanisms. The book focuses on the relationship between these themes and the "culture industry"— as defined by Adorno and Horkheimer—that has supplanted the educational institutions on which genuine cultural participation depends. This displacement, Stiegler says, has produced a malaise from which current global culture suffers. The result is potentially catastrophic.

Cro-Magnon


Robert Stimson - 2010
    The two scientists, facing imminent death, must escape into a frozen wilderness with a priceless burden.

Critical Terms for Media Studies


Mark B.N. Hansen - 2010
    Critical Terms for Media Studies defines, and at times, redefines, what this new and hybrid area aims to do, illuminating the key concepts behind its liveliest debates and most dynamic topics.Part of a larger conversation that engages culture, technology, and politics, this exciting collection of essays explores our most critical language for dealing with the qualities and modes of contemporary media. Edited by two outstanding scholars in the field, W. J. T. Mitchell and Mark B. N. Hansen, the volume features works by a team of distinguished contributors. These essays, commissioned expressly for this volume, are organized into three interrelated groups: “Aesthetics” engages with terms that describe sensory experiences and judgments, “Technology” offers entry into a broad array of technological concepts, and “Society” opens up language describing the systems that allow a medium to function.A compelling reference work for the twenty-first century and the media that form our experience within it, Critical Terms for Media Studies will engage and deepen any reader’s knowledge of one of our most important new fields.

Pursuing Power and Light: Technology and Physics from James Watt to Albert Einstein


Bruce J. Hunt - 2010
    The most important advancements in physics — the science of energy and the theory of the electromagnetic field — were deeply rooted in the new technologies of the steam engine, the telegraph, and electric power and light. Bruce J. Hunt here explores how the leading technologies of the industrial age helped reshape modern physics.This period marked a watershed in how human beings exerted power over the world around them. Sweeping changes in manufacturing, transportation, and communications transformed the economy, society, and daily life in ways never before imagined. At the same time, physical scientists made great strides in the study of energy, atoms, and electromagnetism. Hunt shows how technology informed science and vice versa, examining the interaction between steam technology and the formulation of the laws of thermodynamics, for example, and that between telegraphy and the rise of electrical science.Hunt's groundbreaking introduction to the history of physics points to the shift to atomic and quantum physics. It closes with a brief look at Albert Einstein's work at the Swiss patent office and the part it played in his formulation of relativity theory. Hunt translates his often-demanding material into engaging and accessible language suitable for undergraduate students of the history of science and technology.

Introducing HTML5


Bruce Lawson - 2010
    Some of its new features are already being implemented by existing browsers, and much more is around the corner. Written by developers who have been using the new language for the past year in their work, this book shows you how to start adapting the language now to realize its benefits on today's browsers. Rather than being just an academic investigation, it concentrates on the practical--the problems HTML5 can solve for you right away. By following the book's hands-on HTML5 code examples you'll learn: new semantics and structures to help your site become richer and more accessiblehow to apply the most important JavaScript APIs that are already implementedthe uses of native multimedia for video and audiotechniques for drawing lines, fills, gradients, images and text with canvas how to build more intelligent web formsimplementation of new storage options and web databaseshow geolocation works with HTML5 in both web and mobile applicationsAll the code from this book (and more) is available at www.introducinghtml5.com. ********There appear to be intermittent problems with the first printing of Introducing HTML5. If you have one of these copies, please email us at ask@peachpit.com with a copy of your receipt (from any reseller), and we'll either provide access to the eBook or send you another copy of the print book -- whichever you prefer. If you'd like the eBook we can add that to your Peachpit.com account. You can set up a free account at www.peachpit.com/join http: //www.peachpit.com/join>. Thanks so much for your understanding!

Makers of the Microchip: A Documentary History of Fairchild Semiconductor


Christophe La(c)Cuyer - 2010
    Founded in 1957 by eight former employees of the Schockley Semiconductor Laboratory, Fairchild created the model for a successful Silicon Valley start-up: intense activity with a common goal, close collaboration, and a quick path to the market (Fairchild's first device hit the market just ten months after the company's founding). Fairchild Semiconductor was one of the first companies financed by venture capital, and its success inspired the establishment of venture capital firms in the San Francisco Bay area. These firms would finance the explosive growth of Silicon Valley over the next several decades. This history of the early years of Fairchild Semiconductor examines the technological, business, and social dynamics behind its innovative products. The centerpiece of the book is a collection of documents, reproduced in facsimile, including the company's first prospectus; ideas, sketches, and plans for the company's products; and a notebook kept by cofounder Jay Last that records problems, schedules, and tasks discussed at weekly meetings. A historical overview, interpretive essays, and an introduction to semiconductor technology in the period accompany these primary documents.

How to Cheat in Photoshop CS5: The art of creating realistic photomontages


Steve Caplin - 2010
    First, you'll learn a professional montage artist's proven-to-be-successful tips for getting the best out of Photoshop's many features quickly and efficiently, so that you can create work under deadline while still maintaining quality. Second, you'll learn how to make an image look like something else entirely, for those moments when stock imagery just won't do and you don't have the time (or funding) to set up a photo shoot. Photomontage master Steve Caplin has been a recognized leader in the world of photo manipulation for many years, and in this invaluable resource for designers,illustrators, retouchers, students, and graphic artists, he shows exactly what methods he uses to create stunning imagery used in advertising, publishing, print media, and more. Fully updated to cover all of the new features in Photoshop CS5, this book is also backwards-compatible and can be used with any version of Photoshop. The accompanying DVD for Mac and PC contains over two and a half hours of video tutorials for additional training, and on the book's popular website www.howtocheatinphotoshop.com, you'll find even more resources such as an "Ask the Author" forum, sample images from other How to Cheat fans, and weekly challenges so that you can test your own skills and see where your creativity can take you. FEATURES: A complete How to Cheat in Photoshop CS5 learning package! Includes a fully updated book, a DVD containing all of the imagery used in the examples, over 2 ? hours of video tutorials, andwebsite featuring a reader forum where your questions will be answered by other readers as well as the author himself Includes hundreds of tips and project ideas to help you get started, whether you're working to a professional deadline or just for fun Packed with professional advice from a photomontage a

Computer Systems: An Integrated Approach to Architecture and Operating Systems


Umakishore Ramachandran - 2010
     KEY TOPICS: Processor, memory, storage, and parallel networking. MARKET: For those interested in computer systems and computer organization/architecture.

Word 2010 All-In-One for Dummies


Doug Lowe - 2010
    Along with the rest of Office, Word has been enhanced with new features and capabilities in the 2010 version.Word's many users will find new things to learn and use in Word 2010, and this all-in-one guide gets them up to speed while providing a reference for taking Word to the next level.Word is the top-selling application in the Microsoft Office suite and is the leading word processing software Both newcomers to Word and experienced users will need instruction in Word 2010's new features, including online editing capabilities, online document collaboration, and an improved search function Nine minibooks cover Word basics, editing, formatting, inserting bits and pieces, publishing documents, using reference features, mailings, customizing Word, and special features for developers Word 2010 All-in-One For Dummies makes it easier for Word users everywhere to get up and running with Word 2010 and its new features.

System Forensics, Investigation, and Response


John R. Vacca - 2010
    System Forensics, Investigation, and Response begins by examining the fundamentals of system forensics, such as what forensics is, the role of computer forensics specialists, computer forensic evidence, and application of forensic analysis skills. It also gives an overview of computer crimes, forensic methods, and laboratories. It then addresses the tools, techniques, and methods used to perform computer forensics and investigation. Finally, it explores emerging technologies as well as future directions of this interesting and cutting-edge field.

Geothermal HVAC


Jay Egg - 2010
    Geothermal HVAC: Green Heating and Cooling reviews the array of choices currently available, offers market values for systems based on varying options and conditions, and describes how to pair the best systems for each application and budget. Whether you're a contractor or a consumer, you'll find out what you need to know to implement a geothermal HVAC system in a retrofit or new construction project, and start benefiting from this sustainable, affordable technology.Find out how to:Learn the basic types of heat transfer--convection, conduction, and radiationUnderstand how geothermal earth-coupled heat pumps workDetermine which ground loops to use for earth coupling to best meet the demands of the siteUse load sharing to channel the heat differential of one device into useful energy for anotherCalculate system efficiencies and heat gain and lossUnderstand geothermal project proposals and system pricingBenefit from incentives, tax credits, and rebates for geothermal HVAC systemsCalculate your long-term return on investmentVerify that your installed system is working as intendedTroubleshoot your system and avoid common problems

C# 4.0 Pocket Reference


Ben Albahari - 2010
    It's ideal as a succinct quick reference or as a guide to get you rapidly up to speed if you already know Java, C++, or an earlier version of C#. Written by the authors of the acclaimed C# 4.0 in a Nutshell (O’Reilly), this book covers the entire C# 4.0 language -- without skimping on the details -- including: Features new to C# 4.0, such as dynamic binding, optional and named parameters, and type parameter variance All of C#'s fundamentals Advanced topics, including operator overloading, custom conversions, type constraints, covariance and contravariance, lambda expressions and closures, iterators, nullable types, and operator lifting LINQ, starting with sequences, lazy execution, and standard query operators; finishing with a complete reference to query expressions Unsafe code and pointers, custom attributes, preprocessor directives, and XML documentation

iPhone: The Missing Manual: Covers iPhone 4 & All Other Models with iOS 4 Software


David Pogue - 2010
    iPhone: The Missing Manual gives you a guided tour of everything the new iPhone has to offer, with lots of tips, tricks, and surprises. Learn how to make calls and play songs by voice control, take great photos, keep track of your schedule, and much more with complete step-by-step instructions and crystal-clear explanations by iPhone master David Pogue.Whether you have a brand-new iPhone, or want to update an earlier model with the iPhone 4.0 software, this beautiful full-color book is the best, most objective resource available.Use it as a phone -- learn the basics as well as time-saving tricks and tips for contact searching, texting, and moreTreat it as an iPod -- master the ins and outs of iTunes, and listen to music, upload and view photos, and fill the iPhone with TV shows and moviesTake the iPhone online -- make the most of your online experience to browse the Web, read and compose email, use social networks, or send photos and audio filesGo beyond the iPhone -- learn how to use the App Store, and how to multitask between your apps, organize them in folders, and read ebooks in iBooksUnlock the full potential of your iPhone -- with the book that should have been in the box.

Image and Reality: Kekulé, Kopp, and the Scientific Imagination


Alan J. Rocke - 2010
    In visualizing this microworld, these scientists were the first to move beyond high-level philosophical speculations regarding the unseen. In Image and Reality, Alan Rocke focuses on the community of organic chemists in Germany to provide the basis for a fuller understanding of the nature of scientific creativity.    Arguing that visual mental images regularly assisted many of these scientists in thinking through old problems and new possibilities, Rocke uses a variety of sources, including private correspondence, diagrams and illustrations, scientific papers, and public statements, to investigate their ability to not only imagine the invisibly tiny atoms and molecules upon which they operated daily, but to build detailed and empirically based pictures of how all of the atoms in complicated molecules were interconnected. These portrayals of “chemical structures,” both as mental images and as paper tools, gradually became an accepted part of science during these years and are now regarded as one of the central defining features of chemistry.  In telling this fascinating story in a manner accessible to the lay reader, Rocke also suggests that imagistic thinking is often at the heart of creative thinking in all fields.Image and Reality is the first book in the Synthesis series, a series in the history of chemistry, broadly construed, edited by Angela N. H. Creager, John E. Lesch, Stuart W. Leslie, Lawrence M. Principe, Alan Rocke, E.C. Spary, and Audra J. Wolfe, in partnership with the Chemical Heritage Foundation.

Pro WPF in C# 2010: Windows Presentation Foundation in .Net 4


Matthew MacDonald - 2010
    It blends the application user interface, documents, and media content, while exploiting the full power of your computer's operating system.Its functionality extends to the support for tablet PCs and other forms of input device, and it provides a more modern imaging and printing pipeline, accessibility and UI automation infrastructure, data-driven user interfaces and visualization, and integration points for weaving the application experience into the Windows shell.This book shows you how WPF really works. It provides you with the no-nonsense, practical advice that you need in order to build high-quality WPF applications quickly and easily. After giving you a firm foundation, it goes on to explore the more advance aspects of WPF and how they relate to the others elements of the .NET 4.0 platform and associated technologies such as Silverlight.

Pivot Table Data Crunching: Microsoft Excel 2010


Bill Jelen - 2010
    That's because PivotTables (and their companion feature, PivotCharts) have a reputation for being difficult to learn. Not any more! In this book, Excel legends Bill Jelen ("MrExcel") and Michael Alexander teach PivotTables and PivotCharts step-by-step, using realistic business scenarios that any Excel user can intuitively understand. Jelen and Alexander go far beyond merely explaining PivotTables and PivotCharts: they present practical "recipes" for solving a wide range of business problems. Drawing on more than 30 combined years of Excel experience, they provide tips and tricks you won't find anywhere else, and show exactly how to sidestep common mistakes. Coverage includes: " Creating PivotTables, customizing them, and changing the way you view them " Performing calculations within PivotTables " Using PivotCharts and other visualizations " Analyzing multiple data sources with PivotTables " Sharing PivotTables with others " Working with and analyzing OLAP data " Making the most of Excel 2010's powerful new PowerPivot feature " Using Excel 2010's Slicer to dynamically filter PivotTables " Enhancing PivotTables with macros and VBA code This book is part of the new MrExcel Library series, edited by Bill Jelen, world-renowned Excel expert and host of the enormously popular Excel help site, MrExcel.com. Teaches PivotTables, PivotCharts, and Excel 2010's new PowerPivot feature through real-world scenarios that make intuitive sense to users at all levels Includes proven PivotTable recipes for instant on-the-job results Helps Excel users avoid common pitfalls and mistakes Part of the brand-new MrExcel Library series, edited by Excel legend Bill Jelen

CUDA by Example: An Introduction to General-Purpose GPU Programming


Jason Sanders - 2010
    

Boatbuilding Manual


Robert Steward - 2010
    No other boatbuilding text has simultaneously served the disparate needs of professional and amateur audiences so successfully. Carl Cramer, the publisher of "WoodenBoat" and "Professional Boatbuilder" magazines, has fully updated this fifth edition with the latest in boatbuilding techniques and developments.Includes: The latest wood-epoxy construction methods that make amateur building more successful than ever before Recommendations on products and materials, saving you time and money substantial time and expenseTopics include: Plans, Tools, Woods, Fiberglass and Other Hull Materials, Fastenings, Lines and Laying Down, Molds, Templates, and the Backbone, Setting Up, Framing, Planking, Deck Framing, Decking, Deck Joinerwork, Interior Joinerwork, Finishing, Sailboat Miscellany, Steering, Tanks, Plumbing, etc, Mechanical and Electrical, Potpourri, Safety

The Book of Audacity: Record, Edit, Mix, and Master with the Free Audio Editor


Carla Schroder - 2010
    Audacity allows anyone to transform their Windows, Mac, or Linux computer into a powerful recording studio.The Book of Audacity is the perfect book for bands on a budget, solo artists, audiophiles, and anyone who wants to learn more about digital audio. Musician and podcaster Carla Schroder will guide you through a range of fun and useful Audacity projects that will demystify that geeky audio jargon and show you how to get the most from Audacity.You'll learn how to:Record podcasts, interviews, and live performances Be your own backing band or chorus Edit, splice, mix, and master multitrack recordings Create super-high fidelity and surround-sound recordings Digitize your vinyl or tape collection and clean up noise, hisses, and clicks Create custom ringtones and sweet special effects In addition, you'll learn how to choose and use digital audio hardware like mics and preamps, and tune your computer for flawless audio performance. You'll also find out how to package your work for digital distribution, whether you want to share a podcast through iTunes or sell your own CDs. Become your own producer with The Book of Audacity. The fun starts now.

Do More Faster: Techstars Lessons to Accelerate Your Startup


Brad Feld - 2010
    cities. Once a year in each city, it funds about ten Internet startups with a small amount of capital and surrounds them with around fifty top Internet entrepreneurs and investors. Historically, about seventy-five percent of the companies that go through TechStars raise a meaningful amount of angel or venture capital. Do More Faster: TechStars Lessons to Accelerate Your Startup is a collection of advice that comes from individuals who have passed through, or are part of, this proven program. Each vignette is an exploration of information often heard during the TechStars program and provides practical insights into early stage entrepreneurship.Contains seven sections, each focusing on a major theme within the TechStars program, including idea and vision, fundraising, legal and structure, and work/life balance Created by two highly regarded experts in the world of early stage investing Essays in each section come from the experienced author team as well as TechStar mentors, entrepreneurs, and founders of companies While you'll ultimately have to make your own decisions about what's right for your business, Do More Faster: TechStars Lessons to Accelerate Your Startup can get your entrepreneurial endeavor headed in the right direction.

Google Sketchup 8 for Dummies


Aidan Chopra - 2010
    Available in both a free hobbyist version and a full-featured professional version, SketchUp explodes the myth that 3D modeling software must be complicated to learn and use. This book will take you step by step through downloading and using both versions on both Mac and Windows. There are even video walkthroughs on the companion Web site.Google's exciting 3D modeling software offers hobbyists as well as architects, engineers, and industrial designers a less complicated tool for architectural rendering, urban planning, set design, game design, and other uses This guide explains both the free and professional versions for both Windows and Mac Covers the basic concepts of 3D modeling and how to build a 3D model, print or share your work online, export your drawing to another design package or Google Earth, and create a detailed set of plans Companion Web site features video walkthroughs Google SketchUp 8 For Dummies gets you up and running with 3D modeling quickly and easily.

The Linked Photographers' Guide to Online Marketing and Social Media


Lindsay Adler - 2010
    This book provides a step-by-step process for getting a photographer's business online, and acts as a reference guide for the variety of online marketing options on the web. This one-of-a-kind guide is the key to making social media work for the photographer to improve their business!

The Polkinghorne Reader: Science, Faith, and the Search for Meaning


John C. Polkinghorne - 2010
    Dr. John Polkinghorne is a world-renowned authority in the field of science and religion. His numerous books in this area, written over the past three decades, have been hugely influential. The Polkinghorne Reader brings together key extracts from his writings on core issues such as the nature of science, the physical world, human nature, love, theology, creation, providence, prayer and miracle, time, evil, Jesus, the resurrection, the Trinity, eschatology, and world faiths.Ideal for readers who are new to Polkinghorne or who are just beginning to explore the interplay between science and religion, this collection will also be welcomed by all who have read his earlier works but would like one handy resource that presents the major facets of his thought in an accessible and systematic fashion.

Real World Adobe Illustrator CS5


Mordy Golding - 2010
    With an easy, engaging style, author and past Illustrator product manager Mordy Golding takes readers through all of the features of the program, explaining not only how to use the multitude of features but also why and when to use them. This edition has been thoroughly updated for Illustrator CS5 and includes techniques on using the new perspective tools to draw, move, scale or duplicate objects in perspective. This edition also covers the refinements to Illustrator's drawing tools, such as its Stroke panel and brushes, including the new Bristle Brush for painting, as well as the Shape Builder tool, which makes it easier to merge, break apart, or modify objects. The multiple artboards that were introduced in CS4 are easier to manage in CS5, with a full Artboards panel.Along with tips, sidebars, and expert commentary, there are also numerous 4-color illustrations and screen shots from contributing artists included to offer readers the most complete coverage on this extraordinary application. Designers from all fields--illustrators, animators, package designers, graphic designers, web designers, and more--will find Real World Adobe Illustrator CS5 their one-stop guide to creating powerful designs in Illustrator.

Christian Ethics in a Technological Age


Brian Brock - 2010
    Through close analysis of the historical and conceptual roots of modern science and technology, Brian Brock here develops a theological ethic addressing a wide range of contemporary perplexities about the moral challenges raised by new technology.

Python Algorithms: Mastering Basic Algorithms in the Python Language


Magnus Lie Hetland - 2010
    Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it also gives a solid understanding of fundamental algorithmic problem-solving techniques.The book deals with some of the most important and challenging areas of programming and computer science, but in a highly pedagogic and readable manner. The book covers both algorithmic theory and programming practice, demonstrating how theory is reflected in real Python programs. Well-known algorithms and data structures that are built into the Python language are explained, and the user is shown how to implement and evaluate others himself.

Mathematica Cookbook


Sal Mangano - 2010
    Ideal for browsing, this book includes recipes for working with numerics, data structures, algebraic equations, calculus, and statistics. You'll also venture into exotic territory with recipes for data visualization using 2D and 3D graphic tools, image processing, and music.Although Mathematica 7 is a highly advanced computational platform, the recipes in this book make it accessible to everyone -- whether you're working on high school algebra, simple graphs, PhD-level computation, financial analysis, or advanced engineering models.Learn how to use Mathematica at a higher level with functional programming and pattern matchingDelve into the rich library of functions for string and structured text manipulationLearn how to apply the tools to physics and engineering problemsDraw on Mathematica's access to physics, chemistry, and biology dataGet techniques for solving equations in computational financeLearn how to use Mathematica for sophisticated image processingProcess music and audio as musical notes, analog waveforms, or digital sound samples

Windows 7 Annoyances: Tips, Secrets, and Solutions


David A. Karp - 2010
    David A. Karp comes to the rescue with the latest in his popular Windows Annoyances series. This thorough guide gives you the tools you need to fix the troublesome parts of this operating system, plus the solutions, hacks, and timesaving tips to make the most of your PC. Streamline Windows Explorer, improve the Search tool, eliminate the Green Ribbon of Death, and tame User Account Control prompts Explore powerful Registry tips and tools, and use them to customize every aspect of Windows and solve its shortcomings Squeeze more performance from your hardware with solutions for your hard disk, laptop battery, CPU, printers, and more Stop crashes, deal with stubborn hardware and drivers, fix video playback issues, and troubleshoot Windows when it won't start Protect your stuff with permissions, encryption, and shadow copies Secure and speed up your wireless network, fix networking woes, make Bluetooth functional, and improve your Web experience Get nearly all of the goodies in 7 Ultimate, no matter which edition you have "Blunt, honest, and awesome." --Aaron Junod, Manager, Integration Systems at Evolution Benefits "This could be the best [money] you've ever spent." --Jon Jacobi, PC World "To use Windows is to be annoyed -- and this book is the best way to solve any annoyance you come across. It's the most comprehensive and entertaining guide you can get for turning Windows into an operating system that's a pleasure to use." --Preston Gralla, author of Windows Vista in a Nutshell, and Computerworld contributing editor

The Handbook of Computational Linguistics and Natural Language Processing


Alexander Clark - 2010
    This comprehensive reference work provides an overview of the concepts, methodologies, and applications in computational linguistics and natural language processing (NLP).Features contributions by the top researchers in the field, reflecting the work that is driving the discipline forward Includes an introduction to the major theoretical issues in these fields, as well as the central engineering applications that the work has produced Presents the major developments in an accessible way, explaining the close connection between scientific understanding of the computational properties of natural language and the creation of effective language technologies Serves as an invaluable state-of-the-art reference source for computational linguists and software engineers developing NLP applications in industrial research and development labs of software companies

Qos-Enabled Networks


Miguel Barreiros - 2010
    The authors not only provide a lucid understanding of modern theory of QOS mechanisms in packet networks but how to apply them in practice. In addition, they detail the QOS management features found in modern routers used by Internet Service Providers (ISPs) and large enterprise companies and networks, all in an effort to enable network managers and engineers to configure production networks with a quality of service guarantee. The book's focus on addressing network behavior ("real effects") in relation to the configuration of network elements (routers and switches), is both refreshing and insightful.QOS-Enabled Networks contains up-to-date coverage of: QOS mechanisms in packet networks and how to apply them in practice QOS management features now common in modern-day routers How network behavior is related to configuration of network elements Layer 2 VPN and QOS QOS in mobile LTE networks QOS-Enabled Networks is an invaluable guide for networking engineers needing to provide QOS services for service providers, ISPs and large enterprises, as well as for network design and operations engineers.

Analyzing Social Media Networks with NodeXL: Insights from a Connected World


Derek Hansen - 2010
    This book is divided into three parts: analyzing social media, NodeXL tutorial, and social-media network analysis case studies.Part I provides background in the history and concepts of social media and social networks. Also included here is social network analysis, which flows from measuring, to mapping, and modeling collections of connections. The next part focuses on the detailed operation of the free and open-source NodeXL extension of Microsoft Excel, which is used in all exercises throughout this book. In the final part, each chapter presents one form of social media, such as e-mail, Twitter, Facebook, Flickr, and Youtube. In addition, there are descriptions of each system, the nature of networks when people interact, and types of analysis for identifying people, documents, groups, and events.

Avro Vulcan Manual: 1952 Onwards


Alfred Price - 2010
    For many years the RAF’s delta-wing jet bomber was the cornerstone of Britain’s nuclear deterrent. Read about the Vulcan’s operational history and take a close-up look at its construction. Discover what it takes to own and fly the mighty V-bomber, and find out how engineers keep it airworthy. Centrepiece of the manual is Vulcan XH558 – the world’s only flying example of an Avro Vulcan.

Designing Media


Bill Moggridge - 2010
    But the long-dominant MSM--television, radio, newspapers, magazines, and books--have had to respond to emergent digital media.Newspapers have interactive Web sites; television broadcasts over the Internet; books are published in both electronic and print editions. In Designing Media, design guru Bill Moggridge examines connections and conflicts between old and new media, describing how the MSM have changed and how new patterns of media consumption are emerging.The book features interviews with thirty-seven significant figures in both traditional and new forms of mass communication; interviewees range from the publisher of the New York Times to the founder of Twitter. We learn about innovations in media that rely on contributions from a crowd (or a community), as told by Wikipedia's Jimmy Wales and Craigslist's Craig Newmark; how the band OK Go built a following using YouTube; how real-time connections between dispatchers and couriers inspired Twitter; how a BusinessWeek blog became a quarterly printed supplement to the magazine; and how e-readers have evolved from Rocket eBook to QUE. Ira Glass compares the intimacy of radio to that of the Internet; the producer of PBS's Frontline supports the program's investigative journalism by putting documentation of its findings online; and the developers of Google's Trendalyzer software describe its beginnings as animations that accompanied lectures about social and economic development in rural Africa.At the end of each chapter, Moggridge comments on the implications for designing media. Designing Media is illustrated with hundreds of images, with color throughout. A DVD accompanying the book includes excerpts from all of the interviews, and the material can be browsed at an accompanying website.Interviews with Chris Anderson, Rich Archuleta, Blixa Bargeld, Colin Callender, Fred Deakin, Martin Eberhard, David Fanning, Jane Friedman, Mark Gerzon, Ira Glass, Nat Hunter, Chad Hurley, Joel Hyatt, Alex Juhasz, Jorge Just, Alex MacLean, Bob Mason, Roger McNamee, Jeremy Merle, Craig Newmark, Bruce Nussbaum, Alice Rawsthorn, Anna Rosling R?nnlund, Hans Rosling, Ola Rosling, Paul Saffo, Jesse Scanlon, DJ Spooky, Neil Stevenson, Arthur Sulzberger Jr., Shinichi Takemura, James Truman, Jimmy Wales, Tim Westergren, Ev Williams, Erin Zhu, Mark Zuckerberg

Data-Intensive Text Processing with Mapreduce


Jimmy Lin - 2010
    Processing the enormous quantities of data necessary for these advances requires large clusters, making distributed computing paradigms more crucial than ever. MapReduce is a programming model for expressing distributed computations on massive datasets and an execution framework for large-scale data processing on clusters of commodity servers. The programming model provides an easy-to-understand abstraction for designing scalable algorithms, while the execution framework transparently handles many system-level details, ranging from scheduling to synchronization to fault tolerance. This book focuses on MapReduce algorithm design, with an emphasis on text processing algorithms common in natural language processing, information retrieval, and machine learning. We introduce the notion of MapReduce design patterns, which represent general reusable solutions to commonly occurring problems across a variety of problem domains. This book not only intends to help the reader "think in MapReduce," but also discusses limitations of the programming model as well. Table of Contents: Introduction / MapReduce Basics / MapReduce Algorithm Design / Inverted Indexing for Text Retrieval / Graph Algorithms / EM Algorithms for Text Processing / Closing Remarks

CCNP Tshoot 642-832 Official Cert Guide


Kevin Wallace - 2010
    Note that the eBook does not provide access to the practice test software that accompanies the print book. Trust the best selling Official Cert Guide series from Cisco Press to help you learn, prepare, and practice for exam success. They are built with the objective of providing assessment, review, and practice to help ensure you are fully prepared for your certification exam. Master CCNP(R) TSHOOT 642-832 exam topics Assess your knowledge with chapter-opening quizzesReview key concepts with Exam Preparation Tasks "CCNP TSHOOT 642-832 Official Certification Guide" is a best-of-breed Cisco(R) exam study guide that focuses specifically on the objectives for the CCNP(R) TSHOOT exam. Senior instructor and best-selling author Kevin Wallace shares preparation hints and test-taking tips, helping you identify areas of weakness and improve both your conceptual knowledge and hands-on skills. Material is presented in a concise manner, focusing on increasing your understanding and retention of exam topics. "CCNP TSHOOT 642-832 Official Certification Guide" presents you with an organized test preparation routine through the use of proven series elements and techniques. "Do I Know This Already?" quizzes open each chapter and enable you to decide how much time you need to spend on each section. Exam topic lists make referencing easy. Chapter-ending Exam Preparation Tasks sections help drill you on key concepts you must know thoroughly. Well regarded for its level of detail, assessment features, and challenging review questions and exercises, this official study guide helps you master the concepts and techniques that will enable you to succeed on the exam the first time. "CCNP SWITCH 642-813 Official Certification Guide" is part of a recommended learning path from Cisco that includes simulation and hands-on training from authorized Cisco Learning Partners and self-study products from Cisco Press. To find out more about instructor-led training, e-learning, and hands-on instruction offered by authorized Cisco Learning Partners worldwide, please visit www.cisco.com/go/authorizedtraining. The official study guide helps you master all the topics on the CCNP TSHOOT exam, including Common network maintenance tasks and toolsTroubleshooting modelsCisco IOS(R) troubleshooting commands and featuresTroubleshooting Cisco Catalyst(R) Switches and STPTroubleshooting BGP, OSPF, and EIGRP routing protocolsRoute redistribution, security, and router performance troubleshootingIP services and IP communications troubleshootingIPv6 troubleshootingLarge enterprise network troubleshooting "This volume is part of the Official Certification Guide Series from Cisco Press. Books in this series provide officially developed exam preparation materials that offer assessment, review, and practice to help Cisco Career Certification candidates identify weaknesses, concentrate their study efforts, and enhance their confidence as exam day nears."

The Dream Machine: The Untold History of the Notorious V-22 Osprey


Richard Whittle - 2010
    The tiltrotor was the aviation equivalent of finding the Northwest Passage: an aircraft able to take off, land, and hover with the agility of a helicopter yet fly as fast and as far as an airplane. Many predicted it would reshape civilian aviation. The Marines saw it as key to their very survival. By 2000, the Osprey was nine years late and billions over budget, bedeviled by technological hurdles, business rivalries, and an epic political battle over whether to build it at all. Opponents called it one of the worst boondoggles in Pentagon history. The Marines were eager to put it into service anyway. Then two crashes killed twenty- three Marines. They still refused to abandon the Osprey, even after the Corps’ own proud reputation was tarnished by a national scandal over accusations that a commander had ordered subordinates to lie about the aircraft’s problems. Based on in-depth research and hundreds of interviews, The Dream Machine recounts the Marines’ quarter-century struggle to get the Osprey into combat. Whittle takes the reader from the halls of the Pentagon and Congress to the war zone of Iraq, from the engineer’s drafting table to the cockpits of the civilian and Marine pilots who risked their lives flying the Osprey—and sometimes lost them. He reveals the methods, motives, and obsessions of those who designed, sold, bought, flew, and fought for the tiltrotor. These stories, including never before published eyewitness accounts of the crashes that made the Osprey notorious, not only chronicle an extraordinary chapter in Marine Corps history, but also provide a fascinating look at a machine that could still revolutionize air travel.

Universal Design in Higher Education: From Principles to Practice


Sheryl E. Burgstahler - 2010
    It is founded upon, and contributes to, theories of universal design in education that have been gaining increasingly wide attention in recent years. As greater numbers of students with disabilities attend postsecondary educational institutions, administrators have expressed increased interest in making their programs accessible to all students. This book provides both theoretical and practical guidance for schools as they work to turn this admirable goal into a reality. It addresses a comprehensive range of topics on universal design for higher education institutions, thus making a crucial contribution to the growing body of literature on special education and universal design. This book will be of unique value to university and college administrators, and to special education researchers, practitioners, and activists.

Access 2010 Bible [With CDROM]


Michael R. Groh - 2010
    If this is your first encounter with Access, you'll appreciate the thorough attention to database fundamentals and terminology. If you're familiar with earlier versions, you can jump right into Access 2010 enhancements such as the new Access user interface and wider use of XML and Web services.Takes you under the hood of Microsoft Access 2010, the database application included with Microsoft Office 2010Explores the latest enhancements, such as a new user interface and wider use of XML and Web services; also, how to exchange data with Word, Excel, PowerPoint, and other Office appsCovers how to create tables, manipulate datasheets, and work with multiple tablesExplains the seven database objects and how to use a seven-step design method to build a database tailored to your needsShows you how to build forms, use Visual Basic and the VBA Editor, automate query parameters, create functions and subroutines, use XML to create data access pages, and moreIncludes a CD with all source code from the book and working examples, plus bonus shareware, freeware, trial, demo and evaluation programs that work with or enhance Microsoft OfficeYou'll want to keep this soup-to-nuts Access reference close at handNote: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Information Retrieval: Implementing and Evaluating Search Engines


Stefan Büttcher - 2010
    This textbook offers an introduction to the core topics underlying modern search technologies, including algorithms, data structures, indexing, retrieval, and evaluation. The emphasis is on implementation and experimentation; each chapter includes exercises and suggestions for student projects. Wumpus -- a multiuser open-source information retrieval system developed by one of the authors and available online -- provides model implementations and a basis for student work. The modular structure of the book allows instructors to use it in a variety of graduate-level courses, including courses taught from a database systems perspective, traditional information retrieval courses with a focus on IR theory, and courses covering the basics of Web retrieval. In addition to its classroom use, Information Retrieval will be a valuable reference for professionals in computer science, computer engineering, and software engineering.

Inside Microsoft® SharePoint® 2010


Ted Pattison - 2010
    Guided by an author team with in-depth knowledge of SharePoint architecture, you'll gain task-oriented guidance and extensive code samples to help you build robust business solutions.Discover how to:Master fundamental development techniques for SharePoint FoundationDeploy your SharePoint application as a sandboxed solution for more stable and security-enhanced codeCreate page templates, master pages, Web Parts, custom controls, and event handlersDevelop custom field types, site columns, content types, and list definitionsQuery SharePoint lists with the LINQ-to-SharePoint providerUse the Client Object Model in JavaScript and Microsoft Silverlight® applicationsCustomize the Enterprise Content Management (ECM) capabilities in SharePoint 2010Configure and extend Business Connectivity Services (BCS) and Enterprise Search

Formulas and Functions: Microsoft Excel 2010


Paul McFedries - 2010
    Along the way, you'll discover the fastest, best ways to handle essential day-to-day tasks ranging from generating account numbers to projecting the impact of inflation.Becoming an Excel expert has never been easier! You'll find crystal-clear instructions... insider insights... even complete step-by-step projects for building timesheets, projecting cash flow, aging receivables, analyzing defects, and more. - Create more powerful formulas - Use conditional formatting to instantly reveal anomalies, problems, or opportunities - Analyze your data with standard tables and PivotTables - Use complex criteria to filter data in lists - Understand correlations between data - Perform sophisticated what-if analyses - Use regression to track trends and make forecasts - Build loan, investment, and discount formulas - Troubleshoot problems with formulas, ranges, and functions About MrExcel Library: Every book in the MrExcel Library pinpoints a specific set of crucial Excelskills, and presents focused tasks and examples for performing them rapidly and effectively. Selectedby Bill Jelen, Microsoft Excel MVP and mastermind behind the leading Excel solutions website MrExcel.com, these books will: - Dramatically increase your productivity-saving you 50 hours a year, or more - Present proven, creative strategies for solving real-world problems - Show you how to get great results, no matter how much data you have - Help you avoid critical mistakes that even experienced users make Paul McFedries, president of Logophilia Limited, is a Microsoft Office expert and full-time technical writer. Paul has been authoring computer books since 1991 and has more than 70 books to his credit, which combined have sold more than three million copies worldwide. His recent titles include Using the Microsoft Office Web Apps, and Microsoft Windows 7 Unleashed. He is also proprietor of Word Spy (www.wordspy.com), a website that tracks new words and phrases as they enter the English language.

Modsecurity Handbook


Ivan Ristic - 2010
    Written by Ivan Ristic, who designed and wrote much of ModSecurity, this book will teach you everything you need to know to monitor the activity on your web sites and protect them from attack. Situated between your web sites and the world, web application firewalls provide an additional security layer, monitoring everything that comes in and everything that goes out. They enable you to perform many advanced activities, such as real-time application security monitoring, access control, virtual patching, HTTP traffic logging, continuous passive security assessment, and web application hardening. They can be very effective in preventing application security attacks, such as cross-site scripting, SQL injection, remote file inclusion, and others. Considering that most web sites today suffer from one problem or another, ModSecurity Handbook will help anyone who has a web site to run. The topics covered include: - Installation and configuration of ModSecurity - Logging of complete HTTP traffic - Rule writing, in detail - IP address, session, and user tracking - Session management hardening - Whitelisting, blacklisting, and IP reputation management - Advanced blocking strategies - Integration with other Apache modules - Working with rule sets - Virtual patching - Performance considerations - Content injection - XML inspection - Writing rules in Lua - Extending ModSecurity in C The book is suitable for all reader levels: it contains step-by-step installation and configuration instructions for those just starting out, as well as detailed explanations of the internals and discussion of advanced techniques for seasoned users. The official ModSecurity Reference Manual is included in the second part of the book. A digital version is available. For more information and to access the online companion, go to www.modsecurityhandbook.com ABOUT THE AUTHOR Ivan Ristic is a respected security expert and author, known especially for his contribution to the web application firewall field and the development of ModSecurity, the open source web application firewall. He is also the author of Apache Security, a comprehensive security guide for the Apache web server. A frequent speaker at computer security conferences, Ivan is an active participant in the application security community, a member of the Open Web Application Security Project, and an officer of the Web Application Security Consortium.

How to Draw Graphic Novel Style


Andy Fish - 2010
    Whether you want to draw them professionally or design special graphics for friends and family, this is the book for you. Complete with easy to follow steps and guidelines, this book will make you a graphic novel guru before you know it.Graphic novels are comic books—grown up. Well, sort of. Much like regularl literature, it's hard to group an entire method of storytelling into one single description. Graphic novels can be about a wide variety of subjects and genres, but mostly the art is somewhat more advanced than a regular comic book.The books in the How to Draw series are especially designed for artists of all levels, beginner to advanced, who are looking to hone their skills in a specific style of artwork. The books are 6.5in x 8in, hardcover with an internal spiral binding so they lay open flat as readers follow the steps on their own canvas or paper. The books are beautifully illustrated and contain hundreds of colorful pieces of artwork, photographs, and helpful diagrams. Step-by-step instructions help guide artists through the learning process.

InDesign CS5 for Dummies


Galen Gruman - 2010
    This introductory book is an easy-to-understand reference for anyone migrating from another software application or those with little-to-no desktop publishing experience. You'll explore InDesign basics and examine the enhancements to InDesign CS5, while you also discover how pages work, build templates, create frames and shapes, manage styles, and much more.InDesign is proving to be an increasingly popular layout and design application; InDesign CS5 includes new functionality and enhanced tools Teaches all the basics for first-time users, including how to open and save your work, arrange objects, work with color, edit text, manage styles, finesse character details, add special type, import and size graphics, set paths, work with tabs, create indices, and more Demonstrates how to calibrate colors, export PDF files, fine-tune paragraph details, create frames and shapes, manipulate objects, and work with automated text InDesign CS5 For Dummies offers a straightforward but fun approach to discovering how to get the most from your desktop publishing experience when using InDesign.

Look Inside a Castle


Jenny Moss - 2010
    Look inside a castle to learn more about life in medieval Europe.

The NaPro Technology Revolution: Unleashing the Power in a Woman's Cycle


Thomas W. Hilgers - 2010
    Thomas W. Hilgers draws on decades of medical experience to provide educational and revolutionary insights into the world of women's health. The NaPro Technology Revolution provides real solutions to real problems such as infertility, repetitive miscarriage, menstrual cramps, postpartum depression, PMS, prematurity prevention, ovarian cysts, hormonal abnormalities, irregular/abnormal bleeding, chronic discharges, polycystic ovarian disease, and family planning. Hilgers sheds light on abnormal ovarian function, an issue that millions of women unknowingly suffer from. His methods have proven to assist infertile couples nearly three times more successfully than those who use In Vitro Fertilization, without the dangers of early abortions, frozen embryos, or high rates of multiple pregnancy. The NaProTechnology Prematurity Prevention Program cuts the rate from the national 12.7% to 7%. The NaPro Technology Revolution discusses what every woman has a right to know about her body, her health, and her future!

The Diffusion of Military Power: Causes and Consequences for International Politics


Michael C. Horowitz - 2010
    Michael Horowitz argues that a state or actor wishing to adopt a military innovation must possess both the financial resources to buy or build the technology and the internal organizational capacity to accommodate any necessary changes in recruiting, training, or operations. How countries react to new innovations--and to other actors that do or don't adopt them--has profound implications for the global order and the likelihood of war.Horowitz looks at some of the most important military innovations throughout history, including the advent of the all-big-gun steel battleship, the development of aircraft carriers and nuclear weapons, and the use of suicide terror by nonstate actors. He shows how expensive innovations can favor wealthier, more powerful countries, but also how those same states often stumble when facing organizationally complicated innovations. Innovations requiring major upheavals in doctrine and organization can disadvantage the wealthiest states due to their bureaucratic inflexibility and weight the balance of power toward smaller and more nimble actors, making conflict more likely. This book provides vital insights into military innovations and their impact on U.S. foreign policy, warfare, and the distribution of power in the international system.

Flash Professional CS5 & Flash Catalyst CS5 for Dummies


Ellen Finkelstein - 2010
    Adobe's Flash CS5 product has been divided into three separate products custom-tailored for different audiences, and this book covers the Professional product; the traditional animation/media serving tool; and Catalyst, the web/interface design tool. This book provides a fun and friendly full-color guide to Flash and all it can do to add some flair to your site.Walks you through both Professional and Catalyst as well as the traditional Flash animation tool Offers guidance for getting acquainted with the interface; creating images, objects, text, and layers for animation; and working with symbols and buttons Introduces using Flash for online publishing and mobile designs Addresses how to turn existing images into interactive sites or interfaces with Catalyst Offers helpful tips on troubleshooting and best practices for creating interactive websites Using the knowledge you gain from Flash CS5 Professional & Flash CS5 Catalyst For Dummies, you'll quickly prove that you are not a flash in the pan!

Dragsters


Thomas K. Adamson - 2010
    Learn about these super speedsters, including their history and unique parts.

Using Microsoft PowerPoint 2010


Patrice-Anne Rutledge - 2010
    A customized, media-rich learning experience designed to help new users master Microsoft PowerPoint 2010 system quickly.

CompTIA Linux+ Study Guide: Exams LX0-101 and LX0-102 [With CDROM]


Roderick W. Smith - 2010
    This new Sybex study guide breaks down everything you need to prepare for the exams. Covering all exam objectives, the book explains Linux command-line tools, managing software, configuring hardware, managing files and filesystems, and much more. The companion CD features a leading-edge test engine and a host of other study tools, giving you ample opportunity to study, practice, and review.Covers all exam objectives for the Linux+ exams, LX0-101 and LX0-102Explains Linux command-line tools, managing software, configuring hardware, the boot process and scripts, and managing files and filesystemsAlso covers working with the X Window system, administering the system, basic networking, and server and system securityProvides leading-edge test prep software, four practice exams, over 100 electronic flashcards, and the book in searchable PDF, on a companion CDIf you want to prepare for Linux+ certification, a Sybex Study Guide is what you needNote: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

VBA and Macros: Microsoft Excel 2010


Bill Jelen - 2010
    Then learn how to make Excel do things you thought were simply impossible! This book reveals scripting techniques you won't find anywhere else and shows you how to create automated reports that are amazingly powerful and useful. It helps you instantly visualize information so you can understand and act on it. It also shows you how to capture data from anywhere and use it anywhere, and helps you automate Excel 2010's most powerful new features. Learning advanced Excel scripting has never been easier. You'll find simple, step-by-step instructions, real-world examples and case studies, and 50 workbooks packed with bonus examples, macros, and solutions, straight from MrExcel. - Work efficiently with ranges, cells, and R1C1-style formulas - Build super-fast applications with arrays - Customize the Excel 2010 Ribbon to run your macros - Write Excel 2010 VBA code that works on older versions of Excel - Create custom dialog boxes to collect information from your users - Use error handling to make your VBA scripts more resilient - Use Web queries to import data from virtually any online source - Master advanced techniques such as classes and collections - Use Excel VBA to control other Office programs...even control Windows itself, via the Windows API - Create add-ins to share or sell your programs About MrExcel Library: Every book in the MrExcel Library pinpoints a specific set of crucial Excel tasks and presents focused skills and examples for performing them rapidly and effectively. Selected by Bill Jelen, Microsoft Excel MVP and mastermind behind the leading Excel solutions website MrExcel.com, these books will - Dramatically increase your productivity--saving you 50 hours a year or more - Present proven, creative strategies for solving real-world problems - Show you how to get great results, no matter how much data you have - Help you avoid critical mistakes that even experienced users make

Beginning Arduino


Michael McRoberts - 2010
    You'll progress from a complete beginner regarding Arduino programming and electronics knowledge to intermediate skills and the confidence to create your own amazing Arduino projects. Absolutely no experience in programming or electronics required!Rather than requiring you to wade through pages of theory before you start making things, this book has a hands-on approach. You will dive into making projects right from the start, learning how to use various electronic components and how to program the Arduino to control or communicate with those components.Each project is designed to build upon the knowledge learned in earlier projects and to further your knowledge in programming as well as skills with electronics. By the end of the book you will be able create your own projects confidently and with creativity.Please note: the print version of this title is black & white; the eBook is full color. You can download the color diagrams in the book from http: //www.apress.com/9781430232407

The Story of Graphic Design


Patrick Cramsie - 2010
    Gombrich's magnificent Story of Art, The Story of Graphic Design is a compelling narrative that explores the evolution of styles under the pressure of social, cultural, and technological change, accompanied by a comprehensive selection of illustrations of key works in typography and design since the invention of writing. It covers a remarkable number of topics, from the art of the medieval manuscript to the birth of advertising to the workings of modern mass media. Unlike all other historians of design, Patrick Cramsie is able to bring a designer's eye to the analysis of visual communication.The Story of Graphic Design is an indispensible book for designers, historians, and students, and will find a wide readership among people who are interested in the visual arts or concerned about the future of the printed word.

Algorithms for Reinforcement Learning


Csaba Szepesvari - 2010
    What distinguishes reinforcement learning from supervised learning is that only partial feedback is given to the learner about the learner's predictions. Further, the predictions may have long term effects through influencing the future state of the controlled system. Thus, time plays a special role. The goal in reinforcement learning is to develop efficient learning algorithms, as well as to understand the algorithms' merits and limitations. Reinforcement learning is of great interest because of the large number of practical applications that it can be used to address, ranging from problems in artificial intelligence to operations research or control engineering. In this book, we focus on those algorithms of reinforcement learning that build on the powerful theory of dynamic programming. We give a fairly comprehensive catalog of learning problems, describe the core ideas, note a large number of state of the art algorithms, followed by the discussion of their theoretical properties and limitations. Table of Contents: Markov Decision Processes / Value Prediction Problems / Control / For Further Exploration

Word 2010 Bible


Herb Tyson - 2010
    Master Word's new features such as a new interface and customized Ribbon, major new productivity-boosting collaboration tools, how to publish directly to blogs, how to work with XML, and much more. Follow step-by-step instructions and best practices, avoid pitfalls, discover practical workarounds, and get the very most out of your new Word 2010 with this packed guide.