IT programming books related reviews


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


I bought this book for a university assignment(create online bookstore, with functionality like Amazon). It helped me a lot, lots of example. The best part about this book is it's Appendix, which contain a short, yet useful tutorial on how to DESIGN your database. My friend has the book by Welling and I read it, I think this one explain the concepts better.One more thing, this book is a lot smaller than the book by Welling, but it contain everything I needed for the assignment, cheaper, lighter to carry, easy read = GREAT BUY



Product: Book Hardcover
Title: The database experts' guide to SQL (The database experts' series)
Publisher: McGraw-Hill
Authors: Frank Lusardi
Rating: 4/5
Actually, a nice book


The book is an old one,and not really for experts only-maybe the title kept customer away.But a nice book, easy to read.



Product: Book Textbook Binding
Title: McSe Training Guide: SQL Server 6.5 Design and Implementation (Training Guides (New Riders))
Publisher: New Riders Pub
Authors: David Besch, Sean Baird
Rating: 2/5
Good example of typos and technical errors


The book provides a good overview of SQL Implementation, but is not enough. Read the book (skip it's questions and CD), then study the Transcender exams. Assuming you are not a novice, you should pass. I passed on the first attempt using these two resources.



Product: Book Paperback
Title: Professional Apache Tomcat 5
Publisher: Wrox
Authors: Vivek Chopra, Amit Bakore, Jon Eaves, Ben Galbraith, Sing Li, Chanoch Wiggers
Rating: 3/5
Important tasks missing


There is a lot of good information in this book, and it's true that it gets into JMX, the web-based manager and admin apps, etc., etc.

But I have some real concerns with this book. Here are four everyday "real world" tasks that a professional really needs to know and that one is hard-pressed to find accurately and succinctly discussioned in this book: (1) JVM memory settings -- in what file to set them; (2) How to pre-compile JSPs so that they are not compiled "on the fly" after deployment (absolutely crucial for the real world); (3) how to define a context.xml file and put it in your app's META-INF directory; (4) How to get an app deployed to the root.

I hope the authors can address these issues in the next edition.

Here's some more detail on these issues:

(1) Memory settings: p. 417: Gives switches for memory optimization, but doesn't say what is the best file in the Tomcat deployment for updating such settings. (The info in "Shared Tomcat Hosting," pp. 392-393, doesn't help for the easy case.) There is no discussion that if you use the Windows Service, the memory settings are set through the "Configure Tomcat" GUI application (and catalina.bat isn't used). A *general* item for "memory settings" is not listed in the index under JVM.

(2) How to pre-compile JSPs: Nothing. A better book would provide a working ant target for this. jspc (and/or org.apache.jasper.JspC) isn't even in the index.

(3) How to use a context.xml file and put it in your web-app's META-INF: Nothing. This is incredibly important because it's how you would define a DataSource without having to meddle with the server.xml file.

(4) How to get an app deployed to the root path. While there is some discussion of the root (e.g., p. 92), I don't see anything that points out the crucial piece of information, which is that the .war must be named ROOT.war (you can deploy another .war to the root, but with some settings it won't get redeployed properly after a fresh startup).

-----

I also wish the discussion of the JK and JK2 connectors was more complete. The discussion of the internals are interesting, but you would never learn about the no-jk environment variable (crucial for getting Apache to skip JK for certain paths) for JK. And if there is such a feature for JK2 (I don't think there is), you'd never find it here.

In short, I keep this near my desk, but I probably wouldn't recommend it to someone.



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: 2/5
Not impressed: they don't know who their audience is


In reading this book, it's clear to me that the authors don't have a clear focus on who their audience is supposed to be and what they are trying to accomplish.They sprinkle the book with trivial examples that don't give any "meat", concentrate on the details of what low-level functions are available, and gloss over completely how to make the best use of the features.This book contains a lot of information, but it is not organized to get an experienced developer up to speed on a new language, nor is it geared towards a beginning programmer who might need basic concepts explained.I don't know who would find this book at the "right level", but I wish I hadn't spent my money on it. I've gotten more out of the website than I got out of this book.



Product: Book Paperback
Title: The Sybase SQL Server Survival Guide
Publisher: Wiley
Authors: Jim Panttaja, Mary Panttaja, Judy Bowman
Rating: 1/5
Survival of what, exactly?


I have been a DBA for the past 5 years, but using other database systems. I am now working with Sybase, of which I have been the primary admin at my shop for the past year. Just what this book is useful for I have yet to encounter. Every time I have run into a hard problem requiring urgent attention, this book has been useless and sometimes doesn't even address my particular problem, let alone offer a solution. I used to pull it down and look for a solution when I got into trouble. Now I don't bother - it's just gathering dust.



Product: Book Paperback
Title: Core PHP Programming: Using PHP to Build Dynamic Web Sites (2nd Edition)
Publisher: Pearson Education
Authors: Leon Atkinson
Rating: 5/5
Fantastic - great language, great book!


PHP has been the greatest resource I have ever used, superior to ASP on so many levels. This book really helped me master this powerful and flexible scripting language.



Product: Book Paperback
Title: Beginning PHP 5 and MySQL: From Novice to Professional
Publisher: Apress
Authors: W. J. Gilmore
Rating: 4/5
Good Review From A Picky Reader


I'm very picky about what books I will read to learn a new language, and even more so about writing a review. This book was a pleasant surprise.

The book is a good read. Gilmore has a quick style that gets to the points he makes without burdening the reader with a lot of nonsense. His wit and sense of humor shows through the text on occasions which lightens-up the material.

The book is well structured and has plenty of good examples that experienced programmers will understand immediately and novices will find as good stepping stones on the path of learning.

Enjoy.



Product: Book Paperback
Title: Mastering Oracle SQL
Publisher: O'Reilly
Authors: Sanjay Mishra, Alan Beaulieu
Rating: 5/5
Highly recommend!


This particular book should be read by all Oracle programmers dealing with SQL, experienced and novice alike. Here are the reasons why:(1) New features -
Programming languages used with Oracle (SQL, procedural languages like PL/SQL & Java, and even the Oracle database for that matter) are increasingly overlapping into each other's domain and functionality. Java can be used to perform the role of PL/SQL; PL/SQL & the Oracle database can now deal with objects; SQL can now make procedural programming unnecessary in some instances. Especially for Oracle 8i and above, it is imperative for an Oracle programmer to learn about the new features of SQL, and understand when it makes more sense to use SQL instead of other languages mentioned above. This book is excellent in explaining new features.(2) Clarity of writing - Writing style is lucid, and easy to read and follow. Complex topics are explained quite intuitively. One line seems to clarify what others might take a few paragraphs to explain. Examples are simple enough, but yet relevant enough, to convey the main point across. Too many books submerge the main point in examples that are unnecessarily complex. This book doesn't explain tuning of Oracle SQL statements in exhaustive detail (though it touches on tuning issues throughout).



Product: Book Paperback
Title: Advanced PHP for Web Professionals
Publisher: Prentice Hall PTR
Authors: Christopher Cosentino, Chris Cosentino
Rating: 5/5
Selection of Best Howtos


You need this book just after understanding the basic concept of PHP, and start to apply it to a real website. How to connect to database(s); how to put in dynamic graphics; how to manage sessions like in e-commerce sites. Windows and Linux are included in discussion.
A real treasure for me.



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

access database help
sql query
apache and
php website
search perl
calendar database
sql update
perl training
asp sql
object oriented programming
php and
perl command line
database object
lyrics apache
stored procedure sql
apache junction school
perl lists
odometer programming
php rpm
perl hash array
database sql server 2000
tuning sql
for sql
perl get
programming consultant
perl harbor
m programming
table sql server
ms sql server
apache namevirtualhost
genealogy database
review database
security programming
programming components
sql dmo
apache xml
update sql
neuro linguistic programming training
in apache junction arizona
database management system
card programming
hockey database
sql server admin
apache with
file database
ms access database
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