Browse Results

Showing 53,176 through 53,200 of 53,833 results

The Uprising: An Unauthorized Tour of the Populist Revolt Scaring Wall Street and Washington

by David Sirota

[From the book jacket] An All-Access Pass to the Populist Insurrection Brewing Across the Country Job outsourcing. Perpetual busy signals at government agencies. Slashed paychecks. Stolen elections. A war without end, fatally mismanaged. Ordinary Americans on both the Right and Left are tired of being disenfranchised by corrupt politicians of both parties and are organizing to change the status quo. In his invigorating new book, David Sirota investigates whether this uprising can be transformed into a unified, lasting political movement. Throughout the course of American history, uprisings like the one we are seeing now have given birth to powerful movements to end wars, protect workers, and expand civil rights, so the prospect of today's uprising turning into a full- fledged populist movement terrifies Wall Street and Washington. In The Uprising, Sirota takes us far from the national media spotlight into the trenches where real change is happening - from the headquarters of the most powerful third party in America to the bowels of the U.S. Senate; from the auditorium of an ExxonMobil shareholder meeting to the quasi-military staging area of a vigilante force on the Mexican border. This is vital, on-the-ground reporting that immerses us in the tumultuous give-and-take of politics at its most personal. Sirota also offers a biting critique of our politics. He shows how the uprising is, at its core, a reaction to faux "bipartisanship" in the nation's capital - the "bipartisanship" whereby Republican and Democratic lawmakers join together in putting the agenda of corporate interests above all those of ordinary citizens. Ultimately, Sirota reminds us that the Declaration of Independence, "America's original uprising manifesto," says that governments "derive their powers from the consent of the governed." Irreverent and insightful, The Uprising shows how the governed have stopped consenting and have started taking action.

Oracle & Open Source

by Andy Duncan Sean Hull

Oracle and Open Source is the first book to tie together the commercial world of Oracle and the free-wheeling world of open source software. As this book reveals, these two worlds are not as far apart as they may seem. Today, there are many excellent and freely available software tools that Oracle developers and database administrators can use, at no cost, to improve their own coding productivity and their system's performance. Moreover, many of the finest Oracle developers are now making their source code freely available so their peers can build upon this code base. Oracle Corporation is even porting its RDBMS to Linux and starting to incorporate a growing number of open source tools in the company's own software. Oracle and Open Source describes close to 100 open source tools you can use for Oracle development and database administration, from large and widely known open source systems (like Linux, Perl, Apache, TCL/Tk and Python) to more Oracle-specific tools (like Orasoft, Orac, OracleTool, and OraSnap). You'll learn how to obtain the software and how to adapt it to best advantage. The book abounds with code examples, download and installation instructions, and helpful usage hints. Not only does it tell you how to find and use existing open source code; Oracle and Open Source gives you the details and the motivation to build your own open source contributions and release them to the Oracle community. You'll learn all about tools like the Oracle Call Interface (OCI) and Perl-DBI (Database Interface), which provide the glue allowing new open source tools to link into commercial Oracle software. With Oracle and Open Source as a guide, you'll discover an enormous number of highly effective open source tools, while getting involved with the thriving community of open source development.

Java Enterprise in a Nutshell

by David Flanagan William Crawford Jim Farley Kris Magnusson

Java Enterprise in a Nutshell is an indispensable quick reference for Java programmers who are writing distributed enterprise applications. The book provides fast-paced tutorials on the following Java Enterprise APIs: JDBC, a vendor-independent API for accessing relational database systems RMI, a Java-only approach to distributed computing that relies on remote method invocation Java IDL, a CORBA-based, language-independent approach to distributed computing Java servlets, a mechanism for extending a web server that allows Java code to perform tasks traditionally handled by CGI scripts JNDI, a generic Java API for working with networked naming and directory services Enterprise JavaBeans, a component model that separates high-level business logic from low-level housekeeping chores like security and transaction management These APIs are the building blocks of the Java 2 Platform, Enterprise Edition (J2EE), Sun's recently announced new platform for enterprise computing. J2EE is the standard Java 2 platform with a number of extensions for enterprise development. Java Enterprise in a Nutshell also contains O'Reilly's classic-style, quick-reference material for all of the classes in the various packages that comprise the Enterprise APIs. This material includes the core Enterprise APIs that are part of Java 1.2, as well as numerous standard extensions. This book is a companion to both Java in a Nutshell, 3rd Edition, which covers the key non-graphical, non-enterprise APIs in Java 1.2, and Java Foundation Classes in a Nutshell, which describes the graphics- and GUI-related classes of Java 1.2.

Learning Unix for Mac OS X

by Dave Taylor Jerry Peek

The success of Apple's operating system, Mac OS X, and its Unix roots has brought many new potential Unix users searching for information. The Terminal application and that empty command line can be daunting at first, but users understand it can bring them power and flexibility. Learning Unix for Mac OS X is a concise introduction to just what a reader needs to know to get a started with Unix on Mac OS X. Many Mac users are familiar and comfortable with the easy-to-use elegance of the GUI. With Mac OS X, they now have the ability to not only continue to use their preferred platform, but to explore the powerful capabilities of Unix. Learning Unix for Mac OS X gives the reader information on how to use the Terminal application, become functional with the command interface, explore many Unix applications, and learn how to take advantage of the strengths of both interfaces. The reader will find all the common commands simply explained with accompanying examples, exercises, and opportunities for experimentation. The book even includes problem checklists along the way to help the reader if they get stuck. The books begins with a introduction to the Unix environment to encourage the reader to get comfortable with the command line. The coverage then expands to launching and configuring the Terminal application--the heart of the Unix interface for the Mac OS X user. The text also introduces how to manage, create, edit, and transfer files. Most everyone using a computer today knows the importance of the internet. And L earning Unix for Mac OS X provides instruction on how to use function such as mail, chat, and web browsing from the command line. A unique challenge for Mac OS X users is printing from the command line. The book contains an entire chapter on how to configure and utilize the various print functions. The book has been reviewed by Apple for technological accuracy and brandishes the Apple Development Connection (ADC) logo.

High Performance MySQL, 2nd Edition

by Baron Schwartz Peter Zaitsev Vadim Tkachenko Jeremy Zawodny Arjen Lentz Derek J. Balling

High Performance MySQL is the definitive guide to building fast, reliable systems with MySQL. Written by noted experts with years of real-world experience building very large systems, this book covers every aspect of MySQL performance in detail, and focuses on robustness, security, and data integrity. High Performance MySQL teaches you advanced techniques in depth so you can bring out MySQL's full power. Learn how to design schemas, indexes, queries and advanced MySQL features for maximum performance, and get detailed guidance for tuning your MySQL server, operating system, and hardware to their fullest potential. You'll also learn practical, safe, high-performance ways to scale your applications with replication, load balancing, high availability, and failover. This second edition is completely revised and greatly expanded, with deeper coverage in all areas. Major additions include: Emphasis throughout on both performance and reliability Thorough coverage of storage engines, including in-depth tuning and optimizations for the InnoDB storage engine Effects of new features in MySQL 5.0 and 5.1, including stored procedures, partitioned databases, triggers, and views A detailed discussion on how to build very large, highly scalable systems with MySQL New options for backups and replication Optimization of advanced querying features, such as full-text searches Four new appendices The book also includes chapters on benchmarking, profiling, backups, security, and tools and techniques to help you measure, monitor, and manage your MySQL installations.

Dynamic HTML: The Definitive Reference

by Danny Goodman

If you are a Web content developer these days, you have a lot of information to keep track of. You need to stay current on the relevant Web specifications, like HTML, CSS, DOM, and ECMAScript. You also need to know how the latest Web browsers from Netscape and Microsoft actually implement these standards, since browser implementations of the standards are less than perfect. Right now, you're forced to keep multiple reference books open on your desk (or multiple browser windows open on your screen), just to develop a simple dynamic Web page that works properly under both Navigator and Internet Explorer. Dynamic HTML: The Definitive Reference changes all that. This book is an indispensable compendium for Web content developers. It contains everything you need to create functional cross-platform Web applications, including: A complete reference for all of the HTML tags, CSS style attributes, browser document objects, and JavaScript objects supported by the various standards and the latest versions of Navigator and Internet Explorer. Browser compatibility is emphasized throughout; the reference pages clearly indicate browser support for every entity. Handy cross-reference indexes that make it easy to find interrelated HTML tags, style attributes, and document objects. An advanced introduction to creating dynamic Web content that addresses the cross-platform compromises inherent in Web page design today. If you have some experience with basic Web page creation, but are new to the world of dynamic content, Dynamic HTML: The Definitive Reference will jump-start your development efforts. If you are an experienced Web programmer, you'll find the browser-compatibility information invaluable. This book is the only DHTML reference that a Web developer needs. Dynamic HTML: The Definitive Reference is designed to work in conjunction with HTML: The Definitive Guide and JavaScript: The Definitive Guide . HTML: The Definitive Guide teaches you about every element of HTML in detail, with explanations of how each element works and how it interacts with other elements, as well as numerous examples. JavaScript: The Definitive Guide provides a thorough description of the JavaScript language, complete with sophisticated examples that show you how to handle common Web application tasks. Together, these three books provide a complete library for Web content developers.

Build Your Own Professional Blog, Forum, Portal or Community Website with Drupal 6

by David Mercer

Description of how to design and build a web site using the Drupal CMS tool.

Securing Ajax Applications

by Christopher Wells

Ajax applications should be open yet secure. Far too often security is added as an afterthought. Potential flaws need to be identified and addressed right away. This book explores Ajax and web application security with an eye for dangerous gaps and offers ways that you can plug them before they become a problem. By making security part of the process from the start, you will learn how to build secure Ajax applications and discover how to respond quickly when attacks occur. Securing Ajax Applications succinctly explains that the same back-and-forth communications that make Ajax so responsive also gives invaders new opportunities to gather data, make creative new requests of your server, and interfere with the communications between you and your customers. This book presents basic security techniques and examines vulnerabilities with JavaScript, XML, JSON, Flash, and other technologies -- vital information that will ultimately save you time and money. Topics include: An overview of the evolving web platform, including APIs, feeds, web services and asynchronous messaging Web security basics, including common vulnerabilities, common cures, state management and session management How to secure web technologies, such as Ajax, JavaScript, Java applets, Active X controls, plug-ins, Flash and Flex How to protect your server, including front-line defense, dealing with application servers, PHP and scripting Vulnerabilities among web standards such as HTTP, XML, JSON, RSS, ATOM, REST, and XDOS How to secure web services, build secure APIs, and make open mashups secure Securing Ajax Applications takes on the challenges created by this new generation of web development, and demonstrates why web security isn't just for administrators and back-end programmers any more. It's also for web developers who accept the responsibility that comes with using the new wonders of the Web.

iPod: The Missing Manual, 6th Edition

by David Pogue J. D. Biersdorfer

With iPod touch, Apple's sleek little entertainment center has entered a whole new realm, and the ultimate iPod book is ready to take you on a complete guided tour. As breathtaking and satisfying as its subject, iPod: The Missing Manual gives you a no-nonsense view of everything in the "sixth generation" iPod line. Learn what you can do with iPod Touch and its multi-touch interface, 3.5-inch widescreen display and Wi-Fi browsing capabilities. Get to know the redesigned iPod Nano with its larger display and video storage capacity. It's all right here. The 6th edition sports easy-to-follow color graphics, crystal-clear explanations, and guidance on the most useful things your iPod can do. Topics include: Out of the box and into your ears. Learn how to install iTunes, load music on your iPod, and get rid of that dang flashing "Do not disconnect" message. Bopping around the iPod. Whether you've got a tiny Shuffle, a Nano, the Classic, or the new Touch, you'll learn everything from turning your iPod off and on to charging your iPod without a computer. Special coverage for iPod owners with trickster friends: How to reset the iPod's menus to English if they've been changed to, say, Korean. In tune with iTunes. iTunes can do far more than your father's jukebox. Learn how to pick and choose which parts of your iTunes library loads onto your iPod, how to move your sacred iTunes Folder to a bigger hard drive, and how to add album covers to your growing collection. The power of the 'Pod. Download movies and TV shows, play photo slideshows, find cool podcasts, and more: this book shows you how to unleash all your iPod's power. iPod is simply the best music player available, and this is the manual that should have come with it.

iPhoto '08: The Missing Manual

by David Pogue Derrick Story

Apple has taken iPhoto 08 to a whole new level. Now, in addition to handling upwards of 250,000 images, the program lets you easily categorize and navigate through those photos with a feature called "Events". Plus, new editing tools let you copy and paste adjustments between photos. Books and calendars have been improved, too, as has the program's ability to publish pictures on the Web. Apple makes it all sound easy: drag this, click that, and you're done. But you can still get lost, especially if you're a newcomer. iPhoto '08: The Missing Manual explains how to take advantage of all these powerful tools and new features without confusion or frustration. Bestselling authors David Pogue and Derrick Story give you a witty, objective, and clear-cut explanation of how things work, with plenty of undocumented tips and tricks for mastering the new iPhoto. Four sections help you import, organize, edit, share, and even take your photos: Digital Photography: The Missing Manual offers a course in picture-taking and digital cameras -- how to buy and use your digital camera, how to compose brilliant photos in various situations (sports, portraits, nighttime shots, even kid photography), and how to get the most out of batteries and memory cards. iPhoto Basics covers the fundamentals of getting your photos into iPhoto, organizing and filing them, searching and editing them. Meet Your Public teaches you all about slideshows, making or ordering prints, creating books, calendars and greeting cards, and sharing photos on web sites or by email. iPhoto Stunts explains how to turn photos into screen savers or desktop pictures, using plug-ins, managing Photo Libraries, and even getting photos to and from camera phones and Palm organizers. You also learn how to build a personal web site built with iWeb, and much more in this comprehensive guide. It's the top-selling iPhoto book for good reason.

Quicken 2008: The Missing Manual

by Bonnie Biafore

Quicken is one of the many convenient ways to keep track of personal finances, but many people are unaware of Quicken's power and end up using only the basic features. And sometimes Quicken seems to raise more questions than it answers: Return of capital from stock? "Net worth"? What are they and why do you need to know about them? Luckily, Quicken 2008: The Missing Manual picks up where Quicken's help resources leave off. You'll find step-by-step instructions for using Quicken on your Windows PC, including useful features such as budgeting, recording investment transactions, and archiving Quicken data files. You also learn why and when to use specific features, and which ones would be most useful in a given situation. Quicken 2008: The Missing Manual helps you: Set up Quicken to take care of your specific needs Follow your money from the moment you earn it Make deposits, pay for expenses, track the things you own and how much you owe Take care of financial tasks online, and quickly reconcile your accounts Create and use budgets and track your investments Generate reports to prepare your tax returns and evaluate your financial fitness And a lot more. This book is designed to accommodate readers at every technical level. If you're a first-time Quicken user, special boxes with the title "Up To Speed" provide the introductory information you need to understand the topic at hand. For advanced users, there are similar boxes called "Power Users' Clinic" that offer more technical tips, tricks, and shortcuts for the experienced Quicken fan. For a topic as important as your personal finances, why trust anything else?

C# 3.0 Cookbook, 3rd Edition

by Jay Hilyard Stephen Teilhet

Completely updated for C# 3.0 and the .NET 3.5 platform, the new edition of this bestseller offers more than 250 code recipes to common and not-so-common problems that C# programmers face every day. Every recipe in the book has been reconsidered with more than a third of them rewritten to take advantage of new C# 3.0 features. If you prefer solutions you can use today to general C# language instruction, and quick answers to theory, this is your book. C# 3.0 Cookbook offers a new chapter on LINQ (language integrated query), plus two expanded chapters for recipes for extension methods, lambda functions, object initializers, new synchronization primitives and more. The new edition is also complemented by a public wiki, which not only includes all of the C# 2.0 recipes from the previous edition unchanged by the release of C# 3.0, but invites you to suggest better ways to solve those tasks. Here are some of topics covered: LINQ Numeric data types and Enumerations Strings and characters Classes and structures Generics Collections Exception handling Delegates, events, and lambda expressions Filesystem interactions Web site access XML usage (including LINQ to XML, XPath and XSLT) Networking Threading Data Structures and Algorithms Each recipe in the book includes tested code that you can download from oreilly.com and reuse in your own applications, and each one includes a detailed discussion of how and why the underling technology works. You don't have to be an experienced C# or .NET developer to use C# 3.0 Cookbook . You just have to be someone who wants to solve a problem now, without having to learn all the related theory first.

Network Security Assessment, 2nd Edition

by Chris Mcnab

How secure is your network? The best way to find out is to attack it. Network Security Assessment provides you with the tricks and tools professional security consultants use to identify and assess risks in Internet-based networks-the same penetration testing model they use to secure government, military, and commercial networks. With this book, you can adopt, refine, and reuse this testing model to design and deploy networks that are hardened and immune from attack. Network Security Assessment demonstrates how a determined attacker scours Internet-based networks in search of vulnerable components, from the network to the application level. This new edition is up-to-date on the latest hacking techniques, but rather than focus on individual issues, it looks at the bigger picture by grouping and analyzing threats at a high-level. By grouping threats in this way, you learn to create defensive strategies against entire attack categories, providing protection now and into the future. Network Security Assessment helps you assess: Web services, including Microsoft IIS, Apache, Tomcat, and subsystems such as OpenSSL, Microsoft FrontPage, and Outlook Web Access (OWA) Web application technologies, including ASP, JSP, PHP, middleware, and backend databases such as MySQL, Oracle, and Microsoft SQL Server Microsoft Windows networking components, including RPC, NetBIOS, and CIFS services SMTP, POP3, and IMAP email services IP services that provide secure inbound network access, including IPsec, Microsoft PPTP, and SSL VPNs Unix RPC services on Linux, Solaris, IRIX, and other platforms Various types of application-level vulnerabilities that hacker tools and scripts exploit Assessment is the first step any organization should take to start managing information risks correctly. With techniques to identify and assess risks in line with CESG CHECK and NSA IAM government standards, Network Security Assessment gives you a precise method to do just that.

Knoppix Hacks, 2nd Edition

by Kyle Rankin

If you think Knoppix is just a Linux demo disk, think again. Klaus Knopper created an entire Linux distribution on a bootable CD (and now a DVD) so he could use his favorite open source tools on any computer. This book includes a collection of tips and techniques for using the enormous amount of software Knoppix offers-not just to work and play, but also to troubleshoot, repair, upgrade, and disinfect your system without having to install a thing. Knoppix Hacks is just like the distribution it covers: a veritable Swiss Army knife packed full of tools. Scores of industrial-strength hacks-many of them new to this second edition-cover both the standard Knoppix CD and the feature-rich DVD "Maxi" distribution, which is included with this book. Discover how to use Knoppix to its full potential as your desktop, rescue CD, or as a launching point for your own live CD. With Knoppix Hacks , you can: Investigate features of the KDE desktop and its Internet applications Save your settings and data between reboots with persistent storage Employ Knoppix as a system administration multitool to replace failed servers and more Use the CD/DVD as a rescue disc to repair filesystems or a system that won't boot Rescue Windows systems with Knoppix to back up files and settings, hack the registry, and more Explore other live CDs based on Knoppix that could augment your system Easily install the popular Debian GNU/Linux distribution with all of your hardware detected and configured Remaster Knoppix to include your favorite software and custom branding Whether you're a new Linux user, power user, or system administer, this book helps you take advantage of Knoppix and customize it to your needs. You may just find ways to use Knoppix that you never considered.

iMovie '08 & iDVD: The Missing Manual

by David Pogue

Whether you consider yourself a pro or a hobbyist, you have to admit that Apple's iMovie 08 and iDVD 08 are amazing right out of the box. Unfortunately, the box doesn't include much of a user's guide, so learning about these applications is another matter. iMovie 08 & iDVD: The Missing Manual gets you up to speed on all of the themes, motion graphics, titles, effects -- everything that lets you turn raw digital footage into highly creative video projects. You get crystal-clear and jargon-free explanations of all the iMovie 08 and iDVD 08 features, including the new video library, how to view transitions, titles, and sound in real time as you add them, and ways to publish your creations directly to YouTube. Renowned author David Pogue -- tech columnist for the New York Times -- uses an objective lens to scrutinize every step of process, including how to: *Work on multiple iMovie projects at once and drag & drop clips among them *Output your creation to a blog, its own web page, or as a video podcast with iWeb *Use "Magic iMovie" to import your video and make a movie for you *Integrate with other iLife programs to use songs, photos, and an original sound track And a whole lot more. From choosing and using a digital camcorder to burning the finished work onto DVDs, posting it online, or creating versions for iPod and iPhone, iMovie 08 & iDVD: The Missing Manual zooms right in on the details in a concise and understandable manner. The book also provides a firm grounding in basic film technique so that the quality of your video won't rely entirely on magic.

Windows Vista Annoyances

by David A. Karp

Windows Vista may be the next big thing, but it still contains enough quirks and unaccountable behaviors to vex anyone. This unique guide not only discusses the most irritating features of the latest Microsoft operating system and how to get around them, but also explains how to improve Windows and do more with the software than Microsoft intended. You'll find information on setup, installation, upgrade from other Windows versions, the revamped interface, new security features, user accounts, troubleshooting, and the markedly improved Internet Explorer 7. Other chapters cover a wide range of key topics: Media Center - tips on photos, videos, music, TV tuners, HD, and the media center engine The Registry - explains the background and tools for working with Windows' database of settings Tinkering Techniques - offers hacking-style customization and problem-solving topics Networking and Wireless - includes LAN setup, WiFi sniffers and access points, connection sharing, firewalls, routers, and FTP Scripting and Automation - introduces simple programming using the Windows Scripting Host for automating repetitive tasks No other book takes our patented cranky, solutions-oriented approach. Our collection of tips, tools and techniques will improve your experience with Windows Vista, so you can control the OS -- rather than the other way around.

Tomcat: The Definitive Guide, 2nd Edition

by Jason Brittain Ian F. Darwin

It takes a book as versatile as its subject to cover Apache Tomcat, the popular open source Servlet and JSP container and high performance web server. Tomcat: The Definitive Guide is a valuable reference for administrators and webmasters, a useful guide for programmers who want to use Tomcat as their web application server during development or in production, and an excellent introduction for anyone interested in Tomcat. Updated for the latest version of Tomcat, this new edition offers a complete guide to installing, configuring, maintaining and securing this servlet container. In fact, with such a wealth of new information, this is essentially a new book rather than a simple revision. You will find details for using Tomcat on all major platforms, including Windows, Linux, OS X, Solaris, and FreeBSD, along with specifics on Tomcat configuration files, and step-by-step advice for deploying and running web applications. This book offers complete information for: Installation and startup procedures Configuring Tomcat-including realms, roles, users, servlet sessions, and JNDI resources including JDBC DataSources Deploying web applications-individual servlets and JSP pages, and web application archive files Tuning Tomcat to measure and improve performance Integrating Tomcat with Apache Web Server Securing Tomcat to keep online thugs at bay Tomcat configuration files-server.xml and web.xml, and more Debugging and Troubleshooting-diagnosing problems with Tomcat or a web application Compiling your own Tomcat, rather than using the pre-built release Running two or more Tomcat servlet containers in parallel This book also offers an overview of the Tomcat open source project's community resources, including docs, mailing lists, and more. Community interest fueled a strong demand for a Tomcat guide from O'Reilly. The result clearly exceeds expectations.

Oracle PL/SQL Language Pocket Reference, 4th Edition

by Steven Feuerstein Bill Pribyl Chip Dawes

The fourth edition of this popular pocket guide provides quick-reference information that will help you use Oracle's PL/SQL language, including the newest Oracle Database 11g features. It's a companion to Steven Feuerstein and Bill Pribyl's bestselling Oracle PL/SQL Programming . This concise guide boils down the most vital PL/SQL information into an accessible summary of: Fundamental language elements (e.g., block structure, datatypes, declarations) Statements for program control, cursor management, and exception handling Records, procedures, functions, triggers, and packages Calling PL/SQL functions in SQL Compilation options, object-oriented features, collections, and Java integration The new edition describes such Oracle Database 11g elements as PL/SQL's function result cache, compound triggers, the CONTINUE statement, the SIMPLE_INTEGER datatype, and improvements to native compilation, regular expressions, and compiler optimization (including intra-unit inlining). In addition, this book now includes substantial new sections on Oracle's built-in functions and packages. When you need answers quickly, the Oracle PL/SQL Language Pocket Reference will save you hours of frustration.

Windows Vista Administration: The Definitive Guide

by Brian Culp

Whether you're a system administrator responsible for hundreds of Windows clients, or a just a roomful of computers, this book will help you install, configure, and maintain Microsoft's newest OS. Written in jargon-free English that puts concepts in proper context, the book gives you a better understanding of Vista's innovations and capabilities, teaches you how to leverage Vista to increase worker productivity, and demonstrates how the system can best protect sensitive data. Best of all, Windows Vista Administration: The Definitive Guide is a problem-solving reference that lets you quickly access the solutions you need, and helps you unlock certain features to improve system performance -- without forcing you to page through the entire book. In part, the book's topics include: A tour of what's new -- including the Aero user interface, Sidebar, BitLocker Drive Encryption, Vista Search An overview of all five versions of Windows Vista Getting started -- with workgroup networks, user profiles, VPN connections Personalizing Vista -- with virtual folders, Flip 3D, the new Control Panel Working with software and hardware -- such as installing printers, storage devices, software Configuring Internet Explorer 7 -- phishing filters, cookies and privacy, popup blocker, RSS feeds Deploying Windows Vista -- installation, imaging software, modules, migrating data Optimizing performance -- memory, processor, disks, applications, network, command line administration Security -- auditing, disk quotas, account policies, user rights, group rights, IP security Troubleshooting tips -- Startup repair tool, frozen applications, remote assistance, backup and restore And that just scratches the surface. Which new features will significantly improve the operating system experience, and which are mere eye candy? What new features make Windows Vista worth the investment? Author Brian Culp supplies the answers with information-packed chapters, including one on Cool Vista Tricks that explains how to write your own gadgets for Sidebar, how to disable IM and email notifications using Vista Presenter, and a lot more.

SOA in Practice

by Nicolai Josuttis

This book demonstrates service-oriented architecture (SOA) as a concrete discipline rather than a hopeful collection of cloud charts. Built upon the author's firsthand experience rolling out a SOA at a major corporation, SOA in Practice explains how SOA can simplify the creation and maintenance of large-scale applications. Whether your project involves a large set of Web Services-based components, or connects legacy applications to modern business processes, this book clarifies how -- and whether -- SOA fits your needs. SOA has been a vision for years. This book brings it down to earth by describing the real-world problems of implementing and running a SOA in practice. After defining SOA's many facets, examining typical use patterns, and exploring how loose coupling helps build stronger applications, SOA in Practice presents a framework to help you determine when to take advantage of SOA. In this book you will: Focus squarely on real deployment and technology, not just standards maps Examine business problems to determine which ones fit a SOA approach before plastering a SOA solution on top of them Find clear paths for building solutions without getting trapped in the mire of changing web services details Gain the experience of a systems analyst intimately involved with SOA "The principles and experiences described in this book played an important role in making SOA at T-Mobile a success story, with more than 10 million service calls per day." --Dr. Steffen Roehn, Member of the Executive Committee T-Mobile International (CIO) "Nicolai Josuttis has produced something that is rare in the over-hyped world of SOA; a thoughtful work with deep insights based on hands-on experiences. This book is a significant milestone in promoting practical disciplines for all SOA practitioners." --John Schmidt, Chairman, Integration Consortium "The book belongs in the hands of every CIO, IT Director and IT planning manager." --Dr. Richard Mark Soley, Chairman and CEO, Object Management Group; Executive Director, SOA Consortium

Learning ASP.NET 2.0 with AJAX

by Jesse Liberty Dan Hurwitz Brian Macdonald

With this book, web developers can build engaging and interactive sites and applications using Microsoft's latest web development tools -- ASP.NET 2.0 and the new ASP.NET AJAX framework. You learn to create applications that have all the great tricks you see on popular commercial web sites, such as order forms and the ability to interact with a database. And you can build pages that display information interactively without a page refresh. This straightforward tutorial explains how. Learning ASP.NET 2.0 with AJAX helps you master the concepts and techniques of Microsoft's tools with plenty of annotated examples, review quizzes, web construction exercises and chapter summaries, so you can practice new skills and test your understanding as you go. With it, you'll learn to: Master the fundamental skills of ASP.NET 2.0 to build professional quality web applications Integrate new Ajax tools and CSS with ASP.NET 2.0 for flashier and more interactive sites Build applications with minimal coding using Visual Studio or its free counterpart, Visual Web Developer Connect your site with a database so that users can retrieve, interact and save data Debug your application, deal with unexpected problems, and protect your site from malicious users Use the community-maintained ASP.NET AJAX Control Toolkit to extend the controls that come with ASP.NET AJAX Use personalization tools to give your site a customized look for each user Ideal for beginning web developers, or those who are new to ASP.NET, this book gets you involved with your own learning through hands-on lessons that are clear and to the point. You get the chance to try out new techniques on the spot. Want to join the world of modern web development? This book will get you started.

MySQL Pocket Reference, 2nd Edition

by George Reese

To help you be more efficient in your work, this handy pocket reference gives you instant reminders on how to use important MySQL functions, especially in conjunction with key parts of the LAMP open source infrastructure. This powerful database system is so rich in features that no administrator or programmer can stay familiar with all of them. MySQL Pocket Reference is an ideal on-the-job companion, well organized to help you find and adapt the statements you need -- quickly. Updated for the latest versions of this popular database, this edition covers many complex features that have been added to MySQL 5.0 and 5.1, including a section dedicated to stored procedures and triggers. After a brief introduction on installation and initial setup, the book explains: How to configure MySQL, such as setting the root password MySQL data types, including numerics, strings, dates, and complex types SQL syntax, commands, data types, operators, and functions Arithmetic, comparison and logical operators Aggregate and general functions Stored procedures and triggers, including procedure definition, procedure calls, procedure management, cursors, and triggers You don't have time to stop and thumb through an exhaustive reference when you're hard at work. This portable and affordable guide is small enough to fit into your pocket, and gives you a convenient reference that you can consult anywhere. When you reach a sticking point and need to get to a solution quickly, the MySQL Pocket Reference is the book you want to have.

Oracle PL/SQL Best Practices, 2nd Edition

by Steven Feuerstein

In this compact book, Steven Feuerstein, widely recognized as one of the world's leading experts on the Oracle PL/SQL language, distills his many years of programming, teaching, and writing about PL/SQL into a set of best practices-recommendations for developing successful applications. Covering the latest Oracle release, Oracle Database 11g, Feuerstein has rewritten this new edition in the style of his bestselling Oracle PL/SQL Programming . The text is organized in a problem/solution format, and chronicles the programming exploits of developers at a mythical company called My Flimsy Excuse, Inc., as they write code, make mistakes, and learn from those mistakes-and each other. This book offers practical answers to some of the hardest questions faced by PL/SQL developers, including: What is the best way to write the SQL logic in my application code? How should I write my packages so they can be leveraged by my entire team of developers? How can I make sure that all my team's programs handle and record errors consistently? Oracle PL/SQL Best Practices summarizes PL/SQL best practices in nine major categories: overall PL/SQL application development; programming standards; program testing, tracing, and debugging; variables and data structures; control logic; error handling; the use of SQL in PL/SQL; building procedures, functions, packages, and triggers; and overall program performance. This book is a concise and entertaining guide that PL/SQL developers will turn to again and again as they seek out ways to write higher quality code and more successful applications. "This book presents ideas that make the difference between a successful project and one that never gets off the ground. It goes beyond just listing a set of rules, and provides realistic scenarios that help the reader understand where the rules come from. This book should be required reading for any team of Oracle database professionals." --Dwayne King, President, KRIDAN Consulting

Lingo in a Nutshell

by Bruce A. Epstein

Macromedia Director 6 is the premiere authoring tool for delivering interactive content on both the Internet and the desktop. It is the dominant multimedia package for Windows 95/NT, Windows 3.1, and the Macintosh. A quarter million developers use Director(R) to incorporate animation and audio into dynamic Web pages, and to create engaging interactive corporate presentations, multimedia advertising, entertainment CD-ROMs, Enhanced music CDs, and even DVDs. Lingo is Director's powerful scripting language. This companion book to Director in a Nutshell is an essential tool for both new and experienced Lingo programmers seeking a deeper knowledge of the language. Bruce Epstein is the author of both these books and brings years of hands-on experience with Director and Lingo. The book includes numerous useful Lingo examples. Exhaustively tested, this book corrects many errors found in Macromedia's Lingo documentation and repeated verbatim in most third-party books. Extremely comprehensive, this book details dozens of misdocumented and undocumented Lingo keywords that are omitted from Macromedia's manuals and third-party books. Lingo in a Nutshell caters to the huge pool of Director users attempting to bridge the Lingo gap, yet provides the details for the experienced Linguist that are lacking in other Lingo books. In typical nutshell style (clear, concise, deep and narrow) this book explores the syntax, structure and commands of the Lingo language. The detailed chapters describe messages, events, scripts, handlers, variables, lists, file I/O, Behaviors, child objects, Xtras, and more. This book teaches you to troubleshoot and debug common Lingo errors. Lingo in a Nutshell is the book for which both Director users and power Lingo programmers have been yearning. The book extensively covers topics not found in other Lingo books: Cross-platform Lingo differences Lingo internals for experienced programmers Events, messages, and scripts Timers, tempos, cue points, and synchronization Data types and expressions Math, numerical expressions, geometry, and trigonometry Coordinates, alignment, and registration point Lingo in a Nutshell is the most concise and compete guide available. It is a high-end handbook at a low-end price. An essential desktop reference for every Director user.

Excel 2007 Pocket Guide, 2nd Edition

by Curtis Frye

Moving to Excel 2007 is not a routine upgrade. Microsoft's radical redesign of the application's user interface has led to confusion among many who people who have relied on Excel for years. Our new edition of the Excel 2007 Pocket Guide has been written from the ground up to help newcomers and longtime users alike find their way around without getting lost. With this book in hand, you'll be able to find your favorite Excel tools quickly. It's packed with information to guide beginners through the basics of creating spreadsheets and entering data, while providing advanced users with information on formulas, pivot tables, and more. Inside, you'll find: A visual guide to the new "Ribbon" interface that helps users find familiar tools A section designed to give beginners enough information to dive right in and start creating rich Excel workbooks immediately Quick answers about how to perform specific tasks in Excel, such as working with files, editing data, formatting, summarizing and displaying data Convenient techniques for connecting data across worksheets and projects Help for moving from the basics of spreadsheet construction to more advanced features This edition also includes an extensive reference on commonly used formulas, which reveal at a glance the many possibilities Excel 2007 provides for easy calculation. Tasks in the book are presented as answers to "How do I..." questions -- such as "How do I change the formatting of part of a cell's contents?" -- followed by concise instructions for performing the task. You'll learn ways to customize Excel to fit your needs, and how to share workbooks and collaborate with others. And much more. Don't let Excel 2007 baffle you. Pick up this convenient pocket guide and learn to navigate this redesigned application with ease.

Refine Search

Showing 53,176 through 53,200 of 53,833 results