| Search | About | Preferences | Interact | Help | |
| 150 million books. 1 search engine. | ||

› Find signed collectible books: '10,000 Dreams Interpreted: A Dictionary of Dreams'
More editions of 10,000 Dreams Interpreted: A Dictionary of Dreams:
› Find signed collectible books: '10000 Dreams Interpreted: A Dictionary of Dreams'
More editions of 10000 Dreams Interpreted: A Dictionary of Dreams:
› Find signed collectible books: 'Angela's Ashes: A Memoir'
"When I look back on my childhood, I wonder how I survived at all. It was, of course, a miserable childhood: the happy childhood is hardly worth your while. Worse than the ordinary miserable childhood is the miserable Irish childhood, and worse yet is the miserable Irish Catholic childhood. People everywhere brag or whimper about the woes of their early years, but nothing can compare with the Irish version: the poverty; the shiftless loquacious father; the pious defeated mother moaning by the fire; pompous priests; bullying shcoolmasters; the English and the terrible things they did to us for eight hundred long years. Above all we were wet!" So begins Frank McCourt's stunning memoir of his childhood in Ireland and America, a recollection of unvarnished truth and no self pity, of grinding poverty and indomitable spirit that will live in the memory long after the tape has ended. Now a major film directed by Alan Parker and starring Robert Carlyle and Emily Watson. [via]
› Find signed collectible books: 'Apache'
Now in it's second edition, Apache: The Definitive Guide is a revised and improved tome which has been expanded to cover the Win32 and Unix flavours of the Apache server. Counting a member of the Apache development team as one of its authors, the new edition deals with server versions up to (and including) 1.3 giving detail on how to get hold of the source code (not necessary for the Win32 variant), compile it and latterly configure for authorisation and security.
However, getting the server up and running is one thing, administering it is quite another. Happily, the authors provide many pages of detail on subjects including setting up virtual servers, dealing with MIME types, proxies, server- side includes and more in a way which is informative, yet not too heavy on the brain. It has to be said that there's an overriding feeling the book leans towards the UNIX side of things but this in no way impedes the usefulness of the book--a big improvement on the first edition. Just for good measure a reference card containing all the information you'll ever need to know is included, together with a bonus CD containing all of the files necessary to mount Apache 1.3.3 on a Windows of Unix machine. All in all, pretty fine value for web admins and the web curious. [via]
More editions of Apache:

› Find signed collectible books: 'The Art & Skill of Dealing With People'
More editions of The Art & Skill of Dealing With People:
› Find signed collectible books: 'C++ the Core Language'
C++ is an object-oriented enhancement of the C programming language and is becoming the language of choice for serious software development.
C++ has crossed the Single Book Complexity Barrier. The individual features are not all that complex, but when put together in a program they interact in highly non-intuitive ways. Many books discuss each of the features separately, giving readers the illusion that they understand the language. But when they try to program, they're in for a painful surprise (even people who already know C).
C++: The Core Language is for C programmers transitioning to C++. It's designed to get readers up to speed quickly by covering an essential subset of the language.
The subset consists of features without which it's just not C++, and a handful of others that make it a reasonably useful language. You can actually use this subset (using any compiler) to get familiar with the basics of the language.
Once you really understand that much, it's time to do some programming and learn more from other books. After reading this book, you'll be far better equipped to get something useful out of a reference manual, a graphical user interface programming book, and maybe a book on the specific libraries you'll be using. (Take a look at our companion book, Practical C++ Programming.)
C++: The Core Language includes sidebars that give overviews of all the advanced features not covered, so that readers know they exist and how they fit in. It covers features common to all C++ compilers, including those on UNIX, Windows NT, Windows, DOS, and Macintosh.
Comparison: C++: The Core Language vs. Practical C++ Programming
O'Reilly's policy is not to publish two books on the same topic for the same audience. We'd rather spend twice the time on making one book the industry's best. So why do we have two C++ tutorials? Which one should you get?
The answer is they're very different. Steve Oualline, author of the successful book Practical C Programming, came to us with the idea of doing a C++ edition. Thus was born Practical C++ Programming. It's a comprehensive tutorial to C++, starting from the ground up. It also covers the programming process, style, and other important real-world issues. By providing exercises and problems with answers, the book helps you make sure you understand before you move on.
While that book was under development, we received the proposal for C++: The Core Language. Its innovative approach is to cover only a subset of the language -- the part that's most important to learn first -- and to assume readers already know C. The idea is that C++ is just too complicated to learn all at once. So, you learn the basics solidly from this short book, which prepares you to understand some of the 200+ other C++ books and to start programming.
These two books are based on different philosophies and are for different audiences. But there is one way in which they work together. If you are a C programmer, we recommend you start with C++: The Core Language, then read about advanced topics and real-world problems in Practical C++ Programming.
More editions of C++ the Core Language:
› Find signed collectible books: 'Cascading Style Sheets: The Definitive Guide'
Cascading Style Sheets can put a great deal of control and flexibility into the hands of a Web designer--in theory. In reality, however, varying browser support for CSS1 and lack of CSS2 implementation makes CSS a very tricky topic. Cascading Style Sheets: The Definitive Guide is a comprehensive text that shows how to take advantage of the benefits of CSS while keeping compatibility issues in mind.
The book is very upfront about the spotty early browser support for CSS1 and the sluggish adoption of CSS2. However, enthusiasm for the technology spills out of the pages, making a strong case for even the most skeptical reader to give CSS a whirl and count on its future. The text covers CSS1 in impressive depth--not only the syntactical conventions but also more general concepts such as specificity and inheritance. Frequent warnings and tips alert the reader to browser-compatibility pitfalls.
Entire chapters are devoted to topics like units and values, visual formatting and positioning, and the usual text, fonts, and colors. This attention to both detail and architecture helps readers build a well-rounded knowledge of CSS and equips readers for a future of real-world debugging. Cascading Style Sheets honestly explains the reasons for avoiding an in-depth discussion of the still immature CSS2, but covers the general changes over CSS1 in a brief chapter near the end of the book.
When successfully implemented, Cascading Style Sheets result in much more elegant HTML that separates form from function. This fine guide delivers on its promise as an indispensable tool for CSS coders. --Stephen W. Plain
Topics covered:
More editions of Cascading Style Sheets: The Definitive Guide:
› Find signed collectible books: 'The Cathedral and the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary'
It may be foolish to consider Eric Raymond's recent collection of essays, The Cathedral and the Bazaar, the most important computer programming thinking to follow the Internet revolution. But it would be more unfortunate to overlook the implications and long-term benefits of his fastidious description of open-source software development considering the growing dependence businesses and economies have on emerging computer technologies.
The Cathedral and the Bazaar takes its title from an essay Raymond read at the 1997 Linux Kongress. The essay documents Raymond's acquisition, re-creation, and numerous revisions of an e-mail utility known as fetchmail. Raymond engagingly narrates the fetchmail development process while elaborating on the ongoing bazaar development method he uses with the help of volunteer programmers. The essay smartly spares the reader from the technical morass that could easily detract from the text's goal of demonstrating the efficacy of the open-source, or bazaar, method in creating robust, usable software.
Once Raymond has established the components and players necessary for an optimally running open-source model, he sets out to counter the conventional wisdom of private, closed-source software development. Like superbly written code, the author's arguments systematically anticipate their rebuttals. For programmers who "worry that the transition to open source will abolish or devalue their jobs," Raymond adeptly and factually counters that "most developer's salaries don't depend on software sale value." Raymond's uncanny ability to convince is as unrestrained as his capacity for extrapolating upon the promise of open-source development.
In addition to outlining the open-source methodology and its benefits, Raymond also sets out to salvage the hacker moniker from the nefarious connotations typically associated with it in his essay, "A Brief History of Hackerdom" (not surprisingly, he is also the compiler of The New Hacker's Dictionary). Recasting hackerdom in a more positive light may be a heroic undertaking in itself, but considering the Herculean efforts and perfectionist motivations of Raymond and his fellow open-source developers, that light will shine brightly. --Ryan Kuykendall [via]
More editions of The Cathedral and the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary:
› Find signed collectible books: 'CGI Programming with Perl'
The appearance of the second edition of CGI Programming with Perl heralds the beginning of the neoclassical era of Web service. CGI--or common gateway interface--is the original back end for client-driven, dynamic Web-page service and deserves consideration as the Romulus of the Internet Empire. But, where first-edition author Gundavaram described the lonely Romulus laying the brick foundation of dynamic Web-page service in 1996, second-edition collaborators Guelich and Birznieks have pitched in to resurrect Romulus amid the crowded streets of modern Rome. Why bother? Surely four years have brought technological revolutions (Java, PHP, ASP, ColdFusion) that render CGI's original brick-by-brick approach as obsolete as, say, Roman mythology--or bricks and mortar.
And yet not. It is an ambiguous blessing that the original CGI persists, adhering to the underside of Web service by the duct tape that is Perl. This point is not missed by Guelich, Gundavaram, and Birznieks, whose advocacy of CGI is both bolstered by the growing applications module base of Perl and tempered by their awareness of CGI's structural limitations. Both new and returning readers of CGI Programming with Perl should browse the last chapter first in order to appreciate the proposed solutions to CGI's greatest sin: its impractical slowness in a world of a million-hits-per-day Web service. The chapter describes CGI-compatible FastCGI and mod_perl technologies that circumvent the process-spawning slowness of the simple CGI. Advanced users might want to skip directly to O'Reilly's fine mod_perl tome, Writing Apache Modules with Perl and C, by Lincoln Stein and Doug MacEachern.
The authors' second pass at CGI pedagogy is a lucid, honest, and expanded account that develops functionality of dynamic Web pages in a rational progression--from HTML client-server and CGI syntax basics to general input/output, forms, e-mail, graphics, and simple database applications, including maintaining client state and data persistence under the otherwise stateless HTTP protocol. The authors offer synopses of cookies, JavaScripting, server security, and XML, all of which are described in detail in other books.
Whether or not neoclassical CGI is fast enough for your purposes--perhaps for guarded intranets--bear in mind that CGI is the standard to which every other Web server has had to respond. The second edition of CGI Programming with Perl is still the best introduction to the classics. --Peter Leopold, Amazon.com [via]
More editions of CGI Programming with Perl:

› Find signed collectible books: 'A Christian's Guide to Working from Home: Formerly - Working at Home'
More editions of A Christian's Guide to Working from Home: Formerly - Working at Home:
› Find signed collectible books: 'CJKV Information Processing: Chinese, Japanese, Korean and Vietnamese Computing'
CJKV Information Processing covers all major writing systems for Vietnamese (including Quôc ngu, chu Nôm and chu Han), Japanese (kana and kanji), Korean (hangul and hanja), and Chinese (hanzi), plus the various means of integrating multiple character sets and systems for transliterating these languages into the Latin alphabet. Author Ken Lunde explains what's involved in taking input in the various languages and goes into great detail about output, including some detailed coverage of professional-quality computer typesetting with Chinese, Japanese, Korean, and Vietnamese (CJKV) characters.
But CJKV Information Processing doesn't restrict itself to input and output issues. There's extensive coverage of the special issues that arise when you attempt to work with multibyte characters inside programs--especially Java programs, since that language is especially adroit at internationalization tasks. You'll find ready-to-use algorithms for detecting and converting characters among the various sets.
Almost half of the book is consumed by exhaustive character tables listing every CJKV character set ever defined by a standards body, software vendor, or other organization. Comprehensive is the operative word here--Lunde even gives space to 145 hanzi characters defined by Hong Kong's Department of the Judiciary. You'll find a full suite of keyboard mapping tables, too. With the same thoroughness and clarity that made his Understanding Japanese Information Processing such a hit among members of the Pacific Rim crowd, Ken Lunde provides an unparalleled guide to computing with the CJKV character sets. --David Wall [via]
More editions of CJKV Information Processing: Chinese, Japanese, Korean and Vietnamese Computing:

› Find signed collectible books: 'Creating Cool Web Pages with HTML'
More editions of Creating Cool Web Pages With Html:

› Find signed collectible books: 'Customer Service for Dummies'
More editions of Customer Service for Dummies:

› Find signed collectible books: 'Den of Thieves'
More editions of Den of Thieves:
› Find signed collectible books: 'Designing with Javascript: Creating Dynamic Web Pages'
Designing with JavaScript is an excellent learn-by-example tutorial that helps you create dynamic content for your Web site. Each chapter tackles a single topic with a relaxed and conversational tone. The thoroughly explained examples in each chapter are blocked off in green for quick reference and included on the accompanying CD-ROM. Whiz-kid author Nick Heinle--author of the JavaScript Tip of the Week Web site and closet high school student--covers a lot of ground, from dynamic frames, forms, and cookies to the latest in both 4.0 browsers' versions of Dynamic HTML. One excellent chapter demonstrates how to easily include multiple versions of your scripts to work with versions of Netscape Navigator or Internet Explorer, depending on which browser views the page.
This is one the best titles available for relative newcomers or Web designers who want to get waist-deep in scripting as quickly as possible. However, Heinle's examples will also be useful to anyone with an interest in JavaScript. [via]
More editions of Designing with JavaScript: Creating Dynamic Web Pages:

› Find signed collectible books: 'The Dick Gibson Show'
More editions of The Dick Gibson Show:
› Find signed collectible books: 'Division Street: America'
"Division Street: America" is the book that first made Studs Terkel's reputation as the country's foremost oral historian, as "more than a writer. . . a national resource," in the words of John Kenneth Galbraith. Indeed, the people in Division Street were so compelling that Terkel revisited many of them for his recent bestseller, Race, showing how their opinions had changed and their prejudices had grown in the intervening decades. [via]
More editions of Division Street: America:
› Find signed collectible books: 'Educating Esme: Diary of a Teacher's First Year'
Esmé Raji Codell has written a funny, hip diary filled with one-liners and unadorned thoughts that speak volumes about the raw, emotional life of a first-year teacher. Like Ally McBeal in the classroom, the miniskirted and idealistic Codell sometimes fantasizes her career is a musical. Her inner-city Chicago elementary school fades to black as the lunch lady strikes an arabesque or a struggling student performs the dance of the dying swan, all set to her interior soundtrack. (Tina Turner's "Funkier Than a Mosquita's Tweeter" echoes whenever her idea-stealing, dimwitted principal harangues her.) She's a rash, petite, white lady who roller-skates through the halls and insists that her fifth-graders call her "Madame Esmé." But it's not all fun and games: she introduces us to children who fling their desks and apologize in tears, and at one point, after reporting a disruptive student to her mother, who subsequently thrashes the young girl, she dry heaves into her classroom's trash can.
Codell's 24-year-old voice is loud and clear ("Serious gross out," she writes after the scorned principal hugs her), though, on the principle that kids say the darnedest things, she often simply repeats their comments for comic effect. She's got sass, maybe too much self-confidence at times, and though there's no deep introspection in Educating Esmé, you'll be convinced her 10-year-old charges emerge the better for knowing her. --Jodi Mailander Farrell [via]
More editions of Educating Esme: Diary of a Teacher's First Year:

› Find signed collectible books: 'Enterprise Java Beans'
Thoroughly enhanced for the EJB 1.1 specification, Enterprise JavaBeans, 2nd Edition provides a great introduction to the world of server-side Java components. With plenty of material on EJB architecture and design, this new edition can serve as an authoritative resource for mastering today's bean standards.
Besides a general introduction to EJBs, the new edition of this book excels at highlighting the differences between the EJB 1.0 and 1.1 standards. Sample code is provided for both versions. For deployment, EJB 1.1 now relies on XML to define all bean resources and dependencies. For every sample bean, the author provides the XML, as well as the old-style Java code for EJB 1.0. There's also plenty of coverage of the new reliance on JNDI (the Java directory service) in EJB 1.1 and other late-breaking Sun standards, such as combining EJBs with servlets and JSPs for delivering dynamic Web content.
This text is organized as a tutorial to the major types of EJBs with full coverage of entity beans (for accessing databases) and session beans (for managing "conversations" with particular clients). The author covers all the bases here with numerous diagrams describing the life cycle of beans and how they cooperate with today's application servers. As in the first edition, sample beans for a cruise ship booking application let you see actual EJB code in action. Helpful appendices list all EJB APIs and other useful information (such as a list of current EJB vendors).
In all, the revised edition of Enterprise JavaBeans shows off the considerable strengths of the new EJB 1.1 standard. Suitable for any working Java programmer or IT manager, the clear presentation of the strategies and techniques for successful component design help make this book a smart choice for successful development with EJBs. --Richard Dragan
Topics covered: Overview of Enterprise JavaBeans (EJBs) v. 1.1 and 1.0, distributed objects, Component Transaction Monitors (CTMs), application servers and EJBs, resource management, EJB server setup, entity beans, session beans and workflow, the JNDI naming service, the life cycle of beans, container-managed and bean-managed persistence for entity beans, stateful and stateless session beans, deploying beans in JAR files (EJB 1.1 and 1.0 conventions), XML deployment descriptors, transaction basics (ACID properties and JTS), EJB security, design strategies and performance tips for EJBs, Java 2 Enterprise Edition (J2EE) and EJBs, servlets and JSPs used with EJBs, sample beans, state and sequence diagrams for EJBs, and EJB API reference. [via]
› Find signed collectible books: 'Essential Windows NT System Administration'
Windows NT systems are often said to "manage themselves." This book is for those times when things don't quite work out that way, when somebody who knows what's going on needs to intervene.
Essential Windows NT System Administration helps you manage Windows NT systems as productively as possible, making the task as pleasant and satisfying as can be. It combines practical experience with technical expertise, helping you to work smarter and more efficiently. It not only covers the standard utilities offered with the Windows NT operating system, but also those from the Resource Kit, as well as important commercial and free third-party tools. It also pays particular attention to developing your own tools by writing scripts in Perl and other languages to automate common tasks.
Essential Windows NT System Administration covers:
This book covers the workstation and server versions of Windows NT 4.0 on both Intel and Alpha processor-based systems.
AEleen Frisch is a Windows NT and UNIX system administrator, and is the author of several books, including O'Reilly's bestselling Essential System Administration.
More editions of Essential Windows NT System Administration:

› Find signed collectible books: 'Ethernet'
More editions of Ethernet:
› Find signed collectible books: 'Eusebius' Ecclesiastical History: A Third Century Historian Looks at the Early Church'
Eusebius' Ecclesiastical History is one of the classics of early Christianity and of equal stature with the works of Flavius Josephus. Eusebius chronicles the events of the first three centuries of the Christian church in such a way as to record a vast number of vital facts about early Christianity that can be learned from no other ancient source. When Eusebius wrote his Ecclesiastical History, his vital concern was to record facts before they disappeared, and before eye-witnesses were killed and libraries were burned and destroyed in persecutions by Rome. He faithfully transcribed the most important existing documents of his day so that future generations would have a collection of factual data to interpret. Thus Eusebius (c. A.D. 260-340) richly deserves the title "father of Church history."
"More readable." This is the only full edition of "Eusebius' Ecclesiastical History" that has been retypeset in modern, easy-to-read type. Archaic words have been modernized and the punctuation has been updated according to contemporary standards.
"Easier to use." The Loeb numbering system (now the standard way to cite "Eusebius' Ecclesiastical History)" has been added to make it easier to locate passages referred to in other reference works. Also, all citations and cross-references have been updated from Roman numerals to the modern form of citation.
"More complete." The complete text of all ten books of Eusebius is included. Also included is "Historical View of the Council of Nicea" as well as translations of related documents. [via]
More editions of Eusebius' Ecclesiastical History: A Third Century Historian Looks at the Early Church:

› Find signed collectible books: 'From the Folks Who Brought You the Weekend: A Short Illustrated History of Labor in the United States'
More editions of From the Folks Who Brought You the Weekend: A Short Illustrated History of Labor in the United States:
› Find signed collectible books: 'Gay and Lesbian Stats: A Pocket Guide of Facts and Figures'
Under sixteen headings ranging from Activism and Politics to Religion, Gay and Lesbian Stats delivers hundreds of salient facts, citing sources, that documents the current status of gay men and lesbians. This straightforward compendium of facts may be slim (just the right size for carrying around in a pocket) but it packs a wallop. [via]
More editions of Gay and Lesbian Stats: A Pocket Guide of Facts and Figures:
› Find signed collectible books: 'Handbook of Environmental and Ecological Modeling'
With descriptions of hundreds of the most important environmental and ecological models, this handbook is a unique and practical reference source. The Handbook of Environmental and Ecological Modeling is ideal for those working in environmental modeling, including regulators and managers who wish to understand the models used to make assessments. Overviews of more than 360 models are easily accessed in this handbook, allowing readers to quickly locate information they need about models available in a given ecosystem.
The material in the Handbook of Environmental and Ecological Modeling is logically arranged according to ecosystem. Each of the sixteen chapters of the handbook covers a particular ecosystem, and includes not only the descriptions of the models, but also an overview of the state-of-the-art in modeling for that particular ecosystem. A summary of the spectrum of available models is also provided in each chapter. The extensive table of contents and the easy-to-use index put materials immediately at your fingertips. [via]
More editions of Handbook of Environmental and Ecological Modeling:
› Find signed collectible books: 'HTML Pocket Reference'
In this pocket reference, Jennifer Niederst, the author of the best-selling Web Design in a Nutshell, delivers a concise guide to every HTML tag.
Each tag entry includes:
In addition to tag-by-tag descriptions, you'll find useful charts on such topics as:
Niederst also provides context for the tags, indicating which tags are grouped together and bare-bones examples of how standard web page elements are constructed.
This pocket reference is targeted at web designers and web authors and is likely to be the most dog-eared book on every web professional's desk.
More editions of HTML Pocket Reference:
› Find signed collectible books: 'Html: The Definitive Guide'
In the most recent edition of this acclaimed HTML guide, Musciano and Kennedy look closely at every aspect of HTML and show how to use it wisely to create top-quality Web pages. The book is up-to-date, covering HTML 4, Netscape Navigator 4, Microsoft Internet Explorer 4, and the various extensions of each.
HTML: The Definitive Guide is aimed at beginners as well as those who have more practice in Web-page creation. The authors assume at least a basic knowledge of computers, including how to use a word processor or text editor and how to deal with files. They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference. --Elizabeth Lewis [via]
More editions of Html: The Definitive Guide:
› Find signed collectible books: 'HTML: The Definitive Guide'
For those with some HTML knowledge, HTML: The Definitive Guide is a practical text that covers HTML 3.2 syntax, semantics, and elements of style and explains each tag in detail. Using this guide, you can learn how HTML elements interact with each other, how browsers have limitations and differences, and how to create documents that look good on a variety of browsers. HTML: The Definitive Guide also details cascading style sheets, tables, frames, forms, inserting images, sound files, video, applets, JavaScript programs, and layers.
This guide will teach you the most effective use of HTML to accomplish a variety of tasks, from simple to complex. You'll become fluent in the language and learn to distinguish between good and bad HTML usage. [via]
More editions of HTML: The Definitive Guide:
› Find signed collectible books: 'Imitation of Christ'
Researched and written by 344 international historians, this wide-ranging two-volume edition explores even minor evangelical figures and describes individuals from a broad array of denominational backgrounds. It includes 3,570 biographies, an index of subjects arranged by country and denomination, and other resources for further study. [via]
More editions of Imitation of Christ:

› Find signed collectible books: 'Java Examples in a Nutshell'
More editions of Java Examples in a Nutshell:

› Find signed collectible books: 'Java in a Nutshell'
More editions of Java in a Nutshell:

› Find signed collectible books: 'Java Servlet Programming'
More editions of Java Servlet Programming:
› Find signed collectible books: 'Javascript'
JavaScript is a powerful scripting language that can be embedded directly in HTML. It allows you to create dynamic, interactive Web-based applications that run completely within a Web browser; you don't have to do any server-side programming, like writing CGI scripts.
JavaScript is a simpler language than Java. It can be embedded directly in Web pages without compilation, so it is more flexible and easier to use for simple tasks like animation. However, although you can write reasonably robust and complete Web applications using JavaScript alone, JavaScript is not a substitute for Java. In fact, JavaScript is a good client-side complement to Java; using the two together allows you to create more complex applications than are possible with JavaScript alone.
JavaScript: The Definitive Guide provides a thorough description of the core JavaScript language and its client-side framework, complete with sophisticated examples that show you how to handle common tasks, like validating form data and working with cookies. The book also contains a definitive, in-depth reference section that covers every core and client-side JavaScript function, object, method, property, constructor, and event handler. This book is an indispensable reference for all JavaScript programmers, regardless of experience level.
This third edition of JavaScript: The Definitive Guide describes the latest version of the language, JavaScript 1.2, as supported by Netscape Navigator 4 and Internet Explorer 4. The book also covers JavaScript 1.1, which is the first industry-standard version known as ECMAScript. The new features of JavaScript 1.2, which are likely to be embodied in a later ECMAScript standard release, are clearly indicated, so that you can use them as appropriate in your scripts.
› Find signed collectible books: 'Javascript - Beta Edition: The Definitive Guide'
Provides a rapid and thorough exposition of the JavaScript programming language, as well as an in-depth reference section covering each JavaScript function, object, method, and even handler. Experienced programmers will quickly find the information they need to start writing JavaScript programs. [via]
More editions of Javascript - Beta Edition: The Definitive Guide:
› Find signed collectible books: 'JavaScript Pocket Reference'
At 4.5 by 7 inches in size and only 89 pages long, the aptly named JavaScript Pocket Reference will really almost fit in your pocket. Use this guide as a companion to turn to when in doubt about that function syntax or on drawing a blank on the JavaScript object model.
The book concisely packs together the syntax of the scripting language, including summaries of expression and statement style. The real meat of the tiny title is an alphabetical listing of JavaScript objects, along with their associated methods, properties and events. One nice feature of this section is the attention to the varying support between Microsoft and Netscape browser versions. However, this listing is useful only if you know what object you want to work with. Missing from the reference is a solutions-based reference to let you refresh your memory about how to do a particular task, such as validate a form field or roll over a graphic when the user moves the mouse.
One drawback is the book's illustration of the object model--done only in a small diagram. This is a bit of a shame since this is one of the key topics most developers need help with. If you are rather familiar with JavaScript, this pocket reference will be helpful. New coders, however, will likely find it insufficient. --Stephen W. Plain [via]
More editions of JavaScript Pocket Reference:

› Find signed collectible books: 'Just a Temp'
More editions of Just a Temp:
› Find signed collectible books: 'The KJV Bible'
400th Anniversary Edition
For 400 years, the Authorized Version of the Bible--popularly known as the King James Version--has been beloved for its majestic phrasing and stately cadences. No other book has so profoundly influenced our language and our theology. Over time, however, the text has suffered subtle and occasionally troublesome alterations. This edition preserves the original 1611 printing. Word for word and page for page, the text with its original marginal notes, preface, and other introductory material appears as it first did. The sole concession to modernity is a far more readable roman typeface set by nineteenth-century master printers.
"A valuable and essential addition to every Bible library."
--John R. Kohlenberger III
FEATURES
* The only word-for-word facsimile of the original 1611 Authorized Version on the market
* Original preface and translators' notes
* Alfred Pollard's classic essay on pre-1611 English translations and the history of the Authorized Version
* New essays on the enduring impact of the KJV and the Apocrypha
* Handsome page design with decorative initials
* Page-edge gilding and ribbon marker (genuine leather only)
* Clear type is convenient to read and reference
* Special logo on book spine and packaging commemorates the 400th Anniversary
* Includes the Apocrypha
A special Bible for collectors, students, and everybody who cherishes the King James Version [via]
More editions of The KJV Bible:
› Find signed collectible books: 'Larry's Party'
Larry Weller is a regular guy, or so Carol Shields has him think. When we first meet him in 1977 Winnipeg at age 26, he's pondering the pluses of Harris tweed, still living at home, and realizing he's in love with his girlfriend, Dorrie, a flinty car saleswoman. Larry is proud of his job at Flowerfolks, even though he fell into floral design by accident, and if his relationship with his parents isn't perfect, it's not too bad, either. (Stu and Flo Weller may have less page-time in Larry's Party, but they are hugely memorable. He is a master upholsterer, happiest when working; she is a woman ruined by nervous guilt, having inadvertently killed off her mother-in-law with some improperly preserved green beans.)
Carol Shields has said that she had "always been struck by the fact that in most novels people aren't working." Though her hero climbs the floral managerial trellis for 17 years and finds more rhapsody in work than marriage, Larry and Dorrie's honeymoon in England points him toward what will be his true vocation--mazes. These living constructs turn him into a thinker, a man of imagination, and the author's descriptions are quietly spectacular as well as effortlessly sweet. Larry wonders at their "teasing elegance and circularity ... a snail, a scribble, a doodle on the earth's skin with no other directed purpose but to wind its sinuous way around itself." Just as Larry changes with the times--each elliptical chapter ages him by one or two years--so does his art. In 1990, he designs a maze in which you can't really lose yourself. In 1997, the McCord Maze "is intended to mirror the descent into unconscious sleep, followed by a slow awakening." Larry, too, has a slow awakening, taking several false turns before reaching midlife. As the novel closes, with a bravura dinner party scene, he may finally be at ease in the world. But his creator knows that he is only halfway there, and still has to negotiate his way from the center of the maze to its exit. [via]
More editions of Larry's Party:
› Find signed collectible books: 'Learning Python'
The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems and a preference for learning by semi-guided experimentation.
First off, Learning Python shows the relationships among Python scripts and their interpreter (in a mostly platform-neutral way). Then, the authors address the mechanics of the language itself, providing illustrations of how Python conceives of numbers, strings, and other objects as well as the operators you use to work with them. Dictionaries, lists, tuples, and other data structures specific to Python receive plenty of attention including complete examples.
Authors Mark Lutz and David Ascher build on that fundamental information in their discussions of functions and modules, which evolve into coverage of namespaces, classes, and the object-oriented aspects of Python programming. There's also information on creating graphical user interfaces (GUIs) for Python applications with Tkinter.
In addition to its careful expository prose, Learning Python includes exercises that both test your Python skills and help reveal more elusive truths about the language. [via]
More editions of Learning Python:
› Find signed collectible books: 'Life Isn't All Ha Ha Hee Hee'
Meera Syal's second novel features a trio of close and somewhat unlikely childhood friends. Sunita, a former law student and activist, has married her university sweetheart Akash, and is settled into a life of overweight, underappreciated motherhood. Tania is a raven-maned beauty who's rejected marriage and anything traditionally Asian for a high-flying TV career and a compliant Indophile boyfriend. And then there's Chila. Innocent, kind, funny Chila, with her simple soul and her glass animal collection, has just, to everyone's amazement, snared Deepak--the "most eligible bachelor within a twenty-mile radius."
A comedienne and actress as well as the author of the prize-winning Anita and Me, Syal expertly steers her characters through what we might call middle youth--that emotional roller coaster of an age when the real growing up is done. Everywhere her trademark wit and sensitivity are on display. There's the inevitable bitching at the wedding: "Now the sister is howling. I'd howl if I had a moustache like hers..." Then, after the ceremony, come the traditional tears:
Tissue-clutching matriarchs reattached themselves to harrumphing husbands, reaffirming their bonds to each other and the watching world. Single girls clucked in feverish groups, high on the drama of the departure, tossing their fancy dupattas at the single men, torn between the horror and the longing of it all.What comes after that, alas, is infidelity and envy and betrayal. True to its stoic title, Life Isn't All Ha Ha Hee Hee encompasses not only the strengths but the limits of female friendship. Yet the author retains her sense of humor and cross-cultural irony to the very end. One final note: if you're pregnant and have set your heart on natural childbirth, avoid pages 72 and 73. Or else book that elective cesarean and painkilling cocktail. Now. --Lisa Gee [via]
More editions of Life Isn't All Ha Ha Hee Hee:
› Find signed collectible books: 'Linux in a Nutshell'
Linux in a Nutshell: A Desktop Quick Reference is a 612-page command and program reference guide for this red-hot Unix derivative. While Linux couldn't be easier to get--it's a free download from the Web--clear and concise documentation is key to successful application.
Linux in a Nutshell: A Desktop Quick Reference is only a minimal introduction to this remarkable operating system; the book's real strength lies in the simple alphabetical table of Linux commands that runs for more than 150 pages. Each command is documented with its various switches including occasional examples and brief overviews of especially interesting commands. Author Ellen Siever dedicates a section of the book to covering three common shell programs for Linux: bash, csh, and tcsh. In the short introduction to shells, Siever lists the commands that are common to all three as well as those that differ. This is followed by individual references for each.
Coverage of the Emacs, ex, sed, and vi programs and command sets comprise the material on Linux text editors. The gawk scripting language is also represented, as well as sections detailing programming commands and the RCS and CVS file-versioning programs. The book also covers Perl, system administration commands, and dual booting.
While Linux can be lots of fun, no one should dive in ill equipped. Using Linux in a Nutshell: A Desktop Quick Reference will help you navigate this OS safely. --Stephen Plain [via]
More editions of Linux in a Nutshell:
› Find signed collectible books: 'Linux in a Nutshell'
Linux in a Nutshell incorporates all the typical characteristics of a command reference. On the positive side, there's no extraneous narrative gunk to get between you and the specific piece of information you're searching for. On the negative side, there's no entry-level instruction here to guide the uninitiated. While that's not a bad thing, it should serve as a warning to Linux newbies: supplement this book with another if you don't know what you're doing.
Hekman devotes about a third of the book to Linux user commands that aren't part of specific shells, programming languages, applications, or the set of administrator commands. These commands are presented as straight man-page-style documentation in table form, listing commands, their switches, and succinct descriptions alphabetically. The author then goes on to document the three Linux shells--bash, csh, and tcsh--and the GNU utilities. The book's coverage of emacs, vi, pattern matching (regular expressions), sed, and gawk distinguishes it from its competitors. Hekman wraps up with more man-page-style documentation of programming commands and Linux's complete complement of administrator commands. [via]
More editions of Linux in a Nutshell:

› Find signed collectible books: 'Machines Who Think: A Personal Inquiry into the History and Prospects of Artificial Intelligence'
More editions of Machines Who Think: A Personal Inquiry into the History and Prospects of Artificial Intelligence:

› Find signed collectible books: 'A Man Named Dave: A Story of Triumph and Forgiveness'
More editions of A Man Named Dave: A Story of Triumph and Forgiveness:

› Find signed collectible books: 'Managing for Dummies'
More editions of Managing for Dummies:

› Find signed collectible books: 'Managing Internet Information Services: World Wide Web, Gopher, FTP, and More'
More editions of Managing Internet Information Services: World Wide Web, Gopher, FTP, and More:

› Find signed collectible books: 'Managing the Windows 2000 Registry'
More editions of Managing the Windows 2000 Registry:

› Find signed collectible books: 'Managing Windows NT Logons'
More editions of Managing Windows NT Logons:
› Find signed collectible books: 'Mastering Regular Expressions'
Regular expressions are a central element of UNIX utilities like egrep and programming languages such as Perl. But whether you're a UNIX user or not, you can benefit from a better understanding of regular expressions since they work with applications ranging from validating data-entry fields to manipulating information in multimegabyte text files. Mastering Regular Expressions quickly covers the basics of regular-expression syntax, then delves into the mechanics of expression-processing, common pitfalls, performance issues, and implementation-specific differences. Written in an engaging style and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions offers a wealth information that you can put to immediate use. [via]
More editions of Mastering Regular Expressions:
› Find signed collectible books: 'Microsoft Exchange Server in a Nutshell'
Microsoft Exchange Server in a Nutshell documents version 5.5 of the BackOffice mail server. It's a complete guide to installing, using, maintaining, repairing, and upgrading this popular program.
Administrators who already have some experience with getting work done under Exchange Server will home in on the excellent reference material that makes up most of this guide. For Unix experts, there's also a handy comparison of Sendmail and Exchange Server. The authors succinctly document every command line tool (including every switch and every parameter) and do the same for all the graphical tools. Most importantly, all of Exchange Server's directory objects are documented. He lists each object with its path, permissible contents, properties, and a quick explanatory description. Where appropriate, the author inserts stepped procedures that explain how to carry out particular tasks. He also has added notes that explain pitfalls and detail the interaction of Exchange Server with other messaging programs. --David Wall
Topics covered: The historical progression of Microsoft mail servers, the Exchange Server architecture, the relationships between Exchange Server and its clients, and implementation of Exchange Server in X.400 and X.500 messaging environments. [via]
More editions of Microsoft Exchange Server in a Nutshell:
› Find signed collectible books: 'My Antonia'
It seems almost sacrilege to infringe upon a book as soulful and rich as Willa Cather's My Ántonia by offering comment. First published in 1918, and set in Nebraska in the late 19th century, this tale of the spirited daughter of a Bohemian immigrant family planning to farm on the untamed land ("not a country at all but the material out of which countries are made") comes to us through the romantic eyes of Jim Burden. He is, at the time of their meeting, newly orphaned and arriving at his grandparents' neighboring farm on the same night her family strikes out to make good in their new country. Jim chooses the opening words of his recollections deliberately: "I first heard of Ántonia on what seemed to be an interminable journey across the great midland plain of North America," and it seems almost certain that readers of Cather's masterpiece will just as easily pinpoint the first time they heard of Ántonia and her world. It seems equally certain that they, too, will remember that moment as one of great light in an otherwise unremarkable trip through the world.
Ántonia, who, even as a grown woman somewhat downtrodden by circumstance and hard work, "had not lost the fire of life," lies at the center of almost every human condition that Cather's novel effortlessly untangles. She represents immigrant struggles with a foreign land and tongue, the restraints on women of the time (with which Cather was very much concerned), the more general desires for love, family, and companionship, and the great capacity for forbearance that marked the earliest settlers on the frontier.
As if all this humanity weren't enough, Cather paints her descriptions of the vastness of nature--the high, red grass, the road that "ran about like a wild thing," the endless wind on the plains--with strokes so vivid as to make us feel in our bones that we've just come in from a walk on that very terrain ourselves. As the story progresses, Jim goes off to the University in Lincoln to study Latin (later moving on to Harvard and eventually staying put on the East Coast in another neat encompassing of a stage in America's development) and learns Virgil's phrase "Optima dies ... prima fugit" that Cather uses as the novel's epigraph. "The best days are the first to flee"--this could be said equally of childhood and the earliest hours of this country in which the open land, much like My Ántonia, was nothing short of a rhapsody in prairie sky blue. --Melanie Rehak [via]
More editions of My Antonia:
› Find signed collectible books: 'Networking for Dummies'
Computers in business environments become exponentially helpful and critical for daily operations when they are linked together in local area networks (LANs) that enable co-workers to share files, Internet access and valuable resources like printers and plotters. Building a network of IBM-compatible PCs requires careful strategic planning, and Networking for Dummies, Fourth Edition, will help you sort out the technical details as painlessly as possible.
This book helps you figure out whether you need a LAN at all--the author isn't shy about recommending simpler solutions such as printer switches--and then helps you get everything hooked up. Mainly, Lowe describes LANs in an accurate and comprehensive, though somewhat generic, way.
Once it has been determined that you need a network operating system, Lowe describes the characteristics of several good ones (including NetWare 4.2, NetWare 5, Windows NT 4, and LANtastic). He also explains network architectures, cabling systems and security issues. New to this edition is information on transforming your LAN into an intranet by adapting internal protocols to Internet standards. There is lots of solid information on troubleshooting and optimising performance too.
Much of the valuable information in Networking for Dummies comes in the form of scenarios. Lowe uses short situations and explains, specifically, what networking hardware and software will be required or beneficial. Find a story that matches your situation and you'll be in business. --David Wall [via]
More editions of Networking for Dummies:
› Find signed collectible books: 'Oracle Net8: Configuration and Troubleshooting'
Oracle's Net8 technologies are what make Oracle databases more than just repositories of values. They facilitate communication between Oracle servers and their clients, as well as among servers for purposes of synchronisation, replication, and load balancing. Oracle Net8 Configuration and Troubleshooting documents the Net8 software in full, explaining to system implementers and administrators what talks to what, and how. The emphasis is on design constraints, for example, the way many operating systems limit the number of simultaneous connections to a single process and so require multiple dispatcher processes. Diagnosis and repair of problems are also explored, and quite a lot of information about console utilities is included.
Syntax statements and annotated lists of parameters complement the text in this book. You'll probably learn the most about the subject that interests you by locating a page reference in the index, then reading straight through a couple of sections on either side of the reference--the pages are rich in information and casual detail. Of course, a book isn't an O'Reilly system administration guide without configuration file documentation, and Oracle Net8 Configuration and Troubleshooting upholds the tradition with option-by-option coverage of the lines that must and can appear in the four key .ORA files: SQLNET, TNSNAMES, LISTENER, and NAMES. --David Wall
Topics covered:
More editions of Oracle Net8: Configuration and Troubleshooting:

› Find signed collectible books: 'Oracle Security'
More editions of Oracle Security:

› Find signed collectible books: 'Other People's Dirt: A Housecleaner's Curious Adventures'
More editions of Other People's Dirt: A Housecleaner's Curious Adventures:

› Find signed collectible books: 'PalmPilot: The Ultimate Guide'
More editions of PalmPilot: The Ultimate Guide:

› Find signed collectible books: 'A Parent's Survival Guide to the Internet'
More editions of A Parent's Survival Guide to the Internet:

› Find signed collectible books: 'Parkinson's Law'
More editions of Parkinson's Law:

› Find signed collectible books: 'Perl 5 Pocket Reference'
More editions of Perl 5 Pocket Reference:

› Find signed collectible books: 'PHP Pocket Reference'
More editions of PHP Pocket Reference:
› Find signed collectible books: 'Practical C Programming'
Fast becoming the standard language of commercial software development, C++ is an update of the C programming language, adding object-oriented features that are very helpful for today's larger graphical applications.
Practical C++ Programming is a complete introduction to the C++ language for the beginning programmer, and also for C programmers transitioning to C++. Unlike most other C++ books, this book emphasizes a practical, real-world approach, including how to debug, how to make your code understandable to others, and how to understand other people's code.
Almost as important, this book is written in the readable style that has made Nutshell Handbooks® famous.
Topics covered include:
At the end of each chapter are a number of exercises you can use to make sure you've grasped the concepts. Solutions to most are provided.
Practical C++ Programming describes standard C++ features that are supported by all UNIX C++ compilers (including gcc) and DOS/Windows and NT compilers (including Microsoft Visual C++).
Comparison: Practical C++ Programming vs. C++: The Core Language
O'Reilly's policy is not to publish two books on the same topic for the same audience. We'd rather spend twice the time on making one book the industry's best. So why do we have two C++ tutorials? Which one should you get?
The answer is they're very different. Steve Oualline, author of the successful book Practical C Programming, came to us with the idea of doing a C++ edition. Thus was born Practical C++ Programming. It's a comprehensive tutorial to C++, starting from the ground up. It also covers the programming process, style, and other important real-world issues. By providing exercises and problems with answers, the book helps you make sure you understand before you move on.
While that book was under development, we received the proposal for C++: The Core Language. Its innovative approach is to cover only a subset of the language -- the part that's most important to learn first -- and to assume readers already know C. The idea is that C++ is just too complicated to learn all at once. Instead, you learn the basics solidly from this short book, which prepares you to start programming and to understand some of the other C++ books you'll need for reference.
These two books are based on different philosophies and are for different audiences. But there is one way in which they work together. If you are a C programmer, we recommend you start with C++: The Core Language, then read about advanced topics and real-world problems in Practical C++ Programming.
› Find signed collectible books: 'Practical C Programming'
There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks® famous.
C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes how to create programs that are easy to read, debug, and update.
Practical rules are stressed. For example, there are fifteen precedence rules in C (&& comes before || comes before ?:). The practical programmer reduces these to two:
Contrary to popular belief, most programmers do not spend most of their time creating code. Most of their time is spent modifying someone else's code. This books shows you how to avoid the all-too-common obfuscated uses of C (and also to recognize these uses when you encounter them in existing programs) and thereby to leave code that the programmer responsible for maintenance does not have to struggle with. Electronic Archaeology, the art of going through someone else's code, is described.
This third edition introduces popular Integrated Development Environments on Windows systems, as well as UNIX programming utilities, and features a large statistics-generating program to pull together the concepts and features in the language.
More editions of Practical C Programming:
› Find signed collectible books: 'Pride and Prejudice'
"It is a truth universally acknowledged, that a single man in possession of a good fortune, must be in want of a wife."
Next to the exhortation at the beginning of Moby-Dick, "Call me Ishmael," the first sentence of Jane Austen's Pride and Prejudice must be among the most quoted in literature. And certainly what Melville did for whaling Austen does for marriage--tracing the intricacies (not to mention the economics) of 19th-century British mating rituals with a sure hand and an unblinking eye. As usual, Austen trains her sights on a country village and a few families--in this case, the Bennets, the Philips, and the Lucases. Into their midst comes Mr. Bingley, a single man of good fortune, and his friend, Mr. Darcy, who is even richer. Mrs. Bennet, who married above her station, sees their arrival as an opportunity to marry off at least one of her five daughters. Bingley is complaisant and easily charmed by the eldest Bennet girl, Jane; Darcy, however, is harder to please. Put off by Mrs. Bennet's vulgarity and the untoward behavior of the three younger daughters, he is unable to see the true worth of the older girls, Jane and Elizabeth. His excessive pride offends Lizzy, who is more than willing to believe the worst that other people have to say of him; when George Wickham, a soldier stationed in the village, does indeed have a discreditable tale to tell, his words fall on fertile ground.
Having set up the central misunderstanding of the novel, Austen then brings in her cast of fascinating secondary characters: Mr. Collins, the sycophantic clergyman who aspires to Lizzy's hand but settles for her best friend, Charlotte, instead; Lady Catherine de Bourgh, Mr. Darcy's insufferably snobbish aunt; and the Gardiners, Jane and Elizabeth's low-born but noble-hearted aunt and uncle. Some of Austen's best comedy comes from mixing and matching these representatives of different classes and economic strata, demonstrating the hypocrisy at the heart of so many social interactions. And though the novel is rife with romantic misunderstandings, rejected proposals, disastrous elopements, and a requisite happy ending for those who deserve one, Austen never gets so carried away with the romance that she loses sight of the hard economic realities of 19th-century matrimonial maneuvering. Good marriages for penniless girls such as the Bennets are hard to come by, and even Lizzy, who comes to sincerely value Mr. Darcy, remarks when asked when she first began to love him: "It has been coming on so gradually, that I hardly know when it began. But I believe I must date it from my first seeing his beautiful grounds at Pemberley." She may be joking, but there's more than a little truth to her sentiment, as well. Jane Austen considered Elizabeth Bennet "as delightful a creature as ever appeared in print". Readers of Pride and Prejudice would be hard-pressed to disagree. --Alix Wilber [via]
More editions of Pride and Prejudice:

› Find signed collectible books: 'Python Pocket Reference'
More editions of Python Pocket Reference:

› Find signed collectible books: 'Que's Computer User's Dictionary'
More editions of Que's Computer Users Dictionary:
› Find signed collectible books: 'REALbasic: The Definitive Guide'
Matt Neuberg's REALbasic: The Definitive Guide is a diligent and thorough introductory text for REALbasic 2 on the Macintosh, an object-oriented programming environment based on components and BASIC. Even if you've never programmed before, this title--combined with the power and ease of use of REALbasic--is all you need to start writing your own software for the Mac.
In addition to being a tutorial to the REALbasic tool itself, the author's introduction to object-oriented software is remarkable for its patience while also getting the beginner to think in objects. (Besides an authority on Macintosh programming, Neuberg has a Ph.D. in ancient Greek. This book is probably alone in that it discusses objects while quoting Plato.) There is a full tour of REALbasic program statements, data types, and the nuts and bolts of working with the environment and building basic programs.
The heart of this text covers the various controls and features available in REALbasic. The author discusses simple and advanced user controls (like buttons, edit controls, menus, and list boxes). Neuberg's tour here will let any reader design user interfaces and add event handlers to provide program functionality. Highlights include how to display images and create animation, sound, and video within REALbasic. (Here, the author extends the already strong multimedia support in REALbasic with his own code for a simple video game.) For more experienced users, there are how-tos on using files, databases, and socket programming with TCP/IP and AppleScript.
In all, REALbasic: The Definitive Guide serves its purpose well as a one-volume reference and tutorial to getting the most out of this capable tool, whose functionality certainly rivals any of today's RAD-style programming environments. --Richard Dragan
Topics covered: Overview of the REALbasic environment, BASIC language keywords, constructs and datatypes, arrays, objects, classes and instances, subclasses, events, menus, application architecture, building and debugging, window basics, system events, mouse processing, canvases and graphics, displaying images, basic controls, list boxes, progress bars, sliders, shapes, menus, tab panels, keyboard and mouse processing, files, databases, clipboard, drag-and-drop functionality, sound and MIDI, playing movies, game animations, printing, socket programming, Apple Events and AppleScript, and language extensions with XCMDs and plug-ins. [via]
More editions of REALbasic: The Definitive Guide:

› Find signed collectible books: 'Resume with Monsters'
More editions of Resume with Monsters:
› Find signed collectible books: 'Sed and Awk'
sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox.
sed is a "stream editor" for editing streams of text that might be too large to edit as a single file, or that might be generated on the fly as part of a larger data processing step. The most common operation done with sed is substitution, replacing one block of text with another.
awk is a complete programming language. Unlike many conventional languages, awk is "data driven" -- you specify what kind of data you are interested in and the operations to be performed when that data is found. awk does many things for you, including automatically opening and closing data files, reading records, breaking the records up into fields, and counting the records. While awk provides the features of most conventional programming languages, it also includes some unconventional features, such as extended regular expression matching and associative arrays. sed & awk describes both programs in detail and includes a chapter of example sed and awk scripts.
This edition covers features of sed and awk that are mandated by the POSIX standard. This most notably affects awk, where POSIX standardized a new variable, CONVFMT, and new functions, toupper() and tolower(). The CONVFMT variable specifies the conversion format to use when converting numbers to strings (awk used to use OFMT for this purpose). The toupper() and tolower() functions each take a (presumably mixed case) string argument and return a new version of the string with all letters translated to the corresponding case.
In addition, this edition covers GNU sed, newly available since the first edition. It also updates the first edition coverage of Bell Labs nawk and GNU awk (gawk), covers mawk, an additional freely available implementation of awk, and briefly discusses three commercial versions of awk, MKS awk, Thompson Automation awk (tawk), and Videosoft (VSAwk).
More editions of Sed and Awk:

› Find signed collectible books: 'Sed and Awk Pocket Reference'
More editions of Sed and Awk Pocket Reference:
› Find signed collectible books: 'Siddhartha'
With parallels to the enlightenment of the Buddha, Hesse's Siddhartha is the story of a young Brahmin's quest for the ultimate reality. Steeped in the tenets of both psychoanalysis and Eastern mysticism, Siddhartha presents an original view of man and culture, and the arduous process of self-discovery that leads to reconciliation, harmony, and peace. The word Siddhartha is made up of two words in the Sanskrit language, siddha (gotten) + artha (meaning or wealth). The two words together mean "one who has found meaning (of existence)" or "he who has attained his goals". The Buddha's name, before his renunciation, was Prince Siddhartha Gautama, later the Buddha. In this book, the Buddha is referred to as "Gotama". [via]
More editions of Siddhartha:

› Find signed collectible books: 'Tcl/Tk in a Nutshell'
More editions of Tcl/Tk in a Nutshell:
› Find signed collectible books: 'TCP/IP Network Administration'
This book will be indispensable to Unix system administrators. It describes how to set up and administer a network of Unix systems using the TCP/IP protocols, taking a thoroughly practical approach. Topics covered include basic system configuration, routing, common network applications, and many others. [via]
More editions of TCP/IP Network Administration:
› Find signed collectible books: 'Time Management for Dummies'
Get organized the ". . . For Dummies" way. Be more productive and combat ineffective time management. This book shows how to work smarter, improve your follow-up system, use personal managers (PIM's), and how to maximize your business relationships. Learn to use the telephone and other electronic instruments for maximum effectiveness. [via]
More editions of Time Management for Dummies:

› Find signed collectible books: 'Time Management for Dummies: Briefcase Edition'
More editions of Time Management for Dummies: Briefcase Edition:
› Find signed collectible books: 'Understanding Comics'
216 page paperback written in comic book form about the world's most misunderstood artform. [via]
More editions of Understanding Comics:

› Find signed collectible books: 'The UNIX CD Bookshelf'
More editions of The UNIX CD Bookshelf:
› Find signed collectible books: 'Vi Editor Pocket Reference'
For many users, working in the UNIX environment means using vi, a full-screen text editor available on most UNIX systems. Even those who know vi often make use of only a small number of its features.
The vi Editor Pocket Reference is a companion volume to O'Reilly's updated sixth edition of Learning the vi Editor, a complete guide to text editing with vi. New topics in Learning the vi Editor include multi-screen editing and coverage of four vi clones: vim, elvis, nvi, and vile.
This small book is a handy reference guide to the information in the larger volume, presenting movement and editing commands, the command-line options, and other elements of the vi editor in an easy-to-use tabular format.
More editions of Vi Editor Pocket Reference:
› Find signed collectible books: 'Visual Function: An Introduction to Information Design'
Visual Function: An Introduction to Information Design presents and discusses a variety of graphics used in transmitting information, analyzing signs, graphs, and charts through a method similar to that found in Edward Tufte's books (Envisioning Information and The Visual Display of Quantitative Information), which have had an enormous influence on today's graphic designers. With copious color and black-and-white illustrations, this book examines airplane safety cards, street maps, road signs, instruction booklets, corporate logos, subway guides, magazine advertisements, cookbooks, computer diagrams, and car manuals, all as a means of explaining how information can be conveyed without words. [via]
More editions of Visual Function: An Introduction to Information Design:

› Find signed collectible books: 'VOC Emissions from Wastewater Treatment Plants: Characterization, Control, and Compliance'
More editions of VOC Emissions from Wastewater Treatment Plants: Characterization, Control, and Compliance:

› Find signed collectible books: 'The Web after Five Years'
More editions of The Web after Five Years:
› Find signed collectible books: 'Web Client Programming with Perl: Automating Tasks on the Web'
If you've ever wanted to learn more about Web protocols so you could build custom client-side tools to automate tasks--or just so you have a better understanding of what's happening behind the scenes--then Web Client Programming with Perl is the book for you. Wong explains HTTP (Hypertext Transfer Protocol) requests and socket calls, then shows how you can use the LWP library for Perl to retrieve Web pages, parse HTML, check whether a server is responding, and more. [via]
More editions of Web Client Programming with Perl: Automating Tasks on the Web:
› Find signed collectible books: 'Web Security and Commerce'
Attacks on government Web sites, break-ins at Internet service providers, electronic credit card fraud, invasion of personal privacy by merchants as well as hackers--is this what the World Wide Web is really all about?
Web Security & Commerce cuts through the hype and the front page stories. It tells you what the real risks are and explains how you can minimize them. Whether you're a casual (but concerned) Web surfer or a system administrator responsible for the security of a critical Web server, this book will tell you what you need to know. Entertaining as well as illuminating, it looks behind the headlines at the technologies, risks, and benefits of the Web. Whatever browser or server you are using, you and your system will benefit from this book.
Topics include:
More editions of Web Security and Commerce:

› Find signed collectible books: 'The Whole Internet User's Guide and Catalog'
Still the best book on the Internet. The Whole Internet User's Guide & Catalog, 2nd Edition is a comprehensive introduction to the international network of computer systems called the Internet, a resource of almost unimaginable wealth.
As a complete introduction to the Internet, this book covers the basic utilities you use to access the network: mail, telnet, ftp, and news readers. But it also does much more. The Guide pays close attention to several important information servers (Archie, Wais, Gopher) that are, essentially, databases of databases: they help you find what you want among the millions of files and thousands of archives available. There's also coverage of the World Wide Web. We've also included our own database of databases: a resource index that covers a broad selection of several hundred important resources, ranging from the King James Bible to archives for USENET news.
So if you use the Internet for work or for pleasure -- or if you'd like to, but don't know how -- you need this book. If you've been around the Net for a few years, you'll still be able to discover resources you didn't know existed. Also includes a pull-out quick-reference card.
Now more comprehensive than ever, here's what you will find in the second edition:
More editions of The Whole Internet User's Guide and Catalog:

› Find signed collectible books: 'Windows NT User Administration'
More editions of Windows NT User Administration:
› Find signed collectible books: 'The Wobblies: The Story of the IWW and Syndicalism in the United States'
Does anyone save historians remember the Wobblies? This nickname for the Industrial Workers of the World (IWW), the revolutionary labor union founded in Chicago in 1905, not so long ago was part of the vocabulary of labor and socialist movements everywhere. But few who have heard of the Wobblies know much about their history, aims, or achievementsor their impact on American labor. In this new edition of his classic study of the Wobblies, Patrick Renshaw tells the story of how they planned to combine the American working class, and eventually wage earners all over the world, into one big labor union with an industrial basis, a syndicalist philosophy, and a revolutionary aim. A careful, balanced work.New York Times Book Review. A lively introduction to a trying and violent period in American industrial history.Journal of American History. The story of American trade unionism is a sorry onedirty and tragicand this is one of the worst chapters.Times Literary Supplement. [via]
More editions of The Wobblies: The Story of the IWW and Syndicalism in the United States:

› Find signed collectible books: 'Working in the Dark: Keeping Your Job While Dealing with Depression'
More editions of Working in the Dark: Keeping Your Job While Dealing with Depression:
› Find signed collectible books: 'Working in the Service Society'
Continued economic restructuring has brought service work to center stage in labor and management studies, as well as in the sociology of work, gender, race, and inequality. Because the idioms of service have become so central to our public interaction, the everyday struggles for recognition and respect in the service workplace have become integral to the very meaning of democratic citizenship in contemporary America. This volume brings together some of the most important and engaging writing on service work. Based on rich ethnographic and case study material, the essays explore questions of power and control, resistance and empowerment, and innovation and organizing in the lives of front-line service workers.Cases are drawn from a broad range of occupations, including fast foods, clerical and paralegal work, domestic work and nannies, and direct sales, and from organizational settings, ranging from McDonald's to Harvard University to the suburban home. The problems of organizing and new models of unionism are analyzed in the context of women's work culture, multiracial workplaces, contingent and part-time work, and participatory innovations to improve service and experience of work simultaneously. Author note: Cameron Lynne Macdonald teaches social studies at Harvard University. Carmen Sirianni is Professor of Sociology at Brandeis University. [via]
More editions of Working in the Service Society:
› Find signed collectible books: 'Zen and Japanese Culture'
Zen and Japanese Culture is one of the twentieth century's leading works on Zen, and a valuable source for those wishing to understand its concepts in the context of Japanese life and art. In simple, often poetic, language, Daisetz Suzuki describes his conception of Zen and its historical evolution. He connects Zen to the philosophy of the samurai, and subtly portrays the relationship between Zen and swordsmanship, haiku, tea ceremonies, and the Japanese love of nature. Suzuki's contemplative work is enhanced by anecdotes, poetry, and illustrations showing silk screens, calligraphy, and examples of architecture.
Since its original publication in 1938, this important work has played a major role in shaping conceptions of Zen's influence on Japanese traditional arts. Richard Jaffe's introduction acquaints a new generation of readers with Suzuki's life and career in both Japan and America. Jaffe discusses how Zen and Japanese Culture was received upon its first publication and analyzes the book in light of contemporary criticism, especially by scholars of Japanese Buddhism.
[via]More editions of Zen and Japanese Culture:

› Find signed collectible books: 'Zimmer Gunsul Frasca: Building Community'
More editions of Zimmer Gunsul Frasca: Building Community:
