IT programming books related reviews


Product: Book Paperback
Title: Microsoft SQL Server 2000 Bible with CD-ROM
Publisher: Wiley
Authors: Paul Nielsen
Rating: 5/5
Auto-fill forms with SQL Server2000 data ...


If you have a multi-page Acrobat Form and want to automatically fill the form with SQL Server , optionally emailing/faxing it, PF-Merge will do that job for you, without programming. It also merges images!Thought I share the above freely downloadable treasure with my fellow Cyberfriends. PF-Merge supports over 20 database platforms and its utilities do not time-out.



Product: Book Paperback
Title: Learning PHP 5
Publisher: O'Reilly
Authors: David Sklar
Rating: 2/5
Overly Simplistic


I picked up this book to get an overview of the PHP language itself. I was very disappointed and found the book to be overly simplistic, devoting too much time to explaining basic programming concepts (such as 'what is a variable?') and not enough time on the language itself. Its one saving grace is the detail on how to validate input to avoid problems of people including HTML or code designed to destroy your database.

So, overall its ok if you know nothing about programming, but for an experienced programmer it contains very little of value.



Product: Book Paperback
Title: MCSE Database Design on SQL Server 7 Exam Cram (Exam: 70-029)
Publisher: Coriolis Group Books
Authors: Jeffrey Garbus, David Pacuzzi, Alvin Chang, David Pascuzzi
Rating: 3/5
Good - But Not Good Enough !!


I've got this book after I finished studying using the New Riders Book and BOL. It's OK but I did not get a real value as far as the Type of Questions or as a Cram. It may help fill one or two gaps! - But it's not worth the money! I Think the New Riders Book offered better quality and value. The Normalization examples were very confusing. Some topics were extracts from BOL without any useful aditional information or quick tips. The Section on Indexing was good. Some of the sample questions on trasactions were helpful. If you have a extra money ... buy it, else stick with BOL.



Product: Book Paperback
Title: PHP and PostgreSQL Advanced Web Programming
Publisher: Sams
Authors: Ewald Geschwinde, Hans-Juergen Schoenig
Rating: 1/5
One star is too many: don't buy this book.


It's hard to argue than any book has absolutely zero value: even the world's worst book (and this one may be in the running) probably contains some useful information. However, in a worthwhile book, I expect to find a good deal of useful information, and more than that, I expect not to find false information. There are enough errors in the first 60 pages of this book that I am not going to bother reading the rest of it.Example: p. 50 shows this code segment<?php
$a=23;
$b=34;
if ($a > $b)
{
echo 'a is higher than b';
}
else
{
echo 'b is higher than a';
}
?>The merest child, although evidently not SAMS technical editors, can see the elementary error here, which occurs when $a = $b.Example: p. 53 shows this code segment<?php
$a=18;
$b=19;
if ($a xor $b)
{
echo '$a and $b are the same';
}
else
{
echo '$a and $b are not the same';
}
?>with the comment that the code will return "$a and $b are not the same".If the author's earlier comment, that "False is returned if both values are the same", is correct, then this is obviously backwards, but beyond that, what is the basis of the comparison? In other languages I'm familiar with, XOR compares two Boolean values, or possibly performs a bitwise comparison on byte values. Are the authors telling us that in PHP XOR performs the same function as the inequality operator? Or is it that in PHP even numbers are True and odd numbers are False? Or what?The most likely explanation is that this example is simply garbage, and I strongly suspect that the rest of the book, which I no longer intend to read, is the same. I don't know much about PHP, which is why I bought the book, but I know enough about other programming languages to know that I can't have any faith in what this book tells me.



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 PHP resource


I bought this book based on the reviews i read here on amazon.I had learnt the PHP language from Beginning PHP4 by the publisher.
I have now read this book from front to back and i must admit that i have gained professional knowledge on diversified PHP topics.It has already helped me at my day job in streaming my project forward in the last week or so -- I truly felt i had gained a notch above the Beginning PHP Programmer. This book is a must read for anyone who has basic mark-up and c-like programming skills.



Product: Book Mass Market Paperback
Title: McSe Exam Notes: SQL Server 6.5 Administration (Certificaiton Study Guide)
Publisher: Sybex Inc
Authors: Rick Sawtell, Lance Mortensen
Rating: 4/5
Great cram resource before the test.


I used this book as a supplement to the Microsoft Official Curriculum. It helped reinforce many of the concepts I learned in class and left me feeling prepared for the exam, which I passed today. I plan to buy other titles in this series based on my positive experience with this book.



Product: Book Paperback
Title: The Guru's Guide to SQL Server Stored Procedures, XML, and HTML (With CD-ROM)
Publisher: Addison-Wesley Professional
Authors: Ken Henderson
Rating: 5/5
Henderson finds his voice


I have several of Henderson's other books but this is by far the best. He has finally found his voice. Instead of the stilted, techno-babble most technical books serve up, Henderson's prose flows like a country river. It educates and inspires without putting you to sleep. This book shows that Henderson is a great writer in his own right and that he knows now to tell a story.The thing that's truly amazing about the book is that Henderson manages to stretch a bit as a writer while still delivering a motherloade of technical content. There are over 700 code samples on the CD! That's the most I've ever seen in a technical book, even the boring cookbooks!Henderson began writing for himself more with the first Guru's Guide book and this one continues in that fine tradition. I thought the first GG book was witty and well-written, but this one is even better. Thank you, Ken, for writing such a masterpiece. You are an inspiration to us all.Char Baxter



Product: Book Paperback
Title: The Guru's Guide to Transact-SQL
Publisher: Addison-Wesley Professional
Authors: Ken Henderson
Rating: 5/5
Best Book I Have Bought on Subject


I am ordering two more of these for my company. We have many books on T-SQL but none compare to the quality of content of Henderson's work. Seems everytime we're stumped there is good content, and excellent sample code.Can't keep enough of these around for my developers.Keep-in-mind, this is not a beginner's book, but is outstanding for intermediate to advanced SQL Server developers.



Product: Book Paperback
Title: Google Hacks
Publisher: O'Reilly
Authors: Tara Calishain, Rael Dornfest
Rating: 4/5
If you are a web developer


The bulk of this book deals with applications created using the Google API. Even the discussion of the API itself is limited. All of the hacks relevant to the search engine itself are contained in the Google Pocket Guide.If you are looking for ideas on what can be done with the Google API, or how to use the applications that others have written, then this book might be for you. However, if you are looking for tips and things to tinker with - hacks, regarding the search engine, do not bother with this book.



Product: Book Paperback
Title: McSe Readiness Review Exam 70-029: Designing and Implementing Databases With Microsoft SQL Server 7.0 (Mcse Readiness Review)
Publisher: Microsoft Pr
Authors: Robert Sheldon
Rating: 4/5
Good one!


I must tell you that I am sutisfed with this book. You will not spend money for anything. First, it is enough large to provide you knowleadge for passing the exam.All information are usefull and details are covering every part of 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
to the database
appz xxx html htm php shtml opendivx md5 md5sums
apache 2.0
gallery php
hosting php
perl
sql test
database sql
database of
sql server 7.0
apache indian
php rpm
tomcat apache
apache dav
database jobs
computer programming jobs
sql standard
sql 2000
on sql
database optimization
mysql database in
perl break
microsoft odbc sql server driver
neurolinguistic programming
perl open file
multiplayer game programming
sql server error
progress database
extensions apache
php test
crime database
sql like
history programming
html htm php asp
apache longbow
intel perl
php select
sql password
php db2
perl xml
perl serial
pl sql
sql server cluster
apl programming language
sql server reporting
tomcat apache
php redirect
access sql
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