IT programming books related reviews
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
The basic message of this book is one we would all do well to learn: that t-sql is a real language and you have to work at like any other language to be good at it. The book is a great mix of expert instruction and great code that you can put to use. For example, the xp_exec xproc lets you run any code you want from a user-defined function (UDF). That is huge. At the same time, the chapter on query performance is a great tour through the internals of the query processor. The chapters on sql-xml are a great combination of the two - thorough instruction and great code samples. This is a theme you will find throughout the book.I liked the essays at the end of the book, too. Particularly the one on the need for testing was great. The mixing of personal experiences with technical info was done just right.You get a very thorough book and one that is chalk-full of innovative code. It would be a bargain at ten times the price.Jim F.
Title: Web Application Development with PHP 4.0 (with CD-ROM)
Publisher: Sams
Authors: Tobias Ratschiller, Till Gerken
Rating: 3/5
A good book overall for getting up and running with PHP. It is technical, so keep that in mind if you are adequate in HTML and want more. There are beginner's books for PHP that might be a better start. For a book that states PHP 4.0 in the title, there is TOO much conversation about PHP 3.0, what you can and can't do with it, its shortcomings, etc. If I wanted to know about PHP 3.0 I would have bought the book, "Web Application Development with PHP 3.0." For example, I really don't care that PHP 3.0 does not implement proper garbage collection. So what!
Title: Lan Times Guide to SQL
Publisher: Mcgraw-Hill Osborne Media
Authors: James R. Groff, Paul N. Weinberg
Rating: 5/5
I was searching Amazon for a text on distributed database architectures when I stumbled across this classic. My own copy, bought years ago, is still kept within reach and is a viable today as the day it was written. Love the book - you will too.
Title: Professional PHP4 Programming
Publisher: Wrox Press
Authors: Deepak Thomas, Wankyu Choi, John Coggeshall, Ken Egervari, Martin Geisler, Zak Greant, Andrew Hill, Chris Hubbard, James Moore, Devon O'Dell, Jon Parise, Harish Rawat, Tarique Sani, Christopher Scollo, Chris Ullman, et al
Rating: 5/5
Simply put this book rocks! Lots of great examples, with authors that really understand how to code, and to work around the trouble spots. Forget ASP, and JSP. Do it with php! :)
Title: Apache: The Definitive Guide (3rd Edition)
Publisher: O'Reilly
Authors: Ben Laurie, Peter Laurie
Rating: 1/5
This is a horrible, stunningly horrible, book. It has, sadly, persuaded me
that I cannot simply trust the O'Reilly brand as signifying, if not the
best book in a particular area, at least a worthwhile book.
The central problem is that this book has no idea what it wants to be.
It tries to be a tutorial, a cookbook and a reference, all intermingled.
One paragraph it's trying to talk to newbies, the next it assumes you are
a long time Apache veteran.
One role, however, that it seems to have no interest in playing is that
of giving the big picture, of describing exactly what Apache can (and
can't) do in a given area, and why you might care, before getting into various nitty gritty.
I'm afraid I can't recommend a good book on Apache to buy; I would
however urge you to stay away from this one. The worst shovelware out,
Sams Teach yourself Apache in 24hrs or Apache for Dummies, cannot be
worse than this sad failure.
(This reviews version 3 of the book. I have no idea if versions 1 and 2
were less dreadful.)
Title: Foundation PHP for Flash
Publisher: Friends of Ed
Authors: Steve Webster
Rating: 5/5
Fantastic, well-written, clear explanations, full of humour...
A must for Flash design-programmers
Title: Inside Microsoft SQL Server 2000 (With CD-ROM)
Publisher: Microsoft Press
Authors: Kalen Delaney
Rating: 5/5
This book isn't for the raw beginner. It does assume a certain level of familiarity with the product, but not necessarily any particular version. It covers just about every internal component of SQL Server in depth. Since many components in SQL Sever didn't change between 7.0 and 2000, some of the topics had few changes. But don't let that stop you from upgrading your book when you upgrade your software. There are changes and new features laid out in detail in the book, and there is always something to go back and get a refresher on. This book is invaluable as a troubleshooting reference, as well as in the proper physical design of a database. The concepts in this book give the reader a solid foundation for understanding how and why internal things work the way they do. Once you understand the internals, you can follow up with other books on the bells and whistles that exist outside of the internal engines.
Title: PHP Developer's Cookbook (2nd Edition)
Publisher: Sams
Authors: Sterling Hughes, Andrei Zmievski
Rating: 4/5
we the owner of www.hiddenbrains.com are a leading php developer and solution provider, making e-commerce applications,web applications, developed more then 200 websites using php and mysql, we are allways using this book for our reference.
regards
jugal kishore chhawchharia
http://www.hiddenbrains. com
Title: Advanced Transact-SQL for SQL Server 2000
Publisher: Apress
Authors: Itzik Ben-Gan, Tom Moreau
Rating: 1/5
Simply, One of the best T-SQL Books I've ever read. lots of good example and explanation. I like those SQL puzzles...
Title: PHP for the World Wide Web : Visual QuickStart Guide (2nd Edition) (Visual Quickstart Guides)
Publisher: Peachpit Press
Authors: Larry Ullman
Rating: 4/5
Unlike many other programming books, "PHP For the World Wide Web" takes the high-quality low-fluff approach to introducing readers to PHP. Don't let the small size of the book fool you; it is jam-packed with the most important information you'll need to start programming in PHP right away. Whether you are a beginner or a seasoned programmer, this book will take you step-by-step through the core concepts of the language in the least amount of pages possible. It's hard to say if the shortness of the book is due to the teaching mastery of Larry Ullman or the genius of the PHP language. Either way, this book will serve as an excellent tutorial and great reference guide for future projects.PHP is very similar to other languages and my programming background made learning PHP much easier. However, this book's approach and working examples should serve as an excellent tutorial for beginners as well as programmers. Keep in mind that the book is designed to give you a working knowledge of the language and is not a comprehensive course on PHP programming. After reading the book, however, you will be in a much better position to continue your PHP education through PHP's homepage (PHP.net), learning additional functions and techniques as your projects dictate (and as the PHP language continues to grow).(To me, the chapter on databases alone was worth the price of the book. PHP is amazing when it comes to building web-based applications around databases and this book gives you what you need to get started as well using files and directories, cookies and even an intro on creating web applications.)

