IT programming books related reviews
Title: Apache Server Unleashed
Publisher: Sams
Authors: Richard Bowen, Matthew Marlowe, Ken Coar, Patrik Grip-Jansson, Mohan Chinnappan
Rating: 5/5
Apache Web Server is the most widely-used Web Server on the net, and for good reason! This book shows you how to harness the incredible power of the Apache Server. It explains everything, from the different request code-values and what they mean, to every line of the httpd.conf configuration file. Also, this book is nearly platform independent! Use it on Windows or Linux (Unix) it doesn't really matter! Of course it favors the Unix platform a little more because that is its native platform. If you are trying to run Apache Server, get this book! It also serves as an INCREDIBLE reference text.
Title: SQL Server 2000 Programming by Example
Publisher: Que
Authors: Carlos Rojas, Fernando Guerrero
Rating: 5/5
When we needed to get up to speed on SQL Server 2000, we wrestled with the pros and cons of several books before deciding on this one. And it has lived up to billing, provide clear concise instruction on the ins and outs of SQL Server 2000, with excellent examples to reinforce the concepts. For those new to SQL and SQL Server 2000 specifically, a must have!
Title: Setting Up LAMP: Getting Linux, Apache, MySQL, and PHP Working Together
Publisher: Sybex
Authors: Eric Rosebrock, Eric Filson, Eric Filson
Rating: 5/5
I have seen a lot of books on lamp, but none cover the vast area in such great detail as Setting Up Lamp does. If you are already in linux or you have never touched linux, this book will help you a lot.
Title: PHP3: Programming Browser-Based Applications with PHP
Publisher: McGraw-Hill Companies
Authors: Dave Medinets
Rating: 2/5
I better understood how to use mySQL after reading this book since it focused on mySQL and XML (which I haven't bothered to read yet) separately from using PHP3 to program database applications. Good section on an existing application "phpMyAdmin". Found a good discussion on php datatypes, which as a programmer I seldom read. There's a chapter on regular expressions which is useful. But MOST of PHP3 isn't discussed at all. I was disappointed. Even the reference at the back gives only function names, not even the parameters.Buy this book only if you must have a php3 book and also want to learn about mySQL.
Title: Microsoft SQL Server 2000 High Availability
Publisher: Microsoft Press
Authors: Allan Hirt, Cathan Cook, Kimberley Tripp, Microsoft Corp, Microsoft Corporation, Frank McBath
Rating: 5/5
This book is the fast track way to gain confidence in deploying a Microsoft SQL 2000 or 2003 Virtual Server.
Even if you have deployed SQL clusters, this book will probably have a few gems that you haven't seen.
The references to the 2003 Operating System are excellent.
The chapters on disk configuration, deployment and Service Packs are valuable in the real World.
The Authors have given you a complete process for rolling out a successfule SQL deployment. The fact is that planning and process are the key to a rollout and this book has that and the technical stuff we all love.
If you only buy one book on SQL and high availability deployment, this is the one.
Title: PHP Functions Essential Reference
Publisher: Pearson Education
Authors: Zak Greant, Graeme Merrall, Torben Wilson, Brett Michlitsch
Rating: 5/5
It's more then the usual printed version of php.net manuals, this book actually give you usable examples along with clear function explanations. The ideal desktop reference for the serious PHP programmer; just not for people that need to learn PHP
Title: Beginning E-Commerce with Visual Basic, ASP, SQL Server 7.0 and MTS
Publisher: Peer Information
Authors: Matthew Reynolds
Rating: 3/5
I just completed this book and this has created a number of doubts about the application architecture used in this book. 1) The author does not uses Stored Procedure's, which is the recomended way of creating scalable application's on Microsoft Platfrom. 2) The author does not tells us weather the database will reside on the same machine as the web server or it will reside on a different machine(which is the case in most big installations). If the database is on a different machine a number of issues are to be covered like data marshalling, which is not covered. The business objects in the book open a recordset for entering data,and suppose if the user takes 10 minutes to enter data the recordset remains open for that period, which consumes a lot of resouce specially if database is on another server. All this database related functionality could have been deliniated to another component residing on the databse server. 3) I think all the problem in the application lies because the author does not split the Object's in his application into two parts one containing Business functionality and another containing Data Acess related functionality. This is the prescribed architecture by Microsoft and an excellent example on this architecture is the FMSTOCKS application available in MSDN. 4) Lastly, the author creates an Interface, so that the presentation tier in his application is not able to acess the database and the presentation tier(ie. asp code) is able to acess the other objects only through Visit object. He could have made only visit object publicily creatable. That would have been an easier solution, especially for a so called Beginer's Book. However this book cover's a lot of topics and is a useful book, to give an insight into E-Commerce application development especially for those who are intermediate VB & ASP programmers. But, this book can not be classified as a Begineer's book. There are number of topics which do not have a clear explanation. If the author or any reader has any comments on my suggestions he can send it to me at nilesh_roy1@hotmail.com
Title: Beginning SQL Server 2000 Programming
Publisher: Wrox Press
Authors: Robin Dewson
Rating: 5/5
Bought this book as I know nothing about SQL Server 2000, or any database. Found it was written at an easy pace but great attention to detail which made everything real clear.Found I was up and running in hours and enough in the book to get me far enough so I could do what I needed to do, quickly. However, dont be fooled. It didnt treat me as stupid! It also gave me a lot of info which makes me no longer a beginner. Also cool that it had an evaluation copy of SQL Server.I dont normally like Wrox (too big!) but this might change my mind and swap over to them. Recommend it to those who know databases or not. Well done!
Title: PHP Web Development with Macromedia Dreamweaver MX 2004
Publisher: Apress
Authors: Rachel Andrew, Allan Kent, David Powers
Rating: 4/5
Beginning July and this book has finally shipped! I Got it a few days ago and I am only half way into it, but it seems like a good 'investment' Finally a book that explains all the aspect of using PHP and MySQL with DreamWeaver MX2004. Most of it is applicable to DreamWeaver MX (6.x).The content is excellent and despite the somewhat dry writing style very well structured and with great depth. Many other books failed for me to convey the whole idea of using PHP in DMX but this one finally works for me. Not only do they give great advice, but the debugging / trouble shooting section is extensive and certainly helpful for beginners (like me) and intermediates. It's not easy reading and not as enjoyable as Jeffrey Zeldmans "Designing with Web Standards" but that may be due to the topic and covered material. Databases are somewhat complex by nature.The only thing I don't particularily care about is the layout. It starts with a typewriter style Table of Contents and ripples thru the book with somewhat inconsistent layout. (Some pictures have capitons others don't, some paragrahps are wider than others despite being of the same importance etc.) But that's mostly for the eye.There is no CD included for the samples but that may be a good thing. Since "learning by doing" is less effective when taking shortcuts and simply loading the examples. However, if you don't like typing, the author's website provides downloads.
Title: Microsoft SQL Server 6.5 Unleashed (Unleashed)
Publisher: Sams Pub
Authors: David Solomon, Ray Rankins, David S. Solomon, Jeff Steinmetz
Rating: 4/5
This book is a good resource for finding trouble spots or common errors that arise with SQL Server 6.5. Even better, it tells you how to avoid certain problems in the first place. I wouldn't recommend this for the complete newbie.

