IT programming books related reviews
Title: SQL for Dummies
Publisher: For Dummies
Authors: Allen G. Taylor
Rating: 5/5
I found myself in a Borland C++ Builder seminar full of database programmers who all new SQL. Fortunately, most of them didn't know C++. The seminar leader recommended this book to me and I found it useful as a primer. It has good examples which I've used repeatedly. It is especially nice for Borland C++ Builder users since that is the RAD tool which the author is using. It covers most of the features of SQL supported by the Borland Database Engine for Database creation and manipulation, although I found it somewhat lacking in the area of security. I've read several other books on the subject now and I think it compares favorably with most. I find the subject of normalization lacking in all of the books. If you are new to SQL my recommendation is to reduce the subject of normalization down to this: keep the long tables skinny and the fat tables short and minimize data redundancy. If your new to SQL it's a good starting place and worth the price. It's especially useful for BCB or Delphi Programmers.
Title: MCSE : SQL Server 7 Administration: Training Guide : Exam : 70-028 (MCSE
Publisher: New Riders Publishing
Authors: Christoph Wille, Damir Bersinic, Tim Crothers, Brad McGehee, Rob Scrimger
Rating: 4/5
The book is packed with excellent excercises are plenty of practice tests. I think this book with Transcenders should certainly do the trick.
Title:
Publisher: Rating: 5/5
This is by far the best PL/SQL book I've ever read. I carry it with me everywhere I go. If you can only get one PL/SQL book, this is the one to get. The book is filled with a ton of wonderful scripts that will make you look like an Ace instantly.
Title: McSe: SQL Server 7 Database Design (The Training Guide Series)
Publisher: New Riders Publishing
Authors: David Besch, Sean Baird, Chris Miller, Denis Darveau, Wayne Smith, Deanna Townsend
Rating: 3/5
I took the exam 70-029 today. It is the toughtest Microsoft exam I have ever taken. (I have passed three MCP exams). This book-in fact- no book covers the depth of knowledge required to pass the exam. This book touches the subjects briefly only, a very shallow coverage. To pass the exam, you need to buy 'Inside Sql Server 7.0', 'Handbook of Relational Database Design by Candance Fleming & Barbara von Halle,' and this book or Microsoft Training guide.Don't just skim through the pages, have a thorough understanding of the concepts.
Title: The Guru's Guide to Transact-SQL
Publisher: Addison-Wesley Professional
Authors: Ken Henderson
Rating: 5/5
This book was my lifeline when I moved from Informix to Sql 2k. My shop recently moved all of our applications (about 15) from Informix to Sql 2k. We could not have done it without this book.It builds on what you can find in the product documentation and teaches the many things you have to know to use Transact-Sql in real production systems. The product docs don't tell even half the story so a book like this is indespensible.We bought 20 copies of this book when we first began researching our migration. Now that we're through we're adding some more team members so I am buying five more copies this afternoon. I would hate to think where our migration would have ended up without this great book.
Title: PHP and MySQL Web Development
Publisher: Sams
Authors: Luke Welling, Laura Thomson
Rating: 4/5
* Note: I refer here to both the first and second edition *This is the book I purchased to get started on server-side scripting; it probably says "user-level intermediate-advanced" to avoid lawsuits; I had no prior knowledge of server-side programming, and no trouble understanding.It is divided in four logical parts:
(1) PHP tutorial
(2) MySQL tutorial
(3) General discussion on server-side scripting & e-commerce (very interesting)
(4) ProjectsThis book does an excellent job at explaining PHP & MySQL to the beginner, and goes much beyond the frustrating "intermediate" level where similar books often stop. It assumes a working knowledge of HTML, which everyone interested in this book already has in all likelihood.It is cleverly written, clear and concise. The authors share their extensive experience with the reader, notably in the third part where common pitfalls are discussed.The index is well done, which makes this book an excellent desktop reference in addition to being a good tutorial.The CD contains all the code for the examples, the complete book in searchable PDF, and other goodies like the Apache Server and PHP.My recommendation: go to phpide.de and download PHPTriad to install & configure Apache/PHP/MySQL on your PC, or have someone knowledgeable do it manually for you to avoid headaches.The only reason I can't give five stars to the first or second edition is the number of mistakes/typos in the code examples. The upload code doesn't work, PDF generation uses obsolete functions even in the second edition, etc.Although most of the code supplied as example functions properly, it is annoying to know that a book written to teach you to program contains errors in the programming examples.The second edition adds a chapter about XML and removes outdated URLs. Otherwise, it is the same book (including code typos).Combined with the PHP & MySQL manuals available for download from their respective sites, allow a week or two of reading and you should have everything needed to start working.All things considered, I strongly recommend this book.PS: if your heart balances between ASP & PHP for server-side, consider that more servers are PHP-enabled, since it is cheaper (free).
If you want to stay in known terrain and use JScript, than go for ASP.
Title: PHP Essentials
Publisher: Muska & Lipman/Premier-Trade
Authors: Julie C. Meloni
Rating: 5/5
As it is in learning any language, one book is not enough, just like one website cannot teach you all you need to know through tutorials. However, Julie C. Meloni has soundly placed herself in the 'user-friendly' category for new PHP'ers. Solid scripts (all available online at her site as well), excellent references, and clean code for the beginner.Combine this book with the PHP Developers Cookbook, the database of your choice (MySQL for me:)some well honed website references (like phpBuilder, etc.) and you will be amazed at how quickly the cleanly coded and solid-functioning scripts are rolling off your keyboard!I rate this book as a must have for the newbie.
Title: Advanced PHP for Flash
Publisher: Wrox Press
Authors: Steve Webster, Matt Rice, Havard Eide, Jacob Hanson, Todd Marks, James Palmer, Kev Sutherland
Rating: 5/5
I bought this book after working with and really appreciating the first book in this line - Foundation PHP for Flash. The first book was extremely helpful in building a foundation in working with Flash > PHP > database applications.This advanced book takes many of the concepts of the first book into deeper application and shows how to work XML into the equation as well in one of my favorite chapters PHP & XML. I can't give a higher recommendation regarding the helpfulness of these books. Well done and thanks!
Title: High Performance Oracle8 SQL Programming and Tuning
Publisher: Coriolis Group Books
Authors: Pete Cassidy
Rating: 5/5
This book was a major disappointment. It is verbose, poorly oraganized, and contains numerous minor mis-statements. This appears to have been written about ver 7.3 and then a chapter was added to claim to cover ver. 8. Not recommended.
Title: MySQL/PHP Database Applications
Publisher: Wiley
Authors: Jay Greenspan, Brad Bulger
Rating: 4/5
This book is very good for "not too novice" who would like to learn PHP & MySQL simultaneously. It is a nice book. If you would like to learn PHP and MySQL fastly, then this book is for you. If you buy this book, don't forget to buy another book which covers more about basic programming in PHP (you don't get it in this book).

