IT programming books related reviews
Title: PHP and MySQL For Dummies, 2nd Edition
Publisher:
Authors: Janet Valade
Rating: 5/5
Muy bueno si es para principiantes, si es alguien en conocimientos avanzados,no creo que le sirva de mucho, yo como buen "Dummie", me sirvio =)
Title: Core PHP Programming: Using PHP to Build Dynamic Web Sites (2nd Edition)
Publisher: Pearson Education
Authors: Leon Atkinson
Rating: 2/5
The index in this book is appalling. The index is 95% function listings. How do I do search and replace on strings? If I don't know the name of the function that does it (the very reason I checked the book), then I'm out of luck.Also amusing is the egregious cut'n'paste error on the page explaining the CD-ROM, where they refer to the licensing for the Core Java Web Server CD-ROM. Ooops!
Title: PHP and MySQL Web Development
Publisher: Sams
Authors: Luke Welling, Laura Thomson
Rating: 4/5
This book has been a life saver. Although its a big book, it doesn't contain fluff like some its size. With a variety of sample code to use as a base you will be up and running your site in no time. The index is complete, too.
Title: Inside Microsoft SQL Server 6.5 (Microsoft Programming Series)
Publisher: Microsoft Pr
Authors: Ron Soukup
Rating: 3/5
It is not often I give 5 stars (except when I eat Chinese food). I learned more about SQL Server from this single book than any other source. Concise and clear explainations. Detail where it needs to be. I used this in developing my first SQL Server 6.5 app. I am so confident now I can talk intelligently with DBA's and systems people. From VB to admin to BCP to T-SQL. If I had a reference like this for other products I would have very few books. Great!
Title: The Guru's Guide to SQL Server Stored Procedures, XML, and HTML (With CD-ROM)
Publisher: Addison-Wesley Professional
Authors: Ken Henderson
Rating: 5/5
It's funny that no one thought of this before but the book has a message that is unique and new...writing code for Sql Server has to be approached like writing code for any other platform: as an engineering discipline. I had never heard this preached until I red this book, but am now a firm beleiver in it.I have Henderson's other book and this one is a nice follow-up. there is naturaly some overlap between this book and the TSql book but not much. this one gets into coding conventions and version control, extended procs, design patterns and of course SqlXml...things the first book doesn't talk about. I look at this book as the big brother to the first one. It's more serious and more for the professional developer as opposed to being more of a dictionary of solutions to difficult TSql problems.I also really liked the undocumented TSql chapter. This was my favorite chapter in Henderson's last book and this version of it has some new tricks and secrets. Just knowing about these will make you a better DBA because you will have a better understanding of what is happening under the hood.
Title: Programming PHP
Publisher: O'Reilly
Authors: Rasmus Lerdorf, Kevin Tatroe
Rating: 2/5
This book is a half baked attempt at teaching PHP programming.It has a poor organization,missing php functions, and lack of in-depth examples with good explanations.If your are a newbie to the world of PHP programming and desperately need a reference to get you started, this may be the book for you. If you have the will to fight it out and can't find any other resources, then this is a must-have.Its frustrating enough when you know what your looking for and can't find it. I find myself using the online documentation far more than I use this book.Also it seems like Rasmus has not done any major writing on this book and has been misleading to me as a customer.
Title: PHP Professional Projects
Publisher: Muska & Lipman/Premier-Trade
Authors: Ashish Wilfred, Meeta Gupta, Kartik Bhatnagar
Rating: 1/5
This book was a great disappointment! I am building a large application in PHP and was looking for some good project planning strategies and patterns. Instead I found the usual shopping cart examples written as if for a small scale project. The code snippets are full of white space and a few lines of code takes up an entire page, hence it is hard to follow. What little code I did try was full of errors and bad syntax. This book does not have a CD with it so you must type in all the code that you may want to start with. I suggest the book 'Web Applications Development with PHP 4.0' for your true professional projects.
Title: The Zend PHP Certification Practice Test Book: Practice Questions For The Zend Certified Engineer Exam
Publisher: Marco Tabini & Associates, Inc.
Authors: John Coggeshall, Marco Tabini
Rating: 3/5
I just passed my Zend Certified Engineer test. It wasn't easy. For preparation, I used both the Official Zend Study Guide (by Zend Technologies) and this book. I often found myself frustrated by the numerous errata in both books, but there were significantly more mistakes in this book (ranging from having the wrong answer listed in the answers section to typos). The positive aspect of this is that it forced me to spend more time with the online php manual answering my questions. I found the questions on the actual exam to be more like those in this book, than from the Official Study Guide, but you really need the Official Study Guide to make some sense of the answers in here as well. There were questions in this book covering exam topics that wheren't covered in the Official Study Guide. That's reason enough to get it.
The print quality on the pages is sub-standard, but the questions and thorough answers were very helpful.
Simply put, I wouldn't have had any chance of passing the exam if it weren't for this practice test book, even though it's aggravating at times.
Title: Apache Jakarta-Tomcat
Publisher: Apress
Authors: James Goodwill
Rating: 1/5
This book is poorly organized and missing essential information. You would be better off with the open source doc, and much better off with another book. I downloaded the book files and got the first set of classes running . Then I made the tiny changes suggested in Chapter 2 and went to my first servlet compile. PROBLEM 1: what and where is the jar necessary to compile? Couldn't find the info in the book, so I did a text search from the Tomcat root on the superclass the compiler was looking for. Aha, .../common/lib/servlet.jar. Then I made the suggested textual change to the JSP file. PROBLEM 2: I made a hard-to-see typo on that one, and learned what a JSP exception looked like. The book didn't cover that eventuality, so back to the web. Searching news groups told me that this was the most common JSP exception, and my installation might be faulty. So I dove into the exception printout, which is pretty opaque, and figured out my mistake. PROBLEM 3: the book says you can use a compressed war file if you "add a new Context entry in ... referencing the apress Web application." This is not a trivial task and the book gives no other help. After a few hours (!) of online searching and experimenting, I discovered this: 1. No one explains what should go in the "Config URL" slot in the "live" Manager install page in Tomcat 4. 2. If you go the <Context> route in server.xml, the error log in .../logs will probably have all the info you need about what went wrong. Book doesn't say a word about checking this if you run into trouble, but it is the FIRST place to look (OK, I was working tired). Tomcat is actually easier to use than this book.
I skimmed the rest of the book after this, then put it down forever. I went out and bought Marty Hall's "More Servlets and JavaServer Pages", and I think you should too.
Title: PHP Bible, 2nd Edition
Publisher: Wiley
Authors: Tim Converse, Joyce Park
Rating: 2/5
This book is not up to date niether is the scripts that are for download. ALSO and must importantly, there is no support for this book. I emailed the author and got no response. Not so great for beginners. Try another book.

