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
T-SQL in the eXtreme!


From page 1 to the very last one, this book is T-SQL in the eXtreme. It teaches the language using the language - a very smart way of doing it. You have no choice but to master the language - you can't get through the book without it!You add to this to author's insistance on writing "the way that people speak" and you have this very practical, hands-on guide that's loaded technically but still very friendly and readable. I wish all database books were written this way.Last but not least, I want to thank the author for tolerating my many questions. I wrote him shortly after I got the book and have been corresponding with him since. He has never failed to answer my questions, regardless of how difficult they were. I know he must get a lot of email, but he took the time for me anyway. A true gentleman.



Product:
Title:
Publisher: Rating: 1/5
Not for beginners


This is a good book on Oracle8 PL/SQL. The book has two weak sides though: firstly, a lot of errors, and secondly, poor description of Oracle8 related features. The book is written around older version of PL/SQL with new features added in a hurry.



Product: Book Paperback
Title: SQL/400 by Example
Publisher: 29th Street Press
Authors: James Coolbaugh
Rating: 1/5
Too basic. Not even a good summary of AS/400 manual.


This book is better easy reading with very little insight to the more intricate functions of SQL for the 400. Might be useful if you have never programmed SQL.



Product: Book Paperback
Title: Setting Up LAMP: Getting Linux, Apache, MySQL, and PHP Working Together
Publisher: Sybex
Authors: Eric Rosebrock, Eric Filson, Eric Filson
Rating: 5/5
Good Book with the Linux Newbie in mind


I am one of the embarrassed few who find making the transition to Linux from Windows/Mac very difficult. I have spent many hours at the bookstore trying to find a book that explains the basics before moving onto more complex issues. This book was the only one that I found that truly accomplishes this goal.

I would recommend this book to anyone who wants a clearer understanding how to set up LinuxApache/MySQL/PHP.

Eric Rosebrock you are the man!!!



Product: Book Paperback
Title: Oracle PL/SQL Best Practices
Publisher: O'Reilly
Authors: Steven Feuerstein
Rating: 1/5
for beginners, maybe


If PL/SQL is your very 1st language, ever, you may find this book interesting. Otherwise, read its equivalent for an object-oriented language, or even C, Fortran, VB, Pascal, you name it.Just as structured programming in Fortran is dull, so it is with PL/SQL (if not more so). Any knowledge you have for a more complex procedural language is easy to apply.Having read the whole book, I'm afraid that only one page out of 182 actually had anything that was of interest to me (NOCOPY option for IN OUT parameters). The author seemed to be struggling to find enough to fill his book.If you want a quick perusal of interesting language features, read something like the author's PL/SQL pocket reference.As an aside, I would even criticize the applicability of some of what is prognosticated in this book, simply because PL/SQL is not meant to be used to write a hugely complex application. After all, Oracle put Java in the database for just such a situation. There is a law in 'increasing returns' when you use good programming practices, and the code bloat in PL/SQL project sizes applicable to the language would not be worth it.Ex.: replacing the one line 'SELECT patient_seq.NEXTVAL INTO my_id FROM dual' with a function 'next_patient_id' that takes ten lines of code to write! What kind of PL/SQL programmer would rather have a function call hide the fact that the id comes from a sequence, anyway? What about the overhead of placing the function call itself?My final beef is that there is no index in this book. What possible excuse/justification/rationalization is there for that? Lucky for me I just need to do a search for 'nocopy parameter pl/sql' in Google to get what I need :P



Product: Book Paperback
Title: Sams Teach Yourself PHP, MySQL and Apache in 24 Hours
Publisher: Sams
Authors: Julie C. Meloni
Rating: 3/5
Book is good, CD is problematic


I picked up this book figuring that it would help me figure out the basics of how to install and get PHP, MySQL and Apache up and talking to one another. I figured wrong. If each chapter is supposed to take an hour to read and complete this book was useless in less than 20 minutes. It didn't tell me how to get MySQL started after installing it. Even with the "Advanced" section later in the book the stuff they put back there could have been in chapter one. It still wouldn't have made a difference since the best advice they gave was "if you have any problems getting it working RTFM."This book is going back to the store and I am just going to use Easy PHP to install the three. If I was able to understand all the instructions and technical stuff I wouldn't NEED the book in the first place. When I am ready for the true technical stuff I'll just install the three myself and compare settings to an already working server.Thanks for nothing...



Product: Book Paperback
Title: Instant SQL Programming
Publisher: Wrox Press
Authors: Joe Celko
Rating: 5/5
Best SQL book on the market!


I have been working with sql for years and this is by far the best book I have read.Extremely easy to follow.Joe has a way of making even the most complicated aspects of sql seem trivial!! I highly recommend this book!



Product: Book Paperback
Title: The Guru's Guide to SQL Server Architecture and Internals
Publisher: Addison-Wesley Professional
Authors: Ken Henderson
Rating: 5/5
Excellent Reference


Don't let the 1000 pages deter you. Some of the chapters are likely to be considered too in-depth, but the book is loaded with so much info that you're sure to find something that makes it a worthwhile purchase. The material is presented well and the kiddy stuff is skipped so you're not wasting time flipping through material you've known for the last few years. I like the inclusion of the MS Debugger. The examples in the book have given me an introduction to it, and in time I expect that it will come in handy. In my years of reading SQL Server books, few have been as comprehensive as this one. It goes somewhat beyond Inside SQL Server, though I have not purchased that book since SQL 7. This is the type of book from which certification questions should be derived. It describes the nuances in using SQL Server and I've enjoyed reading several chapters of this book highlighting along the way. I consider it a better reference than SQL Server 2000 Resource Kit, and my only complaint is that it doesn't include other important subject areas such as security and hacking. Those areas are addressed in other references like SQL Server Security by Andrews, Litchfield, and Grindlay which I've got ready to read as soon as time permits.



Product: Book Paperback
Title: Google Hacks
Publisher: O'Reilly
Authors: Tara Calishain, Rael Dornfest
Rating: 4/5
Excellent, but the title is misleading


If you're looking for a book that will teach you to do more effective searches in Google... this isn't it, although it does have a fair number of hacks usable directly from the search window. You can find plenty of good information on doing effective searching in Google itself, in the "All About Google" section, where you'll find a tutorial entitled "How to Search"."Google Hacks" is really for the programmer looking to integrate Google into other web apps. While a good deal of information on the Google API can be found at Google, along with the downloadable developer's kit, this book provides a number of excellent examples of scripts in various languages. It's not a tutorial, but rather a compilation of shorts hacks and scripts that use Perl (of course), XML, Python, Java, C# and probably others I'm forgetting to add Google functionality to applications.This isn't a book for the complete novice at scripting, but beginner's should be put off by it. If you have a basic understanding of Perl and HTTP there's a good deal of usefulk information to be gleaned here.



Product: Book Paperback
Title: SQL Unleashed, Second Edition (2nd Edition)
Publisher: Sams
Authors: Sakhr Youness
Rating: 1/5
A Real Stinker


I have read a number of SQL books for different purposes. "SQL Unleashed" stands out as an excellent reference book that nicely combines practical approach with understanding of the underlying concepts. The author has gone a great length in making the book practically useful, starting with "nuts and bolts" with plenty of examples, tips, real life experiences and "dos and don'ts".



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

database client
sql server database
perl harbor
php login
programming language
the oracle database
apache no
apache family campground
database protection
perl define
for sql
sql school
perl dbi connect
perl is
xp programming
sql server agent
unix systems programming
apache logo
of ebooks book chm pdf zip rar apache
subscription database
list of programming
relational database software
apache web server software
perl non
parent directory mp3 xxx html htm php shtml opendivx md5
php email
programming and
php ftp
org apache xerces
function sql
firebird database
sql server does
design a database
sql distinct
php on line
open database
sql standard
the log file for database tempdb is full
because the database is
t sql
programming reference
curso de sql
html htm php shtml opendivx md5
perl floor
apache htaccess
sql server reports
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