IT programming books related reviews


Product: Book Paperback
Title: The Guru's Guide to Transact-SQL
Publisher: Addison-Wesley Professional
Authors: Ken Henderson
Rating: 5/5
My favorite SQL Server book


I have just about every SQL Server book out there. This one is my favorite. It is not a long book but it is more concentrated than probably any technical book I own. If you get this book not only will you learn about Transact-SQL you will also learn a lot about SQL Server in general. And you will learn how a master teacher teaches. I read this through when I first got it, then read it again. It seems like everytime I pick it up I learn something new. That alone makes it my favorite and I think it will be yours to.



Product: Book Paperback
Title: Mastering Oracle SQL, 2nd Edition
Publisher: O'Reilly
Authors: Sanjay Mishra, Alan Beaulieu
Rating: 2/5
Inadequate


Half of this 450 page book surveys basic SQL, and the other half is on features Oracle added to SQL in versions 9i and especially 10g. The book seems to have been intentionally "crippled" to limit it to the category of introductory overview, because much of what you need to know to work with Oracle SQL is simply not there:

* Most technical books begin the discussion of each new operation with a syntax diagram. Not this one! All you get here is a code example or two that supports the text.

* There is little discussion of built-in functions beyond the date/time ones.

* The index is very skimpy. It doesn't even contain all the Oracle reserved words that are used in the text. For example, has the use of the SIBLINGS keyword slipped your mind? Don't expect any help looking it up again! Heck, there aren't even entries for DUAL, COMMIT and ROLLBACK, or COUNT() !

* There isn't a single word about materialized views, which is something you will need to know about in the real world.

* There is nothing about triggers.

* There is no discussion of the various Oracle clients available (Toad, SQL*Plus, SQL Navigator, etc)

Ironically, since the book wants to cover all the new extended functionality, some very basic information is included only as it pertains to an advanced topic. For example:

* DDL is generally ignored. This leaves you clueless about the regular CREATE OR REPLACE VIEW (for example) statements that you will encounter and use daily as an Oracle developer. But there's lots of DDL in the sections on classes and objects, hierarchical queries, collections -- stuff that you'll use infrequently if at all.

* There is nothing about performance. Yes, a full discussion of tuning is beyond the scope of an introductory text, but jeez they don't even discuss indexes, except in the section on partitioning!

* There is nothing about relational integrity (or constraints of any kind) except in the section on hierarchical queries.

It's clear O'Reilly wants you to buy this expensive but slim volume as part of a set, probably with another book to provide the rest of the information about SQL; a "nutshell" book to cover syntax and options; a guide to Toad or some other client; a DBA book for basic information about DDL and indexes; a performance/tuning book; and a PL-SQL book.

Another area of major weakness might not bother a reader who is completely new to relational databases. But if you are coming to Oracle from DB2 or SQL Server, this book is not much help. Oracle SQL is only superficially similar to ANSI SQL. Unfortunately, this bookmakes no mention of the things Oracle leaves out. Two big issues for me, were that Oracle won't let you write an outer join that uses both join-conditions and where-conditions; and Oracle has no simple way to insert into one table from a join with another table. I wasted several days in anguished de-bugging of SQL logic that I "knew" worked in all DBMSs -- NOT! (Now I know why Oracle code so often consists of a mess of layers and layers of inline views).

There are other, less-major problems with this book that I might as well pile on:

* There is too much explanation of how things used to be done in 8i. Hello, that version is five years old! If any shop is still running 8i, they have lots of dusty manuals laying around. 8i shouldn't take up more than a paragraph or two in a book that purports to cover 9i and 10g.

* The author's coding style is idiosyncratic, in my opinion. Is it too much to ask that elements at the same logical level be indented to the same number of places??

To sum up, this book is like a series of magazine articles describing *what* can be done with Oracle SQL. But it doesn't do a good job of telling you *how* to do it.



Product: Book Paperback
Title: PHP Developer's Cookbook (2nd Edition)
Publisher: Sams
Authors: Sterling Hughes, Andrei Zmievski
Rating: 2/5
Incomplete


Bought this book hoping it would be similar to the Perl cookbook - as another reviewer commented, there are "gaps" in the content. Every time I needed a solution to a particular problem in Perl, I found the answer in the Perl cookbook. Every time I needed a similar solution in PHP, I found myself using [their wedsite] because the PHP Cookbook made no mention of the problem.Hopefully there are better PHP books out there - I think I'll stick to [the website] for now and get free, detailed help from the PHP community.



Product: Book Paperback
Title: Oracle Web Applications: Pl/Sql Developer's Introduction
Publisher:
Authors: Andrew Odewahn
Rating: 4/5
Good book for beginners


Reviewer Jay missed the point. The book is clearly for beginners and does a good job of informing them. In this field there are varying levels of expertise so the book buyer should keep that in mind when purchasing a book. I for one found the book to be informative and worthwhile for my particular level of expertise



Product: Book Paperback
Title: Advanced Oracle PL/SQL Programming with Packages (Nutshell Handbook)
Publisher: O'Reilly
Authors: Steven Feuerstein
Rating: 5/5
The best book on PL/SQL Packages there is


The author has followed a very clear and thorough line of thinking in preparing his packages. It would do any programmer well to follow his lead.



Product: Book Paperback
Title: A Guide to SQL, Seventh Edition
Publisher: Course Technology
Authors: Philip J. Pratt
Rating: 2/5
A Guide To SQL


Sketchy at best. Gives some good examples but does not cover all of the SQL language. Jumps around a lot. Definitely not worth the 30+ dollars.



Product: Book Paperback
Title: DB2 SQL Procedural Language for Linux, Unix and Windows
Publisher: Prentice Hall PTR
Authors: Paul Yip, Drew Bradstock, Hana Curtis, Michael Gao, Zamil Janmohamed, Clara Liu, Fraser McArthur
Rating: 5/5
The Fastest Path to Mastering DB2 Stored Procedures


This comprehensive yet concise introduction to DB2's SQL procedural language is the first and best place to find guidance on this crucial topic. Stored procedures are fast becoming the mainstay of successful client/server and Web-based DB2 applications, and this book WILL teach you how to develop them, even if all you currently know is just a bit of SQL.Written by DB2 experts from the IBM Toronto Labs, this is one of those rare texts that actually imparts expertise. It is eminently readable and crystal clear in its explanations of concepts and their application.Any and every developer of DB2 stored procedures should read -- and enjoy -- this book



Product: Book Hardcover
Title: The SQL Programmer's Reference: Windows 95/Nt & Unix
Publisher: Ventana Communications Group
Authors: Wayne S. Freeze
Rating: 1/5
no index, no concept discussion, incomplete specification


I couldn't even find a single reference to join, one of the key concepts in SQL. I returned it in a matter of hours, and I'd like those hours back.



Product: Book Paperback
Title: XML and PHP
Publisher: Sams
Authors: Vikram Vaswani
Rating: 5/5
Finally a good XML book for PHP developers


XML is technology that has been around for several years now. PHP has been capable of dealing with XML for different purposes. Oddly, before this book there was little or no books at all specifically about developing with XML in PHP.After reading the book you can realize why there were not really many books filling this void. It is that it is not really easy to write a good PHP book on XML because you need to know so much about both things to write such a valuable book as this. Congratulations for Vikram for having done it first and so well.....While many publishers insist on hiding the information to access book the authors, certainly these forums are good example of how you can get further value from a book beyhond the hundreds of pages of printed paper that you paid for.



Product: Book Hardcover
Title: OCP Introduction to Oracle9i: SQL Exam Guide
Publisher: McGraw-Hill Osborne Media
Authors: Jason Couchman
Rating: 3/5
Well structured but contains many errors


I bought this book about 2 months ago. The book is well organized and it follows the sequence of objectives of oracle 9i sql exam. It is very easy to read and in a very good format. Even though it didn't cover everything for all new 9i features, it is a good study guide.However, as a study guide the contents are supposed to be very accurate and precise. I found many mistakes on this book and on the exercises. Sometimes I felt I had to do further research to clear things up.



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

concepts of programming
cgi programming
download apache 2.0
tiger apache
what is database
programming for kids
php compression
net sql server
org apache commons lang stringutils
oracle database
php template
apache file upload
form mysql php
php functions
database or object is
c programming classes
database tutorials
sql tutorial
programming cell
sql server does not exist or access
download apache 2.0
usb programming
install sql
php email
10 apache
perl syntax
perl web hosting
sql server database
sql server utilities
apache forward
apache management
unix network programming
math programming
perl books
key programming
game programming jobs
sql editing
operator perl
computer programming training
perl ppm
perl thread
perl win32
system command in perl
socket programming
pda programming
activex programming
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