IT programming books related reviews
Title: Create Dynamic Webpages Using PHP & MySQL
Publisher: Addison-Wesley Professional
Authors: David Tansley
Rating: 5/5
I have used ASP for a couple of years now and wanted to learn PHP as well. "Creating Dynamic Webpages Using PHP and MySQL" is aimed at a beginner. It has been VERY helpful!
Title: Oracle SQL*Plus: The Definitive Guide
Publisher: O'Reilly
Authors: Jonathan Gennick
Rating: 5/5
This book finally answers a need for SQL*Plus users that need something more than a quick reference card, but not an inaccurate tome, like "Oracle 8: the complete reference". For instance, when it comes to looping, on page 254 you can read "There is no way to write a real loop using SQL*Plus." If you see this, you won't search through another 100 pages of manual trying to find a meaningful example. Excellent, correct, and an excellent balance between conciseness and completeness.I have even adopted this book for my undergraduate database class.
Title: Learning Oracle PL/SQL
Publisher: O'Reilly
Authors: Bill Pribyl
Rating: 5/5
A book doesn't have to cover advanced material and tricks from gurus to be great. There are only a handful of really good Oracle books, and this is one. It takes the beginner through the important features of PL/SQL, and uses an example application that you build as you go along.The organization is great and the writing is crystal clear. It doesn't just cover syntax. It also explains when and why you'd want to use various PL/SQL features.If you're a radical C++ coding genius, maybe you want one of the other O'Reilly books on PL/SQL. On the other hand, if you've tried some other books that deal with PL/SQL and found they didn't provide the background, explanations and programming strategies you need, try this book. The authors are talented PL/SQL experts, and their presentation of the subject is great.This book is not a slap-dash effort to write a quick book. It's a solid, quality book. If you have some exposure to Oracle but have never developed PL/SQL skills, you'll like this book.
Title: Schaum's Outline of Fundamentals of SQL Programming
Publisher: McGraw-Hill
Authors: Ramon Mata-Toledo, Pauline Cushman
Rating: 4/5
Are you a new database administrator? Trying to be one? Or needing to pass a certification exam in one of the main proprietary databases, like Oracle, IBM's db2 or Microsoft SQL Server? And you need to prepare for that exam. Well, there are third party books devoted to each vendor's exam. You should probably get an appropriate one and study it carefully. But you can also improve your chances of passing any of those exams by tackling the problems in this book.
Mata-Toledo offers some 400 problems. With the answers to half of these in the book. He tests virtually the entire syntax of SQL; an industry standard. Everything from arithmetic functions to group functions to making complex queries, and more. Of course, it will take you time to go through these problems. But that is the point of the book, after all.
Also, the book is cheap compared to the other books that specialise in a given database vendor's exam.
Title: Programming PHP
Publisher: O'Reilly
Authors: Rasmus Lerdorf, Kevin Tatroe
Rating: 2/5
It sure tries to teach you something but cannot achieve...
As everyone mentioned before, it has countless errors and typos. But there is more than that. Book is out of focus. Examples makes no sense and not related to each other, which is very confusing.
A piece of code here and other piece is there. Every example is coming out of nowhere. It doesn't have a project. So everytime different variables, situations. Like, in one example it uses Flintstones character names ($name=Fred, $name2 = fred etc.). Next example is subjects of a class (math, science, history, english etc.), on other one it uses very random strings like ("I like paris in november", "the key is in my pants")
If you want to learn PHP, stick with "PHP and MySQL Web Development, Second Edition" By Luke Welling, Laura Thompson.
Title: How to Do Everything with Google
Publisher: McGraw-Hill Osborne Media
Authors: Fritz Schneider, Nancy Blachman, Eric Fredricksen, Fritz Schneider, Nancy Blachman, Eric Fredricksen
Rating: 5/5
I thought I knew Google moderately well. It turns out, I didn't. I now know it better, and have a book to help me find more information more quickly when I need to. The book covers basic web search, and goes through a number of the more esoteric features (did you know you can do arithmetic in the search bar?) and goes on to discuss the news, Usenet news groups, directory, image search and Froogle, amongst other features. There's a little technical information about how Google does its stuff, but appropriately located in an appendix.The book is easily understood by anyone who can type 'google' in the search bar of their browser, and it will make you realize what an astounding resource Google is.
Title: Sams Teach Yourself SQL in 10 Minutes, Third Edition
Publisher: Sams
Authors: Ben Forta
Rating: 5/5
Yet another well-written book by Ben Forta. This has got to be the smallest SQL book in existence. This is what makes it so great. I purchased this book for a handful of the more advanced users in my office. It allowed them to learn some basic SQL and bypass the very regimented structure of our report writer (Cognos Impromptu). This books carried them through SELECT, WHERE, GROUP BY, ORDER BY, HAVING and then went into joins. Along the way it briefly touched on a few of the text formatting and numeric functions. The ability to confront such a potentially overwhelming topic (SQL) with such a small book is refreshing. If you are looking for a book to set you on your path to database administration or design, this one will not get you very far. You will likely be better served by the typical doorstop book. A 2nd edition has been released now, so go look for that one.
Title: Beginning Php 4 (Programmer to Programmer)
Publisher: Peer Information
Authors: Chris Lea, Allan Kent, Ganesh Prasad, Chris Ullman
Rating: 5/5
I began php with two books, one being this wrox publication and the other a more advanced sams publication. The wrox publication was the fundamental lifesaver in my php learning. The examples were easy to follow. And wrox's p2p website and forums have proven to be a lifesaver again and again, providing a wonderful compliment to the book. It is not only a fabulous learning and how-to manual, but also makes a terrific reference. I would definitely recommend this book to the beginner. But not to sound like a complete advertisement! My experience with this book has truly been a positive one.
Title: MCSE Administering SQL Server 7 Exam Prep (Exam: 70-028)
Publisher: Coriolis Group Books
Authors: Brian Talbert
Rating: 5/5
This book more than prepared me to take my SQL server exam. Not only that, I use this book on an almost daily basis during my day-to-day operations of managing several SQL servers as the backend of a major e-commerce web-site.I recommend this book to anyone who wishes not only to pass the exam, but just to learn SQL server or to have an invaluable resource to be used on the job. A big thumbs up to Brian Talbert for providing a clear, concise roadmap for those of us wishing to attain the highly lauded MCSE. I will impatiently await your next book.
Title: PHP Essentials
Publisher: Muska & Lipman/Premier-Trade
Authors: Julie C. Meloni
Rating: 5/5
Newbies will love this book, it's great for getting your feet wet, but look elsewhere for the nitty-gritty.I've had some very basic ASP and JSP experience and unfortunately, the ISP hosting my online portfolio (I'm a web designer) DID NOT support either ASP or JSP, so I had to look at PHP for any server-side scripting. I just wanted to do some very basic stuff, like server-side includes with if/then/else control statements to dynamically create web pages. I got that after the first few pages of reading this book, BUT reading a few more pages TOTALLY OPENED UP MY EYES TO PHP. I'm just hooked and I can't seem to put the book down.The first few chapters take you through installation and you create hokey "Hello, World!" script exercises, but it's enough to show you what PHP can do for you and gets your mind thinking.The later chapters take you through getting info from a database and setting up a shopping cart/ e-commerce site. And the end has an appendix which should be sufficient for a newbie, but leaves a little to be desired for people looking for more details like syntax and a more extensive functions list.

