IT programming books related reviews


Product: Book Paperback
Title: Understanding SQL and Java Together : A Guide to SQLJ, JDBC, and Related Technologies (The Morgan Kaufmann Series in Data Management Systems)
Publisher: Morgan Kaufmann
Authors: Jim Melton, Andrew Eisenberg
Rating: 5/5
Highly recommended


Very excellent book. Here's why: 1. The book is readable without being verbose. 2. After every English explanation of a topic, there is a short code example. 3. The code examples show just what's relevant -- no fluff. 4. The authors tell you what topics they don't have space to cover in depth, and refer the reader to the appropriate sources.I found this book perfect for getting started with database access using Java.



Product: Book Paperback
Title: Transact-SQL
Publisher: Wiley
Authors: William C. Amo
Rating: 3/5
Good language description, few useful ideas


You will get a good description of T-SQL, but few if any ideas to help you move on. I would have liked some tips on dealing with SQL SERVER errors. "Microsoft SQL Server 6.5 Programming Unleashed" which I already had gave me more useful information. Furthermore, the book also seems to be aimed at C++ programmers. Since I work in a Visual Basic environment, "Hitchhiker's Guide to Visual Basic and SQL Server" was a better buy for me. The bottomline: A good beginner to intermediate book, not particularly indicated for VB programmers.



Product: Book Paperback
Title: MySQL/PHP Database Applications
Publisher: Wiley
Authors: Jay Greenspan, Brad Bulger
Rating: 5/5
Best book on MySQL/PHP that I have seen


This is simply the best book on MySQL/PHP that I have seen. I highly recommend it.



Product: Book Paperback
Title: Essential PHP Tools: Modules, Extensions, and Accelerators
Publisher: Apress
Authors: David Sklar
Rating: 5/5
Learn to use external PHP libraries effectively


David Sklar has written a book on a subject that most other PHP authors have ignored, and which many PHP programmers have failed to consider: how using pre-made, existing libraries effectively can save you hours of writing (and re-writing) PHP code.There are many external libraries available to PHP, some under the PEAR brand ( http://pear.php.net ) and others by individual authors or companies. If you would like to automate the creation, processing and validatin of form processing, there's HTML_QuickForm. If you'd like to implement a templating system to separate presentation logic from other programming logic, there's Smarty. If you would like to setup a lightweight, yet completely usable and effective web services platform, there's the PEAR XML-RPC library.In many of these cases, the online documentation is too complicated or technical (e.g. HTML_QuickForm) or too skimpy (PEAR XML-RPC). Enter David Sklar's book!David uses concise, clear language with plenty of examples to explain how a certain library works. He goes through it step-by-step, first with a paragraph of descriptive text, then with a snippet of code elucidating what was previously mentioned.He manages to cover just enough ground to enable you to grasp how to use a certain library without boring you to tears with extraneous, non-essential information.If you would like to avoid re-inventing the wheel and the introduction of bugs (that almost always follows the insertion of new, untested code), I suggest you procure a copy of Essential PHP Tools today, and read it cover-to-cover!



Product: Book Paperback
Title: Macromedia Dreamweaver MX 2004 with ASP, ColdFusion, and PHP : Training from the Source
Publisher: Macromedia Press
Authors: Jeffrey Bardzell
Rating: 5/5
Great Book!


As a graphic artist with a severe case of left-brain subject-avoidance, I approached this book on building Dynamic Web Applications in Dreamweaver MX 2004 with a goodly amount of apprehension. Jeffery Bardzell's intelligent, engaging style allayed all of that in the first few paragraphs. His presentation is clear, direct, and sets you up to win. The book is a healthy, 16 lessons long, with each lesson progressing through short steps that are visually reinforced by screenshots. By the end of the book you will have upgraded a static HTML site filled with obsolete code, to a standard compliant, CSS formatted, dynamic, XHTML site, and will have mastered the fundamentals of dynamic application development. I can't wait to go out and develop my first database-driven site! Thank you, Jeffery.Linda Rathgeber



Product: Book Paperback
Title: Sams Teach Yourself SQL in 10 Minutes, Third Edition
Publisher: Sams
Authors: Ben Forta
Rating: 5/5
One the best learn in a hurry books you will find


Several years ago, I taught myself SQL by slogging slowly through a teach yourself book. While I did learn it, the process was one of struggle. In the years since then, I have examined many additional SQL books, targeted at different levels. However, when it comes to books designed for the person who needs to achieve reasonable competence in a short time, this is one of the best. I mean this to include more than SQL, but to encompass all quick and dirty learning books in general. While the pace is fast, the coverage is such that all of the introductory main points are covered in the proper ways. The inclusion of the ten minutes in the title would appear to be a bit of marketing hype, but that is not the case. Each of the lessons takes about ten minutes to go through, making it one of the most efficient learning materials you will ever find.
While the material is presented as examples, this is not an explicit hands on book. Each example is presented, along with a listing of the expected results. However, the example database and source code are available for download from the companion web site.
Occasionally, you encounter an educational book that just seems to hit on all cylinders. This is such a book and it will give you the knowledge to start using SQL in a very short time.



Product: Book Paperback
Title: Googles and the planet of Goo (A children's edutainment book)
Publisher: Googles Children's Workshop
Authors: Steven A Silvers
Rating: 5/5
I am the author of Googles and the Planet of Goo


To all parents and children alike. I've spent nearly a decade perfecting the Googles' concept. The results of which are displayed in my first Googles edutainment adventure book titled: Googles and the Planet of Goo. It's a wonderful read, if I do say so myself.



Product: Book Paperback
Title: PHP Programming for Windows
Publisher: Sams
Authors: Andrew Stopford
Rating: 4/5
PHP Programming for Windows


I just had the pleasure of reading New Riders' "PHP Programming for Windows" by Andrew Stopford. This book is excellent, and despite what the title may imply is actually geared towards both PHP and ASP developers, not trying to detract you from migrating away from a Microsoft-centric infrastructure (i.e., Windows 2000/XP, SQL Server, ASP, .NET, etc). Rather, it lends a helping hand for developers needing to cross-integrate a project with an existing infrastructure, with an emphasis on performance. You can take your existing ASP knowledge and extend it, even if only for the moment.As such, the book offers a quick run-though of the structure of PHP as a developmental platform and gives a brief introduction into PHP programming. Admittedly, some experience with PHP or having read another book on learning how to program with PHP is helpful if one is to get the most out of this book; but if you're only looking to use PHP in an integration project, you'll learn enough to get by.The book is concise and to the point, being a quick 294 pages long. It's a fast read, and well worth it. The book's content is up-to-date, providing discussions about integrating PHP with .NET, as well as with Windows DNA architectures.The book's tone is written in such a way as to provide an academic, historical perspective on the evolution of PHP in the world of dynamic Web development, and defends against the popular and important theory that PHP has no place in the Web services arena, as most open-source communities tend to be disenfranchised when a new paradigm comes about. You can still create XML Web services using Microsoft technologies, and call them via PHP scripts, and an excellent discussion of using PHP to call remote/local COM objects within the scope of a Microsoft platform to create powerful XML Web services is presented.The most significant discussions I found were the chapters on using PHP with Windows servers, using PHP to call COM objects, data access using SQL Server, Oracle, and MySQL back-ends, XML management, and how to work with Active Directory. But the biggest value for me was on a healthy discussion of sharing session information with ASP 3.0 and ASP.NET Web apps through Web-distributed data exchange (WDDX). Really cool stuff.However, like many New Riders titles, some additional proofreading could have been helpful. The code was a bit buggy in some places, and there were sporadic, yet annoying writing snafus.But the benefits far outweigh the shortcomings, of which there are very few. In short, if you're a Microsoft developer, and know a little bit about PHP already (or have a couple of days to spend practicing), this book will take you a long way.



Product: Book Paperback
Title: Web Database Applications with PHP & MySQL, 2nd Edition
Publisher: O'Reilly
Authors: Hugh E. Williams
Rating: 2/5
Read my review


I am a well versed programmer who has read many programming books by many different authors. If you are a person who learns by visual do not get this book. Here are some of the pitfalls of this book.
1. They throw globs of code at you and do not explain what any of it is doing. You have to figure it out for yourself.
2. This book is not a step by step book for beginners, you will get lost.
3. The name and the reviews fooled me. This book is not for the beginner who would like to advance into the subject of creating Dynamic web sites.If anyone knows of a good book on the subject of creating dynamic web sites using php, and that is very visual and in a step by step format please let me know.



Product: Book Paperback
Title: Apache Jakarta-Tomcat
Publisher: Apress
Authors: James Goodwill
Rating: 2/5
Book title is misleading


Wanted in depth disscussion on tomcat. Instead, I got
a cheezy intro to jsp/servlets/struts and other misc junk.



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 development
perl break
database tools
perl floor
in ms sql
converter database
of arrays perl
xxx html htm php shtml
microsoft jet database
ssl apache
apache ssl
execute sql
php graph
perl programmers
php debugger
jsp database
sql dmo
php compression
is sql
parent directory mp3 xxx html htm php shtml
programming examples
perl 5.8
apache kid
power programming with
programming dual
cache database
sql software
database hosting
file perl
php net
change perl
c programming classes
xxx html htm php shtml opendivx md5
what is database
php applications
perl opening
compare access database
perl for dummies
in circuit programming
sql add
from database
perl mysql
sql utilities
php training
microsoft odbc sql
palmos database
smtp perl
oracle database
web programming with
for apache 2.0
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