Best of
Technology

2008

C# in Depth


Jon Skeet - 2008
    With the many upgraded features, C# is more expressive than ever. However, an in depth understanding is required to get the most out of the language.C# in Depth, Second Edition is a thoroughly revised, up-to-date book that covers the new features of C# 4 as well as Code Contracts. In it, you'll see the subtleties of C# programming in action, learning how to work with high-value features that you'll be glad to have in your toolkit. The book helps readers avoid hidden pitfalls of C# programming by understanding "behind the scenes" issues.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.

JavaScript: The Good Parts


Douglas Crockford - 2008
    This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole--a subset you can use to create truly extensible and efficient code.Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables.When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:SyntaxObjectsFunctionsInheritanceArraysRegular expressionsMethodsStyleBeautiful featuresThe real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book.With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.

MAKE: Electronics: Learning Through Discovery


Charles Platt - 2008
    I also love the sense of humor. It's very good at disarming the fear. And it's gorgeous. I'll be recommending this book highly." --Tom Igoe, author of Physical Computing and Making Things TalkWant to learn the fundamentals of electronics in a fun, hands-on way? With Make: Electronics, you'll start working on real projects as soon as you crack open the book. Explore all of the key components and essential principles through a series of fascinating experiments. You'll build the circuits first, then learn the theory behind them!Build working devices, from simple to complex You'll start with the basics and then move on to more complicated projects. Go from switching circuits to integrated circuits, and from simple alarms to programmable microcontrollers. Step-by-step instructions and more than 500 full-color photographs and illustrations will help you use -- and understand -- electronics concepts and techniques.Discover by breaking things: experiment with components and learn from failureSet up a tricked-out project space: make a work area at home, equipped with the tools and parts you'll needLearn about key electronic components and their functions within a circuitCreate an intrusion alarm, holiday lights, wearable electronic jewelry, audio processors, a reflex tester, and a combination lockBuild an autonomous robot cart that can sense its environment and avoid obstaclesGet clear, easy-to-understand explanations of what you're doing and why

The Annotated Turing: A Guided Tour Through Alan Turing's Historic Paper on Computability and the Turing Machine


Charles Petzold - 2008
    Turing Mathematician Alan Turing invented an imaginary computer known as the Turing Machine; in an age before computers, he explored the concept of what it meant to be "computable," creating the field of computability theory in the process, a foundation of present-day computer programming.The book expands Turing's original 36-page paper with additional background chapters and extensive annotations; the author elaborates on and clarifies many of Turing's statements, making the original difficult-to-read document accessible to present day programmers, computer science majors, math geeks, and others.Interwoven into the narrative are the highlights of Turing's own life: his years at Cambridge and Princeton, his secret work in cryptanalysis during World War II, his involvement in seminal computer projects, his speculations about artificial intelligence, his arrest and prosecution for the crime of "gross indecency," and his early death by apparent suicide at the age of 41.

Digital Apollo: Human and Machine in Spaceflight


David A. Mindell - 2008
    Neil Armstrong responded by switching off the automatic mode and taking direct control. He stopped monitoring the computer and began flying the spacecraft, relying on skill to land it and earning praise for a triumph of human over machine. In Digital Apollo, engineer-historian David Mindell takes this famous moment as a starting point for an exploration of the relationship between humans and computers in the Apollo program. In each of the six Apollo landings, the astronaut in command seized control from the computer and landed with his hand on the stick. Mindell recounts the story of astronauts' desire to control their spacecraft in parallel with the history of the Apollo Guidance Computer. From the early days of aviation through the birth of spaceflight, test pilots and astronauts sought to be more than "spam in a can" despite the automatic controls, digital computers, and software developed by engineers.Digital Apollo examines the design and execution of each of the six Apollo moon landings, drawing on transcripts and data telemetry from the flights, astronaut interviews, and NASA's extensive archives. Mindell's exploration of how human pilots and automated systems worked together to achieve the ultimate in flight -- a lunar landing -- traces and reframes the debate over the future of humans and automation in space. The results have implications for any venture in which human roles seem threatened by automated systems, whether it is the work at our desktops or the future of exploration.

Security Engineering: A Guide to Building Dependable Distributed Systems


Ross J. Anderson - 2008
    Spammers, virus writers, phishermen, money launderers, and spies now trade busily with each other in a lively online criminal economy and as they specialize, they get better. In this indispensable, fully updated guide, Ross Anderson reveals how to build systems that stay dependable whether faced with error or malice. Here's straight talk on critical topics such as technical engineering basics, types of attack, specialized protection mechanisms, security psychology, policy, and more.

Windows Internals: Covering Windows Server 2008 and Windows Vista (Pro-Developer)


Mark E. Russinovich - 2008
    Fully updated for Windows Server® 2008 and Windows Vista®, this classic guide delivers key architectural insights on system design, debugging, performance, and support—along with hands-on experiments to experience Windows internal behavior firsthand. Delve inside Windows architecture and internals: Understand how the core system and management mechanisms work—from the object manager to services to the registry Explore internal system data structures using tools like the kernel debugger Grasp the scheduler's priority and CPU placement algorithms Go inside the Windows security model to see how it authorizes access to data Understand how Windows manages physical and virtual memory Tour the Windows networking stack from top to bottom—including APIs, protocol drivers, and network adapter drivers Troubleshoot file-system access problems and system boot problems Learn how to analyze crashes

The Best of 2600: A Hacker Odyssey


Emmanuel Goldstein - 2008
    Find the best of the magazine's writing in Best of 2600: A Hacker Odyssey, a collection of the strongest, most interesting, and often most controversial articles covering 24 years of changes in technology, all from a hacker's perspective. Included are stories about the creation of the infamous tone dialer "red box" that allowed hackers to make free phone calls from payphones, the founding of the Electronic Frontier Foundation, and the insecurity of modern locks.

Head First PHP & MySQL


Lynn Beighley - 2008
    Packed with real-world examples, this book teaches you all the essentials of server-side programming, from the fundamentals of PHP and MySQL coding to advanced topics such as form validation, session IDs, cookies, database queries and joins, file I/O operations, content management, and more.Head First PHP & MySQL offers the same visually rich format that's turned every title in the Head First series into a bestseller, with plenty of exercises, quizzes, puzzles, and other interactive features to help you retain what you've learned.Use PHP to transform static HTML pages into dynamic web sites Create and populate your own MySQL database tables, and work with data stored in files Perform sophisticated MySQL queries with joins, and refine your results with LIMIT and ORDER BY Use cookies and sessions to track visitors' login information and personalize the site for users Protect your data from SQL injection attacks Use regular expressions to validate information on forms Dynamically display text based on session info and create images on the fly Pull syndicated data from other sites using PHP and XML Throughout the book, you'll build sophisticated examples -- including a mailing list, a job board, and an online dating site -- to help you learn how to harness the power of PHP and MySQL in a variety of contexts. If you're ready to build a truly dynamic website, Head First PHP & MySQL is the ideal way to get going.

The Public Domain: Enclosing the Commons of the Mind


James Boyle - 2008
    Boyle argues that just as every informed citizen needs to know at least something about the environment or civil rights, every citizen should also understand intellectual property law. Why? Because intellectual property rights mark out the ground rules of the information society, and today’s policies are unbalanced, unsupported by evidence, and often detrimental to cultural access, free speech, digital creativity, and scientific innovation.Boyle identifies as a major problem the widespread failure to understand the importance of the public domain—the realm of material that everyone is free to use and share without permission or fee. The public domain is as vital to innovation and culture as the realm of material protected by intellectual property rights, he asserts, and he calls for a movement akin to the environmental movement to preserve it. With a clear analysis of issues ranging from Jefferson’s philosophy of innovation to musical sampling, synthetic biology and Internet file sharing, this timely book brings a positive new perspective to important cultural and legal debates. If we continue to enclose the “commons of the mind,” Boyle argues, we will all be the poorer.

Winning Your Election the Wellstone Way: A Comprehensive Guide for Candidates and Campaign Workers


Jeff Blodgett - 2008
    Jeff Blodgett and Bill Lofy analyze the crucial lessons learned from many successful (and several losing) campaigns and demystify what it takes to run for - and win - a political seat." This companion guide to Politics the Wellstone Way features the in-depth knowledge that campaigns need to take energy and engagement to the next level: getting elected. With detailed and informative examples from progressive campaigns throughout the United States, Winning Your Election the Wellstone Way is the key resource you need to devise a sophisticated, progressive, and successful strategy and, ultimately, improve people's lives.

Special Makeup Effects for Stage and Screen: Making and Applying Prosthetics


Todd Debreceni - 2008
    Dedicated solely to SFX, this book will show you tips and techniques from a seasoned SFX makeup artist with years of film, TV, and theatrical experience. Not only will this book take you through the many genres that need a special effects makeup artist, like horror, fantasy, and sci-fi, but it will also tell you about the tools you will need, how to maintain your toolkit, how to take care of the actor's skin, and how to airbrush properly when HD is involved. The author shows you how to sculpt and mold your own makeup prosethetics, focusing on how human anatomy relates to sculpture to create the most realistic effects. Case studies feature some of today's top makeup artists including Neill Gorton, Christopher Tucker, Miles Teves, Jordu Schell, Mark Alfrey, Matthew Mungle, Christien Tinsely, Vittorio Sodano, and Mark Gabarino. Put your new techniques into practice right away and see how some of the looks from the book were achieved with the step-by-step tutorials on the must-have DVD. * Written by a seasoned special effects make-up artist who has worked in both film and theatre* Gives you exclusive tips and techniques from some of the industry's most gifted artists * DVD tutorials show you step-by-step how to create the techniques from the book; also includes recipes to create makeup prosthetics, a list of suppliers, conversion charts, and bibliography

Microsoft SQL Server 2008: T-SQL Fundamentals


Itzik Ben-Gan - 2008
    Get hands-on guidance—including exercises and code samples—that show you how to develop code to query and modify data. You’ll gain a solid understanding of the T-SQL language and good programming practices, and learn to write more efficient and powerful queries. Discover how to: Apply T-SQL fundamentals, create tables, and define data integrity Understand logical query processing Query multiple tables using joins and subqueries Simplify code and improve maintainability with table expressions Explore pivoting techniques and how to handle grouping sets Write code that modifies data Isolate inconsistent data and address deadlock and blocking scenarios

Hello World! Computer Programming for Kids and Other Beginners


Warren Sande - 2008
    Why not learn to talk to your computer in its own language? Whether you want to write games, start a business, or you're just curious, learning to program is a great place to start. Plus, programming is fun!Hello World! provides a gentle but thorough introduction to the world of computer programming. It's written in language a 12-year-old can follow, but anyone who wants to learn how to program a computer can use it. Even adults. Written by Warren Sande and his son, Carter, and reviewed by professional educators, this book is kid-tested and parent-approved.You don't need to know anything about programming to use the book. But you should know the basics of using a computer--e-mail, surfing the web, listening to music, and so forth. If you can start a program and save a file, you should have no trouble using this book.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.

Professional ASP.NET Design Patterns


Scott Millett - 2008
    Design patterns are time-tested solutions to recurring problems, letting the designer build programs on solutions that have already proved effective Provides developers with more than a dozen ASP.NET examples showing standard design patterns and how using them helpsbuild a richer understanding of ASP.NET architecture, as well as better ASP.NET applications Builds a solid understanding of ASP.NET architecture that can be used over and over again in many projects Covers ASP.NET code to implement many standard patterns including Model-View-Controller (MVC), ETL, Master-Master Snapshot, Master-Slave-Snapshot, Facade, Singleton, Factory, Single Access Point, Roles, Limited View, observer, page controller, common communication patterns, and more

SQL Server Execution Plans


Grant Fritchey - 2008
    They can provide you with a wealth of information on how your queries are being executed by SQL Server, including: Which indexes are being used, and where no indexes are being used at all. How the data is being retrieved, and joined, from the tables defi ned in your query. How aggregations in GROUP BY queries are put together. The anticipated load and the estimated cost that all these operations place upon the system. Grant Fritchey's book is the only in-depth look at how to improve your SQL query performance through careful design of execution plans. Sample chapters of the ebook have garnered stunning reviews, such as: "All I can say is WOW. This has to be the best reference I have ever seen on Execution Plans in SQL Server. My hats off to Grant Fritchey" Jonathan Kehayias.

Pro ASP.NET MVC Framework


Steven Sanderson - 2008
    It introduced a radical high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET 3.5.An integral benefit of this book is that the core Model-View-Controller architectural concepts are not simply explained or discussed in isolation, but demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# 3.0 language features and unit-testing best practices. By gaining this invaluable, practical experience, you can discover MVCs strengths and weaknesses for yourself--and put your best learned theory into practice.

LongWalkers: The Return of the Nephilim


Stephen Quayle - 2008
    Worse, a secret society operating outside the law is intent on bringing the monsters back to life and restoring the creatures as rulers of mankind.Joshua and his ex-girlfriend soon find themselves pitted against vicious assassins, Russian Spetsnaz troops, and cold-blooded giants hungry for human flesh as they journey around the planet in their efforts to stop the secret society.But that’s only the start of their nightmare: Those reviving the army of giants have gained control of ancient stargates enabling an invasion of the seats of power around the globe including the Kremlin and White House. It's a massive power play that leaves the fate of the human race hanging in the balance.This fast-paced, spellbinding novel is a page-turner, with entertaining plot twists and surprises.“Adventure and mayhem, told with style!”“The characters showed personality and the book had imagination. I felt like I was watching a movie. The story line was great…. If you enjoy Stargate type movies I believe you'll like this book.”

Harley Hahn's Guide to Unix and Linux


Harley Hahn - 2008
    The book is suitable as a primary or secondary textbook for classroom use, as well as for readers who want to teach themselves. The text covers all the basic concepts and tools Unix/Linux users need to master: Unix vs Linux, GUIs, the command line interface, the online manual, syntax, the shell, standard I/O and redirection, pipes and filters, vi, the Unix file system, and job control.Hahn offers a thoroughly readable approach to teaching Unix & Linux by emphasizing core ideas and carefully explaining unfamiliar terminology. The book walks readers through Unix & Linux systems from the very beginning, assuming no prior knowledge and laying out material in a logical, straightforward manner. An experienced author, Hahn writes in a clear, engaging, and student-friendly style, resulting in a text that is both easy and entertaining to read. Motivating pedagogy, such as What s in a Name? boxes and highlighted Hints provide readers with interesting background and helpful tips. For additional resources, readers can visit the author s website at www.mhhe.com/harleyhahn

Is This Thing On?, Revised Edition: A Computer Handbook for Late Bloomers, Technophobes, and the Kicking & Screaming


Abby Stokes - 2008
    Abby Stokes is the perfect guide to the digital domain: She's taught more than 140,000 seniors how to use a computer. In an easy, authoritative, hand-holding way, she covers it all: how to choose, buy, and start using a computer. How to connect to the Internet, sign up for e-mail, and use search engines. Plus, how and why to get digital in the first place: the ins and outs of online shopping, banking, travel planning, dating, research; how to take and share digital photographs and videos; how to discover online communities, and use social media sites like Facebook, Twitter, and YouTube; the world of apps, online music, and streaming movies; and, importantly, online security and "netiquette." There's information on iPads, smartphones--including the Blackberry, iPhone, and Android--and e-readers like Nook and Kindle. A companion website--www.abbyandme.com--plus a Facebook page and Twitter feed provide easy and safe access to this brave new world.

How Spacecraft Fly: Spaceflight Without Formulae


Graham Swinerd - 2008
    Chapter 2 provides the historical context upon which the current developments in spaceflight have been built. Orbital motion will be introduced in Chapter 3, and how to get there using launch vehicles is addressed in Chapter 4. Chapters 5 and 6 look at how spacecraft are designed, and Chapter 7 addresses the additional design constraints imposed if the spacecraft has a human crew on board. Chapter 8 gives examples of current and proposed spacecraft missions, both Earth orbiting and interplanetary. Chapter 9 will look at near future manned flight developments - for example, a mission to Mars and/or space tourism. The book closes with a concluding chapter, which reflects on prospects for the future of robotic and manned space exploration.

Microsoft .NET: Architecting Applications for the Enterprise


Dino Esposito - 2008
    Led by two enterprise programming experts, you’ll learn how to apply the patterns and techniques that help control project complexity—and make systems easier to build, support, and upgrade—right from the start.Get pragmatic architectural guidance on how to: Build testability, maintainability, and security into your system early in the design Expose business logic through a service-oriented interface Choose the best pattern for organizing business logic and behavior Review and apply the patterns for separating the UI and presentation logic Delve deep into the patterns and practices for the data access layer Tackle the impedance mismatch between objects and data Minimize development effort and avoid over-engineering—and deliver more robust resultsGet code samples on the Web.

A Programmer's Guide to Java Scjp Certification: A Comprehensive Primer


Khalid Mughal - 2008
    It is written for any experienced programmer (with or without previous knowledge of Java) interested in mastering the Java programming language and passing the SCJP 1.6 Exam. A Programmer's Guide to Java(TM) SCJP Certification, Third Edition, provides detailed coverage of all exam topics and objectives, readily runnable code examples, programming exercises, extensive review questions, and a new mock exam. In addition, as a comprehensive primer to the Java programming language, this book is an invaluable reference tool. This new edition has been thoroughly updated to focus on the latest version of the exam (CX-310-065). In particular, it contains in-depth explanations of the language features. Their usage is illustrated by way of code scenarios, as required by the exam. The companion Web site (www.ii.uib.no/ khalid/pgjc3e/) contains a version of the SCJP 1.6 Exam Simulator developed by the authors. The site also contains the complete source code for all the book's examples, as well as solutions to the programming exercises.What you will find in this book: Extensive coverage of all the objectives defined for the Sun Certified Programmer for the Java Platform, Standard Edition 6 (CX-310-065) Exam An easy-to-follow structure with chapters organized according to the exam objectives, as laid out by Sun Microsystems Summaries that clearly state and differentiate the exam objectives and the supplementary objectives to be covered in each chapter A list of Sun's objectives for the SCJP 1.6 Exam and a guide to taking the exam A complete mock exam with new questions (not repeats of review questions) Numerous exam-relevant review questions to test your understanding of each major topic, with annotated answers Programming exercises and solutions at the end of each chapter Copious code examples illustrating concepts, where the code has been compiled and thoroughly tested on multiple platforms Program output demonstrating expected results from running the examples Extensive use of UML (Unified Modeling Language) for illustration purposes An introduction to basic terminology and concepts in object-oriented programming Advice on how to avoid common pitfalls in mastering the language and taking the exam Platform- and tool-independent coverage Information about the SCJP 1.6 Upgrade (CX-310-066) Exam

The C# Programming Language


Anders Hejlsberg - 2008
    Updated to cover the new features of C# 4.0, including dynamic binding, named and optional parameters, and covariant and contravariant generic types, this release takes the language to the next level by adding the ability to cleanly write programs that don't rely on static type definitions. This allows dynamic programming languages such as Python, Ruby, and JavaScript to feel native to C#. The C# Programming Language, Fourth Edition, continues to be the authoritative and annotated technical reference for C# 4.0. Written by Anders Hejlsberg, the language's architect, and his colleagues, Mads Torgersen, Scott Wiltamuth, and Peter Golde, this volume has been completely updated for C# 4.0. The book provides the complete specification of the language, along with descriptions, reference materials, code samples, and annotations from twelve prominent C# gurus. The many annotations bring a depth and breadth of understanding rarely found in any programming book. As the main text of the book introduces the concepts of the C# language, cogent annotations explain why they are important, how they are used, how they relate to other languages, and even how they evolved. This book is the definitive, must-have reference for any developer who wants to understand C#. With annotations from: Brad Abrams, Joseph Albahari, Krzysztof Cwalina, Jesse Liberty, Eric Lippert, Christian Nagel, Vladimir Reshetnikov, Marek Safar, Chris Sells, Peter Sestoft, Jon Skeet, and Bill Wagner.

The Power Makers: Steam, Electricity, and the Men Who Invented Modern America


Maury Klein - 2008
    In The Power Makers, he offers an epic narrative of his greatest subject yet—the "power revolution" that transformed American life in the course of the nineteenth century. The steam engine, the incandescent bulb, the electric motor—inventions such as these replaced backbreaking toil with machine labor and changed every aspect of daily life in the span of a few generations. The power revolution is not a tale of machines, however, but of men: inventors such as James Watt, Elihu Thomson, and Nikola Tesla; entrepreneurs such as George Westinghouse; savvy businessmen such as J.P. Morgan, Samuel Insull, and Charles Coffin of General Electric. Striding among them like a colossus is the figure of Thomas Edison, who was creative genius and business visionary at once. With consummate skill, Klein recreates their discoveries, their stunning triumphs and frequent failures, and their unceasing, tumultuous, and ferocious battles in the marketplace.In Klein's hands, their personalities and discoveries leap off the page. The Power Makers is a dazzling saga of inspired invention, dogged persistence, and business competition at its most naked and cutthroat—a tale of America in its most astonishing decades.

Refactoring SQL Applications


Stephane Faroult - 2008
    Refactoring SQL Applications provides a set of tested options for making code modifications to dramatically improve the way your database applications function. Backed by real-world examples, you'll find quick fixes for simple problems, in-depth answers for more complex situations, and complete solutions for applications with extensive problems. Learn to: Determine if and where you can expect performance gainsApply quick fixes, such as limiting calls to the database in stored functions and proceduresRefactor tasks, such as replacing application code by a stored procedure, or replacing iterative, procedural statements with sweeping SQL statementsRefactor flow by increasing parallelism and switching business-inducted processing from synchronous to asynchronousRefactor design using schema extensions, regular views, materialized views, partitioning, and moreCompare before and after versions of a program to ensure you get the same results once you make modificationsRefactoring SQL Applications teaches you to recognize and assess code that needs refactoring, and to understand the crucial link between refactoring and performance. If and when your application bogs down, this book will help you get it back up to speed.

Network Security Technologies and Solutions (CCIE Professional Development Series) (CCIE Professional Development (Unnumbered))


Yusuf Bhaiji - 2008
    9305 Network Security Technologies and Solutions is a comprehensive reference to the most cutting-edge security products and methodologies available to networking professionals today. This book helps you understand and implement current, state-of-the-art network security technologies to ensure secure communications throughout the network infrastructure. With an easy-to-follow approach, this book serves as a central repository of security knowledge to help you implement end-to-end security solutions and provides a single source of knowledge covering the entire range of the Cisco network security portfolio. The book is divided into five parts mapping to Cisco security technologies and solutions: perimeter security, identity security and access management, data privacy, security monitoring, and security management. Together, all these elements enable dynamic links between customer security policy, user or host identity, and network infrastructures. With this definitive reference, you can gain a greater understanding of the solutions available and learn how to build integrated, secure networks in today’s modern, heterogeneous networking environment. This book is an excellent resource for those seeking a comprehensive reference on mature and emerging security tactics and is also a great study guide for the CCIE Security exam. “Yusuf’s extensive experience as a mentor and advisor in the security technology field has honed his ability to translate highly technical information into a straight-forward, easy-to-understand format. If you’re looking for a truly comprehensive guide to network security, this is the one! ” –Steve Gordon, Vice President, Technical Services, Cisco Yusuf Bhaiji, CCIE No. 9305 (R&S and Security), has been with Cisco for seven years and is cur

Keep the Joint Running: A Manifesto for 21st Century Information Technology


Bob Lewis - 2008
    The KJR Manifesto debunks much of the long-held conventional wisdom ... such as the importance of treating end-users as "internal customers" and the desirability of running IT as a business ... that have encouraged working CIOs to isolate IT from the rest of the enterprise. It provides more sophisticated ways to approach what is usually handled simplistically - subjects like "best practices," process optimization, and metrics. And it demonstrates how human factors deserve more attention than any others for IT leaders ... and for that matter, for all business leaders ... who are serious about wanting to run high-performance organizations.

To a Distant Day: The Rocket Pioneers


Chris Gainor - 2008
    . . . I recommend the book to all who wish to know more about the conditions, people, and discoveries between 1890 and 1960 that led to the space age.”—Pangratios Papacosta, Physics TodayAlthough the dream of flying is as old as the human imagination, the notion of rocketing into space may have originated with Chinese gunpowder experiments during the Middle Ages. Rockets as both weapons and entertainment are examined in this engaging history of how human beings acquired the ability to catapult themselves into space.Chris Gainor’s irresistible narrative introduces us to pioneers such as Konstantin Tsiolkovsky, Robert Goddard, and Hermann Oberth, who pointed the way to the cosmos by generating the earliest wave of international enthusiasm for space exploration. It shows us German engineer Wernher von Braun creating the V-2, the first large rocket, which, though opening the door to space, failed utterly as the “wonder weapon” it was meant to be. From there Gainor follows the space race to the Soviet Union and the United States, giving us a close look at the competitive hysteria that led to Sputnik, satellites, space probes, and—finally—human flight into space in 1961. As much a story of cultural ambition and personal destiny as of scientific progress and technological history, To a Distant Day offers a complete and thoroughly compelling account of humanity’s determined efforts—sometimes poignant, sometimes amazing, sometimes mad—to leave the earth behind.

IBM Websphere Datapower SOA Appliance Handbook


Bill Hines - 2008
    In this book, a team of IBM's leading experts show how to make the most of DataPower SOA appliances in any IT environment.

Global Catastrophic Risks


Nick Bostrom - 2008
    In human history, wars and plagues have done so on more than one occasion, and misguided ideologies and totalitarian regimes have darkened an entire era or a region. Advances in technology are adding dangers of a new kind. It could happen again.In Global Catastrophic Risks 25 leading experts look at the gravest risks facing humanity in the 21st century, including asteroid impacts, gamma-ray bursts, Earth-based natural catastrophes, nuclear war, terrorism, global warming, biological weapons, totalitarianism, advanced nanotechnology, general artificial intelligence, and social collapse. The book also addresses over-arching issues - policy responses and methods for predicting and managing catastrophes.This is invaluable reading for anyone interested in the big issues of our time; for students focusing on science, society, technology, and public policy; and for academics, policy-makers, and professionals working in these acutely important fields.

Professional SharePoint 2007 Web Content Management Development: Building Publishing Sites with Office SharePoint Server 2007


Andrew Connell - 2008
    It does not cover administrative topics in any great detail, only where absolutely necessary. For the most part, no two chapters are dependent upon each other, so each chapter can be used as a reference independently of the others. Readers need not have any development experience with SharePoint, but they should have some experience with and a working knowledge of ASP.NET 2.0 development practices and topics. Of course, it is beneficial if the reader does have at least a working knowledge of what SharePoint is all about.This book covers MOSS 2007 WCM Publishing sites. You will find some chapters that seem to cover general WSS 3.0 topics, but everything is treated in the context of a Publishing site. While the chapters are arranged in a logical order, it is not necessary to read the book from cover to cover in a linear fashion. The following is a brief description of each chapter:Chapter 1, "Embarking on Web Content Management Projects"--This chapter explains what this book is all about, who the target audience is, and who will benefit most from the book. It also details what the reader needs in terms of a local development environment in order to implement the solutions. In addition, each of the subsequent chapters is explained very briefly to provide an overview and clarify how each chapter fits in.Chapter 2, "Windows SharePoint Services 3.0 Development Primer"--This chapter covers the fundamentals of WSS, including definitions of terms such as farm, Web application, site collection, site, list, and document library, and the general architecture of WSS. Some basic object model techniques are demonstrated in this chapter.Chapter 3, "Overview of Office SharePoint Server 2007 and Web Content Management"--This chapter briefly explains each of the various components that make up MOSS. In addition, while the book is development-focused, the "ABCs" of content-centric Internet sites is covered.Chapter 4, "SharePoint Features and the Solution Framework"--Both new to WSS 3.0, the SharePoint Feature and solution frameworks are covered in great detail in this chapter, as well as a process for automatically creating WSS solution packages on every project build.Chapter 5, "Minimal Publishing Site Definition"--Many users create new WCM sites by using the Publishing Portal template. Unfortunately, this adds quite a bit of unnecessary content to the site. This chapter picks apart the Publishing Portal template and Publishing Features and demonstrates how to create a minimal Publishing Portal template.Chapter 6, "Site Columns, Content Types, and Lists"--Three core components to every WSS 3.0 site--site columns, content types, and lists--are covered in this chapter.Chapter 7, "Master Pages and Page Layouts"--This chapter covers everything you need to know about creating, editing, and leveraging master pages and page layouts within Publishing sites.Chapter 8, "Navigation"--While WSS 3.0's navigation is founded on the ASP.NET 2.0 navigation provider framework, there are a few SharePoint-specific topics, which are covered in this chapter.Chapter 9, "Accessibility"--If it's not already, accessibility is becoming an increasingly important topic with regard to Web sites. This chapter explains the different levels of accessibility and discusses some techniques and tools developers can leverage to create sites for users with disabilities.Chapter 10, "Field Types and Field Controls"--Although it's a WSS 3.0 concept, field types and field controls are covered in this chapter in the context of a Publishing site. This includes creating custom field types with custom values types and controls, as well as custom field controls that leverage existing field types.Chapter 11, "Web Parts"--This chapter covers creating custom Web Parts and some advanced topics related to custom Web Part development, such as Editor Parts, customizing the Verbs menu, and leveraging asynchronous programming techniques. This chapter also covers the three Publishing-specific Web Parts and some advanced customization and styling options of the Content Query Web Part.Chapter 12, "Leveraging Workflow"--The Windows Workflow Foundation, part of the .NET Framework 3.0, is fully leveraged by WSS 3.0 and MOSS 2007. This chapter explains how to create custom workflows using Visual Studio and leveraging InfoPath Web-rendered forms.Chapter 13, "Search"--Every content-centric site needs a robust search offering. This chapter explains the different components of MOSS search, as well as many customization opportunities such as modifying the search results.Chapter 14, "Authoring Experience Extensibility"--While the authoring experience in Publishing sites is quite robust, at times developers need to extend this offering for specific content owner requirements. This chapter covers this, including customizing the Page Editing Toolbar and the Rich Text Editor HTML field control.Chapter 15, "Authentication and Authorization"--This chapter covers everything you need to know about the ASP.NET 2.0 authentication provider model SharePoint fully leverages.Chapter 16, "Implementing Sites with Multiple Languages and Devices"--This chapter covers the topic of maintaining sites that need to offer their content in multiple languages, as well as developing custom Web Parts that are multilingual aware.Chapter 17, "ContentDeployment"--A common request for larger content-centric Web sites is to have an internal authoring environment for content and then push the changed content out to a destination site, either in an organization's DMZ or at a co-location facility. This chapter describes the content deployment capability in MOSS designed to handle such business requirements.Chapter 18, "Offline Authoring with Document Converters"--While MOSS 2007 Publishing sites offer a very robust Web-based content authoring experience, SharePoint provides a way to author content offline using tools such as Microsoft Word or InfoPath. This chapter explains what you need to know about configuring the document converter infrastructure and creating custom document converters.Chapter 19, "Performance Tips, Tricks, and Traps"--Internet-facing content-centric sites built on the SharePoint platform need to be designed and developed with performance in mind. This chapter provides numerous guidelines and tips that developers can leverage to create the most performant sites.Chapter 20, "Incorporating ASP.NET 2.0 Applications"--SharePoint (both WSS 3.0 and MOSS 2007) is not an end-to-end solution but an application platform. While it provides a significant amount of functionality out of the box, developers can leverage this platform in building custom applications. This chapter discusses some techniques that can be used for such tasks.One approach book takes is not to dwell on the more common minutia of creating projects in Visual Studio, or the huge topics of core Windows SharePoint Services (WSS) 3.0 development or SharePoint administration. These topics warrant their own books, and throughout this book you will find recommended resources for these topics. This book does cover some subjects that have their roots in WSS, but they are presented within the context of a Publishing site.Finally, this book approaches every topic of implementation from the perspective of SharePoint customization and SharePoint development. While one implementation may seem to be better than the other, it takes no position on either, as the goal is to simply educate readers about the advantages and disadvantages of each. These concepts are defined in Chapter 2, "Windows SharePoint Services 3.0 Development Primer."This book is also available as part of the 4-book SharePoint 2007 Wrox Box (ISBN: 0470431946) with these 4 books:Professional SharePoint 2007 Development (ISBN: 0470117567) Real World SharePoint 2007 (ISBN: 0470168358) Professional Microsoft SharePoint 2007 Design (ISBN: 047028580X) Professional SharePoint 2007 Web Content Management Development (ISBN: 0470224754)

Oracle Database 11g Pl/SQL Programming


Michael McLaughlin - 2008
    With full coverage of the latest features and tools, Oracle Database 11g PL/SQL Programming lays out each topic alongside detailed explanations, cut-and-paste syntax examples, and real-world case studies. Access and modify database information, construct powerful PL/SQL statements, execute effective queries, and deploy bulletproof security. You'll also learn how to implement C, C++, and Java procedures, Web-enable your database, cut development time, and optimize performance.Create, debug, and manage Oracle-driven PL/SQL programsUse PL/SQL structures, delimiters, operators, variables, and statementsIdentify and eliminate errors using PLSQL_WARNINGS and exception handlersWork with functions, procedures, packages, collections, and triggersDefine and deploy varray, nested table, and associative array data typesHandle external routines, object types, large objects, and secure filesCommunicate between parallel sessions using DBMS_ALERT and DBMS_PIPECall external procedures through Oracle Net Services and PL/SQL wrappersIntegrate internal and server-side Java class libraries using Oracle JVMDevelop robust Web applications using PL/SQL Gateway and Web Toolkit

Mastering Windows Server 2008 Networking Foundations


Mark Minasi - 2008
    One of three new books by best-selling author Mark Minasi, this guide explains what servers do, how basic networking works (IP basics and DNS/WINS basics), and the fundamentals of the under-the-hood technologies that support staff must understand. Learn how to install Windows Server 2008 and build a simple network, security concepts, and basic Windows Server administration.

Styling Web Pages with CSS


Tom Negrino - 2008
    Succinct and to the point, it's the perfect book for designers without a lot of time who need to understand and start using CSS.

The Politics of Space Security: Strategic Restraint and the Pursuit of National Interests


James Clay Moltz - 2008
    But they have not yet fought in this environment. This book examines the international politics of the space age from 1957 to the present, the reasons why strategic restraint emerged among the major military powers, and how recent trends toward weaponization may challenge prior norms of conflict avoidance. James Clay Moltz analyzes the competing demands of national interests in space against the shared interests of all spacefarers in preserving the safe use of space in the face of emerging threats, such as man-made orbital debris.This new edition offers analysis of the 2011 to 2018 period, including the second term of President Obama and the beginning of the Trump administration. Focusing on great power competition and cooperation, as well as questions related to the sustainability of current and future national space policies, The Politics of Space Security is an authoritative history of the space age.

American Boundaries: The Nation, the States, the Rectangular Survey


Bill Hubbard Jr. - 2008
    The first book to chart the country’s growth using the boundary as a political and cultural focus, Bill Hubbard’s masterly narrative begins by explaining how the original thirteen colonies organized their borders and decided that unsettled lands should be held in trust for the common benefit of the people. Hubbard goes on to show—with the help of photographs, diagrams, and hundreds of maps—how the notion evolved that unsettled land should be divided into rectangles and sold to individual farmers, and how this rectangular survey spread outward from its origins in Ohio, with surveyors drawing straight lines across the face of the continent.    Mapping how each state came to have its current shape, and how the nation itself formed within its present borders, American Boundaries will provide historians, geographers, and general readers alike with the fascinating story behind those fifty distinctive jigsaw-puzzle pieces that together form the United States.

The Illusion of Freedom and Equality


Richard Stivers - 2008
    Once thought of as a kind of personal property and an aspect of the dignity of the individual, the context of freedom and equality today is technological before it is political and economic and is also now largely thought of in collective terms. Focusing on the work of Jacques Ellul and Max Weber, Stivers traces the development of freedom and equality in Enlightenment thought and American history and then proceeds to discuss their current ideologies, realities, and illusions.

Build It. Fix It. Own It: A Beginner's Guide to Building and Upgrading a PC


Paul McFedries - 2008
    FIX it. OWN IT. A Beginner's Guide to Building and Upgrading a PC Build It. Fix It. Own It. is the ultimate beginner's guide to building and fixing your own PC. With a friendly, knowledgeable tone, this book shows the beginning PC builder everything he or she needs to know to build a computer or upgrade an existing one. We step you through the parts that lurk inside a PC, from the motherboard and power supply to the CPU, memory, hard drive, video card, sound card, and networking hardware. In each case, you will learn how the hardware works, what it does, what types of hardware are available, and what to look for when buying the hardware. Then we walk you step-by-step though a series of PC building projects. We show you how to build five different types of PC: a basic business PC, a home theater PC, a high-performance PC, a killer gaming PC, and a budget PC. And if building a new PC from scratch isn't in your budget, we show you how to resurrect an old PC by swapping out a few key components. When you have your PC built and running, we show you how to set up a wireless network and the BIOS and maintain your new rig. Build It. Fix It. Own It. is the ultimate PC builder's guide, even if you've never ventured inside a PC case before! Author Bio Paul McFedries is one of the industry's most well known and respected technical writers and is a passionate computer tinkerer. He is the author of more than 70 computer books that have sold more than three million copies worldwide. His recent titles include the Sams Publishing books Windows Vista Unleashed and Windows Home Server Unleashed and the Que Publishing books Networking with Microsoft Windows Vista, Formulas and Functions with Microsoft Excel 2007, Tricks of the Microsoft Office 2007 Gurus, and Microsoft Access 2007 Forms, Reports, and Queries. Paul also is the proprietor of Word Spy (www.wordspy.com), a website devoted to tracking new words and phrases as they enter the English language. Category Hardware Covers PC Hardware User Level Beginner--Intermediate

CRM as a Rapid Development Platform


David Yack - 2008
    Microsoft Dynamics CRM 4.0 provides all the capabilities to be a foundation for building line of business applications and saves you a ton of time!  In this book, you will learn that CRM is an application development platform not just a CRM package.  We will explore how its declarative data modeling, security model, dynamic SOA Web Service creation and other platform services make it a fast and easy platform for development.  CRM 4.0 uses popular developer technologies like SQL Server, SQL Server Reporting Services and Windows Workflow Foundation for process automation.  See how you can build your applications on top of it, integrate with it or simply extend it using ASP.NET, SharePoint, Silverlight, Virtual Earth, Custom Workflow Activities, Mobile and more.

Hughes Electrical and Electronic Technology


Edward Hughes - 2008
    Power systems are also discussed fully. This tenth edition has been updated in light of advances in the field.

Copy, Rip, Burn: The Politics of Copyleft and Open Source


David M. Berry - 2008
    While big companies complain about lost profits, the individual has never enjoyed such freedom and autonomy.Berry explores this debate in a concise way, offering an ideal introduction for anyone not versed in the legalistic terminology that -- up until now -- has dominated coverage of this issue.Looking at the historical development of the free software and the open source movement he examines its growth, politics and potential impact, showing how the ideas that inspired the movement have now begun to influence the wider cultural landscape. He explores whether free software offers us the potential to re-think our relationship with technology in the information society.This book will appeal to students of media and journalism, and anyone interested in new opportunities for creating a truly independent and democratic media.

Beginning C# 3.0: An Introduction to Object Oriented Programming


Jack Purdum - 2008
    If you have no prior programming experience but want a thorough, easy-to-understand introduction to C# and Object Oriented Programming, this book is an ideal guide. Using the tutorials and hands-on coding examples, you can discover tried and true tricks of the trade, understand design concepts, employ debugging aids, and design and write C# programs that are functional and that embody safe programming practices.

The ARRL Handbook for Radio Communications 2009


Mark J. Wilson - 2008
    First published in 1926, The Handbook has served generations of radio amateurs, professionals and students. This authoritative book features the most current material on the state-of-the-art:Principles of electronics including basic theory, components, analog and digital circuit construction.Radio communication fundamentals and design including modes and systems, filters, EMI, digital signal processing and software radio design, and RF power amplifiers.Real-world applications and operating including practical projects, station setup, antennas, transmission lines, and methods for testing and troubleshooting.References filled with hundreds of detailed tables, illustrations and photos. You will turn to The Handbook again and again!CD-ROM Included! The CD-ROM at the back of the book includes all of the fully searchable text and illustrations in the printed book, as well as companion software, PC board templates and other support files.

Mastering Unreal Technology: v. 1: Introduction to Level Design with Unreal Engine 3: A Beginner's Guide to Level Design in Unreal Engine 3


Jason Busby - 2008
    1 Unreal Engine 3 is the primary development platform for the Xbox 360, the PlayStation 3, and a massive force in the PC gaming world. Starting from the very basics, this book walks readers through the entire process of level design, covering Unreal's level editing application, UnrealEd, and many key topics they need to create their own gaming environments. Full description

SK-INTERFACES: Exploding Borders in Art, Science and Technology


Jens Hauser - 2008
    SK-INTERFACES is an engaging, challenging, and thought-provoking approach to how current technologies are changing our perception of the body, the self, and the interaction between bodies, as well as a multidisciplinary approach to the topic of skin, involving art, science, politics, philosophy, and architecture.

Shell Script Profissional


Aurélio Marinho Jargas - 2008
    

Joe Celko's Thinking in Sets: Auxiliary, Temporal, and Virtual Tables in SQL


Joe Celko - 2008
    Why? Joe Celko believes the problem lies with their procedural programming mindset, which keeps them from taking full advantage of the power of declarative languages. The result is overly complex and inefficient code, not to mention lost productivity.This book will change the way you think about the problems you solve with SQL programs.. Focusing on three key table-based techniques, Celko reveals their power through detailed examples and clear explanations. As you master these techniques, you'll find you are able to conceptualize problems as rooted in sets and solvable through declarative programming. Before long, you'll be coding more quickly, writing more efficient code, and applying the full power of SQL

LINQ Pocket Reference (Pocket Reference (O'Reilly))


Joseph Albahari - 2008
    And once you begin to apply LINQ, the book serves as an on-the-job reference when you need immediate reminders. All the examples in the LINQ Pocket Reference are preloaded into LINQPad, the highly praised utility that lets you work with LINQ interactively. Created by the authors and free to download, LINQPad will not only help you learn LINQ, it will have you thinking in LINQ. This reference explains: LINQ's key concepts, such as deferred execution, iterator chaining, and type inference in lambda expressions The differences between local and interpreted queries C# 3.0's query syntax in detail-including multiple generators, joining, grouping, query continuations, and more Query syntax versus lambda syntax, and mixed syntax queries Composition and projection strategies for complex queries All of LINQ's 40-plus query operators How to write efficient LINQ to SQL queries How to build expression trees from scratch All of LINQ to XML's types and their advanced use LINQ promises to be the locus of a thriving ecosystem for many years to come. This small book gives you a huge head start. "The authors built a tool (LINQPad) that lets you experiment with LINQ interactively in a way that the designers of LINQ themselves don't support, and the tool has all kinds of wonderful features that LINQ, SQL and Regular Expression programmers alike will want to use regularly long after they've read the book." -Chris Sells, Connected Systems Program Manager, Microsoft

SpaceShipOne: An Illustrated History


Dan Linehan - 2008
    ClarkeIn April, 2003, a company called Scaled Composites introduced SpaceShipOne to the world. SpaceShipOne: An Illustrated History chronicles the development of the world’s first commercial manned space program—aprogram that includes an airborne launcher (the White Knight), a space ship (SpaceShipOne), rocket propulsion, avionics, simulator, and full ground support. With ample illustrations, photographs, and behind-the-scenes information, SpaceShipOne provides a full picture of this classified project.The story of SpaceShipOne combines the adventurous spirit of Charles Lindbergh, the entrepreneurial drive of Howard Hughes, and the urgency of the space race at the height of the Cold War.

Pirate Modernity: Delhi's Media Urbanism


Ravi Sundaram - 2008
    Focusing on the culture of piracy in the Indian capital, this book looks at what has happened to the city in the wake of the dissemination of the new media and the ways in which it has, and will, affect urban cultures in an age of globalization.

Do the Web Write: Writing and Marketing Your Website


Dan Furman - 2008
    The hardest part is writing great content that will attract readers and keep them coming back. Do the Web Write is a complete guide to writing (and running) a successful website. This is not a book on how to code your website, but a book on how to determine what pages you should have on your website and how best to write them. The book is written in plain English and covers many different types of websites, including blogs, corporate websites, social networking sites, and small business sites. Online technology will change each year, but what remains constant is that a website needs great content, written in an engaging and web-friendly manner, to make it a success. This book takes you step-by-step through every essential page you’ll need on your website and demonstrates how to write each page. Learn the fundamental elements of a successful website Format your website in an order that’s user friendly Write attention-getting blog posts Create helpful FAQ pages to generate more traffic Write press releases that get attention on the web Write successful “landing pages” And much more!

Enterprise 2.0 Implementation


Aaron Newman - 2008
    Packed with real-world examples and timesaving tips, Enterprise 2.0 Implementation shows how to use viral and social networking tools to gain the competitive edge. Get full details on managing corporate blogs, wikis, mashups, RSS feeds, tagging and bookmarking data, and RIAs. You'll also learn how to maximize ROI, use Semantic Web technologies, and implement security.Expand corporate presence to Facebook, MySpace, LinkedIn, and NingBuild internal social networks using open source and commercial applicationsReduce infrastructure and IT costs through SaaS vendors Consolidate disparate information using Enterprise 2.0 DiscoveryManage wikis, blogs, mashups, and RSS/Atom feedsSet up Rich Internet ApplicationsDevelop security, risk management, and disaster recovery strategies

Building the Agile Enterprise: With SOA, BPM and MBM


Fred A. Cummins - 2008
    Not only has it increased the speed of operations and communications, but it has also undermined basic assumptions of traditional business models and increased the number of variables. Today, the survival of major corporations is challenged by a world-wide marketplace, international operations, outsourcing, global communities, a changing workforce, security threats, business continuity, web visibility, and customer expectations. Enterprises must constantly adapt or they will be unable to compete.Fred Cummins, an EDS Fellow, presents IT as a key enabler of the agile enterprise. He demonstrates how the convergence of key technologies--including SOA, BPM and emerging enterprise and data models--can be harnessed to transform the enterprise. Cummins mines his 25 years experience to provide IT leaders, as well as enterprise architects and management consultants, with the critical information, skills, and insights they need to partner with management and redesign the enterprise for continuous change. No other book puts IT at the center of this transformation, nor integrates these technologies for this purpose.

Archaeological Oceanography


Robert D. Ballard - 2008
    Marine archaeologists have been finding and excavating underwater shipwrecks since at least the early 1950s, but until recently their explorations have been restricted to depths considered shallow by oceanographic standards. This book describes the latest advances that enable researchers to probe the secrets of the deep ocean, and the vital contributions these advances offer to archaeology and fields like maritime history and anthropology.Renowned oceanographer Robert Ballard--who stunned the world with his discovery of the Titanic deep in the North Atlantic--has gathered together the pioneers of archaeological oceanography, a cross-disciplinary group of archaeologists, oceanographers, ocean engineers, and anthropologists who have undertaken ambitious expeditions into the deep sea. In this book, they discuss the history of archaeological oceanography and the evolution and use of advanced deep-submergence technology to locate and excavate ancient and modern shipwrecks and cultural and other sites deep under water. They offer examples from their own expeditions and explain the challenges future programs face in obtaining access to the resources needed to carry out this important and exciting research.The contributors are Robert D. Ballard, Ali Can, Dwight F. Coleman, Mike J. Durbin, Ryan Eustace, Brendan Foley, Cathy Giangrande, Todd S. Gregory, Rachel L. Horlings, Jonathan Howland, Kevin McBride, James B. Newman, Dennis Piechota, Oscar Pizarro, Christopher Roman, Hanumant Singh, Cheryl Ward, and Sarah Webster.

Gendered Innovations in Science and Engineering


Londa Schiebinger - 2008
    Where possible, they provide concrete examples of how taking gender into account has yielded new research results and sparked creativity, opening new avenues for future research. Several government granting agencies, such as the National Institutes of Health and the European Commission, now require that requests for funding address whether, and in what sense, sex and gender are relevant to the objectives and methodologies of the research proposed, yet few research scientists or engineers know how to do gender analysis. This book begins to rectify the situation by shedding light on the how and the why.

Adobe AIR in Action


Joseph Lott - 2008
    This exciting new technology is still in beta, but it's already being adopted by such web giants as eBay. With AIR, Web developers use their existing skills to build rich applications that flow seamlessly between the internet and the desktop.Adobe AIR in Action introduces AIR to developers familiar with Flex and JavaScript, showing them how to build solid AIR-driven desktop and hybrid applications. Using small examples, the expert authors walk web developers through the new topics they will need to develop AIR applications for the desktop. Readers will learn the essential features of the AIR API with examples and code samples that web professionals can use to get up and running in AIR quickly. The book describes how to create and customize native windows, read and write files and folders on the local file system.Web developers who read this book will be able to take instant advantage of the increased resources available to desktop applications. Sometimes-connected, web-enabled applications are gaining in popularity, and web developers of all stripes will want to add these skills to their toolbox.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.

The Biology of Deserts


David Ward - 2008
    As with other titles in the Biology of Habitats Series, the emphasis in the book is on the organisms that dominate this harsh environment, although theoretical and experimental aspects as well as conservation and desertification are also consideredDeserts are defined by their arid conditions; a consequence of this aridity is that most of the area occupied by desert is barren and monotonous, leading many people to regard it as wasteland. However, deserts are widespread and represent surprisingly biodiverse environments, although it is the relative simplicity of these ecosystems that makes them more tractable for study than more complex environments. In these resource-poor locations, natural selection is working at its most extreme and provides some of the best-known examples of Darwinian selection.The Biology of Deserts includes a wide range of ecological and evolutionary issues including morphological and physiological adaptations of desert plants and animals, species interactions, the importance of predation and parasitism, food webs, biodiversity and conservation. It features a balance of plant and animal (both invertebrate and vertebrate) examples, and also emphasizes topical applied issues such as desertification and invasive species. The book concludes by considering the positive aspects of desert conservation.Each of the books in the Oxford Biology of Habitats Series introduces a different habitat, and gives an integrated overview of the design, physiology, ecology, and behaviour of the organisms found there. The practical aspects of working within each habitat, the sorts of studies that are possible, and habitat biodiversity and conservation status are all explored.

A Normative Theory of the Information Society


Alistair Duff - 2008
    In this book, Duff offers a prescriptive theory to help to guide the academic and policy communities as they debate the future shape of emerging post-industrial, information-based societies. He argues that information policy needs to become anchored in a left-liberal philosophy which foregrounds a feasible permutation of the core ideals of freedom, equality and brotherhood. The information society, if it is to be worth having at all, cannot be allowed to be largely the outcome of the free play of market forces and technological determinism. The social structure, including the information economy, must be subjected to a regulatory axiological system as explicated by some leading proponents of social democracy. This text will be of interest to scholars and students at the cutting edge of information studies, journalism and media, computer science, sociology, politics, philosophy, management and law.

Construction Vehicles


Terry J. Jennings - 2008
    Introducing some of the world's greatest machines, the books in the 'How Machines Work' series explain all the main parts and functions.

Green Capitalism: Manufacturing Scarcity in an Age of Abundance


James Heartfield - 2008
    James Heartfield accuses the 'Green Capitalists' of profiteering over climate change and other environmental scares. Green capitalists like Zac Goldsmith and Al Gore are manufacturing scarcity to boost prices. The technological revolution has removed scarcity from most of our lives, but the green capitalists are trying to re-invent it. Chapters on 1. The age of plenty, 2. The retreat from production, 3. The green capitalists, 4. Manufactured scarcity, 5. Green consumerism, 6. The economy of wasting time, 7. Green imperialism, 8. Environmental economics, 9. Green socialism?, 10. The unnatural limits to growth, plus an appendix, The revolution in technique. Bibliography and index. 136 pp. Author James Heartfield wrote Let's Build! Why we need five million new homes in the next 10 years (2006) The Creativity Gap (2005) The Death of the Subject Explained (2002). www.heartfield.org

Information Geometry: Near Randomness and Near Independence


Khadiga Arwini - 2008
    Our approach uses information geometry to provide a c- mon context but we need only rather elementary material from di?erential geometry, information theory and mathematical statistics. Introductory s- tions serve together to help those interested from the applications side in making use of our methods and results. We have available Mathematica no- books to perform many of the computations for those who wish to pursue their own calculations or developments. Some 44 years ago, the second author ?rst encountered, at about the same time, di?erential geometry via relativity from Weyl's book [209] during - dergraduate studies and information theory from Tribus [200, 201] via spatial statistical processes while working on research projects at Wiggins Teape - searchandDevelopmentLtd-cf. theForewordin[196]and[170,47,58]. H- ing started work there as a student laboratory assistant in 1959, this research environment engendered a recognition of the importance of international c- laboration, and a lifelong research interest in randomness and near-Poisson statistical geometric processes, persisting at various rates through a career mainly involved with global di?erential geometry. From correspondence in the 1960s with Gabriel Kron [4, 124, 125] on his Diakoptics, and with Kazuo Kondo who in?uenced the post-war Japanese schools of di?erential geometry and supervised Shun-ichi Amari's doctorate [6], it was clear that both had a much wider remit than traditionally pursued elsewhere.

Best of Game Programming Gems


Mark DeLoura - 2008
    "Best of Game Programming Gems" combines the greatest cutting-edge, ready-to-use techniques contributed by industry experts to volumes 1-6 of the Game Programming Gems series. Each article was carefully chosen by the editors and compiled into one best-of-the-best volume in an effort to share forty-nine timeless gems of game programming wisdom with you and to save you time and effort with a plethora of reliable methods to add to your developer's tool box. The articles are organized into six sections covering the topics of general information, math and physics, artificial intelligence, graphics, networking, and audio.Whether you are new to game development or a practiced veteran, you're sure to find inspiration and insight to make more entertaining and satisfying games in "Best of Game Programming Gems."

How to Build with Grid Beam: A Fast, Easy and Affordable System for Constructing Almost Anything


Phil Jergenson - 2008
    Ordinary people with few skills and even fewer tools (all you need is a wrench!) can tackle projects ranging from furniture and shop benches to more ambitious projects like wind turbines, truck racks, small buildings—even electric vehicles.Grid beam’s modular pieces and bolt-together construction make the system fast and straightforward to work with. It has all the advantages of an industrial building system: standard, modular sizes; uniform materials; and interchangeable parts. Projects knock flat and are easy to transport. Since the pieces can be used over and over again, grid beam is easy both on your wallet and on the environment—the authors have been using some of their components for over thirty years.How to Build with Grid Beam includes hundreds of photos of real projects built over a sixty-year period, showing the many uses of grid beam, from shelves for college students to projects involving alternative energy. The versatility of grid beam is inspiring for beginners, more experienced do-it- yourselfers, and innovators who will develop their own designs. Even school-age children can use grid beam to build simple projects.Phil Jergenson is an innovator who built the first grid beam vehicle.Richard Jergenson built his first grid beam project in 1977.Wilma Keppel is a writer and editor who is also a welder, carpenter, and grid beam builder.

Professional SQL Server 2008 Integration Services


Brian Knight - 2008
    The new edition of the successful previous version is 25 percent revised and packed with more than 200 pages of new material on the 2008 release of SQL Server Integration Services (SSIS) Renowned author Brian Knight and his expert coauthors show developers how to master the 2008 release of SSIS, which is both more powerful and more complex than ever Case studies and tutorial examples acquired over the three years since the previous edition will contribute to helping illustrate advanced concepts and techniques New chapters include coverage of data warehousing using SSIS, new methods for managing the SSIS platform, and improved techniques for ETL operations

Designing Universal Knowledge: The World as Flatland - Report 1


Gerlinde Schuller - 2008
    The author examines collections of knowledge such as archives, encyclopedias, data collections, and libraries that make knowledge accessible worldwide. Who is collecting the worlda (TM)s knowledge? How is it structured and designed? Who determines the access of knowledge? Designers and researchers from different fields have set standards for the classification and design of complex data collections and thus exerted an enormous influence on how knowledge is communicated. This facilitates knowledge transfer, but it also increases the danger of manipulation. Along with these aspects, the book also explores the possibilities of a oeuniversal designa and presents new approaches to visualizing complex information.Gerlinde Schuller investigated the subject in interviews with Richard Saul Wurman, John Maeda, Nigel Holmes, Wim Crouwel, Paul Kahn, Jean-NoAl Jeanneney, Rop Gonggrijp, Marion Winkenbach, Hannah Hurtzig and Martin Alberts.The book also includes essays by Alex Wright, Willem van Weelden, Markus Frenzl and Femke Snelting.

Computational Complexity


Oded Goldreich - 2008
    It addresses the looming question of what can be achieved within a limited amount of time with or without other limited natural computational resources. Can be used as an introduction for advanced undergraduate and graduate students as either a textbook or for self-study, or to experts, since it provides expositions of the various sub-areas of complexity theory such as hardness amplification, pseudorandomness and probabilistic proof systems.

SQL Server 2008 Transact-SQL Recipes


Joseph Sack - 2008
    Learn to create databases, insert and update data, generate reports, secure your data, and more. Author Joseph Sack takes common Transact-SQL tasks and breaks them down into a problem/solution format that is quick and easy to read so that you can get the job done fast when the pressure is on.Focused on solutions: Look up what you need to do. Learn how to do it. Do it. Current: Newly updated for SQL Server 2008 Comprehensive: Covers 30 different Transact-SQL problem domains

Fred Dibnah's Buildings Of Britain


Fred Dibnah - 2008
    This unique, illustrated book highlights, not architectural theory, but rather the practicalities of how buildings were built.

Women, Violence, and the Media: Readings in Feminist Criminology


Drew Humphries - 2008
    The book is divided into three sections. The first, "Gendering Constructions," lays the groundwork for the volume by examining the print media's presentation of gendered violence, female killers on Law and Order, African American women in Hollywood films, and women in media, crime, and violence textbooks. The second section, "Debating the Issues," explores aspects of femicide, including mass murder incidents, domestic violence in Bangladesh, and wartime sexual violence in reality and on television. The final section "Changing the Image," focuses on efforts to replace masculine assumptions with constructive approaches to imagining women. Designed for course adoption, Women, Violence, and the Media emphasizes the key themes and critical skills required for media literacy, and the volume offers guidelines for readers on conducting their own research.

How to Think Like a Programmer: Problem Solving for the Bewildered


Paul Vickers - 2008
    Anticipating the problems that students have through the character of Brian the Bewildered Wildebeest, the slower pace required for this approach is made interesting and engaging by hand-drawn sketches, frequent (paper-based) activities and the everyday tasks (e.g. coffee making) used as a basis of worked examples. How to Think Like a Programmer provides a fun and accessible way to learn the mental models needed to approach computational programmable problems.

Republic of Drivers: A Cultural History of Automobility in America


Cotten Seiler - 2008
    So how did we get here? How did automobile use become so vital to the identity of Americans? Republic of Drivers looks back at the period between 1895 and 1961—from the founding of the first automobile factory in America to the creation of the Interstate Highway System—to find out how driving evolved into a crucial symbol of freedom and agency. Cotten Seiler combs through a vast number of historical, social scientific, philosophical, and literary sources to illustrate the importance of driving to modern American conceptions of the self and the social and political order. He finds that as the figure of the driver blurred into the figure of the citizen, automobility became a powerful resource for women, African Americans, and others seeking entry into the public sphere. And yet, he argues, the individualistic but anonymous act of driving has also monopolized our thinking about freedom and democracy, discouraging the crafting of a more sustainable way of life. As our fantasies of the open road turn into fears of a looming energy crisis, Seiler shows us just how we ended up a republic of drivers—and where we might be headed.

The Revoloution Will Not Be Downloaded: Dissent in the digital age


Tara Brabazon - 2008
    It examines who is using particular online platforms, and the costs they have on citizenship and democracy through that social profile.

Evaluating Children's Interactive Products: Principles and Practices for Interaction Designers


Panos Markopoulos - 2008
    It presents an essential background in child development and child psychology, particularly as they relate to technology; captures best practices for observing and surveying children, training evaluators, and capturing the child user experience using audio and visual technology; and examines ethical and legal issues involved in working with children and offers guidelines for effective risk management.Based on the authors' workshops, conference courses, and own design experience and research, this highly practical book reads like a handbook, while being thoroughly grounded in the latest research. Throughout, the authors illustrate techniques and principles with numerous mini case studies and highlight practical information in tips and exercises and conclude with three in-depth case studies.This book is recommended for usability experts, product developers, and researchers in the field.

The End of Ethics in a Technological Society


Lawrence E. Schmidt - 2008
    Modern ethics thus fails to take into account the moral intuition that some possibilities in the realm of techno science simply ought not to be pursued. A comprehensive assessment of modern western society's commitment to technological progress, The End of Ethics in a Technological Society presents a convincing argument in favour of a post-liberal approach - one that rejects the ideology of progress, supports caution, and accepts limitation."

Aspects of Explosives Detection


Maurice Marshall - 2008
    In recent years much effort has been spent developing detection systems for priority pollutants. Less mature are the detections of substances of interest to law enforcement and security personnel: in particular explosives. This volume will discuss the detection of these, not only setting out the theoretical fundamentals, but also emphasizing the remarkable developments in the last decade. Terrorist events--airplanes blown out of the sky (PanAm 103 over Lockerbie) and attacks on U.S. and European cities (Trade Center in New York and the Murrah Federal Building in Oklahoma City, railways in London and Madrid)--emphasize the danger of concealed explosives. However, since most explosives release little vapor, it was not possible to detect them by technology used on most organic substances. After PanAm 103 was downed over Scotland, the U.S. Congress requested automatic explosive detection equipment be placed in airports. This volume outlines the history of explosive detection research, the developments along the way, present day technologies, and what we think the future holds.

Excel Gurus Gone Wild: Do the IMPOSSIBLE with Microsoft Excel


Bill Jelen - 2008
    Tips for solving 100 incredibly difficult problems are covered in depth and include extracting the first letter of each word in a paragraph, validating URL's, generating random numbers without repeating, and hiding rows if cells are empty. The answers to these and other questions have produced results that have even surprised the Excel development team.

Strategic Applications of Distance Learning Technologies


Syed Mahbubur Rahman - 2008
    This reference provides tactical uses of distance education technologies to assist instructors and researchers in their quest to provide a progressive, alternative approach to traditional education techniques.

Dam


Trevor Turpin - 2008
    But now dams have become a controversial engine in the race toward technological advancement, so much so that the World Commission on Dams convened in 1998 to debate the issue. Are dams a help to society or an agent of environmental destruction? Trevor Turpin explores the answers to that question here in his comprehensive historical chronicle.Among the most amazing feats of human engineering, a dam can sustain societies in a multitude of ways, as 40,000 of them around the world provide such things as electricity, water for farms and cities, and canals for boat navigation. Turpin traces their development, design, and consequences from the Industrial Revolution to now, examining edifices in China, Las Vegas, and places in between. The often contentious debate between environmentalists, architects, and engineers, Dam shows, is a complex one that pits the benefits of dams against the long-term ecological health of nations.Neither a polemic against dams nor a defense of their proliferation, Dam offers a judicious and in-depth account of this cornerstone of our modern age.

Stop Identity Theft Now Kit


Suze Orman - 2008
    The safeguards extend to credit reports, credit cards, checking accounts, social security numbers and medical records.  The Kit is backed up by a $1,000,000 insurance policy and a team of on-call identity theft specialists.

Picture Yourself Creating Video Games [With CDROM]


Jason Darby - 2008
    "Picture Yourself Creating Video Games" shows amateur video game enthusiasts how to make their own games with The Game Factory 2, a simple drag-and-drop software program. Using clear, step-by-step instructions accompanied by full-color screenshots and images, this book makes video game creation fun and easy. You?ll begin with a quick overview of the basic hardware and software needed to get started, tips on documenting and laying out your game ideas, and an introduction to the tools and features of The Games Factory 2. Once you?re comfortable in the application, you?ll start building ChocoBreak, the actual game you?ll create as you work through the book. The book covers everything you need to make the game interesting, including motion and animation, adding lives and levels, scoring, music and sound, and more. By the end of the book you?ll have produced a complete, playable game and have all the information you need to start building and even testing your own video game creations.

Aesthetic Materialism: Electricity and American Romanticism


Paul Gilmore - 2008
    In response to scientific and technological developments, most notably the telegraph, eighteenth- and nineteenth-century electrical imagery reflected the mysterious workings of the physical mind as well as the uncertain, sometimes shocking connections between individuals. Writers such as Whitman, Melville, and Douglass drew on images of electricity and telegraphy to describe literature both as the product of specific economic and social conditions and as a means of transcending the individual determined by such conditions. Aesthetic Materialism moves between historical and cultural analysis and close textual reading, challenging readers to see American literature as at once formal and historical and as a product of both aesthetic and material experience.

The Future of Finance After Sepa


Chris Skinner - 2008
    Consequently, SEPA has been assisted by new legislation, the PSD, which was agreed in 2007. The implementation of SEPA takes place in 2008 within the banking industry, with full operation in 2010, and will be a massive change to not just banking, but all aspects of finance and financial services across Europe and the globe. This is because the vision for SEPA is that, by 2010, all euro payments are treated in the same way as domestic payments. In other words, European citizens and corporations enjoy a transparent market where there is no difference in charges for payments between Rome, Madrid, Paris and Munich. As a result, citizens, governments and corporations will have full access to finance transparently across 15 countries today and potentially 31 tomorrow. A United States of Europe, fuelled by fully integrated financing, will be different to the fragmented Europe of the past.This book reviews the key implications and challenges of SEPA and the PSD across the European landscape, and the likely outcomes of SEPA for 2010 and beyond. The main themes that emerge are that many of Europe's leading providers of payments infrastructures, which are often bankowned, will disappear and new payments providers and structures will emerge. Some of these will be evolutions and some will be revolutions. In addition, there will be major impacts upon those banks that cannot provide euro-services competitively in this new geographically competitive environment. The winners will reap major rewards, but there will be far more losers who will be merged or acquired.With contributions from leading authorities, including:- Anthony Kirby, the Reference Data User Group- Ashley Dowson, the SEPA Consultancy- Bo Harald, TietoEnator- Bodil Nelsson and Mats Wall�n, Bankgirocentralen- Brenda O'Connell, Bank of Ireland- Chris Pickles, BT- Chris Skinner, the Financial Services Club and Balatro- Daniel Szmukler, EBA CLEARING- Daniele Danese, Banca Popolare di Verona- David Doyle, EU Policy Advisor on Financial Markets- Doctor John Ryan, CASS Business School- Erkki Poutiainen, Nordea- Eva King, the European Commission- Geoffroy de Schrevel, SWIFT- Gerard Hartsink, the European Payments Council- Gianfranco Tabasso, the European Association of Corporate Treasurers- Harry Leinonen, the Bank of Finland- Heiko Schmiedel, the European Central Bank- Henrik Parl, Eurogiro- Herv� Postic, founder, UTSIT- James Barclay, JPMorgan Chase- John Bullard, IdenTrust- John Chaplin, First Data- Jonathan Williams, Eiger- Juergen Weiss, Gartner- Mark Hale, Barclays Bank- Neil Burton, IBM- Nick Senechal, VocaLink- Ren� Pelegero, PayPal- Richard Spong, Sterling Commerce- Robert Bradfield, Ernst & Young- Ruth Wandh�fer, Citi- Sean Fitzgerald, Sentinel- Sharon Bowles, Member of the European Parliament- Tom Buschman, TWIST

Fast Cars


Ian Graham - 2008
    "Describes in detail how high-performance sports cars and supercars are designed to drive faster than average cars"--Provided by publisher.

Flexible Web Design: Creating Liquid and Elastic Layouts with CSS


Zoe Mickley Gillenwater - 2008
    It includes detailed exercises of building a layout from scratch - including slicing the comp and using provided exercise files.

Programming Video Games for the Evil Genius


Ian Cinnamon - 2008
    You'll find easy-to-follow plans featuring Java, the most universal programming language, that run on any PC, Mac, or Linux computer.Illustrated instructions and plans for an awesome mix of racing, board, shoot 'em up, strategy, retro, and puzzle gamesGaming projects that vary in difficulty-starting with simple programs and progressing to sophisticated projects for programmers with advanced skillsAn interactive companion website featuring a free Java compiler, where you can share your projects with Evil Geniuses around the globeRemoves the frustration-factor-all the parts you need are listed, along with sourcesRegardless of your skill level, Programming Video Games for the Evil Genius provides you with all the strategies, code, and insider programming advice you need to build and test your games with ease, such as:Radical RacingScreen SkierWhack an Evil GeniusTic-Tac-Toe BoxingSnake PitSpace DestroyersBomb DiffuserTrapperOiramJava ManMemoryIan Says

Windows Server 2008 Inside Out


William R. Stanek - 2008
    You will learn how to perform upgrades and migrations, automate deployments, implement security features, manage software updates and patches, administer users and accounts, manage Active Directory® directory services, and more. With INSIDE OUT, you ll discover the best and fastest ways to perform core administrative tasks, with an award-winning format that makes it easy to find exactly the tips, troubleshooting solutions, and workarounds you need. Plus, the companion CD comes packed with a fully searchable eBook and more than 100 timesaving tools and scripts. With INSIDE OUT, you get all muscle and no fluff!Key Book BenefitsDrills into the features and functions in Microsoft Office Word, delivering comprehensive details but no fluff in a single volumeIncludes a companion CD packed with tools, scripts, and a fully searchable eBook

Missile Contagion: Cruise Missile Proliferation and the Threat to International Security


Dennis M. Gormley - 2008
    Gormley's work, however, explains why cruise missiles are beginning to spread widely, but does so by explaining their spread in the context of ballistic missile proliferation. It therefore treats both ballistic and cruise missile proliferation as related phenomenon. This work also focuses evenhandedly on both nonproliferation and defense policy (including missile defenses and counterforce doctrines) to fashion a set of integrated strategies for dealing with ballistic and cruise missile proliferation.Signs of missile contagion abound. In this study, Gormley argues that a series of rapid and surprising developments since 2005 suggest that the proliferation of missiles capable of delivering either weapons of mass destruction or highly accurate conventional payloads is approaching a critical threshold. The surprising fact is that land-attack cruise missiles, not ballistic missiles, constitute the primary problem. Flying under the radar, both literally and figuratively, land-attack cruise missiles add a dangerous new dimension to protecting U.S. security interests and preventing regional military instability. Gormley asserts that cruise missiles are not destined to supplant ballistic missiles; rather, they are likely to join them, because when both are employed together, they could severely test even the best missile defenses. Worse yet, Gormley argues, land-attack cruise missiles are increasingly being linked to preemptive strike doctrines, which are fueling regional arms races and crisis instability. This work explains why an epidemic of cruise missile proliferation, long forecasted by analysts, has only recently begun to occur. After first assessing the state of ballistic missile proliferation, Gormley explores the role of three factors in shaping the spread of cruise missiles. These include specialized knowledge needed for missile development; narrative messages about reasons for acquiring cruise missiles; and norms of state behavior about missile nonproliferation policy and defense doctrine. This book then addresses the policy adjustments needed to stanch the spread of cruise missiles in the first place, or, barring that, cope militarily with a more demanding missile threat consisting of both cruise and ballistic missiles.

Handbook of Technological Pedagogical Content Knowledge (Tpck) for Educators


A.A.C.T.E. Committee on Innovation and Technology - 2008
    Recognizing, for example, that effective uses of technology in mathematics are quite different from effective uses of technology in social studies, teachers need specific preparation in using technology in each content area they will be teaching. Offering a series of chapters by scholars in different content areas who apply the technological pedagogical content knowledge framework to their individual content areas, the volume is structured around three themes:What is Technological Pedagogical Content Knowledge?Integrating Technological Pedagogical Content Knowledge into Specific Subject AreasIntegrating Technological Pedagogical Content Knowledge into Teacher Education and Professional DevelopmentThe Handbook of Technological Pedagogical Content Knowledge for Educators is simultaneously a mandate and a manifesto on the engagement of technology in classrooms based on consensus standards and rubrics for effectiveness. As the title of the concluding chapter declares, "It's about time!"The American Association of Colleges for Teacher Education (AACTE) is a national, voluntary association of higher education institutions and related organizations. Our mission is to promote the learning of all PK-12 students through high-quality, evidence-based preparation and continuing education for all school personnel. For more information on our publications, visit our website at: www.aacte.org.

Modern Multivariate Statistical Techniques: Regression, Classification, and Manifold Learning


Alan Julian Izenman - 2008
    The author takes a broad perspective; for the first time in a book on multivariate analysis, nonlinear methods are discussed in detail as well as linear methods. Techniques covered range from traditional multivariate methods, such as multiple regression, principal components, canonical variates, linear discriminant analysis, factor analysis, clustering, multidimensional scaling, and correspondence analysis, to the newer methods of density estimation, projection pursuit, neural networks, multivariate reduced-rank regression, nonlinear manifold learning, bagging, boosting, random forests, independent component analysis, support vector machines, and classification and regression trees. Another unique feature of this book is the discussion of database management systems.This book is appropriate for advanced undergraduate students, graduate students, and researchers in statistics, computer science, artificial intelligence, psychology, cognitive sciences, business, medicine, bioinformatics, and engineering. Familiarity with multivariable calculus, linear algebra, and probability and statistics is required. The book presents a carefully-integrated mixture of theory and applications, and of classical and modern multivariate statistical techniques, including Bayesian methods. There are over 60 interesting data sets used as examples in the book, over 200 exercises, and many color illustrations and photographs.