Related Subjects: Author Index Reviews Page 1 2 3 4 5
Book reviews for "Kelly,_Michael" sorted by average review score:

Professional Linux Deployment
Published in Paperback by Wrox Press Inc (January, 2000)
Authors: Mike Banahan, Michael Boerner, Ian Dickson, Jonathan Kelly, Luan Dang, Craig Guthrie, Richard Ollerenshaw, Geoff Sherlock, Mark Wilcox, and Ganesh Prasad
Amazon base price: $49.99
Average review score:

A hybrid
Actually, 5 stars as a quick reference, 1 star as an administrator manual. This is a somewhat weird book. Heaven help any company when an administrator decides to switch a NT network to Linux, or set up Linux from scratch, with just this book. If everything goes well, the network will run, but if something goes wrong, good luck trying to recover. But curiously enough, it is usually the book I reach for if I can't remember exactly how setting something up works. Short, to the point coverage of how to install or setup things. But if your options don't include nuke-and-reinstall, find an administrator handbook somewhere to supplement it.

What can Linux make for you?
The book approaches the principal subjects on Linux, FileSharing, LDPA, WebServer, FTPServer and etc, all very well documented, rich in details and examples. He was lacking documentation on LinuxClient (KDE, Gnome, applications for the user in general) very superficial. But it is a book that should be bought and read, all the topics are very interesting and useful, while I read I was thrilled, because other solutions NON microsoft exist.

Penguin anywhere!
It is a great book! It covers a lot of detail in deploying Linux, the consideration, advantage, and most important, the procedure. I have setup my fax server, database server, file-and-print server, web server, e-mail server, all running on Linux, after reading this book!


Proverbs & Parables
Published in Paperback by New Creation Publications (02 November, 1998)
Authors: Rabecca Baerman, Jay Disbrow, Randy Emberlin, Tim Gagnon, Jesse Hamm, Michael James, Don Kelly, Christine Kerrick, Kurt K. Kolka, and Jack Martin
Amazon base price: $13.95
Average review score:

Bible comics
Great idea with uneven results. Some superb art in places, but not always as an appropriate counterpoint to the accompanying Scriptures. The parts that do succeed are worth the cover price alone.

Both Entertaining and Meaningful
This collection is remarkable for the fact that so many artists in the comic book industry turn out to be Christians. Passages from Proverbs and the Parables of Christ have been taken directly from the Bible and illustrated in styles running the gamut from mediocre to brilliant. I've seen a number of these artists before. Some of the work in this compilation represents the best efforts of some; yet with others, it seems more like work that has been slapped-together-for-free. I recommend this book because it is refreshing to see so many artists working together to produce it. However, some of the interpretations of scripture are contrived and should be read in their original context, and not merely in this volume.

a Biblical Renaissance?
This book was well received by me and my teenagers. There needs to be more artistic interpretations like this that tackle scripture. Not every translation done in this book is accurate to the Word of God but every piece is brilliant in its own right. Bravo! Encore!


Professional Java Data: RDBMS, JDBC, SQLJ, OODBMS, JNDI, LDAP, Servlets, JSP, WAP, XML, EJBs, CMP2.0, JDO, Transactions, Performance, Scalability, Object and Data Modeling
Published in Paperback by Wrox Press Inc (June, 2001)
Authors: Thomas Bishop, Glenn E. Mitchell II, John Bell, Bjarki Holm, Danny Ayers, Carl Calvert Bettis, Sean Rhody, Tony Loton, Michael Bogovich, and Mark Wilcox
Amazon base price: $41.99
List price: $59.99 (that's 30% off!)
Average review score:

Wrox May Need To Review Its Book-Publishing Process!
I mostly agreed with Eric Ma. There are some areas that Wrox needs to review the whole process of publishing Java-related books. Here are some drawbacks that I can draw from reading recent Java-related books:

(1) Repeated Contents: Materials about Servlet, JSP, EJB, JNDI, JDBC, XML, etc are repeated over and over many books. This could waste time, money, and papers for both Wrox and readers.

(2)Books or Articles?: I asked myself: is Wrox publishing books or articles? Each book is written by many authors and the book's flow is inconsistent. The assessment that it is not a book but a collection of articles may partially true. It is true that a book if written by a team of authors could speed up the process of releasing it, but if Wrox editors and coordinators have to do their better jobs.

I suggest that Wrox should review its strategy of publishing books to avoid the repeating of materials over and over and thus bring down the cost associated with publishing the books. The final result is: readers and publisher will both save time and money. Otherwise, readers will loose their belief with Wrox.

Decent survey of JDBC, but with extra fat to be trimmed
For the past 2 years Wrox has been publishing books dedicated to Windows-based data access (ADO etc.), but the same cannot be said about their Java/database collection. Although you find chapters on JDBC scattered all-over almost all server-side Java related books by Wrox, there was no single volume from them that teaches JDBC first, and then show how it is used by the newer dependent technologies, until this book arrived. After looking through this book, I must say the authors and editors have done a rather commendable job.

Why do I make the above conclusion? Let me give you my general impression of the book first. A theme repeated in several of my recent reviews on books from Wrox is about the problem in coherence associated with multi-author books. Well, having more than a dozen of authors for a single book seems to be a fact of life (for books from Wrox at least) now, as the publication cycle gets shorter. I was rather surprised to find out that the organization and coherence is very good in this book, i.e., there is very little overlap among chapters. Also, this books uses JDBC cleverly to tie other pieces of J2EE together, making smooth transitions from one chapter to another. If you want to know, this factor alone prompted me to add an extra star to the overall rating of the book.

Let's now run down the chapters of this book quickly. The first 115 pages deals object-oriented and database modeling, and can be skipped by any "Professional" developer. Then after your obligatory intro to JDBC API, the next chapter covers the JDBC 2.0 optional package. This is the best treatment of this topic I have seen. Then another chapter is all about SQLJ, another first. The effort of having a chapter on database performance should be lauded, where connection pooling, prepared statements and stored procedures usage are demoed. The reminder of the book is about applying JDBC in various J2EE components, such as JSP, servlets, EJB, JMS, and XML. For this part of the book, even though I accept the fact the proper stage has to be set for each one of them, I still don't believe the book found the right balance between focusing on JDBC and showing what these other technologies are about. A large number of pages are used to teach basic JNDI, servlets, JSP's, and EJB's stuff (remember there is already a book on J2EE from Wrox!). Therefore, it is up to the reader to discover the real nuggets of gold hidden in this pile, which are far and in between in places. I found that some critical issues are not highlighted or details are lacking, such as how to use connection pooling/data sources in servlets, JSP's, and EJB's, the threading issues related to sharing database connections, and good database practices in BMP EJB's. However, the one thing I cannot complain about is that the book did not forget to teach the transaction aspect of EJB with a good depth (there is a short ans sweet chapter on using JTA/JTS inside EJB). There is also a chapter on the brand-new JDO framework, even though the spec is still in a state of flux. Finally, there are 4 case study chapters in the book - although the design and implementation are limited in scope and as a whole those samples do not teach all you need to do know about enterprise scale J2EE system development, they do provide a flavor of how JDBC is used in real world, together with setting up Tomcat, JRun, Orion, and WebLogic to access MS SQL Server and Oracle databases.

Now my overall take of this book. For VB/SQL and pure back-end PL/SQL developers who are eager to jump on the Java express train and need a suitable platform (especially for the ones who learn best from playing with actual code), I recommend this book as one of several you should own. Compared to other JDBC books from say O'Reilly and Sun's JDBC Tutorial, this book is the most up-to-date, contains the most source code, and has the broadest coverage of related topics. But keep in mind some of the advanced topics such as EJB and JMS can be intimidating for new-comers. On the other side of the coin, people who are advanced in various server-side Java technologies are unlikely to benefit a great deal from this book and should look elsewhere for info (for example Wrox's J2EE and upcoming EJB titles).


The Art of Ken Kelly
Published in Paperback by Friedlander Pub Group (October, 1996)
Authors: Ken Kelly, Frank Frazetta, and Michael Friedlander
Amazon base price: $19.95
Average review score:

Dramatic, violent pulp art in the spirit of Frank Frazetta!
Ken Kelly was a student of Frank Frazetta and it shows in Kelly's style of art. This 94 page book is an outstanding collection of violent pulp art depicting struggles to the death with serpents, fierce cats, grotesque monsters, and heavily muscled warriors. Of course the fair maiden in distress is also a frequent theme. If you love this kind of art then this book is highly recommended. The master, Frank Frazetta, also gives a nice two page introduction to Kelly's work.


Collectible Drinking Glasses: Identification & Values
Published in Paperback by Collector Books (November, 1995)
Authors: Mark E. Chase and Michael Kelly
Amazon base price: $17.95
Average review score:

Attractive Book For Drinking Glasses Collectors
This 136 page volume, with prices updated for 1999 features THOUSANDS of glasses, in full color photos. A nice overview and brief history of the hobby is included. Some major topics cover from: Artists and Producers, Characters and Personalities, Fast-Food Restaurants and Food Containers, to Americana, Space Related, Superheros and Sports. Each group of glasses includes photos, a description of the glasses along with a value range. Its completely indexed for ease of use. A must have for collectors of this topic. It carries a list price of $ 17.95.


Internet Job Search Almanac 2001-2002 (Adams Internet Job Search Almanac, 2001-02)
Published in Paperback by Adams Media Corporation (November, 2000)
Authors: Michelle Roy Kelly, Michael Paydos, Jennifer M. Wood, Scott Salesses, and Adams Media
Amazon base price: $10.95
Average review score:

Clear instructions about electronic resumes and networking.
Nice how-to material on the electronic resume, content and formatting. Could profit from including analysis of effectiveness of resume-posting on job sites. If you are interested email me. I am collecting Web job hunting resources available for WI jobs, and found a couple of good references in this book. I would recommend this book to anyone who wants to creat an electronic resume.


Net Guide: Your Complete Guide to the Internet and Online Services
Published in Paperback by Random House Trade Paperbacks (October, 1995)
Authors: Kelly Maloni, Ben Greenman, Kristin Miller, Jeff Hearn, Michael Wolff, and Peter Rutten
Amazon base price: $27.95
Average review score:

Comprehensive, Fact-filled and a Time Saver
This book is a must have for students of all ages. It provides the URLs of some great sites for information on virtually any research topic. This book should be considered a major resource for any high school student with questions about their homework; it contains comprehensive, fact-filled pages of information. It can be used as a summary, a resource, a starting point to seek further information. Using a search engine to locate sites with content equivalent to those listed in this book would take days. I would recommend this book to the highest degree. It should be noted, however, that if you are looking for specific information (statistics, demographics, etc.) you might be better off with a good search engine.


Deadly Medicine
Published in Audio Cassette by Audio Renaissance (February, 1991)
Authors: Kelly Moore, Dan Reed, and Michael McConnohie
Amazon base price: $11.17
List price: $15.95 (that's 30% off!)
Average review score:

not the best book about Genene Jones
I read this book but it had a lot of un- information. I got more out of the movie. It does give a little info but not enought.

A great True crime book
I really enjoyed reading this book it was very interesting and thought that the authors did an amazing job interviewing the key people. It did get a little slow at times but it was just because of all the details. It did have a little too much detail as to what was done to the children and the effects that occurred but it helps us understand and realize what the parents and medical staff had to see these helpless children go through. I do recommend this book to all who like to read true crime. Enjoy! :o)

A sensational tale, unsentationally told
I have to quibble with the previous reviewer. The book -- the result of years of research and absolutely factual (as it says in the Preface) -- was the BASIS for the well-received although fictionalized TV-Movie-of-the-Week. The book is, also, not your average True-Crime; this one is, like Capote's classic IN COLD BLOOD, a NOVEL as well. You won't be disappointed. (A final note: Dan Reed was not a "contributor," he was the CO-author, and, at the time, married to Ms. Moore.)


New Plays from the Abbey Theatre 1993-1995 (Irish Studies (Syracuse, N.Y.).)
Published in Paperback by Syracuse Univ Pr (Trade) (October, 1996)
Authors: Michael Harding, Christopher Fitz-Simon, Sanford Sternlicht, Tom Mac Intyre, Donal O'Kelly, Neil Donnelly, and Niall Williams
Amazon base price: $13.97
List price: $19.95 (that's 30% off!)
Average review score:

Nice book, though some odd choices of play
This book gathers together some half-dozen plays presented by Ireland's Abbey Theatre in the early 90s. The title is somewhat misleading, as all of the plays were presented at the Peacock, the Abbey's new writing stage. Its main purpose is to make the plays available to readers and potential producers, and in this it succeeds admirably, although there are a couple of notable plays from the period that didn't get included, presumably because they were already available elsewhere. (This makes the volume somewhat unrepresentative.) The plays themselves are of varying quality. Michael Harding's "Hubert Murray's Widow" is an interesting, darkly funny tragicomedy (or comitragedy) about a dead gunman and the events surrounding, and after, his death; Donal O'Kelly's "Asylum! Asylum!" is a characteristically angry piece about the treatment of an African refugee, written some time before the number of refugees in Ireland skyrocketed, and thus anticipating a major current social issue. Tom MacIntyre's "Sheep's Milk on the Boil" is an impenetrable scrap of whimsy, and Niall Williams' "A Little Like Paradise" is a sentimental mood piece about the West, the kind of play that has since been stamped into a bloody pulp by the erratic genius of Martin McDonagh. Neil Donnelly's "The Duty Master" is dull but worthy, a portrait of an Irishman teaching in an English public school, and about as exciting as it sounds. There are some excellent production shots, but one is not told which actor played which role and thus identifying what scene is being depicted is not easy. Plus, the American editor suffers from a too-misty-eyed appreciation of Irish drama and the respective qualities of the plays, and tries to hard to fit them into the familiar canon. But a useful book, especially for those that want to put the plays on.


The Seattle Jobbank (Jobbank Series)
Published in Paperback by Adams Media Corporation (October, 2000)
Authors: Michelle Roy Kelly, Steven Graber, Michael Paydos, and Adams Media Corporation
Amazon base price: $11.87
List price: $16.95 (that's 30% off!)
Average review score:

A fine job directry in seattle,also for freshman
This series are the Best Jobbank directry,I believe. this new updated database help you good for work,and have fun spending day by day in Seattle. Especially,index is very useful,combine with E-Contact. I hope you will use up this completely!!!


Related Subjects: Author Index Reviews Page 1 2 3 4 5

Reviews are from readers at Amazon.com. To add a review, follow the Amazon buy link above.