List of programming books reviews starting with U
Useful Right Away
Useful tricks even for experienced SQL user
Useful and to the point.
Updated version of the book is available
unique and well done
Uterly indispensible, the only sql server ref you need
Title: PHP and MySQL Web Development, Second Edition
Publisher: Sams
Authors: Luke Welling, Laura Thomson
Rating: 5/5
I do not even want to count how many hundreds of dollars I have spent on PHP development books that were awful. Acres of code but if you are like me, and want practical applications of that code to truely understand it.The first paragraph states that this book is not that laundry list of code and then proceeds (IN PLAIN ENGLISH!) to explain some basics of code and then practical application of that code. What a breath of fresh air this book is.
Title: PHP Black Book
Publisher: Coriolis Group Books
Authors: Peter Moulding
Rating: 5/5
i read this book , i read this book again and i read this book thrice . except for a few things there is nothing that helped me . Most of the examples are poor to follow and many of them do not work .the only thing that can be learnt from the book is that there's nobody else in the world who can program better than Peter Moulding . Peter Moulding is a guru , he has learnt 50 websites , 25 years of experience , lots of languages etc. etc. etc. and other people who make websites are foolish but call themselves 'experts' .I am not writing this because of frustration but thats how the book really is
Title: Transact-SQL Programming
Publisher: O'Reilly
Authors: Lee Gould, Andrew Zanevsky, Kevin Kline
Rating: 4/5
I'm a developer with some SQL experience who was new to Sybase ASE when I picked up this book. I found it very helpful and well written. I refer to this book every day, and it hass improved my programming skills. This was the only book I could find that covered T-SQL for Sybase at all. Without it, I would have a hard time doing my job. However, I have found a few inaccuracies and code that will not work (check out ANSI-style joins and DEFAULT inside a CREATE TABLE to see what I mean). This is why this otherwise excellent book only rates 4 stars.
Title: Microsoft SQL Server(TM) 7.0 Performance Tuning Technical Reference
Publisher: Microsoft Press
Authors: Jamie A. Reding, Steve Adrien DeLuca, Edward Whalen, Marcilina Garcia
Rating: 5/5
I have been tuning SQL Server databases for some time, and have not seen such a good reference short of the Inside SQL Server series originated by Ron Soukup.I strongly recomend this book for everyone creating or maintaining an enterprise database.
Title: Core PHP Programming, Third Edition
Publisher: Prentice Hall PTR
Authors: Leon Atkinson, Zeev Suraski
Rating: 1/5
This is a fantastic book if you already know PHP. If you're like me -- transitioning from ASP to PHP -- this book is completely, utterly, worthless.In order to understand the programming syntax, you must already be familiar with C. The book does a poor job of acclimating you to it's backwards, excessively abbreviated method of coding.The vast majority of functions and methods described in the book have absolutely NO CODE EXAMPLES whatsoever. Many functions get exactly one small paragraph of description, without any detail of input, output or expected return data. A great example is the $_REQUEST pregen variable. How do you use it? Don't rely on this book to figure it out. There's NO DOCUMENTATION. What if you want to know how to connect to a MySQL server that isn't your "localhost"? This book doesn't even touch the syntax of mysql_connect. All of the examples in the book use "localhost" over and over again. Apparently, the good people at PHP don't think that you would ever ever in a million years connect to a MySQL server that isn't on your local system. Oops.Furthermore, the Index is also worthless. Referring to the previous example, let's say you wanted to find what little information there is on the $_REQUEST pregen variable. If you look under "R", you won't find it. If you look under "$", you still won't find it. Somehow, you must magically know to look under "pregenerated variables" in order to find the index entry for $_REQUEST. That's great if you already knew that you were looking for something that was classified as a pregen variable. But, if you didn't know that tidbit of information, then this book left you high & dry.This book makes great leaps of abstraction. They explain a small amount of syntax, and expect you to re-apply that syntax haphazardly when you write your code. Here is a brief allegory of their style of explanation, so you understand what we're talking about:1. The universe is made from sub-atomic particles.
2. Sub-atomic particles make atoms.
3. From this, we can understand how Man creates skyscrapers.That's how this insipid book reads from cover to cover.The second half of this book ignores the concept of "reference manual" completely, and dives into program theory. It's a great computer science 101 refresher course on sorting algoriths and program structure, and even coding styles!To sum up, if you already know PHP and you enjoy a trip through abstracted fantasy land, buy this book. On the other hand, if you exist in reality and you want to learn how to write PHP code, skip this useless paperweight.

