RegisterLog In/Log OutView Cart
Tarsier O'Reilly & Associates, Inc. 25th Anniversary
BooksSafari BookshelfConferencesO'Reilly NetworkO'Reilly Gear
 
Arrow O'Reilly Home
Arrow Press Room
Arrow Jobs
Perl
Java
Python
C/C++
Scripting
Web
Web Services
XML
Oracle
Networking
Security
Databases
Linux/Unix
Macintosh/OS X
Windows
.NET
Open Source
Wireless
Bioinformatics
The Missing Manuals
MacDevCenter.com
ONDotnet.com
ONJava.com
ONLamp.com
OpenP2P.com
Perl.com
XML.com
Events
Meerkat News
Ask Tim
tim.oreilly.com
Beta Chapters
Newsletters
Open Books
Learning Lab
About O'Reilly
International
Media Kit
Contact Us
Catalog Request
User Groups
Write for Us
How to Order
Bookstores
O'Reilly

   


Hot off the Press
[Bestsellers | New & Upcoming Titles]

ActionScript for Flash MX: The Definitive Guide, 2nd Edition ActionScript for Flash MX: The Definitive Guide, 2nd Edition is the most complete, up-to-date reference available for the latest version of ActionScript. There are hundreds of new code examples to show new Flash MX techniques in the real world. The book's language reference alone has nearly doubled from the first edition, with more than 250 new classes, objects, methods, and properties. You'll find exhaustive coverage of dozens of undocumented, underdocumented, and misdocumented features. The book's Foreword, Preface, and Chapter 13, Movie Clips, are available online.

Oracle PL/SQL Language Pocket Reference, 2nd Edition -- The new edition of this must-have pocket reference boils down the most vital information from Oracle PL/SQL Programming, the bestseller that many consider "the Bible" for PL/SQL development. This concise booklet summarizes features available in Oracle's powerful new Oracle9i, and provides essential information on PL/SQL block structure, fundamental language elements, control statements, and use of procedures, functions, packages, triggers, Oracle objects, external procedures, and methods of calling Java classes from PL/SQL. A Sample Excerpt on Bulk Binds is available online.

sendmail, 3rd Edition sendmail, 3rd Edition has been completely revised to cover sendmail 8.12, a version with more features and fundamental changes than any previous version of the Unix-based email-routing program. Because the latest version of sendmail differs so significantly from earlier versions, a massive rewrite of this best-selling reference was needed. With sendmail, 3rd Edition in hand, you will be able to configure this challenging but necessary utility for whatever needs your system requires. Sample Chapter 2, Build and Install sendmail, is available online.

Webmaster in a Nutshell, 3rd Edition is a concise and portable quick reference that distills an immense amount of information on several languages and technologies. This book offers a fast-paced introduction, a detailed reference section, and a quick reference guide for each technology, and is packed full of the genuinely useful information a webmaster needs daily. This one-stop resource for HTML, CSS, XML, CGI, JavaScript, HTTP, PHP, and Apache is the book you'll turn to again and again. Sample Chapter 18, Apache Configuration, is available online.

Sequence Analysis in a Nutshell Sequence Analysis in a Nutshell pulls together all of the vital information about the most commonly used databases, analytical tools, and tables used in sequence analysis. The book contains details and examples on using GenBank, EMBL, and SWISS-PROT, as well as the GenBank/EMBL/DDBJ Feature Table Definitions. It also provides the command-line syntax for Readseq and MEME/MAST, BLAST, ClustalW, and the EMBOSS suite. This book draws together essential information for bioinformaticians in industry, academia, and undergraduate programs. Sample Chapter 7, BLAST, is available online in PDF format.

Mac OS X in a Nutshell offers a thorough treatment of Mac OS X version 10.2, from its BSD Unix foundation to new Aqua interface. The book's "Unix Command Reference" is the most complete coverage of Mac OS X Unix commands you can find anywhere. Each command and option in this section has been painstakingly tested against Jaguar. Serious users who want more from their system will find everything they need to know systematically documented in this book. Sample Chapter 14, Web Publishing with a DAMP System, is available online in PDF format.

UNIX CD Bookshelf, 3.0 Unix CD Bookshelf, Version 3.0 packs a stack of essential Unix books into one comprehensive, immensely convenient, and portable package: Unix Power Tools, 3rd Edition; Learning the Unix Operating System, 5th Edition; Learning the vi Editor, 6th Edition; Mac OS X for Unix Geeks; Learning the Korn Shell, 2nd Edition; sed & awk, 2nd Edition; and Unix in a Nutshell, 3rd Edition. The CD has a master index, a powerful search engine, and all the text is extensively hyperlinked, so you'll find what you're looking for quickly.

JDBC Pocket Reference offers quick look-ups for all methods of the standard JDBC classes. These include concise reviews of the procedures for common JDBC tasks such as connecting to a database, executing stored procedures, and executing DDL. You'll find documentation on the connect string formats for the most common databases, including Oracle, SQL-Server, and PostgreSQL. You'll even find information on working with large objects, and on using SQL99 user-defined data types to work with object-relational data. A Sample Excerpt, User-Defined Data Types, is available online.

Linux Server Hacks Linux Server Hacks -- This first book in O'Reilly's new Hacks Series shows you how to tune the Linux kernel to make your system run more efficiently, and use CVS and RCS to track revisions to system files. You'll also learn alternative ways to do backups, how to use system monitoring tools to track performance, and a variety of secure networking solutions. Linux Server Hacks also helps you manage large-scale Web installations running Apache, MySQL, and other open source tools. Sample Chapter 3, Backups, is available online.

Java Performance Tuning, 2nd Edition -- Java application performance is heavily tied to the underlying Java Virtual Machine, and the new 1.4 version of Java has significant changes. Revised and expanded, this second edition covers Java 1.4 and adds new coverage of JDBC, NIO, Servlets, EJB, and JavaServer Pages. Learn how to create a tuning strategy, use profiling tools to understand a program's behavior, and avoid performance penalties from inefficient code. You'll end up with code that's robust, maintainable, and fast. Sample Chapter 12, Distributed Computing, is available online.

Windows XP Pro: The Missing Manual Windows XP Pro: The Missing Manual is written for the novice power user who wants to master XP Pro and get down to work. Coauthored by New York Times technology columnist and Missing Manuals creator David Pogue, this crystal clear, jargon-free book uses wit, technical insight, and scrupulous objectivity to demystify Microsoft's newest and most reliable operating system. Anyone who uses XP Pro, including hardcore techies, will find this new system much easier and more fun to digest with this new Missing Manual.

Learning Unix for Mac OS X, 2nd Edition -- This compact book provides a user-friendly tour of your Mac's Unix base. As you explore Terminal and familiarize yourself with the command line, you'll also learn about the hundreds of Unix programs that come with your Mac and begin to understand the power and flexibility of Unix through examples, exercises, and experimentation. Updated to cover Jaguar (Mac OS X, 10.2), this book will keep you current with the latest features of your Mac. Sample Chapter 5, Printing, is available online.


News & Articles

Galapagos Iguana Custom Error Pages with PHP and Apache -- David Sklar shows you how to build custom error pages with PHP and Apache, turning your "Page Not Found" or "404" messages into more than just bland error reports. David is a coauthor of PHP Cookbook.

Get Your MySQL Recipe of the Day -- Now you can tutor yourself or just brush up on your skills with a daily MySQL recipe. Today's recipe is on "Using MySQL-Based Sessions in Perl Applications," excerpted from Paul DuBois' MySQL Cookbook.


Practical C++ Programming Style -- Good programming style separates the gems from the junk, the programming artist from the butcher. Learn what makes good programming style from Chapter 3 of Practical C++ Programming, 2nd Edition, by Steve Oualline. Requires an O'Reilly Network Safari Bookshelf subscription. Get a free trial.

Running Linux in a New World -- Read why this Linux Journal book review calls Running Linux "one of the ultimate Linux manuals." Reviewer Russell J. T. Dyer recommends that you replace your old copy of the book with the recently released fourth edition to stay on top of interesting developments in the Linux community. Get your copy of Running Linux, 4th Edition today.

Structure and Service: Illuminations from a Trip to the Forest -- What do end users really want? Andy Oram got some answers talking to an unusual individual in the woods of Northern Oregon, while on a mission to drum up new attendees for O'Reilly's upcoming Emerging Technology Conference.


Module::Build -- Traditionally, modules have been put together with ExtUtils::MakeMaker. Dave Rolsky describes a more modern solution in this first of a two-part series. Dave is a coauthor of Embedding Perl in HTML with Mason .

Man pushing man Do you think geek? Enter our slogan contest by creating a T-shirt slogan that any geek would love, and you could win a shopping spree at ThinkGeek.

O'Reilly Beta Chapters -- We have a lot of hot new titles on the horizon. Get a glimpse of what's in store on our Beta Chapters site. Chapters are featured from upcoming books such as Google Hacks, Mac OS X Hacks, Java Extreme Programming Cookbook, LDAP System Administration, Python in a Nutshell, and many more. Read a beta chapter today.

Getting Dreamweaver MX Up to Speed with PHP -- In this article, David McFarland points you to several add-ons that will bring powerful and useful enhancements to Dreamweaver's PHP features. David is the author of Dreamweaver MX: The Missing Manual.

Multi-Level Collections in Oracle 9i -- Steven Feuerstein and Bryn Llewellyn continue their series of articles on new Oracle 9i features with both simple and complex examples showing you how to work with multi-level collections. For answers to your PL/SQL questions, see Oracle PL/SQL Programming, 3rd Edition.

O'Reilly Network Safari Bookshelf Safari as a College Reference Tool -- Dale Berry, an instructor at Westminster College, says that his Unix and database students are using Safari Bookshelf as an alternative to purchasing several expensive textbooks. They've saved money and don't have to lug the books around. Check out a free trial subscription.

What's That Animal? This Letters column shows you where to find articles on the history and making of our animal etchings, parodies of O'Reilly book covers, and our new animal index, "The Animal Menagerie." Find out what that is staring back at you from that O'Reilly book cover in the latest Letters.

Ax Creating Your Own CA -- Become your own Certificate Authority, and sign your own, or others', SSL certificates. Learn how in this article by Rob Flickenger, author of O'Reilly's recently released Linux Server Hacks.

Oracle in a Nutshell -- Find out how the authors of this Oracle opus pared down 13,000 pages of documentation to provide users with 90 percent of the useful information in 10 percent of the space. If you're an Oracle user, you'll want to check out, Oracle in a Nutshell.


Stein Gives Bioinformatics Ten Years to Live -- In his continuing coverage from the conference floor, Daniel H. Steinberg reports on Lincoln Stein's keynote, "Bioinformatics: Gone in 2012," at the O'Reilly Bioinformatics Technology Conference. Get all the news from this year's event on O'Reilly Network's BioCon 2003 Conference Coverage page.

O'Reilly Learning Lab -- Learning development languages and programming techniques has never been easier. Using your web browser and Useractive's Learning Sandbox technology, you get hands-on, online training in a Unix environment. Check out the Learning Lab today and receive an O'Reilly discount and book with each course enrollment.

A Bioinformatics Web Service with Mac OS X -- Brian Gilman shows how to use Objective-C and Mac OS X's Core Web Services to construct an OmniGene Analysis Engine client. You'll need a basic understanding of programming in Cocoa, and you can get it from Building Cocoa Applications: A Step-by-Step Guide.

Jim Kent on the State of Genetic Research -- O'Reilly's 2003 Bioinformatics Technology Conference is underway. Daniel H. Steinberg reports from the conference floor on the keynote delivered by Jim Kent, recipient of the Bioinformatics.Org Ben Franklin Award. Keep on top of what's going on with O'Reilly's BioCon 2003 Coverage.

Creating Type-Safe References to Methods in VB.NET -- In this MSDN article, Jesse Liberty introduces delegates (new in Visual Basic .NET) and shows you how to declare and create them, and implement them as properties. Jesse Liberty is the author of Learning Visual Basic .NET.

Book Review: Python Cookbook -- In this UnixReview.com article, Cameron Laird writes, "Python Cookbook is superb. Demonstrably so, in fact." Read why this book "deserves a different, more objective style of review." And get your Python Cookbook here.

Featured Weblog
Schuyler Erle: The Promise of Community Networks
[More Weblogs...]

What's New on the O'Reilly Network

Oracle Cross Tab Views: A Case for Code [O'Reilly Network]

Firing Up Director MX [Web Development DevCenter]

Multi-Level Collections in Oracle 9i [O'Reilly Network]

Getting Dreamweaver MX Up to Speed with PHP [Web Development DevCenter]

What's New on MacDevCenter.com

Securing Your TiBook (or Any Other Mac OS X Machine)

A Bioinformatics Web Service with Mac OS X, Part 2

Developing Visualization Applications with Cocoa and VTK

What's New on ONDotnet.com

Understanding .NET Permissions: Where Did That Permission Come From?

Plumbing the Depths of the ThreadAbortException Using Rotor

Basic Crypto w/ the .NET Framework

What's New on ONJava.com

Java Swing: Menus and Toolbars, Part 5

Parsing and Writing QuickTime Files in Java

Java Swing: Menus and Toolbars, Part 4

What's New on ONLamp.com

Linux in the Enterprise at LWE 2003 [Linux DevCenter]

Secure Chat with YTalk and SSH [Linux DevCenter]

chrooted ntpd in NetBSD [BSD DevCenter]

Custom Error Pages with PHP and Apache [ONLamp.com]

What's New on Perl.com

This week on Perl 6, week ending 2003-02-09

Module::Build

What's New on the XML.com

An Introduction to the Relaxer Schema Compiler

The Pace of Innovation

XP and XML


O'Reilly Home | Privacy Policy

© 2003, O'Reilly & Associates, Inc.