IT programming books related reviews


Product: Book Paperback
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
Excellent and clearly written book!


I read it and I was able to concoct a decent looking web application using Oracle in a week! This book was written with PHP3 in mind and should be updated with the tricks like start_session, session_register, foreach and alike, but altogether, it's an excellent introductory text, especially if you have a C++ experience. Authors did a great job and I can only recommend the book.



Product: Book Paperback
Title: Official Guide to Mini SQL 2.0
Publisher: John Wiley & Sons
Authors: Brian Jepson, David J. Hughes
Rating: 3/5
Okay for a first issue, but needs to be rwritten immediately


Boy, was I glad when this book finally came out. Sure, there are mailing lists and discussion groups devoted to MiniSQL (aka mSQL), but what I really wanted was a well-edited, authoritative guide to the best nearly free SQL database implementation. "Official Guide to MiniSQL 2.0" is almost everything I was hoping for. It certainly is authoritative, given that mSQL's creator, David Hughes, is the coauthor. It's also comprehensive, covering not only what mSQL can do but also, and more importantly for practical purposes, how you can interface with mSQL via Java, Perl, and other languages by using existing APIs. The downside to that breadth of coverage, however, is fewer examples of complete database applications. Ironically, mSQL doesn't really need the in-depth coverage as much as do the various APIs (from MsqlPerl to DBD::mSQL). Nevertheless, "Offical Guide to MiniSQL 2.0" is an indispensable resource for anyone using or considering MiniSQL.



Product: Book Paperback
Title: Sams Teach Yourself SQL in 24 Hours (3rd Edition)
Publisher: Sams
Authors: Ryan Stephens, Ron Plew
Rating: 1/5
Full of error; not for self-study


This book might be OK - in an instructor lead class; unfortunately one cannot rely on it for self-study; it is full of typos and outright errors( e.g. Hour 10 Quiz answer 2 tells you that "The HAVING clause can be used without a GROUP BY clause" !!! which is, of course, impossible...Also, the book pretends to be SQL-dialect neutral, in reality it is so ORACLE biased that some of its very basic SQL statements would not compile in Sybase or MS SQL Server...
I am a DBA (MS SQL Server/Sybase/ORACLE) with 5 years of experience; I looked into the book only because a friend of mine asked me for advice after struggling with it for couple weeks. Disappointing, to put it mildly.



Product: Book Paperback
Title: Professional SQL Server 2000 DTS (Data Transformation Services)
Publisher: Wrox
Authors: Mark Chaffin, Brian Knight, Todd Robinson
Rating: 2/5
Not Enough


This book was a disappointment. Mostly it shows how to create packages using the Enterprise Mgr interface. I don't need a book to do that. Right now I am coding a VB app using DTS, and this book was definitely not enough. This is a beginner book, introductory in nature. There is an Object reference, but I can see that in the Object Browser. The examples are simplistic and not real-world. The examples on the SQL Server 2000 Resource Kit are better. I am moving large amounts of data data and have to deal with permissions, constraints, dependency tables -- none of this is covered. You can manipulate the object model thousands of ways; without any guidance on these advanced topics (not covered by MSDN) you are adrift... and your packages will fail every time.
If you are a programmer, don't bother with this one.



Product: Book Paperback
Title: Core PHP Programming: Using PHP to Build Dynamic Web Sites (2nd Edition)
Publisher: Pearson Education
Authors: Leon Atkinson
Rating: 1/5
Gotta Agree with the "Fluff" Critique


This book lacks detail of implementation of all but the most basic concepts of PHP. About half of the book is a badly formatted function reference. What's left is riddled with inaccuracies and uninformed comments, and it is devoid of important details.My impression was that the author had little if any experience with PHP or web programming other than that gathered to write this book.



Product: Book Paperback
Title: PHP Essentials, Second Edition
Publisher: Muska & Lipman/Premier-Trade
Authors: Julie C. Meloni
Rating: 5/5
Good, but as it says, Essentials only


This book is well written, but I was expecting more contents.



Product: Book Paperback
Title: The Guru's Guide to Transact-SQL
Publisher: Addison-Wesley Professional
Authors: Ken Henderson
Rating: 5/5
Like the cover says, this book help make you a T-SQL guru!!


600 sample SQL scripts... need I say more?? This book explores every nook and crannie of Microsoft's version of the language. It condenses, in a single volume, all you need to know to become a Transact-SQL virtuoso. The SELECT chapter is a fine example. Here, the author covers the things not found in the BOL, things that you'd miss were it not for books like this. You learn how to use Transact-SQL's quirks to your advantage, how to program the language the way it was intended to be programmed. More importantly, you gain insight into coding in general -- much of the book's advice applies equally well any language (e.g., use the language the way it was designed to be used; take advantage of what comes in the box (don't reinvent the wheel); resist the temptation to throw technology at a problem, get your techniques right, etc).I like this book better than Transact-SQL Programming (by O'Reilly) because it covers all the new features in SQL Server 7.0 extensively and because it is more systematic. The sample queries and the book's chapters have an orthogonality to them that is refreshing in these days of disparate books written by whole teams of people.I can't give this a higher recommendation. My advice: get it, read it, refer to it often.



Product: Book Hardcover
Title: MCSD: SQL Server 6.5 Database Design Study Guide
Publisher: Sybex Inc
Authors: Kevin Hough
Rating: 2/5
Dry as Dust


This book is a good place to start studying for exam 70-127. It breaks down the exam objectives nicely into separate chapters, and touches on most of the material that you'll need. However, there is no way nearly enough information to prepare you sufficiently for the exam.You're going to need another resource, and may I suggest Inside SQL Server 6.5 by Ron Soukup. It's an excellent book, very readable, which touches on virtually everything you need to know for the exam. Use Hough's book to guide you through the objectives, but pull most of the information from Soukup. You have to do this anyway due to the vast number of errors in Hough's book, as many reviewers have already pointed out. (Be sure to download the errata from the Sybex site.)This book has very poor coverage of many areas including cursors, transactions, the DUMP command, and locking, amongst others. You'll need to refer to your secondary resource for this additional coverage, and I would recommend SQL Server Books Online too - which incidentally comes on CD with Soukup's book.Top all this study off with the Transcenders, and you're ready to go. Good luck!



Product: Book Paperback
Title: The SQL Server 6.5 Performance Optimization and Tuning Handbook
Publisher: Butterworth-Heinemann
Authors: Ken England
Rating: 5/5
Fantastic! Excellent source of performance tuning info


England really hits the mark with this one. He logically informs the reader of how SQL Server stores data and thinks, and then lets you know how to make it think smarter. I used his techniques, and they work! He presents the info in a clear and concise manner, making this one a quick, but essential read.



Product: Book Hardcover
Title: MCSE Training Kit : Microsoft SQL Server 2000 Database Design and Implementation (Exam 70-229)
Publisher: Microsoft Press
Authors: Microsoft Corporation
Rating: 3/5
Not so bad


This book contains enough information in the following areas:
stored procedures, triggers, XML, entities and indexes.It also contains poor information in the following areas:
Managing and manipulation data.
Cursors.
SQL Server tuning.I strongly recommend the Microsoft self-paced book. It contains more material for the exam.



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

odbc sql server
perl php
data mining sql server
sql navigator
programming cell
database marketing
download apache for
hd programming
database solutions
php email
access database form
into database
apache command line
apache mall
mp3 xxx html htm php
artificial intelligence programming
dvdrip xxx html htm php shtml opendivx
asp net sql server
database size
execute sql
apache httpd conf
perl tips
apache poi
sql navigator
the perl
php windows
php shtml
perl dbi connect
microsoft access programming
not associated with a trusted sql
database asp
dsp programming
neuro linguistic programming nlp
org apache catalina
door programming
reference perl
org apache xerces impl
framework programming
perl user
semantic database
apache pass
perl edit
programming uk
cgi programming
apache webdav
provider for sql server
sql disaster recovery
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