IT programming books related reviews


Product: Book Paperback
Title: A Visual Introduction to SQL
Publisher: Wiley
Authors: David Chappell, J. Harvey Trimble
Rating: 5/5
Attention Newbies to SQL - - This is your Book!!!


I am currently enrolled in a Database Management (Oracle/SQL) class at Boston College. Right off the bat, I knew I was in trouble when we were told the professor would be unavailable for help and most of students in class were computer science majors. (I was taking the class to broaden my computer skills above and beyond front-end web design.) The textbook in class was the heinously monstrous 1200+ page Oracle 9i The Complete Reference by Kevin Loney. After struggling through many chapters and finding our professor's teaching style very unhelpful, I decided it was time for another resource. I checked on Amazon ... and found Sam's Teach Yourself SQL in 10 minutes to be semi-helpful. Then at the Harvard Coop, I stumbled upon it - - A VISUAL INTRODUCTION TO SQL. The problem, I realized, was that I am a visual learner and need to see all the schema tables and step-by step actions to describe what happens as I develop queries. This books is key for any layman, like myself. It walks you through very basic (and more complex) problems in an easy-to-read visual approach. While using SQL on the PC, viewing the tables is difficult and this book helps you map out the problems to figure them out. I was especially impressed after emailing the author about a table question and getting a personalized response. If you are in a bind to learn SQL on your own, this book is great and won't kill you lugging it around either. P.S. A great addition I found to this book was a Mac client software (that can access Oracle Databases) called SQL Grinder. Like the book, this program is also very visual and the GUI (MAC) clearly reigns over any PC. Sorry Windows users! Thanks for your help, David Chappell! ;-)



Product: Book Paperback
Title: Joe Celko's SQL for Smarties: Advanced SQL Programming (The Morgan Kaufmann Series in Data Management Systems)
Publisher: Morgan Kaufmann
Authors: Joe Celko
Rating: 3/5
Not sure of when/where this book would prove useful...


My usual approach to CS books is to read them from cover to cover. I don't try the examples, don't run the code, don't do the exercises. What I try to do is getting a "coarse memory map" of what the book teaches, so when I encounter a problem in my line of work I can say "well, I remember something about it in ZZZ" or "YYY had a chapter on this". Obviously I tend to favour cookbooks on purely abstract theory. When I bought Joe Celko's book I hoped to get just this: an SQL cookbook with easily appliable tips and techniques to a vast range of recurring SQL problems. In my opinion, the book tries to cover too much, and ends up unfocused. There are a lot of examples, but they look a little too vague to me (and as others noticed, they seem to be plagued with typoes). Often the method works for the toys tables used to introduce the problem, but I'm left wondering what would happen if the data were a little more complex. There are chapters devoted to subtle problems in SQL standards, numerical precision, query optimizations, but the general message seems to always boil down to "well, different vendors do things differently, so check out your product docs". The book hints to powerful SQL techniques to solve some recurring problems: it devotes two chapters to modeling trees and graphs in RDBs, but again, the discussion is not really complete, and even if it proves that trees can be represented and manipulated in standard SQL (without STARTS WITH or other proprietary dialects) a lot of important things are missing, like what to do if you need to represent different trees in the same table, instead of a single tree. They also suffer from the "toy example syndrome" I explained before. The book devotes some pages to design constraints and strategies, but does not discuss how to present object oriented classes in standard RDB. Maybe it's just me, but I think this should have been included, considering the widespread use of OO or quasi-OO languages in the industry. To sum it up, the book demonstrates that the author has a very good knowledge of standards, is intimate with at least a dozen different commercial RDBS, and has a tendency to write intricate SQL queries to show that "it can be done in SQL, no needs to resort to procedural language". This is fine for his magazine columns, but I wonder if and when I will ever consult the book to solve a real-world problem in my job.



Product: Book Hardcover
Title: Physical Database Design for Sybase Sql Server (Sybase Series)
Publisher: Prentice Hall
Authors: Rob Gillette, Dean Muench, Jean Tabaka
Rating: 4/5
Overall a good reference book.


The authors do a good job explaining physical database considerations. It is also a good source for developing some standards such as naming conventions for objects.

You could easily devise a checklist of activities for moving from a logical to physical design, but I'd read the entire book well in advance of your need to do so.

The book does not cover how each task may fit into an overall methodology, so you better understand the lifecycle and where each task needs to be performed.

This is not for beginners and doesn't cover any logical modeling principles, but is an excellent read for experienced modelers needing a Sybase implementation guide



Product: Book Paperback
Title: Optimizing Transact-SQL : Advanced Programming Techniques
Publisher: SQL Forum Press
Authors: David Rozenshtein, Anatoly Abramovich, Eugene Birger
Rating: 1/5
Impractical, poor-performing techniques


First, this 132 page "book" is really just a collection of SQL Forum magazine reprints from the early 90s. Second, the tricks introduced here have very little practical value. It seems the whole goal was to show what neato things could be done with a single SELECT statement. No thought is given to readability or performance. Cross joins in particular, a favorite technique of the authors, perform very poorly over large sets of data -- the very type of data sets people interested in these types of computations would likely have. Multiple nested subqueries of a given table constructed solely to avoid having multiple select statements are hardly performant. You will be much better served with Henderson's T-SQL Guru's Guide book. It shows how to perform row-positioning computations (such as statistics, runs, and so forth) in Transact-SQL without resorting to arcane, obscure techniques that perform poorly.



Product: Book Paperback
Title: Writing Stored Procedures with Microsoft SQL Server: The Authoritative Solution
Publisher: Sams
Authors: Matt Shepker
Rating: 3/5
Hard copy of online documentation


Though this book helped me breeze through a project
and enabled me to write stored procedures even with
minimal SQL experience, I noticed that the information in
this book can be found online. If you can manage to look
at the monitor for hours at a time then don't buy this book,
you can readily get the information online.



Product: Book Paperback
Title: Professional Apache Tomcat
Publisher: Wrox
Authors: Chanoch Wiggers, Ben Galbraith, Vivek Chopra, Sing Li, Debashish Bhattacharjee, Amit Bakore, Romin Irani, Sandip Bhattacharya, Chad Fowler
Rating: 5/5
*Wow* Awesome Book


I am a professor at a large technical college. I use Tomcat in my Distributed Java class and I have to say this is one of the finest books on Tomcat I have seen. I have recommended this book to all of my students.The book is well-laid out. It offers a good overview of all of the major pieces of functionality in Tomcat and does a particularly good job of describing the different manners which you can integrate Tomcat and Apache.My only complaint might be that the section on Axis was extremly light-weight. I would have loved to see more detail in this chapter, even though the information in the chapter was a good starter.



Product: Book Paperback
Title: Understanding Relational Databases with Examples in SQL-92
Publisher: John Wiley & Sons
Authors: Fabian Pascal
Rating: 4/5
Very Authoritative and In-depth


This book may be short in length; however, it is has enormous informational depth. Pascal certainly knows his stuff. In this book he writes about concepts and practices that are greatly lacking in the world of database management and development. He points out how, even, expert players of the database world fail to give the most fundamental and important aspects of database design/development proper emphasis. And he tells us why it is so important.Readers really should have a good understanding of SQL before reading this book. If the reader has solid understanding of set theory (collage level) they should follow this book easily. If the reader is not too sharp with math they will struggle with many of the advance concepts that Pascal covers. But the reader should still understand the underlying message, database integrity. This book explains why database integrity is vital to a successful database, as well as, how to implement good database integrity. Pascal does get a little too passionate, well actually, he rants. Some people might find it a little dark, but I thought it was a kind of funny.



Product: Book Paperback
Title: SQL Server 7: A Beginner's Guide
Publisher: Osborne Publishing
Authors: Dusan Petkovic
Rating: 4/5
Nice general(and I mean general)overview


I bought this book in hopes it would prepare me for the certification test but as broad as this book is I will have to find another source. Although, if you are looking for an introductory book to SQL 7 than this is a book for you. Be sure to follow it up with more indepth books before even thinking about entering a production environment



Product: Book Paperback
Title: Teach Yourself SQL in 21 Days
Publisher: Sams
Authors: Ronald R. Plew, Bryan Morgan, Jeff Perkins
Rating: 1/5
Useful only as a doorstop or paperweight


This is the worst technical book I've ever read. I expect examples to work; I expect quiz questions to be based on material actually included in the chapter. If there's sample code, I expect to see the results of the sample code. No excuse.



Product: Book Paperback
Title: PHP MySQL Website Programming: Problem - Design - Solution
Publisher: Apress
Authors: Chris Lea, Mike Buzzard, Dilip Thomas, Jessey White-Cinis
Rating: 5/5
Embodiment of a real-world app


A book like this was long awaited. There is no better way to learn than the method this book enunciates - the construction of each module that makes up a web site is clearly described through each of its chapters. It was also refreshing to see that the application that was implemented in the book is available online - forums,newsgroups, news feeds, message boards, complete shopping cart with check out features, and a very neatly written final chapter that takes a look at what could have been done better - refactoring, templating etc along with a fullish perspective of the whole application.Kudos to the author team, for a job well done. I recommend this book to any programmer that wants to learn PHP, use PHP better (thru an OO approach) and build an effective and useful web site.



TopSellers at Amazon - Handheld PDA-s

Garmin Forerunner 301 Personal GPS with Heart Rate Monitor
PalmOne Zire 31 Handheld
PalmOne Tungsten E2 Handheld
PalmOne Tungsten E Handheld
PalmOne LifeDrive Mobile Manager
Fossil Abacus AU5005 Wrist PDA with Palm OS - Black
Franklin Speaking 11th Collegiate Dictionary
PalmOne Zire 72 Special Edition Handheld Silver
PalmOne P10952U 802.11 Wi-Fi SDIO Card for Tungsten T3 and Zire 72
HP iPAQ RX3115 Pocket PC

TopSellers at Amazon - Cables and Interconnectors

Belkin Pro Series USB 2.0 Device Cable (USB A/USB B, 10 Feet)
Belkin F3U133-06 USB Device Cable (6 FT)
Belkin F3N401-06-ICE IEEE 1394 4-Pin/6-Pin 400 Mbps FireWire Cable (6 Feet)
Belkin F3U133-16 USB 2.0 A/B Cable (16 Feet)
Belkin F3U134-10 USB A/A Extension Cable; 10ft
Sima CT-2 Video Signal Processor
Monster Cable iSplitter for iPod and PowerBook
Nikon UC-E6 Replacement USB Cable for Coolpix 2100, 2200, 3100, 3200, 4200, 5200, 8400 & 8800 Digital Cameras
Belkin IEEE 1394 FireWire Compatible 4pin/4pin Cable (3-foot)
Monster Cable iCable for iPod

TopSellers at Amazon - Office Phones

Motorola MD671 5.8GHz Cordless Speakerphone/Caller ID
Cardo Systems scala-500 Bluetooth Headset
Plantronics Audio 90 Multimedia Stereo PC Headset
VTech ip5850 5.8 GHz DSS Cordless Phone with Dual Handsets and Digital Answering System
Creative Labs WebCam Live!
Uniden TCX800 Accessory Handset for TRU8800 Expandable Phones (Silver/Black)
Panasonic KX-TG5433M 5.8 GHz DSS Cordless Phone with Answering System and Three Handsets
Logitech 980158-0403 Internet Chat Headset
Panasonic KX-TCA60 Headset
Panasonic Type-24 PP511A Cordless Telephone Rechargeable Battery Replacement

Top 10 yahoo news about mobile phone technology

Yemen short-lists six for GSM award (ITP.net)
Servinova begins seamless Wi-Fi-GSM/GPRS VoIP network testing with ASNAP (MobileMag)
Strategic Partnership with CPS Enables Simcom to Integrate; High Accuracy Location Technology into GSM/W-CDMA Devices (ZDNet India)
Photo Release -- Servinova, a Cisco Systems Registered Partner Company Has Started Network Testing on CISCO Aironet (PrimeZone via Yahoo! Finance)
2N Intros GSM VOIP Support (Unstrung.com)
Wireless: Making a living from cellphone innards (International Herald Tribune)
Photo Release -- Servinova, a Cisco Systems Registered Partner Company Has Started Network Testing on CISCO Aironet (RedNova)
Group Helps Fight AIDS in Zambia; Four From Vancouver Join Christian Program (RedNova)
Docomo seeking overseas suppliers (Electronic Engineering Times Asia)
Bharti to outsource call-centres business for Rs 1,100 crore (Financial Express)

Valid XHTML and CSS

Valid XHTML 1.0!

Valid CSS!

Most popular searches about sql, php, apache and more

korn shell programming
perl script upload
sql where
active state perl
programming in visual basic net
database generator
database hosting
apache oil and gas
associated with a trusted sql server
database gui
apache linux
inventory database access
game programming tutorials
org apache jasper servlet
apache helicopter
e commerce database
concepts of programming
a php
web application programming
in apache
perl dbi mysql
restart apache
sql injection
root database
php examples
fax database
sql enterprise manager
execute sql
connect to sql
database driven web sites
ro database
apache web servers
debugging sql
5 apache
sql to
apache web servers
contract programming
hr programming
database management
sql server utilities
t sql
php kurs
perl convert
64d apache
org apache commons collections
php 4.3
apache web server software
programming remotes
php cookbook pdf free download
mysql for dummies ebook chm file torrent
apache book emule pdf free warez

# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z