IT programming books related reviews
Title: The Guru's Guide to SQL Server Architecture and Internals
Publisher: Addison-Wesley Professional
Authors: Ken Henderson
Rating: 5/5
This is one of the best books that I have read so far on Windows and SQL Server. It gives the user a good understanding of some of the basic windows concept that are so fundamental to SQL Server internal workings.
Title: Core PHP Programming: Using PHP to Build Dynamic Web Sites (2nd Edition)
Publisher: Pearson Education
Authors: Leon Atkinson
Rating: 1/5
The book with its error and the stuff it give u, i bet u better look for any other book around.. if there is nothing else to spend in your money .. please do buy it
Title: SQL Server 2000 Stored Procedure Programming
Publisher: Osborne/McGraw-Hill
Authors: Dejan Sunderic, Tom Woodhead
Rating: 1/5
Had my hopes up when I saw this new book on stored procs. Boy what a let donw. Don't bother with this one - its not worth the effort. Worst book I ever bought.
Title: Advanced Oracle PL/SQL Programming with Packages (Nutshell Handbook)
Publisher: O'Reilly
Authors: Steven Feuerstein
Rating: 4/5
A well organized with real time examples of PL/SQL programs. This book can be used as a personal copy to refer its examples of all kinds of PL/SQL programming needs, especially PL/SQL programming with multiple nested cursors and table joins. This book deserves a place on a desk of every Oracle Application Developer.
Title: Beginning SQL Server 2000 Programming
Publisher: Wrox Press
Authors: Robin Dewson
Rating: 5/5
This is an excellent book for learning to install, configure and manage SQL Server. However, the the title is a little misleading. The empasis not programming but admin. The few programming examples included are so intermingled with the admin stuff that they are hard to follow. This book will quickly get you to the point that you can start programming, but you need another book to go beyond that point.
Title: Instant SQL Programming
Publisher: Wrox Press
Authors: Joe Celko
Rating: 1/5
This is a great book to have if you want to teach yourself SQL. The book gives you enough details and explanation, but is not so long that it becomes boring. I learned SQL from this book as did a few of my friends.
Title: MCDBA SQL Server 7 Database Design, Study Guide (Exam 70-29)
Publisher: McGraw-Hill Companies Rating: 1/5
This book is a waste of paper! It is full of errors. The examples are basic and when they are not full of errors do not illustrate or reinforce the points in the book. It does not follow a logical flow when discussing the concepts. I must agree that this one was rushed to press! It did nothing to prepare me for the exam! Nor did it give me any new information on the product. Save your $$$ and put it toward your exam (since you'll likely take it twice!)
Title: Sams Teach Yourself SQL in 24 Hours (3rd Edition)
Publisher: Sams
Authors: Ryan Stephens, Ron Plew
Rating: 4/5
The only reason this book doesn't get 5 stars is because of its 50,000 errors. There seems to be some sort of error on every page. Fire the editor and you have yourself a 5 star book
Title: Oracle PL/SQL Programming: Guide to Oracle8i Features
Publisher: O'Reilly
Authors: Steven Feuerstein
Rating: 3/5
I was kind of surprised to see that his political views (which I was aware of via his website) made it into his book. More surprised that O'Reilly allowed them into the book, but then again...if they didn't then there would be no free speech for Steven.His political views aside, I enjoyed all the little nooks and cranies (especially NDS - Native Dynamic SQL). NDS is more like a big chunk instead of a nook and crany. This has saved me hours of extra coding. Also the other new features are excellent. More Java is definitely apropo, less politics. Though I am not as offended as most reviewers of the book, I do agree with them. Especially about Mumia (sp?). Leave politics out of it. That's why I gave it 3 stars instead 4 or 5.Looking forward to your next book Steven.Gio
Title: Professional PHP4 XML
Publisher: Peer Information
Authors: Luis Argerich, Chris Lea, Ken Egervari, Matt Anton, Chris Hubbard, James Fuller, Charlie Killian
Rating: 5/5
Pros & Cons...
- Comes with an index of XML technologies and how and where to apply them in PHP; this is quality advice for the PHP programmer who doesn't have the time to read all the W3 specs, but who does need be sure that they're using the right XML tool for the job.- SAX/DOM/XPATH/XSLT are all given an in-depth review from a PHP programmer's viewpoint. Found this helpful in compelling me to start using these technologies more, mainly because these examples are out-of-the-box useful.- I'm probably not alone in sometimes feeling overwhelmed by XML in terms of 'what, how and where' the database fits and what the datbase does. Most PHP programmers I know are attached at the hip to MySQL (& postgres), so when this book touches on where those databases overlap (intentionally or not?) it's a big help. It's by no means exhaustive but was sufficient to aid comprehension of the many APIs -- specifically how to use them in dealing with the output/input of XML from RDBMs.- Enjoyed and found interesting the chapter on SOAP use, along with some neat PHP samples, both useful and less so. One shows how to auto-generate SOAP requests using XSLT on a WSDL file. This chapter also tries to clear the thick fog about how everything will be put together in a world of web services (called SOA -- Service Orientated Architecture).- You won't need 3-4 different books, as XSLT/XPATH/SAX/XML/DOM
are listed with relevant PHP commands as appendixes.- The SVG chapter may someday prove useful but not today. I don't use it or expect to need it, honestly.- XML-RPC is heavily covered as you'd expect. The rather large case study attempted to show how everything *could* dovetail neatly.To analogize (though it's admittedly a bit of a stretch), this book is to PHP programmers what Michael Kay's reference book is to XSLT programmers, though achieved with completely different styles. If you're a confident/curious/cantankerous PHP programmer who needs to know quickly how and where to apply these technologies, I'd highly recommend it.

