Margins
In a Nutshell book cover 1
In a Nutshell book cover 2
In a Nutshell book cover 3
In a Nutshell
Series · 12
books · 1994-2007

Books in series

Evil Geniuses in a Nutshell (In a Nutshell book cover
#3

Evil Geniuses in a Nutshell (In a Nutshell

2000

The follow-up to the highly successful first collection of User Friendly comic strips from O'Reilly & Associates, Evil Geniuses in a Nutshell tells the continuing tale of Columbia Internet, "the friendliest, hardest-working and most neurotic little Internet Service Provider in the world." Take three techs, two salespeople, a designer, two executives, a couple of administrative staff, mix in a mischievous Artificial Intelligence and a "dust puppy" born from the innards of a mega server, put them all together in a crowded little office, and you have the makings of one of the most off-beat, original and funny comic strips to come along in years."If you ask 20 people what User Friendly is about, you'll get 20 subtly different answers," says the cartoon's creator, J.D. 'Illiad' Frazer. " Some say it's a cartoon about Open Source; some say it's about the rift between technical and nontechnical staff; others say its about the pain that technical people suffer when dealing with the stubbornly unintelligent; some even say that User Friendly is a cartoon about Internet Workers. User Friendly addresses all those issues, but I don't think that's what it's about, strictly speaking. User Friendly's universe revolves around the simple idea that technology brings out both the best and the worst in people, no matter who they are."User Friendly reads like Dilbert for the Open Source community. With a massive online following, it provides outsiders a light-hearted look at the world of the hard core geek, and allows those who make their living dwelling in this world a chance to laugh at themselves.
C# 3.0 in a Nutshell book cover
#10

C# 3.0 in a Nutshell

A Desktop Quick Reference

2007

This is a concise yet thorough reference to C# 3.0 programming as implemented in Microsoft's Visual Studio 2008. C# 3.0 in a Nutshell gets right to the point, covering the essentials of language syntax and usage as well as the parts of the .NET base class libraries you need to build working applications. But unlike earlier editions, this book is now organized entirely around concepts and use cases, providing greater depth and readability. C# 3.0 introduces the most significant enhancements yet to the programming language, and C# 3.0 in a Nutshell delves deep into the subject while assuming minimal prior knowledge of C#-making it accessible to anyone with a reasonable background in programming. In addition to the language, the book covers the .NET CLR and the core Framework assemblies, along with the unified querying syntax called Language Integrated Query (LINQ), which bridges the traditional divide between programs and their data sources. Free of clutter and long introductions, this book provides a map of C# 3.0 knowledge in a succinct and unified Designed as a handbook for daily use, C# 3.0 in a Nutshell is an ideal companion to any of the vast array of books that focus on an applied technology such as WPF, ASP.NET, or WCF. The areas of the language and .NET Framework that such books omit, this one covers in detail.
ASP in a Nutshell book cover
#12

ASP in a Nutshell

A Desktop Quick Reference

2000

ASP in a Nutshell provides the high-quality reference documentation that web application developers really need to create effective Active Server Pages. It focuses on how features are used in a real application and highlights little-known or undocumented features. This book also includes an overview of the interaction between the latest release of Internet Information Server (version 5) and ASP 3.0, with an introduction to the IIS object model and the objects it comprises. The examples shown in this section and throughout the book are illustrated in VBScript. The main components of this book Like other books in the "In a Nutshell" series this book offers the facts, including critical background information, in a no-nonsense manner that users will refer to again and again. It is a detailed reference that enables even experienced web developers to advance their ASP applications to new levels.
AppleScript in a Nutshell book cover
#18

AppleScript in a Nutshell

A Desktop Quick Reference

2001

AppleScript in a Nutshell is the first complete reference to AppleScript, the popular programming language that gives both power users and sophisticated enterprise customers the important ability to automate repetitive tasks and customize applications. As the Macintosh continues to expand and solidify its base in the multimedia and publishing industries, AppleScript is the tool of choice on this platform for creating sophisticated time- and money-saving workflow applications (applets). These applets automate the processing and management of digital video, imaging, print, and web-based material. AppleScript is also gaining a foothold in scientific programming, as technical organizations adopt G4 CPU-based systems for advanced computing and scientific analysis. Finally, "power users" and script novices will find that AppleScript is a great everyday Mac programming tool, similar to Perl on Windows NT or Unix. In this well-organized and concise reference, AppleScript programmers will find: Detailed coverage of AppleScript Version 1.4 and beyond on Mac OS 9 and Mac OS X. Complete descriptions of AppleScript language features, such as data types, flow-control statements, functions, object-oriented features (script objects and libraries), and other syntactical elements. Descriptions and hundreds of code samples on programming the various "scriptable" system components, such as the Finder, File Sharing, File Exchange, Network scripting, Web scripting, Apple System Profiler, the ColorSync program, and the numerous powerful language extensions called "osax" or scripting additions. Most other AppleScript books are hopelessly out of date. AppleScript in a Nutshell covers the latest updates and improvements with practical, easy to understand tips, including: Using AppleScript as a tool for distributed computing, an exciting development that Apple Computer calls "program linking over IP." Programmers can now do distributed computing with Macs over TCP/IP networks, including controlling remote applications with AppleScript and calling AppleScript methods on code libraries that are located on other machines. Using the Sherlock find application to automate web and network searching. Insights on scripting new Apple technologies such as Apple Data Detectors, Folder Actions, Keychain Access, and Apple Verifier. AppleScript in a Nutshell is a high-end handbook at a low-end price—an essential desktop reference that puts the full power of this user-friendly programming language into every AppleScript user's hands.
XAML in a Nutshell book cover
#29

XAML in a Nutshell

A Desktop Quick Reference

2006

When Microsoft releases Windows Vista, the new operating system will support applications that employ graphics now used by computer games—clear, stunning, and active. The cornerstone for building these new user interfaces is XAML ("Zammel"), the XML-based markup language that works with Windows Presentation Foundation (WPF), Vista's new graphics subsystem. An acronym for Extensible Application Markup Language, XAML offers a wealth of new controls and elements with exciting capabilities, including animation and rendering of 3D graphics. Windows developers are already jazzed by the possibilities of using XAML for fixed and flow format documents like PDF and HTML, 2D and 3D vector-based graphics, form development, animation, audio and video, transparent layering, and a lot more. Many feel that XAML will eliminate the need for multiple file formats or plug-ins ( Flash), while lowering development costs and reducing time to market. The problem is, most developers don't know XAML. While it is fairly easy to understand, you still need a quick guide to bring you up to speed before Vista's release, and that's where this book's simple, no nonsense approach comes in. XAML in a Nutshell covers everything necessary to design user interfaces and .NET applications that take advantage of WPF. Prerequisites such as Microsoft's new unified build system, MSBuild, and core XAML constructs and syntax—including shortcuts—are all presented with plenty of examples to get you started. The Core XAML Reference section lets you dig even deeper into syntax rules and attributes for all XAML elements with a series of quick-reference chapters. This section divides XAML elements into logical categories of elements, controls, shapes and geometry, layout, animations, and transformations for easy reference. XAML in a Nutshell helps you learn, firsthand, how to use this XML-based markup language to implement the new generation of user interface graphics. As one reviewer noted, "Strong code examples and an efficient, conversational style take the tedium out of learning XAML and make the subject understandable—even interesting."
SCO UNIX in a Nutshell book cover
#35

SCO UNIX in a Nutshell

A Desktop Quick Reference for SCO UNIX & Open Desktop

1994

The desktop reference to SCO UNIX and Open Desktop(R), this version of UNIX in a Nutshell shows you what's under the hood of your SCO system. It isn't a scaled-down quick reference of common commands, but a complete reference containing all user, programming, administration, and networking commands. Contents This edition of UNIX in a Nutshell is the most comprehensive SCO quick reference on the market, a must for any SCO user. You'll want to keep SCO UNIX in a Nutshell close by as you use your it'll become a handy, indispensable reference for working with your SCO system.
Photoshop in a Nutshell (In a Nutshell book cover
#36

Photoshop in a Nutshell (In a Nutshell

1997

Photoshop 4 is reknowned for its powerful painting and selection tools, along with its color adjustment controls, multiple layer and channel capabilities, and special effect filters. These features make Photoshop the standard for desktop image design and production—enthusiasts in all graphics industries turn to Photoshop again and again to refine the images that define our world.These same features make for an extremely complex product. Photoshop is sprawling and immense, catering to an incredible quantity of graphic-editing needs. Even experienced designers familiar with most of the features can have trouble remembering every detail.Unlike most Photoshop books—which try to teach Photoshop—Photoshop in a Nutshell is a detailed reference that will enable Photoshop 4 users to make informed choices as they work, eliminating time spent searching for just the right combination of filters and effects, and reducing the risk of incorrect editing decisions.This book defines and describes every tool, command, palette, and sub-menu in Photoshop 4. Each item is accompanied by a list of its most common uses and misuses, as well as production-oriented background information. Where appropriate, the common uses contain step-by-step techniques, and the common misuses include experience-based advice and solutions.There are four The information in this book is organized in an encyclopedic reference fashion, following the structure of Photoshop itself. All topics are easy to find and fully cross-referenced, allowing you to intuitively explore the cause-and-effect relationships of each command.Any serious Photoshop 4 user will find Photoshop in a Nutshell an invaluable guide.
Mac OS X Tiger in a Nutshell book cover
#38

Mac OS X Tiger in a Nutshell

A Desktop Quick Reference

2005

Following the common-sense O'Reilly style, Mac OS X Tiger in a Nutshell cuts through the chaff and gives you practical details you can use every day. Everything you need to know about the Unix side of Mac OS X has been systematically documented in this book. Mac OS X Tiger in a Nutshell offers a complete overview of Mac OS X Tiger (Version 10.4), focusing on the BSD Unix layer. This book familiarizes you with over 300 of Tiger's Unix commands, the Terminal application, file management, system and network administration issues, and more. Completely revised for Mac OS X Tiger, this book Each command and option in this book's Unix Command Reference has been painstakingly tested and checked against Tiger; even the manpages that ship with Mac OS X can't compete in accuracy. Mac OS X Tiger in a Nutshell is the most comprehensive quick reference on the market and is a must for any serious Mac user.
Visual Basic Controls in a Nutshell (In a Nutshell book cover
#40

Visual Basic Controls in a Nutshell (In a Nutshell

1998

Visual Basic has been described as a visual interface design package to which the programmer attaches snippets of code. Although this definition has been contested by some, no one would contest that Visual Basic's interface design component—and therefore its forms and controls—are central to Visual Basic. To create a professional application, you need extensive knowledge of Visual Basic controls and their numerous properties, events, and methods. Visual Basic Controls in a Nutshell is the book that documents Visual Basic controls thoroughly. Visual Basic Controls in a Nutshell is divided into two sections. The first contains a detailed summary of Visual Basic Professional Edition's intrinsic and custom controls. Each chapter provides the following information about a control: The second section consists of separate alphabetical references to Visual Basic's properties, methods, and events. Along with providing basic documentation for each property, method, and event, the entries in this section contain a wealth of information not always available from the documentation, including: Visual Basic Controls in a Nutshell is an ideal book for Windows programmers who are looking for detailed and organized information on Visual Basic controls. This book is written by an experienced Visual Basic programmer and is filled with precisely the kind of information that his work—and that of any experienced VB programmer—constantly requires. Its depth and quality make it an indispensable addition to your Visual Basic library. With its companion volume, VB & VBA in a Nutshell: The Language, it serves to thoroughly document Microsoft Visual Basic.
Windows 2000 Administration in a Nutshell book cover
#42

Windows 2000 Administration in a Nutshell

2001

Anyone who installs Windows 2000, creates a user, or adds a printer is a 2000 system administrator. This book covers all the important day-to-day administrative tasks, and the tools for performing each task are included in a handy easy-to-look-up alphabetical reference. What's the same and what's different between the Windows 2000 and Windows NT platform? Has the GUI or the networking architecture changed, and if so, how? Windows 2000 Administration in a Nutshell addresses the problems associated with bridging the gap between the Windows NT and Windows 2000 platforms.This book Whether the concern is new security issues or how Active Directory works, Windows 2000 Administration in a Nutshell is as useful to the single-system home user as it is to the administrator of a 1,000-node corporate network.
Internet in a Nutshell book cover
#43

Internet in a Nutshell

1997

Internet in a Nutshell is a quick-moving guide to the Internet that goes beyond the "hype" and right to the heart of the how to get the Internet to work for you. This is a second-generation Internet book for readers who have already taken a spin around the Internet and now want to learn the shortcuts.In the tradition of the bestselling books Java in a Nutshell and WebMaster in a Nutshell, Internet in a Nutshell starts with a quick, tour of the Internet, focusing on the technology that makes it work. It then dives into details on using the popular browsers, including their associated mail and news readers. Even the most seasoned Web surfer will find new tips on using their favorite browser.As with most tools, Internet software is useless if you don't know what to do with it. Internet in a Nutshell gives complete, concise coverage of how to find information on the Internet, with comparisons of the most popular search engines and how to use them to their best advantage.At the core, the Internet is about sharing information, which is often stored in discrete files. The book covers the various file types that are used across the Internet. It covers FTP, the file transfer protocol that is used today primarily for transferring downloadable programs and source code. It discusses how to deal with sending and receiving files over email, both through attachments and more traditional means, and how to deal with compressed files.This is the Internet book for readers who don't think they need a book to use the Internet.
Outlook 2000 in a Nutshell book cover
#44

Outlook 2000 in a Nutshell

A User's Quick Reference

2000

With most of the books currently on the market for Outlook 2000 falling into the instant-learn, limited-scope "Dummies" category, the need for an up-to-date and comprehensive reference book such as Outlook 2000 in a Nutshell is high. This book is for typical Nutshell sophisticated computer users who need a comprehensive, functional reference to the product. Outlook is much more than just an email client. It is a powerful and versatile program that includes contact, calendar, notes, task, and journal tools all tightly integrated to give users quick access to vital information and fast, easy ways to share that information. You can arrange virtual conferences with NetMeeting, send Office documents through Outlook Mail, and save calendars as web pages and publish them to the Web. Outlook 2000 in a Nutshell is organized intuitively, beginning with a program overview examining Outlook's interface and structure along with setup and installation issues. The chapter on program insights delves deeper into the program, looking at data structures, forms, and categories. The second part of the book drills down into Outlook's individual components and their associated commands, and the last section covers some sophisticated connectivity and collaboration issues as well as file management and encryption. There are also some special sections devoted to working with VBA, using Outlook as an Exchange client, and exploring how Outlook works with Palm devices. This book The authors worked extensively with Microsoft engineers on the alpha/beta releases of Outlook 98, and bring to the book a wealth of knowledge and experience. They have provided a comprehensive task index, designed to speed up the process of locating important information as well as tips and tricks about the program. Outlook 2000 in a Nutshell is a must-read for any user who wants to get as much out of this software as possible without wasting time weeding through hundreds of pages of useless information.

Authors

Bruce W. Perry
Bruce W. Perry
Author · 4 books

I'm a big fan of good stories, and sharing them. I've been reading a lot since I was a towheaded kid, growing up in a small town with a reading and writing tradition called Concord, Massachusetts. Our house was about a half mile from Walden Pond. That didn't make me a better writer by osmosis, but it darn sure made me a reader! I was the kid sitting under a tree, head buried in a book. I read every hardcover and paperback I could get my hands on. A family friend gave me anthologies of Jules Verne and H.G. Wells when I was in the third grade. They encompassed the first adult narratives and science fiction I had read. They were hardcover, heavy, and I couldn't put them down, until I had to put them down, because they were heavy. I tend to read and write in several genres, mostly science fiction/dystopian, adventure, thriller, and detective, but I've written stories that don't really fall into either of those categories, as in the war romance Accidental Exiles or the satire Lost Young Love. In my work life I've been a trade newsletter writer and a software engineer, as well as a landscaper and a really bad waiter. I've also written non-fiction books on fitness and software, including Fitness For Geeks. When I'm not writing, I'm a nomad. I love to travel. I prefer writing outside with a pen, legal pad, and a nice view.

548 Market St PMB 65688, San Francisco California 94104-5401 USA
© 2025 Paratext Inc. All rights reserved