- Amazon Business: Make the most of your Amazon Business account with exclusive tools and savings. Login now
- Amazon Business : For business-only pricing, quantity discounts and FREE Shipping. Register a free business account
Follow the Author
OK
Philip & Alex's Guide to Web Publishing Paperback – April 29, 1999
|
Philip Greenspun
(Author)
Find all the books, read about the author, and more.
See search results for this author
Are you an author?
Learn about Author Central
|
-
Print length608 pages
-
LanguageEnglish
-
PublisherMorgan Kaufmann
-
Publication dateApril 29, 1999
-
Dimensions7.75 x 1.25 x 9.75 inches
-
ISBN-101558605347
-
ISBN-13978-1558605343
Enter your mobile number or email address below and we'll send you a link to download the free Kindle App. Then you can start reading Kindle books on your smartphone, tablet, or computer - no Kindle device required.
-
Apple
-
Android
-
Windows Phone
-
Android
|
Download to your computer
|
Kindle Cloud Reader
|
Special offers and product promotions
Editorial Reviews
Amazon.com Review
Although heavily Unix-oriented, it does not set out to proselytize a product, or even suggest that there is only one way to solve certain technical challenges. Rather, it encourages the reader to think about Web content and functionality as something designed to help visitors answer questions or do something useful. This may sound nebulous, but his observations about why Web sites go bad are illustrated with many well-chosen examples.
The core of the book is quite technical. Three long sections on publishing, community, and e-commerce architectures are illustrated by the author's data models and working open-source systems, so someone with C, SQL, and a good understanding of Internet Protocol (IP) under his or her belt will get the most out of the discussion. Such technical readers will find numerous Web addresses and other citations for further technical information. The author also invites readers to use his code if appropriate.
Although there is a lot of technical meat here, Greenspun dispenses with a dry, technical tone. Throughout, he manages to speak to the reader in a way that is always interesting and frequently bemused or ironic. The overall effect is that of a wry professor who knows his stuff, has thought about the problems, and isn't about to engage in commercial puffery. --Kathleen Caster
From Library Journal
Copyright 1999 Reed Business Information, Inc.
Review
-Dave Clark, Chief Protocol Architect of the Internet, 1981-1989
"This is required reading in my seminar on information design: a wise book on Web design and technical matters by an author with a good eye in addition to good programming skills."
-Edward Tufte, WIRED Magazine, June 1998
"Your book is the best one I've read about web publishing, bar none."
-J. Paul Holbrook, Director, Internet Technologies, CNN
From the Back Cover
ÂDave Clark, Chief Protocol Architect of the Internet, 1981-1989
"This is required reading in my seminar on information design: a wise book on Web design and technical matters by an author with a good eye in addition to good programming skills."
ÂEdward Tufte, WIRED Magazine, June 1998
"Your book is the best one I've read about web publishing, bar none."
ÂJ. Paul Holbrook, Director, Internet Technologies, CNN
From the author's preface:
This book is a catalog of the mistakes that I've made while building more than 100 Web sites in the last five years. I wrote it in the hopes that others won't have to repeat those mistakes.
For the manager in charge of a Web publication or service, this book gives you the big picture. It is designed to help you to affirmatively make the high-level decisions that determine whether a site will be manageable or unmanageable, profitable or unprofitable, popular or unpopular, reliable or unreliable. I don't expect you to be down in the trenches typing Oracle SQL queries. But you'll learn enough from this book to decide whether in fact you need a database, whom to hire as the high database priest, and whom to allow anywhere near the database.
For the literate computer scientist, I hope to expose the beautiful possibilities in Web service design. I want to inspire you to believe that this is the most interesting and exciting area in which we can work.
For the working Web designer or programmer, I want to arm you with a new vocabulary and mental framework for building sites. There can be more to life than making a client's bad ideas flesh with PhotoShop and Perl/CGI.
For the users of the world, I document a comprehensive open-source approach to building online communities and show a collaborative Web-based way that we can dig ourselves out of our desktop application morass.
About the Author
I'd like to read this book on Kindle
Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Product details
- Publisher : Morgan Kaufmann; 1st edition (April 29, 1999)
- Language : English
- Paperback : 608 pages
- ISBN-10 : 1558605347
- ISBN-13 : 978-1558605343
- Item Weight : 3.5 pounds
- Dimensions : 7.75 x 1.25 x 9.75 inches
-
Best Sellers Rank:
#3,671,958 in Books (See Top 100 in Books)
- #791 in Electronic Documents
- #4,241 in Web Design (Books)
- #5,171 in Computer Networks, Protocols & APIs (Books)
- Customer Reviews:
Customer reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
The guide has an emphasis on people who have access to their own servers, so those of you looking to create a page on Geocities will not find this book very useful. In particular, you will want to have script-writing abilities and access to a database; database-backed websites are a core tenet to his thesis. Many of his examples use the TCL-based AOLserver and the Oracle database, although other solutions are explored as well.
An amateur photographer, Mr. Greenspun has peppered the book with many of his photographs, usually not relevant to the material but making the book a little more delightful to skim than your typical O'Reilly "animal" manual.
In short, if you are serious about creating web pages, whether it be for personal or business use, you should read this book first. I guarantee it will change the way you view webpage creation.
Many of us have been lucky enough to pass through magical places and times when--somehow--education suddenly happens because some critical mass is exceeded and ideas and insights reflect off the walls and into our brains at an almost unbelievable rate. But for all of us these places and times are exceptions (and many of us never experience them at all).
Philip Greenspun believes that the web will make such magical times and places much more common...
The author's writing style is unusual. The book reads like a lecture rather than a book. It is conversational, and the prose therefore is a little less tightly structured and focused than most classic texts I've read. The author chooses to digress into his pet peeves every now and then, but his peeves make interesting reading.
If you are expecting a "great" book, with a style similar to the Unix classics, e.g. Kernighan and Ritchie's book on C, then you won't get it here. But Greenspun's style is perhaps more appropriate for the unstructured and extensive subject area he attempts to cover. He covers Websites to begin with, and what makes Websites usable. He then moves on to interactive Websites and the technologies behind them. Finally, he covers implementation details, including database systems, scripting languages, and all sorts of other hands-on areas.
One impression that I came away with is that Greenspun is a good engineer. His sense of good engineering elegance is extremely rare, and this sense is visible all through the book. I agree with his choices of technology, and in particular, his reasons for choosing them. An unusual choice is his preference for Tcl as a scripting language over Perl. I feel that his book would have allowed more readers to relate to his examples if he had used Perl, which I suspect is more popular than Tcl, at least in the Web scripting world. Similarly, his choice of AOLServer + Tcl leaves one wishing that he had covered Apache + mod_perl in as much depth.
His coverage of issues like rationale behind choosing one DBMS over another, is really rare. I wouldn't say his treatment is systematic or exhaustive, but no other book I have read even attempts to address these issues from the practitioner's viewpoint the way he does. And the descriptions of his experiences with Cybercash, server downtime, etc., are superb.
This book is in a class by itself. Having handled Web application development since 1995, I felt I had found a kindred soul.
I am using this book as required reading for a course on Web Technology for Information Management majors, which I teach, in a management institute in Bombay. I will also make it required reading in the software development firm which I manage... especially for the managers. :)

