Best of
Technology

2007

Release It!: Design and Deploy Production-Ready Software (Pragmatic Programmers)


Michael T. Nygard - 2007
    Did you design your system to survivef a sudden rush of visitors from Digg or Slashdot? Or an influx of real world customers from 100 different countries? Are you ready for a world filled with flakey networks, tangled databases, and impatient users?If you're a developer and don't want to be on call for 3AM for the rest of your life, this book will help.In Release It!, Michael T. Nygard shows you how to design and architect your application for the harsh realities it will face. You'll learn how to design your application for maximum uptime, performance, and return on investment.Mike explains that many problems with systems today start with the design.

The Web Application Hacker's Handbook: Discovering and Exploiting Security Flaws


Dafydd Stuttard - 2007
    The authors explain each category of vulnerability using real-world examples, screen shots and code extracts. The book is extremely practical in focus, and describes in detail the steps involved in detecting and exploiting each kind of security weakness found within a variety of applications such as online banking, e-commerce and other web applications. The topics covered include bypassing login mechanisms, injecting code, exploiting logic flaws and compromising other users. Because every web application is different, attacking them entails bringing to bear various general principles, techniques and experience in an imaginative way. The most successful hackers go beyond this, and find ways to automate their bespoke attacks. This handbook describes a proven methodology that combines the virtues of human intelligence and computerized brute force, often with devastating results.The authors are professional penetration testers who have been involved in web application security for nearly a decade. They have presented training courses at the Black Hat security conferences throughout the world. Under the alias "PortSwigger," Dafydd developed the popular Burp Suite of web application hack tools.

Design Patterns in Ruby


Russ Olsen - 2007
    Russ Olsen has done a great job of selecting classic patterns and augmenting these with newer patterns that have special relevance for Ruby. He clearly explains each idea, making a wealth of experience available to Ruby developers for their own daily work."--Steve Metsker, Managing Consultant with Dominion Digital, Inc."This book provides a great demonstration of the key 'Gang of Four' design patterns without resorting to overly technical explanations. Written in a precise, yet almost informal style, this book covers enough ground that even those without prior exposure to design patterns will soon feel confident applying them using Ruby. Olsen has done a great job to make a book about a classically 'dry' subject into such an engaging and even occasionally humorous read."--Peter Cooper"This book renewed my interest in understanding patterns after a decade of good intentions. Russ picked the most useful patterns for Ruby and introduced them in a straightforward and logical manner, going beyond the GoF's patterns. This book has improved my use of Ruby, and encouraged me to blow off the dust covering the GoF book."--Mike Stok" Design Patterns in Ruby is a great way for programmers from statically typed objectoriented languages to learn how design patterns appear in a more dynamic, flexible language like Ruby."--Rob Sanheim, Ruby Ninja, RelevanceMost design pattern books are based on C++ and Java. But Ruby is different--and the language's unique qualities make design patterns easier to implement and use. In this book, Russ Olsen demonstrates how to combine Ruby's power and elegance with patterns, and write more sophisticated, effective software with far fewer lines of code.After reviewing the history, concepts, and goals of design patterns, Olsen offers a quick tour of the Ruby language--enough to allow any experienced software developer to immediately utilize patterns with Ruby. The book especially calls attention to Ruby features that simplify the use of patterns, including dynamic typing, code closures, and "mixins" for easier code reuse.Fourteen of the classic "Gang of Four" patterns are considered from the Ruby point of view, explaining what problems each pattern solves, discussing whether traditional implementations make sense in the Ruby environment, and introducing Ruby-specific improvements. You'll discover opportunities to implement patterns in just one or two lines of code, instead of the endlessly repeated boilerplate that conventional languages often require. Design Patterns in Ruby also identifies innovative new patterns that have emerged from the Ruby community. These include ways to create custom objects with metaprogramming, as well as the ambitious Rails-based "Convention Over Configuration" pattern, designed to help integrate entire applications and frameworks.Engaging, practical, and accessible, Design Patterns in Ruby will help you build better software while making your Ruby programming experience more rewarding.

High Performance Web Sites


Steve Souders - 2007
    Author Steve Souders, in his job as Chief Performance Yahoo!, collected these best practices while optimizing some of the most-visited pages on the Web. Even sites that had already been highly optimized, such as Yahoo! Search and the Yahoo! Front Page, were able to benefit from these surprisingly simple performance guidelines.The rules in High Performance Web Sites explain how you can optimize the performance of the Ajax, CSS, JavaScript, Flash, and images that you've already built into your site -- adjustments that are critical for any rich web application. Other sources of information pay a lot of attention to tuning web servers, databases, and hardware, but the bulk of display time is taken up on the browser side and by the communication between server and browser. High Performance Web Sites covers every aspect of that process.Each performance rule is supported by specific examples, and code snippets are available on the book's companion web site. The rules include how to: Make Fewer HTTP RequestsUse a Content Delivery NetworkAdd an Expires HeaderGzip ComponentsPut Stylesheets at the TopPut Scripts at the BottomAvoid CSS ExpressionsMake JavaScript and CSS ExternalReduce DNS LookupsMinify JavaScriptAvoid RedirectsRemove Duplicates ScriptsConfigure ETagsMake Ajax CacheableIf you're building pages for high traffic destinations and want to optimize the experience of users visiting your site, this book is indispensable.If everyone would implement just 20% of Steve's guidelines, the Web would be adramatically better place. Between this book and Steve's YSlow extension, there's reallyno excuse for having a sluggish web site anymore.-Joe Hewitt, Developer of Firebug debugger and Mozilla's DOM InspectorSteve Souders has done a fantastic job of distilling a massive, semi-arcane art down to a set of concise, actionable, pragmatic engineering steps that will change the world of web performance.-Eric Lawrence, Developer of the Fiddler Web Debugger, Microsoft Corporation

Core Java, Volume 1: Fundamentals


Cay S. Horstmann - 2007
    Fully updated for the new Java SE 6 platform, this no-nonsense tutorial and reliable reference illuminates the most important language and library features with thoroughly tested real-world examples. The example programs have been carefully crafted to be easy to understand as well as useful in practice, so you can rely on them as an outstanding starting point for your own code. Volume I is designed to quickly bring you up to speed on what's new in Java SE 6 and to help you make the transition as efficiently as possible, whether you're upgrading from an earlier version of Java or migrating from another language. The authors concentrate on the fundamental concepts of the Java language, along with the basics of user-interface programming. You'll find detailed, insightful coverage ofJava fundamentalsObject-oriented programmingInterfaces and inner classesReflection and proxiesThe event listener modelGUI programming with SwingPackaging applicationsException handlingLogging and debuggingGeneric programmingThe collections frameworkConcurrencyFor detailed coverage of XML processing, networking, databases, internationalization, security, advanced AWT/Swing, and other advanced features, look for the forthcoming eighth edition of "Core Java(TM), Volume II--Advanced Features "(ISBN: 978-0-13-235479-0).

Network Warrior


Gary A. Donahue - 2007
    What you need to learn to pass a Cisco certification exam such as CCNA and what you need to know to survive in the real world are two very different things. The strategies that this book offers weren 't on the exam, but they 're exactly what you need to do your job well.Network Warrior takes you step by step through the world of hubs, switches, firewalls, and more, including ways to troubleshoot a congested network, and when to upgrade and why. Along the way, you 'll gain an historical perspective of various networking features, such as the way Ethernet evolved. Based on the author 's own experience as well as those he worked for and with, Network Warrior is a Cisco-centric book, focused primarily on the TCP/IP protocol and Ethernet networks -- the realm that Cisco Systems now dominates. The book covers: The type of networks now in use, from LANs, WANs and MANs to CANsThe OSI Model and the layers involved in sending data Hubs, repeaters, switches, and trunks in practice Auto negotiation and why it 's a common problem in network slowdowns Route maps, routing protocols, and switching algorithms in Cisco routers The resilient Ethernet -- how to make things truly redundant Cisco 6500 multi-layer switches and the Catalyst 3750 switch Telecom nomenclature -- why it 's different from the data world T1 and DS3 Firewall theory, designing access lists, authentication in Cisco devices Server load balancing technology Content switch module in action Designing QOS and what QOS does not do IP design and subnetting made easy The book also explains how to sell your ideas to management, how networks become a mess as a company grows, and why change control is your friend. Network Warrior will help network administrators and engineers win the complex battles they face every day.

Absolute Freebsd: The Complete Guide to Freebsd


Michael W. Lucas - 2007
    But it can be even trickier to use than either Unix or Linux, and harder still to master.Absolute FreeBSD, 2nd Edition is your complete guide to FreeBSD, written by FreeBSD committer Michael W. Lucas. Lucas considers this completely revised and rewritten second edition of his landmark work to be his best work ever; a true product of his love for FreeBSD and the support of the FreeBSD community. Absolute FreeBSD, 2nd Edition covers installation, networking, security, network services, system performance, kernel tweaking, filesystems, SMP, upgrading, crash debugging, and much more, including coverage of how to:Use advanced security features like packet filtering, virtual machines, and host-based intrusion detection Build custom live FreeBSD CDs and bootable flash Manage network services and filesystems Use DNS and set up email, IMAP, web, and FTP services for both servers and clients Monitor your system with performance-testing and troubleshooting tools Run diskless systems Manage schedulers, remap shared libraries, and optimize your system for your hardware and your workload Build custom network appliances with embedded FreeBSD Implement redundant disks, even without special hardware Integrate FreeBSD-specific SNMP into your network management system. Whether you're just getting started with FreeBSD or you've been using it for years, you'll find this book to be the definitive guide to FreeBSD that you've been waiting for.

What Every Programmer Should Know About Memory


Ulrich Drepper - 2007
    Hardware designers have come up with ever more sophisticated memory handling and acceleration techniques–such as CPU caches–but these cannot work optimally without some help from the programmer. Unfortunately, neither the structure nor the cost of using the memory subsystem of a computer or the caches on CPUs is well understood by most programmers. This paper explains the structure of memory subsystems in use on modern commodity hardware, illustrating why CPU caches were developed, how they work, and what programs should do to achieve optimal performance by utilizing them.

Learning SAS by Example: A Programmer's Guide


Ron Cody - 2007
    In an instructive and conversational tone, Cody clearly explains how to program SAS, illustrating with one or more real-life examples and giving a detailed description of how the program works.

Core Memory: A Visual Survey of Vintage Computers


John Alderman - 2007
    Vivid photos capture these historically important machinesincluding the Eniac, Crays 13, Apple I and IIwhile authoritative text profiles each, telling the stories of their innovations and peculiarities. Thirty-five machines are profiled in over 100 extraordinary color photographs, making Core Memory a surprising addition to the library of photography collectors and the ultimate geek-chic gift.

Windows Powershell in Action


Bruce Payette - 2007
    In the tradition of Manning's ground breaking "In Action" series, this book comes from right from the source. Written by Bruce Payette, one of principal creators of PowerShell, Windows PowerShell in Action shows you how to build scripts and utilities to automate system tasks or create powerful system management tools to handle the day-to-day tasks that drive a Windows administrator's life. Because it's based on the .NET platform, PowerShell is also a powerful tool for developers and power users.Windows PowerShell in Action was written by Bruce Payette, one of the founding members of the Windows PowerShell team, co-designer of the PowerShell language and the principal author of the PowerShell language implementation. The book enables you to get the most out of the PowerShell environment. Using many examples, both small and large, this book illustrates the features of the language and environment and shows how to compose those features into solutions, quickly and effectively.This book is designed for anyone who wants to learn PowerShell and use it well. Rather than simply being a book of recipes to read and apply, this book gives you the deep knowledge about how PowerShell works and how to apply it.

Practical Packet Analysis: Using Wireshark to Solve Real-World Network Problems


Chris Sanders - 2007
    But how do you interpret those packets once you've captured them? And how can those packets help you to better understand what's going on under the hood of your network? Practical Packet Analysis shows how to use Wireshark to capture and then analyze packets as you take an indepth look at real-world packet analysis and network troubleshooting. The way the pros do it.Wireshark (derived from the Ethereal project), has become the world's most popular network sniffing application. But while Wireshark comes with documentation, there's not a whole lot of information to show you how to use it in real-world scenarios. Practical Packet Analysis shows you how to:Use packet analysis to tackle common network problems, such as loss of connectivity, slow networks, malware infections, and more Build customized capture and display filters Tap into live network communication Graph traffic patterns to visualize the data flowing across your network Use advanced Wireshark features to understand confusing packets Build statistics and reports to help you better explain technical network information to non-technical usersBecause net-centric computing requires a deep understanding of network communication at the packet level, Practical Packet Analysis is a must have for any network technician, administrator, or engineer troubleshooting network problems of any kind.

Geek Silicon Valley


Ashlee Vance - 2007
    Geek Silicon Valley delivers Silicon Valley history, taking us from success story to failed start-up and back again as we drive the roads from Menlo Park to Palo Alto, Mountain View, Sunnyvale, and Santa Clara. Place by place, readers get the background info on all the addresses that count: Google, Hewlett-Packard, Intel, Sun Microsystems, Oracle, Stanford University, NASA Ames, the Computer History Museum in Mountain View, Santana Row, Genentech, and many more. Journey through a circuitry of places and people—and the stories that created today’s high-tech lifestyle—with Geek Silicon Valley.

Programming Erlang


Joe Armstrong - 2007
    It's used worldwide by companies who need to produce reliable, efficient, and scalable applications. Invest in learning Erlang now.Moore's Law is the observation that the amount you can do on a single chip doubles every two years. But Moore's Law is taking a detour. Rather than producing faster and faster processors, companies such as Intel and AMD are producing multi-core devices: single chips containing two, four, or more processors. If your programs aren't concurrent, they'll only run on a single processor at a time. Your users will think that your code is slow.Erlang is a programming language designed for building highly parallel, distributed, fault-tolerant systems. It has been used commercially for many years to build massive fault-tolerated systems that run for years with minimal failures.Erlang programs run seamlessly on multi-core computers: this means your Erlang program should run a lot faster on a 4 core processor than on a single core processor, all without you having to change a line of code.Erlang combines ideas from the world of functional programming with techniques for building fault-tolerant systems to make a powerful language for building the massively parallel, networked applications of the future.This book presents Erlang and functional programming in the familiar Pragmatic style. And it's written by Joe Armstrong, one of the creators of Erlang.It includes example code you'll be able to build upon. In addition, the book contains the full source code for two interesting applications:A SHOUTcast server which you can use to stream music to every computer in your house, and a full-text indexing and search engine that can index gigabytes of data. Learn how to write programs that run on dozens or even hundreds of local and remote processors. See how to write robust applications that run even in the face of network and hardware failure, using the Erlang programming language.

Bill & Dave: How Hewlett and Packard Built the World's Greatest Company


Michael S. Malone - 2007
    In 1938, working out of a small garage in Palo Alto, California, two young Stanford graduates named Bill Hewlett and Dave Packard built their first product, an audio oscillator. It was the start not only of a legendary company but of an entire way of life in Silicon Valley—and, ultimately, our modern digital age. Others have written about the rise of Hewlett-Packard, including Packard himself in a bestselling memoir. But acclaimed journalist Michael S. Malone is the first to get the full story, based on unlimited and exclusive access to corporate and private archives, along with hundreds of employee interviews. Malone draws on his new material to show how some of the most influential products of our time were invented, and how a culture of innovation led HP to unparalleled success for decades. He also shows what was really behind the groundbreaking management philosophy—“the HP Way”—that put people ahead of products or profits. There have been attempts in recent years to discredit the HP Way as soft and outdated. But Malone argues that the HP Way was a hard-nosed business philosophy that combined simple objectives, trust in employees to make the right choices, and ruthless self-appraisal. It created an innovative and ferociously competitive company—arguably the world’s greatest company. This business adventure story will be perfect for entrepreneurs, young managers, and students, not to mention the tens of thousands of current and former HP employees.

Smart and Gets Things Done: Joel Spolsky's Concise Guide to Finding the Best Technical Talent


Joel Spolsky - 2007
    Ten times. You can't afford not to hire them. But if you haven't been reading Joel Spolsky's books or blog, you probably don't know how to find them and make them want to work for you.In this brief book, Joel reveals all his secrets--from his years at Microsoft, and as the co-founder of Fog Creek Software--for recruiting the best developers in the world.If you've ever wondered what you should be looking for in a resume, if you've ever struggled to decide whether to hire someone at the end of an interview, or if you're wondering why you can't find great programmers, stop everything and read this book.

CCIE Routing and Switching Exam Certification Guide [With CDROM]


Wendell Odom - 2007
    Senior instructor and best-selling author Wendell Odom shares preparation hints and test-taking tips, helping you identify areas of weakness and improve both your conceptual knowledge and hands-on skills. Material is presented in a concise manner, focusing on increasing your understanding and retention of exam topics. Master CCIE 350-001 exam topics with the official study guide Assess your knowledge with chapter-opening quizzes Review key concepts with foundation summaries Practice with hundreds of exam questions on the CD-ROM "CCIE Routing and Switching Exam Certification Guide," Third Edition, presents you with an organized test preparation routine through the use of proven series elements and techniques. "Do I Know This Already" quizzes open each chapter and allow you to decide how much time you need to spend on each section. Foundation Topic sections present detailed overviews of all exam objectives. Key Topic icons allow you to identify and quickly review the most important exam topics. Foundation summaries reinforce key exam concepts with review exercises and important tables. The companion CD-ROM contains a powerful testing engine that allows you to focus on individual topic areas or take complete, timed exams. The assessment engine also tracks your performance and provides feedback on a chapter-by-chapter basis, presenting question-by-question remediation to the text and laying out a complete study plan for review. Well regarded for its level of detail, assessment features, and challenging review exercises and practice questions, this completely revised and updated third edition helps you master the concepts and techniques that will enable you to succeed on the exam the first time. "CCIE Routing and Switching Exam Certification Guide," Third Edition, is part of a recommended learning path from Cisco that includes simulation and hands-on training from authorized Cisco Learning Partners and self-study products from Cisco Press. To find out more about instructor-led training, e-learning, and hands-on instruction offered by authorized Cisco Learning Partners worldwide, visit www.cisco.com/go/authorizedtraining. Wendell Odom, CCIE No. 1624, has been in the networking industry since 1981. He currently teaches QoS, MPLS, and CCNA courses for Skyline Advanced Technology Services (http: //www.skyline-ats.com). Wendell has worked as a network engineer, consultant, systems engineer, and as an instructor and course developer and has taught authorized Cisco courses for the majority of the last 14 years. The official study guide helps you master all the topics on the CCIE Routing and Switching written exam, including: Bridging and LAN switching IP addressing, IP services, and TCP, UDP, and application protocol details Layer 3 forwarding concepts EIGRP, OSPF, and BGP routing protocols Quality of service (QoS)Frame Relay MPLS IP Multicast IPv6 Router and switch security Companion CD-ROM The CD-ROM contains an electronic copy of the book and more than 250 practice questions for the CCIE Routing and Switching written exam, all available in study mode, test mode, and flash card format. This volume is part of the Exam Certification Guide Series from Cisco Press. Books in this series provide officially developed exam preparation materials that offer assessment, review, and practice to help Cisco Career Certification candidates identify weaknesses, concentrate their study efforts, and enhance their confidence as exam day nears. Category: Cisco Press-Cisco Certification Covers: CCIE Routing and Switching written exam 350-001 v3.1

Sound Reproduction: The Acoustics and Psychoacoustics of Loudspeakers and Rooms


Floyd Toole - 2007
    This comprehensive work covers the whole sound reproduction chain from multi-channel audio configurations and the loudspeaker/room system to acoustics and psychoacoustics and the evaluation process. Part 1 shows the reader how to create the best listening experience, offering practical approaches to the sound reproduction chain. Parts 2 and 3 are an in-depth consideration of acoustics and psychoacoustics.

CCNA ICND2 Official Exam Certification Guide [CCNA Exams 640-816 and 640-802]


Wendell Odom - 2007
    

Engines of Creation 2.0: The Coming Era of Nanotechnology


K. Eric Drexler - 2007
    Newton's Philosophiae Naturalis Principia Mathematica and Watson and Crick's A Structure for Deoxyribose Nucleic Acid come quickly to mind. In recent decades we can add Eric Drexler's Engines of Creation, which established the revolutionary new field of nanotechnology. In the twenty years since this seminal work was published, its premises and analyses have been confirmed and we are starting to apply precise molecular assembly to a wide variety of early applications from blood cell sized devices that can target cancer cells to a new generation of efficient solar panels. We can now see clearly the roadmap over the next couple of decades to the full realization of Drexler's concept of the inexpensive assembly of macro objects constructed at the nanoscale controlled by massively parallel information processes, the fulfillment of which will enable us to solve problems — energy, environmental degradation, poverty, and disease to name a few — that have plagued humankind for eons." — Ray Kurzweil, inventor, and author of The Singularity is Near, When Humans Transcend Biology Originally published in 1986, K. Eric Drexler's Engines of Creation laid the theoretical foundation for the modern field of nanotechnology and articulated the amazing possibilities and dangers associated with engineering at the molecular scale. Unique for both its style and substance, the book is today recognized as the seminal work in nanotechnology and has earned Drexler the title of "Father of Nanotechnology." Engines of Creation 2.0: The Coming Era of Nanotechnology — Updated and Expanded, is an ebook-only version available for free to readers exclusively through WOWIO. In addition to an updated "look and feel" for the ebook, Engines of Creation 2.0 has been expanded to include the first known lecture on nanotechnology by physicist Richard Feynman, the landmark open letter debate between Dr. Drexler and the late nanotech pioneer and Nobel laureate Dr. Richard Smalley, analysis of the debate by Ray Kurzweil, and a number of new additions by Dr. Drexler, including his advice to aspiring nanotechnologists.

Advanced Windows Debugging


Mario Hewardt - 2007
    This book stands out from all other Win32 debugging literature, thanks to its in-depth examples-including resolving intricate problems like stack and heap corruptions." -- Kinshuman, Development Lead, Windows Core OS Division, Microsoft The First In-Depth, Real-World, Insider's Guide to Powerful Windows Debugging For Windows developers, few tasks are more challenging than debugging--or more crucial. Reliable and realistic information about Windows debugging has always been scarce. Now, with over 15 years of experience two of Microsoft's system-level developers present a thorough and practical guide to Windows debugging ever written. Mario Hewardt and Daniel Pravat cover debugging throughout the entire application lifecycle and show how to make the most of the tools currently available--including Microsoft's powerful native debuggers and third-party solutions. To help you find real solutions fast, this book is organized around real-world debugging scenarios. Hewardt and Pravat use detailed code examples to illuminate the complex debugging challenges professional developers actually face. From core Windows operating system concepts to security, Windows(R) Vista(TM) and 64-bit debugging, they address emerging topics head-on-and nothing is ever oversimplified or glossed over! This book enables you to Master today's most powerful Windows debugging tools, including NTSD, CDB, WinDbg, KD, and ADPlus Debug code that wasn't designed or written for easy debugging Understand debuggers "under the hood," and manage symbols and sources efficiently Debug complex memory corruptions related to stacks and heaps Resolve complex security problems Debug across processes: identity tracking, RPC debugger extensions, and tracking IPCs with Ethereal Find and fix resource leaks, such as memory and handle leaks. Debug common thread synchronization problems Learn when and how to write custom debugger extensions Perform "postmortem debugging" using crash dumps and Windows Error Reporting Automate debugging with DebugDiag and the Analyze Debugger command Whether you're a system-level or application developer, Advanced Windows Debugging delivers the deep understanding of debugging that could save you weeks on your very next project. Part I Overview Chapter 1 Introduction to the Tools Chapter 2 Introduction to the Debuggers Chapter 3 Debugger Uncovered Chapter 4 Managing Symbol and Source Files Part II Applied Debugging Chapter 5 Memory Corruptions Part I - Stacks Chapter 6 Memory Corruptions Part I - Heaps Chapter 7 Security Chapter 8 Inter-process Communication Chapter 9 Resource Leaks Chapter 10 Synchronization Part III Advanced Topics Chapter 11 Writing Custom Debugger Extensions Chapter 12 64-bit Debugging Chapter 13 Postmortem Debugging Chapter 14 Power Tools Chapter 15 Windows Vista Fundamentals Appendix A Application Verifier Test Settings If you like Advanced Windows Debugging, keep an eye out for ADVANCED .NET DEBUGGING COMING IN NOV. 2009.

Stealing the Network: How to Own a Shadow


Johnny Long - 2007
    Stealing the Network: How to Own a Shadow is the final book in Syngress ground breaking, best-selling, Stealing the Network series. As with previous title, How to Own a Shadow is a fictional story that demonstrates accurate, highly detailed scenarios of computer intrusions and counter-strikes. In How to Own a Thief, Knuth, the master-mind, shadowy figure from previous books, is tracked across the world and the Web by cyber adversaries with skill to match his own. Readers will be amazed at how Knuth, Law Enforcement, and Organized crime twist and torque everything from game stations, printers and fax machines to service provider class switches and routers steal, deceive, and obfuscate. From physical security to open source information gathering, Stealing the Network: How to Own a Shadow will entertain and educate the reader on every page. The book s companion Web site will also provide special, behind-the-scenes details and hacks for the reader to join in the chase for Knuth. . The final book in the Stealing the Network series will be a must read for the 50,000 readers worldwide of the first three titles . The companion Web site to the book will provide challenging scenarios from the book to allow the reader to track down Knuth . Law enforcement and security professionals will gain practical, technical knowledge for apprehending the most supplicated cyber-adversaries

Windows Forensic Analysis: DVD Toolkit


Harlan Carvey - 2007
    However, in order to create broad appeal, the registry section was probably shortened. You can tell Harlan has a lot more to tell." "-Rob Lee, Instructor and Fellow at the SANS Technology Institute, coauthor of Know Your Enemy: Learning About Security Threats, 2E"Author Harlan Carvey has brought his best-selling book up-to-date to give you: the responder, examiner, or analyst the must-have tool kit for your job. Windows is the largest operating system on desktops and servers worldwide, which mean more intrusions, malware infections, and cybercrime happen on these systems. "Windows Forensic Analysis DVD Toolkit, 2E" covers both live and post-mortem response collection and analysis methodologies, addressing material that is applicable to law enforcement, the federal government, students, and consultants. The book is also accessible to system administrators, who are often the frontline when an incident occurs, but due to staffing and budget constraints do not have the necessary knowledge to respond effectively. The book s companion DVD contains significant new and updated materials (movies, spreadsheet, code, etc.) not available any place else, because they are created and maintained by the author. Best-Selling Windows Digital Forensic book completely updated in this 2nd EditionLearn how to Analyze Data During Live and Post-Mortem InvestigationsDVD Includes Custom Tools, Updated Code, Movies, and Spreadsheets

Head First SQL


Lynn Beighley - 2007
    Using the latest research in neurobiology, cognitive science, and learning theory to craft a multi-sensory SQL learning experience, Head First SQL has a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep. Maybe you've written some simple SQL queries to interact with databases. But now you want more, you want to really dig into those databases and work with your data. Head First SQL will show you the fundamentals of SQL and how to really take advantage of it. We'll take you on a journey through the language, from basic INSERT statements and SELECT queries to hardcore database manipulation with indices, joins, and transactions. We all know "Data is Power" - but we'll show you how to have "Power over your Data". Expect to have fun, expect to learn, and expect to be querying, normalizing, and joining your data like a pro by the time you're finished reading!

Mechanisms: New Media and the Forensic Imagination


Matthew G. Kirschenbaum - 2007
    Kirschenbaum examines new media and electronic writing against the textual and technological primitives that govern writing, inscription, and textual transmission in all media: erasure, variability, repeatability, and survivability.

Much Ado About Almost Nothing: Man's Encounter with the Electron


Hans Camenzind - 2007
     How the puny electron at first bothered mankind, then gradually became useful, and now dominates our lives. And the story of the people who encountered this mysterious particle.

Architecture of a Database System


Joseph M. Hellerstein - 2007
    Architecture of a Database System presents an architectural discussion of DBMS design principles, including process models, parallel architecture, storage system design, transaction system implementation, query processor and optimizer architectures, and typical shared components and utilities. Successful commercial and open-source systems are used as points of reference, particularly when multiple alternative designs have been adopted by different groups. Historically, DBMSs were among the earliest multi-user server systems to be developed, and thus pioneered many systems design techniques for scalability and reliability now in use in many other contexts. While many of the algorithms and abstractions used by a DBMS are textbook material, Architecture of a Database System addresses the systems design issues that make a DBMS work. Architecture of a Database System is an invaluable reference for database researchers and practitioners and for those in other areas of computing interested in the systems design techniques for scalability and reliability that originated in DBMS research and development.

The HDRI Handbook: High Dynamic Range Imaging for Photographers and CG Artists


Christian Bloch - 2007
    This cutting-edge imaging technology is a method to digitally capture and edit all light in a scene. It represents a quantum leap in imaging technology, as revolutionary as the leap from Black & White to Color imaging. If you are serious about photography, you will find that HDRI is the final step that places digital ahead of analog. The old problem of over- and underexposure in analog photography, which was never fully solved, is elegantly bypassed here. A huge variety of subjects can now be photographed for the first time ever.HDRI emerged from the movie industry, and was once Hollywood's best kept secret. It is now a mature technology available to everyone. The only problem was that it was poorly documented until now. The HDRI Handbook is the manual that was missing.Many questions remain open even for the computer graphics gurus that have been using HDRI for years. This is where The HDRI Handbook comes in. Included here is everything you need to build a comprehensive knowledge base that will enable you to become really creative with HDRI. This book is packed with practical hints and tips, software evaluations, workshops, and hands-on tutorials. Whether you are a photographer, 3D artist, compositor, or cinematographer, this book is sure to enlighten you.Topics include:Understanding the foundation of HDRITools for a High Dynamic Range WorkflowHow to capture HDR images: now and tomorrowTone mapping for creating superior printsImage processing and compositingAll 4 ways to shoot panoramic HDRIsImage based lighting and CG renderingWorld premiere of the Smart Dynamic Range toolkitCreative uses and unconventional applications

The Art of Robotech: The Shadow Chronicles


Tommy Yune - 2007
    Now twenty-, thirty-, and forty-something fans await the further adventures and ever-expanding lines of merchandise in Robotech: The Shadow Chronicles.The year is 2044. The people of Earth are finally free from their alien occupiers and prepare to search for Admiral Hunter’s missing fleet. But a deadly new adversary threatens to test the limits of the Expeditionary Force’s use of Shadow Technology. . .Included here is everything fans are looking for—series history, plot, character, and mecha guides, plus page after page of detailed film art and drawings—assembled by the film’s director and other production insiders.The film is due for theatrical release in 2006 by FUNimation, with a major DVD release to follow. Robotech is the flagship work of Harmony Gold USA, one of the industry’s top studios, and the film marks the return of the much-discussed series of the 1980s that helped create the anime market outside Japan.Known for his manga/anime style of storytelling, Shadow Chronicles director Tommy Yune broke into the mainstream comic industry in 1999 as writer and artist of the critically acclaimed Speed Racer: Born to Race, followed by Racer X and Danger Girl: Kamikaze. Yune is based in Los Angeles.Carl Macek is an anime veteran and was executive producer of the original Robotech series.

Building Outrigger Sailing Canoes: Modern Construction Methods for Three Fast, Beautiful Boats


Gary Dierking - 2007
    This is the first book to present complete plans and building instructions for three outrigger sailing canoes.Based on traditional Hawaiian and Micronesian types, the designs are lightweight, easy to build, and screamingly fast. Author Gary Dierking shows you how to build these boats using stitch-and-glue and strip-planking construction, explains what tools and materials are required, how to rig and equip the boats, and more.

Linux Fundamentals


Paul Cobbaut - 2007
    For self-study, the intent is to read this book next to a working Linux computer so you can immediately do every subject, practicing each command.This book is aimed at novice Linux system administrators (and might be interesting and useful for home users that want to know a bit more about their Linux system). However, this book is not meant as an introduction to Linux desktop applications like text editors, browsers, mail clients, multimedia or office applications.- See more at: http://ebookjunkie.com/free-ebook/lin...

Handbook of Research on New Literacies


Julie Coiro - 2007
    It provides leadership for this newly emerging field, directing scholars to the major issues, theoretical perspectives, and interdisciplinary research pertaining to new literacies. Reviews of research are organized into six sections:MethodologiesKnowledge and InquiryCommunicationPopular Culture, Community, and Citizenship: Everyday LiteraciesInstructional Practices and AssessmentMultiple Perspectives on New Literacies Research FEATURESBrings together a diverse international team of editors and chapter authorsProvides an extensive collection of research reviews in a critical area of educational researchMakes visible the multiple perspectives and theoretical frames that currently drive work in new literaciesEstablishes important space for the emerging field of new literacies researchIncludes a unique Commentary section: The final section of the Handbook reprints five central research studies. Each is reviewed by two prominent researchers from their individual, and different, theoretical position. This provides the field with a sense of how diverse lenses can be brought to bear on research as well as the benefits that accrue from doing so. It also provides models of critical review for new scholars and demonstrates how one might bring multiple perspectives to the study of an area as complex as new literacies research. The Handbook of Research on New Literacies is intended for the literacy research community, broadly conceived, including scholars and students from the traditional reading and writing research communities in education and educational psychology as well as those from information science, cognitive science, psychology, sociolinguistics, computer mediated communication, and other related areas that find literacy to be an important area of investigation.

Nanotechnology: Understanding Small Systems


Ben Rogers - 2007
    Students in a first course on nanotechnology come from a wide variety of backgrounds, so the text must not assume understanding of too much background material, nor be too focused on any particular area. And still, those students are capable of understanding the hard details of the science, so the text must not gloss over the rigorous scientific explanations. Nanotechnology: Understanding Small Systems fits perfectly between popular science books and high-level treatises, neither of which suit the needs of students approaching this field for the first time. Working from the ground up, this text provides a detailed yet accessible introduction to the world's fastest growing field. Through real-world examples, hundreds of homework problems, original illustrations, and a clear approach, the authors accomplish the delicate task of keeping the book engaging while not avoiding real explanations of complex concepts. They take a systems-based approach, demonstrating how an understanding of the various areas underlying nanotechnology come together to create systems with unique functions and characteristics. In every case, comparing nanoscale systems to macroscale systems reveals the complex and fundamental differences between phenomena at different scales and uncovers the specific challenges posed by nanotechnology.With comprehensive coverage conveyed in an engaging and entertaining style, Nanotechnology: Understanding Small Systems provides a gateway into the exciting and rapidly evolving area of nanotechnology.

Energiya-Buran: The Soviet Space Shuttle


Bart Hendrickx - 2007
    The program eventually saw just one unmanned flight in November 1988 before the end of the Cold War and the collapse of the Soviet Union sealed its fate.After a Foreword provided by lead Buran test pilot Igor Volk, the authors look at the experience gradually accumulated in high-speed aeronautics with the development of various Soviet rocket planes and intercontinental cruise missiles between the 1930s to 1950s and the study of several small spaceplanes in the 1960s. Next the authors explain how the perceived military threat of the US Space Shuttle led to the decision in February 1976 to build a Soviet equivalent, and explore the evolution of the design until it was frozen in 1979. Following this is a detailed technical description of both Energiya and Buran and a look at nominal flight scenarios and emergency situations, highlighting similarities and differences with the US Space Shuttle.The authors then expand on the managerial aspects of the Energiya-Buran program, sum up the main design bureaus and production facilities involved in the project and describe the infrastructure needed to transport the hardware and prepare it for launch at the Baikonur cosmodrome. They go on to detail the selection and training of teams of civilian and military test pilots for Buran, crew assignments for the first manned missions and preparatory flights aboard Soyuz spacecraft.Next the focus turns to the extensive test program that preceded the first flight of Buran, notably the often trouble-plagued test firings of rocket engines, the first flight of Energiya with the enigmatic Polyus payload, test flights of subscale models and atmospheric approach and landing tests. After an analysis of Western speculation on the Soviet space shuttle effort in the pre-glasnost era, a detailed account is given of final preparations for the maiden flight of Buran and the mission itself.In the final chapters the authors look at the gradual demise of the project in the early 1990s, the fate of the Soviet orbiters and their cosmodrome infrastructure, cancelled missions, and the many planned derivatives of the Energiya rocket. Attention is also paid to technological spin-offs such as the Zenit and Sea Launch projects and the RD-180 and RD-191 rocket engines. Finally, an overview is given of alternative spaceplane proposals during and after the Buran era, including the MAKS air-launched spaceplane, the Kliper spacecraft and various single-stage-to-orbit systems.The book closes off with key specifications of the Energiya-Buran system, short biographies of the Buran pilots, an extensive list of Russian acronyms, a short bibliographical essay and a detailed index. Based largely on Russian sources, it is richly illustrated with some 250 pictures and diagrams.Although Energiya-Buran was primarily a program of unfulfilled promises and shattered dreams, it represented a major technological breakthrough for the Soviet Union and its story deserves to be told.

The Art and Science of Java


Eric S. Roberts - 2007
    By following the recommendations of the Association of Computing Machinery's Java Task Force, this first edition text adopts a modern objects-first approach that introduces readers to useful hierarchies from the very beginning.KEY TOPICS: Introduction; Programming by Example; Expressions; Statement Forms; Methods; Objects and Classes; Objects and Memory; Strings and Characters; Object-Oriented Graphics; Event-Driven Programs; Arrays and ArrayLists; Searching and Sorting; Collection Classes; Looking Ahead.MARKET: A modern objects-first approach to the Java programming language that introduces readers to useful class hierarchies from the very beginning.

Summer Reading: Program and Evidence


Fay H. Shin - 2007
    Shin and Krashen report that children who read recreationally over the summer return to the school year with gains in literacy, while children who do not backslide. Independent, voluntary reading will occur--whether skilled or challenged--as long as children are given access to books of quality and interest. An informative but friendly narrative explains the research-based plan for designing successful summer literacy programs. The appendix includes activities, blackline masters, and advice for commonly experienced challenges, such as working with administrators on summer program needs.

Making Things Talk: Practical Methods for Connecting Physical Objects


Tom Igoe - 2007
    But when devices that you've built start to talk to each other, things really start to get interesting. Through a series of simple projects, you'll learn how to get your creations to communicate with one another by forming networks of smart devices that carry on conversations with you and your environment. Whether you need to plug some sensors in your home to the Internet or create a device that can interact wirelessly with other creations, Making Things Talk explains exactly what you need. This book is perfect for people with little technical training but a lot of interest. Maybe you're a science teacher who wants to show students how to monitor weather conditions at several locations at once, or a sculptor who wants to stage a room of choreographed mechanical sculptures. Making Things Talk demonstrates that once you figure out how objects communicate -- whether they're microcontroller-powered devices, email programs, or networked databases -- you can get them to interact. Each chapter in contains instructions on how to build working projects that help you do just that. You will:Make your pet's bed send you email Make your own seesaw game controller that communicates over the Internet Learn how to use ZigBee and Bluetooth radios to transmit sensor data wirelessly Set up communication between microcontrollers, personal computers, and web servers using three easy-to-program, open source environments: Arduino/Wiring, Processing, and PHP. Write programs to send data across the Internet based on physical activity in your home, office, or backyard And much more With a little electronics know-how, basic (not necessarily in BASIC) programming skills, a couple of inexpensive microcontroller kits and some network modules to make them communicate using Ethernet, ZigBee, and Bluetooth, you can get started on these projects right away. With Making Things Talk, the possibilities are practically endless.

Atlantic Escorts: Ships, Weapons & Tactics in World War II: Ships, Weapons and Tactics in World War II


D.K. Brown - 2007
    Brown takes a detailed look at the Allied ships, weapons, and tactics that won the submarine war in the Atlantic in this handsomely illustrated book. Beginning with the lessons learned from World War I, the author outlines inter-war developments in technology and training and describes preparations for World War II. He then examines the balance of advantage as it see-sawed between U-boats and escorts when new weapons and sensors were introduced at a rapid rate. For defending navies, the prime requirement was numbers, and Brown explains that the most pressing problem was to improve capability without sacrificing simplicity and speed of construction. The author's analyses of the resulting designs of sloops, frigates, corvettes, and destroyer escorts, and his determination of their relative effectiveness, offer insights new even to those well versed on the subject of anti-submarine warfare during the Atlantic War, a campaign that Winston Churchill famously claimed was the only one that really frightened him.

Excel 2007 Formulas [With CDROM]


John Walkenbach - 2007
    Spreadsheet," is one of the world's leading authorities on ExcelThoroughly updated to cover the revamped Excel interface, new file formats, enhanced interactivity with other Office applications, and upgraded collaboration featuresIncludes a valuable CD-ROM with templates and worksheets from the bookNote: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Practical Signal Processing


Mark Owen - 2007
    This 2007 book introduces the basic theory of digital signal processing, with emphasis on real-world applications. Sampling, quantization, the Fourier transform, filters, Bayesian methods and numerical considerations are covered, then developed to illustrate how they are used in audio, image, and video processing and compression, and in communications. The book concludes with methods for the efficient implementation of algorithms in hardware and software. Intuitive arguments rather than mathematical ones are used wherever possible, and links between various signal processing techniques are stressed. The advantages and disadvantages of different approaches are presented in the context of real-world examples, enabling the reader to choose the best solution to a given problem. With over 200 illustrations and over 130 exercises (including solutions), this book will appeal to practitioners working in signal processing, and undergraduate students of electrical and computer engineering.

Virtual Honeypots: From Botnet Tracking to Intrusion Detection


Niels Provos - 2007
    It is comprehensive and well written. The authors provide us with an insider's look at virtual honeypots and even help us in setting up and understanding an otherwise very complex technology.--Stefan Kelm, Secorvo Security ConsultingVirtual Honeypots is the best reference for honeypots today. Security experts Niels Provos and Thorsten Holz cover a large breadth of cutting-edge topics, from low-interaction honeypots to botnets and malware. If you want to learn about the latest types of honeypots, how they work, and what they can do for you, this is the resource you need.--Lance Spitzner, Founder, Honeynet ProjectWhether gathering intelligence for research and defense, quarantining malware outbreaks within the enterprise, or tending hacker ant farms at home for fun, you'll find many practical techniques in the black art of deception detailed in this book. Honeypot magic revealed!--Doug Song, Chief Security Architect, Arbor NetworksSeeking the safest paths through the unknown sunny islands called honeypots? Trying to avoid greedy pirates catching treasures deeper and deeper beyond your ports? With this book, any reader will definitely get the right map to handle current cyber-threats.Designed by two famous white hats, Niels Provos and Thorsten Holz, it carefully teaches everything from the concepts to practical real-life examples with virtual honeypots. The main strength of this book relies in how it covers so many uses of honeypots: improving intrusion detection systems, slowing down and following incoming attackers, catching and analyzing 0-days or malwares or botnets, and so on.Sailing the high seas of our cyber-society or surfing the Net, from students to experts, it's a must-read for people really aware of computer security, who would like to fight against black-hats flags with advanced modern tools like honeypots.--Laurent Oudot, Computer Security Expert, CEAProvos and Holz have written the book that the bad guys don't want you to read. This detailed and comprehensive look at honeypots provides step-by-step instructions on tripping up attackers and learning their tricks while lulling them into a false sense of security. Whether you are a practitioner, an educator, or a student, this book has a tremendous amount to offer. The underlying theory of honeypots is covered, but the majority of the text is a 'how-to' guide on setting up honeypots, configuring them, and getting the most out of these traps, while keeping actual systems safe. Not since the invention of the firewall has a tool as useful as this provided security specialists with an edge in the never-ending arms race to secure computer systems. Virtual Honeypots is a must-read and belongs on the bookshelf of anyone who is serious about security.--Aviel D. Rubin, Ph.D., Computer Science Professor and Technical Director of the Information Security Institute at Johns Hopkins University, and President and Founder, Independent Security EvaluatorsAn awesome coverage of modern honeypot technologies, both conceptual and practical.--Anton ChuvakinHoneypots have grown from simple geek tools to key components in research and threat monitoring at major entreprises and security vendors. Thorsten and Niels comprehensive coverage of tools and techniques takes you behind the scene with real-world examples of deployment, data acquisition, and analysis.--Nicolas Fischbach, Senior Manager, Network Engineering Security, COLT Telecom, and Founder of S�curit�.OrgHoneypots have demonstrated immense value in Internet security, but physical honeypot deployment can be prohibitively complex, time-consuming, and expensive. Now, there's a breakthrough solution. Virtual honeypots share many attributes of traditional honeypots, but you can run thousands of them on a single system-making them easier and cheaper to build, deploy, and maintain.In this hands-on, highly accessible book, two leading honeypot pioneers systematically introduce virtual honeypot technology. One step at a time, you'll learn exactly how to implement, configure, use, and maintain virtual honeypots in your own environment, even if you've never deployed a honeypot before.You'll learn through examples, including Honeyd, the acclaimed virtual honeypot created by coauthor Niels Provos. The authors also present multiple real-world applications for virtual honeypots, including network decoy, worm detection, spam prevention, and network simulation.After reading this book, you will be able toCompare high-interaction honeypots that provide real systems and services and the low-interaction honeypots that emulate them Install and configure Honeyd to simulate multiple operating systems, services, and network environments Use virtual honeypots to capture worms, bots, and other malware Create high-performance hybrid honeypots that draw on technologies from both low- and high-interaction honeypots Implement client honeypots that actively seek out dangerous Internet locations Understand how attackers identify and circumvent honeypots Analyze the botnets your honeypot identifies, and the malware it captures Preview the future evolution of both virtual and physical honeypots

Nobody Knows Shoes


Why The Lucky Stiff - 2007
    The official illustrated manual of Shoes, a GUI toolkit for the Ruby language that can be used to make programs that run on Windows, Linux, and Mac OS X.

Alexander Graham Bell: Giving Voice to the World


Mary Kay Carson - 2007
    It was this desire that led him to create his most famous invention, the telephone, and turned him into one of the most well-known names of all time. Young readers will find themselves fascinated by this in-depth look at Bell’s life and times; his journey from compassionate teacher to master inventor; his success—by just a day—in becoming the first to patent his new creation; and his other, less celebrated, but important achievements.

Praxis Manned Spaceflight Log 1961-2006


Tim Furniss - 2007
    It will be a complete chronological log of all attempted orbital manned spaceflights, including the X-15 "astroflights" of the 1960s that only achieved an altitude of c. 50 miles and the two 1961 Mercury and Redstone missions which were non-orbital. There will be an image depicting each manned spaceflight, and data boxes containing brief biographies of all the space travellers and basic flight data. The main text will be a narrative of each mission, its highlights and accomplishments, including those strange facts and humorous stories that are connected to every mission.By targeting publication in September 2006, the return to flight of the Shuttle, two more Soyuz TMA launches and, quite possibly, a second Chinese manned mission. The resulting book will be a handy reference to all manned spaceflights, the names astronauts and cosmonauts who flew on each mission, and their roles and accomplishments. Recent announcements of a return to the Moon and eventual manned flights to Mars, as new hardware and procedures are developed to support these long-range programs, emphasizes the case for future updates of this book.

U-Boat Combat Missions: The Pursuers & The Pursued: First Hand Accounts Of U-Boat Life And Operations


Lawrence Paterson - 2007
    

Naval Firepower: Battleship Guns and Gunnery in the Dreadnought Era


Norman Friedman - 2007
    Because the naval gun platform was itself in motion, finding a 'firing solution' was a significant problem made all the more difficult when gun sizes increased and fighting ranges lengthened and seemingly minor issues like wind velocity had to be factored in. To speed up the process and eliminate human error, navies sought a reliable mechanical calculation. This heavily illustrated book outlines for the first time in layman's terms the complex subject of fire-control, as it dominated battleship and cruiser design from before World War I to the end of the dreadnought era. Covering the directors, range-finders, and electro-mechanical computers invented to solve the problems, America's leading naval analyst explains not only how the technology shaped (and was shaped by) the tactics involved, but analyses their effectiveness in battle. His examination of the controversy surrounding Jutland and the relative merits of competing fire-control systems draws conclusions that will surprise many readers. He also reassesses many other major gun actions, such as the battles between the Royal Navy and the Bismarck and the US Navy actions in the Solomons and at Surigao Strait. All major navies are covered, and the story concludes at the end of World War II with the impact of radar.This is a book that everyone with a more than passing interest in twentieth-century warships will want to read, and nobody professionally involved with naval history can afford to miss.

Technical Drawings of Aircraft of World War II: 1939-1945


Paul E. Eden - 2007
    The illustrations are complemented by colour photographs with extended captions, plus detailed information about each aircraft's operational specifications.From the Messerschmitt Bf109k-4 to the North American B-25 Mitchell, Technical Drawings of Aircraft of World War II is an invaluable reference guide for anyone interested in how classic aircraft worked, or modellers looking for an accurate reference.

Patterns in Network Architecture: A Return to Fundamentals (Paperback): A Return to Fundamentals


John Day - 2007
    Piercing the fog of history, he bridges the gap between our experience from the original ARPANET and today's Internet to a new perspective on networking. Along the way, he shows how socioeconomic forces derailed progress and led to the current crisis. Beginning with the seven fundamental, and still unanswered, questions identified during the ARPANET's development, Patterns in Network Architecture returns to bedrock and traces our experience both good and bad. Along the way, he uncovers overlooked patterns in protocols that simplify design and implementation and resolves the classic conflict between connection and connectionless while retaining the best of both. He finds deep new insights into the core challenges of naming and addressing, along with results from upper-layer architecture. All of this in Day's deft hands comes together in a tour de force of elegance and simplicity with the annoying turn of events that the answer has been staring us in the face: Operating systems tell us even more about networking than we thought. The result is, in essence, the first "unified theory of networking," and leads to a simpler, more powerful--and above all--more scalable network infrastructure. The book then lays the groundwork for how to exploit the result in the design, development, and management as we move beyond the limitations of the Internet. Using this new model, Day shows how many complex mechanisms in the Internet today (multihoming, mobility, and multicast) are, with this collapse in complexity, now simply a consequence of the structure. The problems of router table growth of such concern today disappear. The inescapable conclusion is that the Internet is an unfinished demo, more in the tradition of DOS than Unix, that has been living on Moore's Law and 30 years of band-aids. It is long past time to get networking back on track. - Patterns in network protocols that synthesize "contradictory" approaches and simplify design and implementation - "Deriving" that networking is interprocess communication (IPC) yielding - A distributed IPC model that repeats with different scope and range of operation - Making network addresses topological makes routing purely a local matter - That in fact, private addresses are the norm--not the exception--with the consequence that the global public addresses required today are unnecessary - That mobility is dynamic multihoming and unicast is a subset of multicast, but multicast devolves into unicast and facilitates mobility - That the Internet today is more like DOS, but what we need should be more like Unix - For networking researchers, architects, designers, engineers Provocative, elegant, and profound, Patterns in Network Architecture transforms the way you envision, architect, and implement networks. Preface: The Seven Unanswered Questions xiii Chapter 1: Foundations for Network Architecture 1 Chapter 2: Protocol Elements 23 Chapter 3: Patterns in Protocols 57 Chapter 4: Stalking the Upper-Layer Architecture 97 Chapter 5: Naming and Addressing 141 Chapter 6: Divining Layers 185 Chapter 7: The Network IPC Model 235 Chapter 8: Making Addresses Topological 283 Chapter 9: Multihoming, Multicast, and Mobility 317 Chapter 10: Backing Out of a Blind Alley 351 Appendix A: Outline for Gedanken Experiment on Separating Mechanism and Policy 385 Bibliography 389 Index 399

Digital Signal Processing: Fundamentals and Applications


Li Tan - 2007
    Coverage includes DSP principles, applications, and hardware issues with an emphasis on applications. Many instructive worked examples are used to illustrate the material and the use of mathematics is minimized for easier grasp of concepts.In addition to introducing commercial DSP hardware and software, and industry standards that apply to DSP concepts and algorithms, topics covered include adaptive filtering with noise reduction and echo cancellations; speech compression; signal sampling, digital filter realizations; filter design; multimedia applications; over-sampling, etc. More advanced topics are also covered, such as adaptive filters, speech compression such as PCM, u-law, ADPCM, and multi-rate DSP and over-sampling ADC.

Wil O' Wisps & Other Illuminated Manuscripts


Mordicai Burke - 2007
    An automata wakes up in a circle of menhirs, devoid of memories, his words upon waking "...d really like to kill you." Confused as to his function, he sets out to kill whomever he was speaking to.

Handbook of the Indians of California


Alfred Louis Kroeber - 2007
    In the north they approximated the cultures of the Northwest Coast; in the center they developed distinctive, elaborate cultures based on local food supplies; and in the south and east they approximated the more primitive desert groups — all in all showing a host of adaptations within a relatively small geographical area. In addition, despite successive decimations by missionaries, colonial administrations, settlers, and exploiters, enough Indians survived (though sometimes only a couple of each group) to make their study possible. For these reasons they have long been an important topic in anthropological circles.Far and away the most important work ever prepared about this complex situation was the monumental Handbook of the Indians of California by Kroeber. Based on more than 15 years of exhaustive research by Kroeber, it is a summation of just about everything of importance known about these Indians. Kroeber covered demographic situations, linguistic relations (which are also extraordinarily complex), social structures, folkways, religion, material culture, and whatever else was needed to offer a full picture of each “tribe.” The resulting book is a survey of each group, the typologically more important groups like the Yurok, Pomo, Maidu, Yokuts, and Mohave naturally receiving the most detail. Indispensable for every student of the American Indian, it can be read with great profit by both specialists and lay readers.

Digital Writing Research: Technologies, Methodologies, and Ethical Issues


Heidi A. McKee - 2007
    The focus of each chapter is on articulating particular methodologies and ethical approaches for conducting digital research. It will offer experienced and new researchers an introduction to possible approaches and related methodological and ethical issues.

Microsoft® Exchange Server 2007 Administrator's Companion


Walter Glenn - 2007
    For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via O'Reilly Media's Digital Distribution services. To download this content, please visit O'Reilly's web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to booktech@oreilly.com.

Harrison


Jonathan Betts - 2007
    Following one of the most inspiring and fascinating stories linked to the Royal Observatory, Greenwich, this book centres on the life and achievements of John Harrison, designer and builder of the first accurate, marine timekeepers.

No Tech Hacking: A Guide to Social Engineering, Dumpster Diving, and Shoulder Surfing


Johnny Long - 2007
    Kevin Mitnick's last book sold 40,000 units in North America.As the clich� goes, information is power. In this age of technology, an increasing majority of the world's information is stored electronically. It makes sense then that we rely on high-tech electronic protection systems to guard that information. As professional hackers, Johnny Long and Kevin Mitnick get paid to uncover weaknesses in those systems and exploit them. Whether breaking into buildings or slipping past industrial-grade firewalls, their goal has always been the same: extract the information using any means necessary. After hundreds of jobs, they have discovered the secrets to bypassing every conceivable high-tech security system. This book reveals those secrets; as the title suggests, it has nothing to do with high technology.

The World of Ham Radio, 1901-1950: A Social History


Richard A. Bartlett - 2007
    Because of the few government restrictions and the low monetary investment required, the concept of ham radio appealed to various people. More than just a simple hobby, however, ham radio required its operators to understand radio theory, be able to trace a schematic and know how to build a transmitter and receiver with whatever material they might have available. With the advent of World War II and the increased need for cutting-edge communications, the United States government drew upon the considerable knowledge and skill of these amateur ham radio operators, validating the fact that ham radio was here to stay. This book explores the history of ham radio operators, emphasizing their social history and their many contributions to the technological development of worldwide

Introduction to the Semantic Web and Semantic Web Services


Liyang Yu - 2007
    Using a concrete approach, Introduction to the Semantic Web and Semantic Web Services builds a firm foundation in the concept of the semantic Web, its principal technologies, its real-world applications, and its relevant coding examples.This introductory yet comprehensive book covers every facet of this exciting technology. After an introduction to the semantic Web concept, it discusses its major technical enablers and the relationships among these components. The author then presents several applications of the semantic Web, including Swoogle, FOAF, and a detailed design of a semantic Web search engine. The book concludes with discussions on how to add semantics to traditional Web service descriptions and how to develop a search engine for semantic Web services.Covering the building blocks of an advanced Web technology, this practical resource equips you with the tools to further explore the world of the semantic Web on your own.

Microsoft® Office Excel® 2007 Visual Basic® for Applications Step by Step


Reed Jacobson - 2007
    With Step By Step, you set the pace—building and practicing the skills you need, just when you need them!Create macros to automate repetitive tasksAutomatically format charts, shapes, and textManipulate tables and other objects—even build PivotTable reportsWrite your own functions and proceduresUse loops and conditions to add decision logic to macrosBuild custom command buttons, dialog boxes, and user forms Your all-in-one learning experience includes:Files for building skills and practicing the book’s lessonsFully searchable eBookWindows Vista® Product Guide eReference—plus other resources on CD A Note Regarding the CD or DVD The print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via OReilly Medias Digital Distribution services. To download this content, please visit OReillys web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to booktech@oreilly.com.

Adobe Photoshop Elements 6: A Visual Introduction to Digital Photography [With CDROM]


Philip Andrews - 2007
    Real-life examples and precise, easy-to-follow step-by-step instructions will help you get up to speed with Elements 6 fast for the results you want in no time, whether your photographs are from your digital camera or scanned images from film and slides. If it s in Elements, it s in this book. Andrews covers tried and true tools which have been revamped to better suit photographers needs, such as the Adjust Color Curves and Convert to Black and White features, the Brightness/Contrast feature, and a smoother workflow for the creation of photo projects such as Photo Books, Photo Collage, Online Galleries, CD/DVD Jackets, and CD/DVD Labels. He also dives into the exciting, all-new features of Elements 6 such as: *The Quick Selection Tool *Fantastic Photomerge technology for group shots and faces, which lets you combine the best pieces from multiple images *Direct copy to CD/DVD to speed up your workflow when you need to copy several images to disc quickly *The Guided Edit Workshop with interactive technique tutorials *Smart Albums, to automatically add photos that match certain criteria to your Album *The Refine Edge feature, which allows you to control how smooth or feathered the edges of your images appear *A Task Pane with five different Task Modes (Organize, Fix, Create, Share and Edit) to help you manage the processing of your images and much, much more. Whatever your organizing, editing, creating, and sharing needs are, you ll find clear-cut, no-nonsense answers in this introductory book/CD/website learning package. If you find yourself getting stuck, Philip is just a click away with over two hours of superb video tutorials on the included CD. Or, visit the book s website, www.guide2elements.com, for updates and more images that you can use to practice your new skills. Written by a photographer for photographers, this book is for those who want to know the techniques that get results and can be put into practice immediately. *Best-selling author and world-renowned Elements expert Philip Andrews guides you through the latest and greatest features in this incredible software with easy-to-follow, precise step-by-step instructions*Think again before you hit that delete button - beautiful, full color images show you how to rework ordinary shots into extraordinary pieces of art*Begin practicing your new skills immediately with over TWO HOURS of superb video tutorials included on the CD

McGraw-Hill's HVAC Licensing Study Guide


Rex Miller - 2007
     Written by two of the most experienced and successful authors in the HVAC field, this on-target book presents a wealth of current information on heating…boilers…ventilation ductwork…air conditioning systems and methods…refrigeration…electrical systems…control devices…materials and equipment design…and codes and standards. Filled with over 200 detailed illustrations and handy “tip boxes” on important code matters and exam questions, the HVAC Licensing Study Guide enables readers to: Develop skills with material most likely to appear on the NATE, ICE, RSES, and HVAC licensing exams Improve test-taking ability with over 800 exam-style multiple-choice and true/false questions and answers Learn about the latest refrigerant usage and regulations Keep up with the most recent codes and standards Acquire the confidence, skills, and knowledge needed to pass your licensing exam on the first try This HVAC Study Guide Will Help You Master: • Heating (Boilers) • Ventilation (Ductwork) • Air Conditioning • Refrigeration • Electrical • Control Devices • and Much More!

Top Dead Center: The Best of Kevin Cameron from Cycle World Magazine


Kevin Cameron - 2007
    Here are the feature articles and columns that have made Cameron a must-read for motorcycle aficionados: stories of the racing life; interviews with top-notch racers; profiles of builders and engineers (like John Britten); accounts of changes in the racing world; analyses of riding techniques and winning technology; reports of races; and popular pieces about engine and suspension theory.With short introductions to each piece, Cameron puts his on-the-spot writing on motorcycle racing into context, and offers a quick, clear history of the best on bikes.

Cyber-Safe Kids, Cyber-Savvy Teens: Helping Young People Learn to Use the Internet Safely and Responsibly


Nancy E. Willard - 2007
    News stories about online sexual predators, child pornography, cyberbullies, hate groups, gaming addiction, and other dangers that lurk in the online world make us feel increasingly concerned about what our children are doing (and with whom) in cyberspace. In Cyber-Safe Kids, Cyber-Savvy Teens, Internet safety expert Nancy Willard provides you with need-to-know information about those online dangers, and she gives you the practical parenting strategies necessary to help children and teens learn to use the Internet safely and responsibly. Parents protect younger children by keeping them in safe places, teaching them simple safety rules, and paying close attention. As children grow, we help them gain the knowledge, skills, and values to make good choices--choices that will keep them safe and show respect for the rights of others. In Cyber-Safe Kids, Cyber-Savvy Teens, Willard shows you how those same strategies can be translated from the real world to the cyberworld, and that you don't have to learn advanced computer skills to put them into effect. As you work on these strategies with your child, you will also discover that remaining engaged with what your children are doing online is much more valuable than any blocking software you could buy. Willard blends the perspectives of a wise parent and a serious scholar about issues related to Internet behavior and safety. . . . Pick up the book, open it to any random page, and you will find on that page or nearby a wealth of helpful advice and useful commentary on the cyberreality facing our children and on how to deal with any of the issues she's identified. --Dick Thornburgh, J.D., former U.S. Attorney General; chair, National Academy of Sciences Committee on Youth Pornography and the Internet Simply put, this book is a must-read for anyone--parents, educators, law enforcement, and policymakers alike--concerned with the critical issue of children's internet safety and what to do about it. --Douglas Levin, senior director of education policy, Cable in the Classroom

Multimodal Composition: Resources for Teachers (New Directions in Computers and Composition)


Cynthia L. Selfe - 2007
    This book offers faculty practical help on creating multimodal assignments and working within digital composing environments.

Rice & Chips: Technopreneurship and Innovation In Asia


Dennis B. Posadas - 2007
    Using these rules as a benchmark, the author Dennis Posadas, points out the similiarities and differences between Silicon Valley and Asian countries like China, Taiwan, India, Singapore and Korea.

The Telescope: Its History, Technology, and Future


Geoff Andersen - 2007
    But what do most of us know about telescopes themselves--their history, how they work, what they are being used for today, or what the next generation of billion-dollar telescopes will look like? In The Telescope, Geoff Andersen fills in all the details for us in an accessible, nontechnical way that will appeal to the amateur astronomer and anyone else who has been more than a little curious about this amazing instrument.The book covers every aspect of optical telescopes--from the humblest backyard setup, to state-of-the-art observatories, to the Hubble Space Telescope and spy satellites. Chapters describe the development, design, and operation of telescopes; how observatories are sited, engineered, and built; variations such as solar and liquid-mirror telescopes; and some of the key astronomical discoveries telescopes have made possible. And there are plenty of surprises along the way. We learn, for example, that most of today's professional astronomers never even look through their own telescopes, relying instead on digital imaging, measurement, and analysis--or even remote computer control of a night-shrouded observatory on the other side of the Earth.But, as The Telescope explains, these magnificent instruments do more than simply peer into space. They project and receive laser beams--for communicating, mapping, and making detailed observations of the Earth. They also look down at us from spy satellites, providing secret images to intelligence agencies--and, increasingly, giving a curious public access to more pedestrian images. The Telescope is the ideal introduction to a fascinating instrument that has taught us so much--but that most of us know so little about.

The Rise of the Blogosphere


Aaron Barlow - 2007
    Though almost everything else about online discussion has changed in the two decades since, those words still describe its central premise, and this basic idea underlies both the power and the popularity of blogging today. Appropriately enough, it also describes American journalism as it existed a century and a half before The WELL was organized, before the concept of popular involvement in the press was nearly swept away on the rising tide of commercial and professional journalism. In this book, which is the first to provide readers with a cultural/historical account of the blog, as well as the first to analyze the different aspects of this growing phenomenon in terms of its past, Aaron Barlow provides lay readers with a thorough history and analysis of a truly democratic technology that is becoming more important to our lives every day.The current popularity of political blogs can be traced back to currents in American culture apparent even at the time of the Revolution. At that time there was no distinct commercial and professional press; the newspapers, then, provided a much more direct outlet for the voices of the people. In the nineteenth century, as the press became more commercial, it moved away from its direct involvement with politics, taking on an observer stance--removing itself from the people, as well as from politics. In the twentieth century, the press became increasingly professional, removing itself once more from the general populace. Americans, however, still longed to voice their opinions with the freedom that the press had once provided. Today, blogs are providing the means for doing just that.

Advanced Microsoft® Office Documents 2007 Edition Inside Out


Stephanie Krieger - 2007
    This book is packed with advanced timesaving tips and troubleshooting methods to help you learn the smartest, simplest ways to create powerful documents. Discover how the experts approach document production—and reach new levels of mastery!Exploit the power of tables, Themes, and templates Produce professional-quality graphics using new SmartArt diagrams, custom shapes, and other drawing tools Customize and reuse content with Building Blocks and Content Controls Learn advanced techniques for managing slide masters and custom layouts for effective presentations Design PivotTables for more powerful data analysis and reporting Build sophisticated Excel 2007 chart types and customize chart elements Use Microsoft Visual Basic for Applications (VBA) to automate document production and customize templates Customize the Office Fluent Ribbon and troubleshoot your documents with Office Open XML CD includes:Fully searchable eBook Sample documents and templates VBA and Office Open XML code samples Author webcasts—see advanced techniques in action Tool for binding custom XML to content controls in Word 2007 Files for customizing the Fluent Ribbon Links to articles blogs, and developer learning resources Windows Vista Product Guide eReference and other eBooks A Note Regarding the CD or DVDThe print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via O'Reilly Media's Digital Distribution services. To download this content, please visit O'Reilly's web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to booktech@oreilly.com.

NASA Systems Engineering Handbook (NASA/Sp-2007-6105 Rev1)


National Aeronautics and Space Administration - 2007
    These core chapters are supplemented by appendices that provide outlines, examples, and further information to illustrate topics in the core chapters. The handbook makes extensive use of boxes and figures to define, refine, illustrate, and extend concepts in the core chapters without diverting the reader from the main information. The handbook provides top-level guidelines for good systems engineering practices; it is not intended in any way to be a directive. NASA/SP-2007-6105 Rev1 supersedes SP-6105, dated June 1995

MCITP Self-Paced Training Kit (Exam 70-685): Windows® 7 Enterprise Desktop Support Technician: Windows 7 Enterprise Desktop Support Technician


Tony Northrup - 2007
    This 2-in-1 kit includes the official Microsoft® study guide, plus practice tests on CD to help you assess your skills. It comes packed with the tools and features exam candidates want most-including in-depth, self-paced training based on final exam content; rigorous, objective-by-objective review; exam tips from expert, exam-certified authors; and customizable testing options. It also provides real-world scenarios, case study examples, and troubleshooting labs to give you the skills and expertise you can use on the job. Work at your own pace through the lessons and lab exercises. The official study guide covers identifying and resolving desktop application, networking, security, and performance issues; supporting mobile users; and providing support for hardware failures.Then assess yourself using the 200 practice questions on CD, featuring multiple customizable testing options to meet your specific needs. Choose timed or untimed testing mode, generate random tests, or focus on discrete objectives. You get detailed explanations for right and wrong answers-including pointers back to the book for further study. You also get an exam discount voucher-making this kit an exceptional value and a great career investment.Assess your skills with practice tests. You can work through hundreds of questions using multiple testing modes to meet your specific learning needs. You get detailed explanations for right and wrong answers—including a customized learning path that describes how and where to focus your studies.

The E-Learning Handbook: Past Promises, Present Challenges


Saul Carliner - 2007
    Wayne Precht, Harvey Singh, Jim Everidge, and Jane Bozarth; Pat Brogan; Patrick Parrish; Marc J. Rosenberg and Steve Forman; Pat McGee; Philip C. Abrami, Gretchen Lowerison, Roger Cote, and Marie-Claude Lavoie; Thomas C. Reeves, Jan Herrington, and Ron Oliver; and Patrick Lambe. The book offers a comprehensive and up-to-date assessment of the technological, design, economic, evaluation, research, economic, and philosophical issues underlying e-learning. Each chapter includes a chart that summarizes the key take-away points, contains questions that are useful for guiding discussions, and offers suggestions of related links, books, papers, reports, and articles.

The Biology of Mangroves and Seagrasses


Peter J. Hogarth - 2007
    This new edition has been thoroughly revised and updated to provide a comprehensive introduction to all aspects of the biology and ecology of mangroves and seagrasses, using a global range of examples. It deals with the adaptations of these plants to their exacting environment, the rich and diverse communities of organisms that depend on mangrove forests and seagrass meadows (including tree-climbing shrimps, synchronously flashing fireflies and 'gardening' seacows), the links between mangrove, seagrass, and other habitats, the evolution, biodiversity and biogeography of mangroves and seagrasses, and the likely effects of global climate change. The economic value of mangroves and seagrasses is also discussed, including approaches to rational management of these vital resources, and techniques for the restoration of degraded habitats. As with other titles in the Biology of Habitats series, particular emphasis is placed on the organisms that dominate these aquatic environments although pollution, conservation and experimental aspects are also considered. no previous knowledge of mangrove or seagrass ecology.

Oracle Automatic Storage Management: Under-The-Hood & Practical Deployment Guide


Nitin Vengurlakar - 2007
    Written by a team of database experts, Oracle Automatic Storage Management: Under-the-Hood & Practical Deployment Guide explains how to build and maintain a dynamic, highly available Oracle database storage environment. Inside, you'll learn how to configure storage for Oracle ASM, build disk groups, use data striping and mirroring, and optimize performance. You'll also learn how to ensure consistency across server and storage platforms, maximize data redundancy, and administer Oracle ASM from the command line.Manage Oracle ASM Instances and configure Oracle RDBMS instances to leverage Oracle ASMDefine, discover, and manage disk storage under Oracle ASMCreate external, normal-redundancy, and high-redundancy disk groupsAdd and remove Oracle ASM storage without affecting RDMS instance availabilityLearn how Oracle ASM provides even I/O distributionWork with Oracle ASM directories, files, templates, and aliasesImprove storage performance and integrity using the ASMLIB APISimplify system administration with the Oracle ASM command line interfaceUnderstand key internal Oracle ASM structures and algorithms

X-15: Extending the Frontiers of Flight


Dennis R. Jenkins - 2007
    Built in the 1950s, she became the fastest and highest-flying winged aircraft of its time. During 199 flights from 1959 through 1968, she collected data about hypersonic flight that was invaluable to aeronautics and to developers of the space shuttle. This book describes the genesis of the program, the design and construction of the aircraft, years of research flights and the experiments that flew aboard them. 600 plus pages of illustrations, photographs, and more.

Faux Real: Genuine Leather and 200 Years of Inspired Fakes


Robert Kanigel - 2007
    Over the centuries, men and women have devoted enormous energy to making fake things seem real. As early as the 14th century, fabric was treated with special oils to make it resemble leather. In the 1870s came Leatherette, a new bookbinding material. The 20th century has given us Fabrikoid, Naugahyde, Corfam, and Ultrasuede. Each claims to transcend leather's limitations, to do better than nature itself - or at least to convince consumers that it has. Perhaps more than any other natural material, leather stands for the authentic and the genuine; Genuineleather, like a single German word, is how we think of it. Its animal roots etched in its pores and in the swirls of its grain, leather serves as cultural shorthand for the virtues of the real over the synthetic, the original over the copy, the luxurious over the shoddy and second-rate. From formica, vinyl siding, and particle board to cubic zirconium, knockoff designer bags, and genetically altered foods, inspired fakes of every description fly the polyester pennant of a brave new man-made world. Each represents an often passionate journey of scientific, technical, and entrepreneurial innovation. "Faux Real" explores this borderland of the almost-real, the ersatz, and the fake, illuminating a centuries-old culture war between the authentic and the imitative.

Windows Server® 2008 Administrators Pocket Consultant


William R. Stanek - 2007
    It includes coverage of Windows Server 2008 R2 enhancements, including Hyper-V™ with Live Migration, Direct Access Infrastructure, Branch Cache, Windows PowerShell™ 2.0, the new Active Directory® console, and more. Zero in on core support and administration tasks using quick-reference tables, instructions, and lists. You ll get the focused information you need to solve problems and get the job done whether at your desk or in the field! Get fast facts to:Set up server roles and deploy Windows Server 2008Configure and maintain Active Directory(r)Create user and group accounts; control rights and permissionsManage file systems, drives, and RAID arraysConfigure TCP/IP networking and DHCP and DNS clients and serversTroubleshoot printers and print serversMonitor and tune network performancePrepare a disaster plan; back up and restore servers

Unix Shell Scripting Interview Questions, Answers, And Explanations: Unix Shell Certification Review


Terry Sanchez-Clark - 2007
    Keeping current, however, can be a challenge. With the UNIX Shell Scripting Interview Guide, you will be sure to be current. Using this book to prepare for a job interview or brush up on a scripting programming language will aid any programmer in acquiring new and applicable skills and knowledge. This book contains a complete reference of common scripting errors, performance tuning examples, and common applications. More than just UNIX documentation and open source rhetoric, this guide explains UNIX Shell Scripting from the perspective of the advanced programmer and administrator so you can be sure to come to any interview prepared. Key topics include: . Graphical user interfaces for UNIX . Advanced features of Bash, Bourne, and Korn . Common errors and troubleshooting . System monitoring and maintenance . Modern command line shells

Seeing Dark Things: The Philosophy of Shadows


Roy Sorensen - 2007
    Shadows and holes are anomalies for the causal theory of perception, which states that anything we see must be a cause of what we see. This requirement neatly explains why you see the front of a book's jacket and not its rear when you look at it face-on. However, the causal theory has trouble explaining how you manage to see the black letters on its surface. The letters are made visible by the light they fail to reflect rather than by the light they reflect. Nevertheless, Roy Sorensen defends the causal theory of perception by treating absences as causes. His fourteen chapters draw heavily on common sense and psychology to vindicate the assumption that we perceive absences. Seeing Dark Things is philosophy for the eye. It contains fifty-nine figures designed to prompt visual judgment. Sorensen proceeds bottom-up from observation rather than top-down from theory. He regards detailed analysis of absences as premature; he hopes a future theory will refine the pictorialthinking stimulated by the book's riddles. Just as the biologist pursues genetics with fruit flies, the metaphysician can study absences by means of shadows. Shadows are metaphysical amphibians with one foot on the terra firma of common sense and the other in the murky waters of nonbeing. Sorensen portrays the causal theory of perception's confrontation with the shadows as a triumph against alien attack - a victory that deepens a theory that resonatesprofoundly with common sense and science. In sum, Seeing Dark Things is an unorthodox defense of an orthodox theory.Seeing Dark Things is an adventurous philosophical exercise in the ontology and epistemology of the commonsense world. Its treatment of the many puzzles that surround such putative 'negative' entities as shadows and holes will make it a classic on the literature on privations for many yeas tocome. The book is also a wonderful example of how philosophy can be done without falling into the traps of the academic rigmarole. Sorensen is truly unique in his capacity to bring together classic philosophers, contemporary authors, and ticklish anecdotes. - Achille Varzi, Columbia UniversityThis is a wonderful book, full of a profound, unsettling cleverness and weirdly satisfying counter-intuitiveness that the subject requires...a great book. - Richard Marshall, BookforumSorensen is an extraordinarily fertile and imaginative philosopher, drawing widely on philosophy, physics, biology and vision science to mine his chosen quarry. His arguments, anecdotes and examples are always engaging. Add them to his effortless style and you have a rare commodity - a book ofserious philosophy that many non-professionals will enjoy. - Ian Phillips, Times Literary SupplementSorensen's book is certainly fascinating and richly thought-provoking... he argues carefully and clearly in favour of his key claims, all of which merit very serious consideration, even if they sometimes provoke one to construct and defend alternative views. That, however, is surely the hallmark ofthe very best kind of philosophy writing. Seeing Dark Things is a model of this kind. - E.J. Lowe, Philosophy

Digitizing Race: Visual Cultures of the Internet


Lisa Nakamura - 2007
    At the same time many scholars lauded the widespread use of text-driven interfaces as a solution to the problem of racial intolerance. Today’s online world is witnessing text-driven interfaces such as e-mail and instant messaging giving way to far more visually intensive and commercially driven media forms that not only reveal but showcase people’s racial, ethnic, and gender identity.Lisa Nakamura, a leading scholar in the examination of race in digital media, uses case studies of popular yet rarely examined uses of the Internet such as pregnancy Web sites, instant messaging, and online petitions and quizzes to look at the emergence of race-, ethnic-, and gender-identified visual cultures.While popular media such as Hollywood cinema continue to depict nonwhite nonmales as passive audiences or consumers of digital media rather than as producers, Nakamura argues the contrary—with examples ranging from Jennifer Lopez music videos; films including the Matrix trilogy, Gattaca, and Minority Report; and online joke sites—that users of color and women use the Internet to vigorously articulate their own types of virtual community, avatar bodies, and racial politics.Lisa Nakamura is associate professor of speech communication and Asian American studies at the University of Illinois, Urbana-Champaign. She is the author of Cybertypes: Race, Ethnicity, and Identity on the Internet and coeditor, with Beth Kolko and Gilbert Rodman, of Race in Cyberspace.

Apple Training Series: Mac OS X Support Essentials


Kevin M. White - 2007
    Following the learning objectives of the Apple Certified Support Professional exam, the lessons in this self-paced volume serve as a perfect guide for Apple’s own training class and a first-rate primer for computer support personnel who need to troubleshoot and optimize Mac OS X as part of their jobs. Lesson-review quizzes reinforce the knowledge gained along the way.

Low Profile Amateur Radio: Operating a Ham Station from Almost Anywhere


Al Brogdon - 2007
    The need to operate a low profile Amateur Radio station may be imposed by the confines of a small home or apartment. Other hams are restricted by deeds or leases that regulate the size of the antenna they can install.First edition readers will find this second edition contains ALL NEW material.Low Profile Amateur Radio, second edition, includes the information you need to operate your station under many types of restrictive situations. Follow the easygoing discussions of Al Brogdon, W1AB, as he provides details for many real-life examples and techniques for a variety of low profile circumstances.Contents: Covenants, Conditions and Restrictions Low-Profile HF Antennas Disguised Antennas Indoor Antennas Operating Modes and Tips Interference Antenna Tuners Transmitter Output Power Low-Profile VHF/UHF Antennas Mobile Operating...and more!

Microsoft® Exchange Server 2007 Administrator's Pocket Consultant


William R. Stanek - 2007
    Zero in on core support and maintenance tasks using quick-reference tables, instructions, and lists. You’ll get the focused information you need to solve problems and get the job done—whether you’re at your desk or in the field!Get fast facts to:Configure and manage Exchange clientsSet up users, contacts, distribution lists, and address booksAdminister permissions, rules, policies, and security settings Manage databases and storage groups Optimize message processing, logging, and anti-spam filtering Administer at the command line using Exchange Management Shell Configure SMTP, connectors, links, and Edge subscriptions Manage mobile device features and client access Back up and restore systems

The Les Paul Legacy: The Man, the Sound and the Gibson Guitar


Robb Lawrence - 2007
    It's all here: the factory pictures, the designers, the electronics; the first experimtela "Log" and "Clunker" guitars, stories of the various Goldtops, the humbucking pickup evolution, and over 80 pages dedicated to the heralded '50s "Sunburst" Standard. Exclusive interviews with Les Paul, as well as Michael Bloomfield and Jeff Beck. A beautiful and insightful book on a legendary inventor, musician and his partnership with Gibson to make the world's most-cherished electric guitar.

The Handbook of Science and Technology Studies


Edward J. Hackett - 2007
    The New Handbook of Science and Technology Studies provides a comprehensive and authoritative overview of the field, reviewing current research and major theoretical and methodological approaches and analyzing emergent issues in a form that is accessible to new and established scholars from a range of disciplines. Handbook chapters review the dominant theoretical perspectives of STS, present the current state of research on a spectrum of topics in the field, analyze changes brought about by the commercialization of science, study interactions between science and other institutions, examine the role of experts and the public in scientific and technological decision making, and consider the cultural and social dimensions of new technologies. The New Handbook of Science and Technology Studies is the third in a series of volumes sponsored by the Society for Social Studies of Science that have defined the field of Science and Technology Studies. It will be an essential resource for scholars in that field as well as for those in such neighboring disciplines as anthropology, history, philosophy, sociology, law, political science, feminist and critical theory, and literary studies.ContributorsVincanne Adams, Warwick Anderson, Brian Balmer, Daneil Barben, Pablo Boczkowski, Steve Breyman, Massimiano Bucchi, Regula Burri, Nancy Campbell, Adele E. Clarke, H.M. Collins, Susan E. Cozzens, Jennifer L. Croissant, Park Doing, Joseph Dumit, Steven Epstein, Henry Etzkowitz, Robert Evans, Erik Fisher, Stefan Fuchs, Sonia Gatchair, Ronald N. Giere, Thomas F. Gieryn, Namrata Gupta, David H. Guston, Adam Hedgecoe, Christopher R. Henke, David Hess, Linda Hogle, Alan Irwin, Sheila Jasanoff, Deborah G. Johnson, David Kaiser, William Keith, Carol Kemelgor, Kyung-Sup Kim, Andrew Lakoff, Bruno Latour, Leah A. Lievrouw, Margaret Lock, Brian Martin, Paul Martin, Philip Mirowski, Cyrus Mody, Federico Neresini, Gonzalo Ord��ez, Nelly Oudshoorn, Trevor Pinch, Alex Preda, Brian Rappert, William Rehg, Marina Ranga, Cynthis Selin, Esther-Mirjam Sent, Steven Shapin, Sergio Sismondo, Laurel Smith-Doerr, Miriam Solomon, Susan Leigh Star, John Stone, Lucy Suchman, Anupit Supnithadnaporn, Charles Thorpe, Stephen Turner, The Virtual Knowledge Studio, Jameson M. Wetmore, Sally Wyatt, Steven Yearley

Understanding the Brain


Jeanette Norden - 2007
    With its combination of neurology, biology, and psychology, this course helps you understand how we perceive the world through our senses, how we move, how we learn and remember, and how emotions affect our thoughts and actions. Your tour starts with the organization of the central nervous system at the gross, cellular, and molecular levels, then investigates in detail how the brain accomplishes a host of tasks - from seeing and sleeping to performing music and constructing a personal identity. You explore a broad range of exciting topics in neuroscience and come away with a deeper knowledge of how the brain is organized - and a feeling of wonder and appreciation for all that it accomplishes.

Residual Media


Charles R. Acland - 2007
    But what becomes of discarded media? In what manner do the products of technological change reappear as environmental problems, as “the new” in another part of the world, as collectibles, as memories, and as art? Residual Media grapples with these questions and more in a wide-ranging and eclectic collection of essays. Beginning with how cultural change bumps along unevenly, dragging the familiar into novel contexts, the contributors examine how leftover artifacts can be rediscovered occupying space in storage sheds, traveling the globe, converting to alternative uses, and accumulating in landfills. By exploring reconfigured, renewed, recycled, neglected, abandoned, and trashed media, the essays here combine theoretical challenges to media history with ideas, technology, and uses that have been left behind. From player pianos to vinyl records, and from the typewriter to the telephone, Residual Media is an innovative approach to the aging of culture and reveals that, ultimately, new cultural phenomena rely on encounters with the old. Contributors: Jennifer Adams, DePauw U; Jody Berland, York U; Sue Currell, U of Sussex; Maria DiCenzo, Wilfrid Laurier U; Kate Egan, U of Wales; Lisa Gitelman, Catholic U; Alison Griffiths, CUNY; James Hamilton, U of Georgia; James Hay, U of Illinois—Champaign-Urbana; Michelle Henning, U of the West of England; Lisa Parks, UC Santa Barbara; Hillegonda C. Rietveld, South Bank U; Leila Ryan, McMaster U; John Davis, Alfred U; Collette Snowden, U of South Australia; Jonathan Sterne, McGill U; JoAnne Stober, National Archives, Canada; Will Straw, McGill U; Haidee Wasson, Concordia U. Charles R. Acland is Professor and holds the Concordia University Research Chair in communications studies at Concordia University, Montreal.

Mastering Integrated HTML and CSS


Virginia DeBolt - 2007
    You?ll discover how to create websites that are accessible to the widest range of visitors, build CSS for print and handheld devices, and work with a variety of CSS-based layouts. Using the latest standards, best practices, and real-world examples, this book offers you with a thorough grounding in the basics and also includes advanced techniques.

The Microsoft Case: Antitrust, High Technology, and Consumer Welfare


William H. Page - 2007
    Page and John E. Lopatka’s The Microsoft Case contributes to the debate over the future of antitrust policy by examining the implications of the litigation from the perspective of consumer welfare. The authors trace the development of the case from its conceptual origins through the trial and the key decisions on both liability and remedies.  They argue that, at critical points, the legal system failed consumers by overrating government’s ability to influence outcomes in a dynamic market. This ambitious book is essential reading for business, law, and economics scholars as well as anyone else interested in the ways that technology, economics, and antitrust law have interacted in the digital age.“This book will become the gold standard for analysis of the monopolization cases against Microsoft. . . . No serious student of law or economic policy should go without reading it.”—Thomas C. Arthur, Emory University

Witch in the Wind: The True Story of the Legendary Bluenose


Marq de Villiers - 2007
    In Witch in the Wind, Marq de Villiers examines the history of this famous vessel against the social and economic backdrop of the east coast Atlantic shipping and fishing industries that spawned her.Unlike any previous examination of the Bluenose, de Villiers contextualizes the birth and death of this celebrated ship with rise of industrialization and the decline of the Age of Sail, and the impact of these changes on generations of families whose way of life depended on the sea. Witch in the Wind is an evocative journey into previously untold backstory of the Bluenose, exploring the place that built her, the men who sailed her and the industry that gave rise to her.De Villiers takes readers deep into the heart of Canadian maritime history, giving new life to the long-standing legend of the magnificent Bluenose.

The Designer's Toolkit: 500 Grids and Style Sheets


Graham Davis - 2007
    With the invisible, unifying structure they provide, grids bring consistency and visual harmony to multi-page or multi-screen documents. The Designer's Toolkit is the first book to streamline the use of this critical tool, providing a fast-track way for both experienced and amateur designers to identify and employ the best grid for the job. A CD embedded in the book's cover includes 500 ready-to-use grid templates formatted for the most commonly used design programs. The templates can be used as-is or be easily customized to create professional-quality work. This unique book-plus-CD package provides the foundation for anyone to create effective, original, and sophisticated design.

A+, Network+, Security+ Exams in a Nutshell


Pawan Bhardwaj - 2007
    It provides all the information you need to get ready for these exams, including the four new A+ exams -- the required Essentials exam and three elective exams that pertain to your area of specialization. As with other O'Reilly Nutshell books for certification exams, A+, Network+ and Security + in a Nutshell follows a proven style and approach. It reviews all of the topics needed to master each exam in a remarkably concise format, with required knowledge boiled down to the core. Instead of plowing through 500 to 700 pages to prepare for each exam, this book covers each one in approximately 150 pages. And because the objectives for the three elective A+ exams are redundant, and the book covers them in one section. The exams covered include:A+ Essentials: Required for A+ 2006 certification EXAM 220-602: For the A+ IT Technician specialization EXAM 220-603: For the A+ Remote Support Technician specialization EXAM 220-604: For the A+ IT Depot specialization EXAM N10-003: For Network+ Certification EXAM SYO-101: For Security+ Certification Each exam is covered in three parts: Exam Overview, Study Guide and Prep and Practice. Plenty of detailed tables and screen shots are included, along with study notes and practice questions. Once you have completed the exams successfully, you will find this all-in-one book to be a valuable reference to core administration and security skills.

Das Kapital: A Novel of Love and Money Markets


Viken Berberian - 2007
    Moving between New Yorks Wall Street and the beauty of Corsica, Berberians novel is a literary rendering of Marxs Capital for the 21st century: where a fund trader makes his profits through the collapse of overseas markets--and ensures it with the aid of a hired assassin.

Thoughtful Interaction Design: A Design Perspective on Information Technology


Jonas Lxf6wgren - 2007
    The shaping ofdigital artifacts is a design process that influences the form and functions of workplaces, schools,communication, and culture; the successful interaction designer must use both ethical and aestheticjudgment to create designs that are appropriate to a given environment. This book is not a how-tomanual, but a collection of tools for thought about interaction design.Working with informationtechnology -- called by the authors "the material without qualities" -- interaction designers createnot a static object but a dynamic pattern of interactivity. The design vision is closely linked tocontext and not simply focused on the technology. The authors' action-oriented and context-dependentdesign theory, drawing on design theorist Donald Schön's concept of the reflective practitioner,helps designers deal with complex design challenges created by new technology and new knowledge.Their approach, based on a foundation of thoughtfulness that acknowledges the designer'sresponsibility not only for the functional qualities of the design product but for the ethical andaesthetic qualities as well, fills the need for a theory of interaction design that can increase andnurture design knowledge. From this perspective they address the fundamental question of what kindof knowledge an aspiring designer needs, discussing the process of design, the designer, designmethods and techniques, the design product and its qualities, and conditions for interactiondesign.

Textpattern Solutions: Php-Based Content Management Made Easy


Kevin Potts - 2007
    It is very popular among designers and developers alike, and has an active community of users. Sound good? Well, you're in luck--this book shows you how to use every aspect of Textpattern to a professional standard.Textpattern (and this book) appeals to two main groups of people:Firstly, the web designer who has mastered the fundamentals of XHTML and CSS and wants to create sites that have fresh and dynamically changing information, but is not familiar with server-side coding and databases. Never fear--Textpattern enables you to integrate your XHTML knowledge, inserting dynamic aspects into your already solid site design.Secondly, PHP developers who are looking for a content management system upon which to build additional functionality and want a hand with the design aspects of their site. Again, Textpattern fills in those holes.The book leaves no stone unturned. It starts by introducing you to Textpattern and guiding you through its very simple installation process. After the core features of the administrative interface are explored, the book dives into building sites with TXP, using CSS, articles, forms, pages, and more to create fully customized templates.Development follows next, looking at installing plugins and building your own custom plugins to further enhance your Textpattern-based site. The book concludes with several case studies to provide ideas and inspiration, including a weblog, an e-commerce site, and an online review directory.

The Universal Force: Gravity - Creator of Worlds


Louis Girifalco - 2007
    It describes gravitation as seen by examining the achievements of those great scientists who have struggled with the seemingly simple facts and managed to extract some truth about the nature of gravity, its origins, and its effects. Gravity is intimately tied up with motion, and therefore with time and space, and is responsible for planetary systems, the evolution of stars and the existence of black holes and the very beginning of the Universe. It is the universal force, and to look at gravity is to look at the deepest aspects of nature.The historical context from Aristotle's teleology through Galileo's conflict with the Church, to Newton's law, and Einstein's curved space time, displays the evolution of the science of gravity as one of the greatest and most fascinating human achievements. Contrary to popular opinion, all important science can be understood by anyone, with or without a scientific background. This book shows that the beauty and mysteries of science can be shared with everyone.

Pyramids of Giza


Sheelagh Matthews - 2007
    Learn about the Pyramids of Giza, set in the Egyptian desert, who built them, how they were constructed, and the scientists and historians who study them today.

The Quantum Beat: Principles and Applications of Atomic Clocks


Fouad G. Major - 2007
    This edition retains the essentially didactic approach to the treatment of the development of atomic clocks in the first edition, but brings up to date the extraordinary developments in recent years, culminating in clocks based on quantum resonance at optical frequency in individual ions confined in miniature electromagnetic traps.

Pro Access 2007


Martin WP Reid - 2007
    The book is aimed at professional developers and power users who are new to Access 2007. Among other topics, youll learn about the new Access menu structure, including customization, as well as new SharePoint features.This book provides good, short, solid information with as little waffle as possible. And the book includes solid examples that thoroughly explain new features. Author Martin Reid is also a working Access developer who is respected by his peers and knows what working developers face, especially at the time of a new release.

Societies and Cities in the Age of Instant Access


Harvey J. Miller - 2007
    The technologies of instant access have potential to transform dramatically our lives. This book contains chapters by leading international experts. They discuss issues surrounding the impact of instant access on cities, daily lives, transportation, privacy, social and economic networks, community and education.

Microsoft Office Live Fd


Karen S. Fredricks - 2007
    Microsoft Office Live is a service that allows individuals, small businesses, and organizations to create Web sites, share documents, and have a shared storage area on the Web Explains how to create a Web site; share documents, contact lists, project plans, and calendars; send or receive e-mails using Live Mail; and allow customers, employees, and vendors access to data based on specific security restrictions Discusses establishing security levels, sharing documents, defining and managing projects, tracking company assets, using the Contact Manager, using marketing campaigns, and working with client workspaces Office Live services can be used independently but they also integrate well with Microsoft Office programs used regularly by more than 400 million people around the world, including Microsoft Access, Excel, Outlook, Microsoft Office Live Meeting and Microsoft Office Small Business Edition

Access 2007 for Starters: The Missing Manual


Matthew MacDonald - 2007
    You'll learn how to work with Access' most useful features to design databases, maintain them, search for valuable nuggets of information, and build attractive forms for quick-and-easy data entry. The new Access is radically different from previous versions, but with this book, you'll breeze through the new interface and its timesaving features in no time with:Clear explanations Step-by-step instructions Lots of illustrations Larger type Plenty of friendly advice Ideal for small businesses and households, Access runs on PCs and manages large stores information, including numbers, pages of text, and pictures -- everything from a list of family phone numbers to an enormous product catalog. Unfortunately, each new version of the program crammed in yet another set of features -- so many that even the pros don't know where to find them all. Access 2007 breaks the mold: Microsoft changed the user interface by designing a tabbed toolbar that makes features easy to locate.One thing that hasn't improved is Microsoft's documentation. Even if you find the features you need, you still may not know what to do with them. Access 2007 for Starters: The Missing Manual is the perfect primer for small businesses with no techie to turn to, as well as those who want to organize household and office information.