IT programming books related reviews


Product: Book Paperback
Title: Professional Apache (Professional)
Publisher: Wrox Press
Authors: Peter Wainwright
Rating: 5/5
Best of the alternatives


This book is the best book covering Apache that I have seen, and this is after comparing this to Apache: The Definitive Guide by O'Reilly Press. To be honest, most of the books out there on Apache give a thorough and adequate run-through of the features and use of the Apache Server. What set this book apart for me was its careful attention to the configuration/installation process- one of the most frustrating aspects of running Apache, especially for Linux users. In particular, it explains in-depth the options and methods for adding modules to the Apache server, including fleshing out the different ways of implementing the modules. For example, the author shows how to compile Apache with statically linked modules, to do the same dynamically, and to do a combination of the two. This really hits home when you are trying to run Apache with third-party modules such as mod_perl, PHP, mySQL, and Jakarta, for example. Online documentation and even documentation from other books may describe how to implement these individually, but seldom take into account the scenario where one wants to run many or all of them. I strongly recommend this book, especially if you are a serious linux user who is tired of searching the internet for out-of-context messages on Apache configuration problems.



Product: Book Paperback
Title: MySQL/PHP Database Applications
Publisher: Wiley
Authors: Jay Greenspan, Brad Bulger
Rating: 2/5
Not a Good Learning Tool


If you want to take some code off of a CD and get something up and running in a short period of time, this book is ok, but if that's your purpose you'll find more useful code on the web. If you're looking to learn PHP and MySQL by doing something useful and writing code and such, this isn't the book for you. 85% of the code is written for you in this book, and included on the CD. While you would think this would leave room in the book for thorough coverage of other things, that just isn't the case. The first 7 chapters do little more than introduce a user to MySQL and PHP, and the NINE APPENDICES in back do little more than that. The projects in between are worthy projects for novice PHP programmers I suppose, but I don't imagine you learn much when you're not really writing any of the code! It's all done for you, leaving you to write a few menial blocks that do nothing but call the files that are already written to use those functions - which is nearly useless if you want to learn PHP.



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: 5/5
A must have...


Joe Celko is a very interesting author. His approach to teaching by using puzzles gets the mind thinking. He does not keep you guessing too long. I like his sense of humor as well. I consider this book a must-have for all Database Administrators and developers...



Product: Book Paperback
Title: Beginning E-Commerce with Visual Basic, ASP, SQL Server 7.0 and MTS
Publisher: Peer Information
Authors: Matthew Reynolds
Rating: 5/5
Great book


This is the book for anyone looking for the correct way to develop using the evolving MS DNA model. Certainly you need to take percaution on the "homegrown" VB COM components. Meaning, either host your own site or find an ISP before you hope to deploy. There are ISP's out there who will work with you. The author lays it out step by step on the core components for a solid site. If you are a little confused along the way, just keep going. By the time you are done, you will see the complete project. Once your there, you will understand why this is the best way to develop web applicatons.



Product: Book Paperback
Title: SQL Server 2000 XML Distilled
Publisher: Curlingstone
Authors: Kevin Williams, Bryant Likes, Andrew Novick, Daryl Barnes, Paul Morris, Simon Sabin, Steve Mohr, Andrew Polshaw, Jeni Tennison
Rating: 1/5
Too narrow


This book is technically competent, but goes right past the two most important factors; if you are developing XML, then you will probably be using Java, and that if you are developing applications (even with XML) on SQL server, then you are probably using COM+. Sorry.



Product: Book Paperback
Title: Secure PHP Development: Building 50 Practical Applications
Publisher: Wiley
Authors: Mohammed J. Kabir, Mohammed J. Kabir
Rating: 1/5
Very Disappointing


Like other reviewers, I bought this book with high hopes, only to end up feeling victimized. At least 2/3 of the book is simply a print-out of the source code contained in the accompanying CD--no elaboration, no value-added. I might be fine with that, if the source were of any value, but it's riddled with errors: I counted 47 show-stoppers in the first 100 pages of printouts, then quit counting. It is literally impossible that the author ever tested this source as it is--not only are entire files missing from the CD, but there are misnamed variables and other bugs that prevent even the most basic parts of his 'framework' from ever running. The author's website (Evoknow) claims to have updated source, but the link to it is broken.The source also contains plenty of hints that nobody copy-edited before printing (my favorite: a comment in a main application class--faithfully reprinted in the book's text--that asks "Asif, what is this function doing here?" For the record, I don't know what it's doing there either, Asif.). Some listings are printed twice, one instance running right into the next; other bad/good coding-practice comparisons make it difficult to tell whether you're looking at the bad or the good. Possibly the worst job of copy editing I've ever seen in any book--and regrettably, I read a lot of badly edited books. I'll never buy another book by this author, and my trust in Wiley has been seriously damaged as well.



Product: Book Paperback
Title: Advanced Transact-SQL for SQL Server 2000
Publisher: Apress
Authors: Itzik Ben-Gan, Tom Moreau
Rating: 5/5
Crisp, clear and very practical...


This is the most reliable and advanced source of information about TSQL for me. I love this book. It's examples are crisp, clear and very practical. Great job!



Product: Book Paperback
Title: Microsoft SQL Server 7 for Dummies
Publisher: For Dummies
Authors: Anthony T. Mann
Rating: 5/5
SQL Server for Dummies


I had to get the basics down for SQL Server fast, in order to prepare for a roundtable of the 3 different major databases (DB2, Oracle, and SQL Server). I found this book to be an excellent introduction to this product. The book provided quick and understandable examples to some very complex database concepts and objects. I recommend this book for anyone that is interested in learning the basics of SQL Server.



Product: Book Paperback
Title: How to Do Everything with Google
Publisher: McGraw-Hill Osborne Media
Authors: Fritz Schneider, Nancy Blachman, Eric Fredricksen, Fritz Schneider, Nancy Blachman, Eric Fredricksen
Rating: 5/5
Make the Web Your Own Resource


Much more than a guide to a user interface, this book increases your internet savvy. Just a few examples: (1) Learn how to browse newsgroups to find the one best suited to your interest; (2) Learn about phonebook and financial information searches; (3) Do unit conversions instantly with Google's calculator. More than anything, this book will make you a more comfortable web searcher. One reading of it is worth hours of experimentation. Go directly to the internet fast lane!



Product: Book Paperback
Title: Instant SQL Server 2000 Applications
Publisher: McGraw-Hill Companies
Authors: Greg Buczek
Rating: 5/5
Instant SQL Server 2000 Apps Review


I now posess five (5) of Mr. Buczek's books. In this book, as in all the rest, it remains evident that Greg has a genuine concern that the reader learn from his printed material and urges further learning by manipulating solutions that he has presented. Chapter 1 does a great job of reviewing the basics of working with SQL Server and the SQL Server Enterprise Manager. As a programmer, I have designed an application using VB as the front end to SQL Server. Chapter 3 provided invaluable information.I found the Solutions provided by Mr. Buczek as real-world, and code examples were easily transposed to meet my programming needs. The Visual Basic Quick Reference in Appendix A and the T-SQL Language Reference in Appendix B are more than worth the price of this book. I will be eagerly waiting for the next release from Mr. Buczek.



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

apache ant
php my admin
root database
apache gold casino
database building
perl eclipse
c programming help
sql server 7.0
dynamic programming
perl download
of php
the database
perl regular expression
the sql
apache ant
hospedagem php
sql server 7
sql server
xp programming
_ perl
apache web servers
basic programming language
sql procedure
derby database
sql server tutorials
vp programming
vs php
form to database
framework programming
php check
php expert
java database
php test
database engine cannot open the file it is already opened
php session id
between perl
gui programming
perl basics
programming in
org apache xpath
php class
how to php
sql server agent
database designs
for apache 2.0
phone database
access database training
sql stored
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