IT programming books related reviews
Title: Professional SQL Server 7.0 Programming
Publisher: Wrox Press
Authors: Rob Vieira
Rating: 5/5
As a Sr. Programmer Analyst, I work with SQL code all the time. This book has an excellent range of topics that will get you through all sorts of situations. For example, moving from Access to SQL Server requires re-writing your queries as views and/or stored procedures. This book covers such programming, including calling functions or other stored procedures from within a stored procedure. I highly recommend this book.
Title: Apache Server 2 Bible
Publisher: Wiley
Authors: Mohammed J. Kabir
Rating: 4/5
This is a book to have if you use Apache Server. It is a great reference tool. Once you finish the book you can use it on your desktop too. If you run a Http// server you can use it for a reference.
Title: PHP: Your Visual Blueprint for Creating Open Source, Server-Side Content
Publisher: Visual
Authors: Paul Whitehead, Joel Desamero
Rating: 5/5
I have purchased many books to learn new programming languages in my spare time. Most of them I got boared with that rambled on and on and didn't really help me much. I give this 5 stars because for a person with programming logic and some programming skill you can get a ton out of this book. This is the best programming tutorial I have ever read. I am a software programmer by trade so I have seen a lot of books. This book is right to the point with graphic examples and makes things so easy to understand. If you know a little bit about programming and want to pick up the PHP language this is a must have book. I am about 1/2 way through it right now and can't wait to get the time to finish it. All in all this is a must have book for Newbie PHP programmers to help get your feet wet in the PHP world. Great Job!
Title: Oracle PL/SQL: The Complete Video Course
Publisher: Prentice Hall PTR
Authors: Elena Silvestrova, Benjamin Rosenzweig, Ben Rosenzweig
Rating: 5/5
A deft and knowledgeable hand who ably presents lean and well thought out material, Ms. Silvestrova avoids the trap of spending too much time attempting to create a glossy and slick presentation, and quickly gets down to the business of teaching PL/SQL. Her slight accent was melodious, and served to inject freshness into the teaching of a technical subject. I found this course not only highly satisfying, but also very effective in making PL/SQL an easily approachable subject. The emphasis obviously is placed on teaching a technical subject in a down to earth fashion, not on entertaining the audience with a glitzy set and air brushed actors. If the latter is what you want, better wait for the Walt Disney version (or buy one of the slickly produced competing PL/SQL videos on the market - this is experience speaking here). However, if you are a serious student, who seeks a sound introductory foundation and a solid immersion into the heart of intermediate PL/SQL, delivered by an apparently seasoned professional, then look no further. A+
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
Another excellent red book on PHP. I have learned PHP through several books, extensive articles, tutorials, and now Professional PHP4 tops the list of useful PHP literature.
Things that i found really helpful:
* Explanation for all those buggy installation problems
* Handling files on the server's file system, and how to upload files from the web browser
* Sending e-mail and posting new articles with PHP, working with SMTP, POP/IMAP and NNTP
* An exhaustive case study (76 pages!) on building a shopping cart application for mobile phones
* Using PHP as a command line script interpreter
* PHP with XML
This book has a pretty exhaustive view of most topics, and is the ideal book for PHP developers wanting to add professionalism to their web application development. I shall continue using this as a reference for all topics PHP (till I get another red book with photos).
Title: Apache Cookbook
Publisher: O'Reilly
Authors: Ken Coar, Rich Bowen
Rating: 4/5
While Apache is possibly the most popular and ubiquitous open source project it is certainly not the most simple. One module alone, mod_rewrite, causes me almost more problems and regex wrestling matches than all other products combined. The `httpd.conf' file is a long and critical one. In these circumstances the Apache Cookbook from O'Reilly might be a godsend. It is certainly a well-written, well-researched volume. Ken Coar has spent many years working on Apache and Rich Bowen has long laboured on the Apache documentation. They both know their stuff -- and if this is an example, both know how to write.The book has twelve chapters, covering everything from installation and adding modules through to proxies and performance. The chapter on security is the largest, it covers the topics well. By contrast I thought the chapter `Aliases, Redirection and Rewriting' too short and could have benefited from some more `recipes', but that may be due to my own bias - mod_rewrite is not an easy topic, and as I've said it causes me a great deal of grief.It is laid out in a similar way to the Perl Cookbook: each recipe has a `Problem' section followed by a `Solution' and then `Discussion.' In almost all the `recipes' the `Discussion' is longer than the `Solution,' and I often found it far more useful and informative than the problem and its solution.The Apache Cookbook covers almost all aspects and all parts of the learning curve for Apache. That will either be a strength or a weakness of this volume for you; with such a large and complex piece of software as Apache a single book cannot hope to cover it in a great deal of depth. For me this book was not really a cookbook, more a good source of well documented examples from which to create my own recipes,My biggest problem reviewing a book like this is that after several years building and configuring Apache (even on an infrequent basis) quite a lot of this volume seems simple. You may also find it the same if you are the sort of person who is not afraid to pore over the documentation, get your hands dirty and make a few mistakes. If you like some hand holding and are just starting with Apache you may benefit from all of it.That's not to say that I didn't personally find large chunks of this volume useful. Certainly I've gone over several of the recipes and their excellent explanatory text to shed some light on previously dark corners of Apache, particularly as the authors cover both Apache 1.3 and 2.0.O'Reilly have the usual web page with a Table of Contents and example chapter. The example chapter, on error handling is well chosen as it is typical of the others and useful but not the most useful chapter.I have recently been thinking that tech books fall into various sorts and there is one sort I'd call `library books' - books you may not need to own, but will want to read every so often and would be good to have in your local or company library. Apache Cookbook is one of these, a book I'd recommend everyone coming to grips with Apache has close to hand, but it is not going to be constantly on your desk in the same way that Perl Cookbook might be for Perl programmers: to start off with, it's half the size and doesn't cover nearly as many topics. This one falls short of essential due to it's concentration on breadth. rather than depth. So my recommendation for this book is not that all Apache administrators should buy it, but you should have a copy close at hand.
Title: Professional Linux Programming
Publisher: Peer Information Inc.
Authors: Neil Matthew and Richard Stones, Brad Clements, Andrew Froggatt, David J. Goodger, Ivan Griffin, Jeff Licquia, Ronald van Loon, Harish Rawat, Udaya Ranawake, Marius Sundbakken, Deepak Thomas, Stephen J. Turnbull, David Woodhouse, Richard Stones, Christopher Browne
Rating: 1/5
This book is a solid followup to their first edition. What I like about it is its breadth. It covers several topics (CVS, PHP, XML, CORBA, MySQL/Postgresql ) that would often have a whole book devoted to them. This book targets the developer who just needs a concise primer on the given topics, and doesn't have the time to read 1000 pages of fluff on every topic in the book.I only gave it four stars, because I felt that "Beginning Linux Programming" was more essential than this book. However, this is a very strong book and some of the topics here are not covered elsewhere ( for example, ORBit ). And there's certainly no other book that covers *all* the topics this book covers.Get this, but get "Beginning Linux Programming" first.
Title: Oracle DBA SQL Quick Reference
Publisher: Prentice Hall PTR
Authors: Charlie Russel, Robert Cordingley
Rating: 1/5
80% of this book are flowchart diagrams. 20% of the book are useless tables. There are zero explanations of Oracle or any of the SQL and PL\SQL commands the book professes to explain (only through the flowchart diagrams and tables of course). I would have never bought this book if I had perused through it first. Buyer beware, this book is contains no useful information to the Oracle DBA.
Title: Microsoft SQL Server(TM) 7.0 Administrator's Pocket Consultant
Publisher: Microsoft Press
Authors: William R. Stanek
Rating: 5/5
I've bought several sQL server books in the past. This is the ONLY sql book that I actually use. Its a great guide and reference and it has answered every SQL Server question I've ever had (so far). I highly recommend this book.I don't think you'll find a better book to get you through the day to day admin tasks. The book also covers lots of advanced subjects and it does so extremely well.
Title: Insider's Guide To SEO: How To Get Your Website To The Top Of The Search Engines
Publisher: Jain Publishing Company
Authors: Andreas Ramos, Stephanie Cota
Rating: 3/5
I actually read this book two times over a period of a week. It's a short book with some great tips, and tips that just make you say... "duh... why didn't I think of that". But then on the other hand, it is 95% customized towards Google. What about the other SE's? The authors spent a good portion praising PPC and Googles Adwords, which could have been condensed into a shorter chapter... leaving room for tips, tricks, and need to knows for the other SE's. On one page of the book 2 URL's are listed for Yahoo and DMOz, and that's it. No other advice was given for any other site.
Don't get me wrong, for the money, and for a beginer... It is a great start. But don't stop at this book, for it is not as complete as it could be.

