IT programming books related reviews


Product: Book
Title: PHP and MySQL For Dummies, 2nd Edition
Publisher:
Authors: Janet Valade
Rating: 5/5
Muy Bueno


Muy bueno si es para principiantes, si es alguien en conocimientos avanzados,no creo que le sirva de mucho, yo como buen "Dummie", me sirvio =)



Product: Book Paperback
Title: Core PHP Programming: Using PHP to Build Dynamic Web Sites (2nd Edition)
Publisher: Pearson Education
Authors: Leon Atkinson
Rating: 2/5
Better than online docs, but not much


The index in this book is appalling. The index is 95% function listings. How do I do search and replace on strings? If I don't know the name of the function that does it (the very reason I checked the book), then I'm out of luck.Also amusing is the egregious cut'n'paste error on the page explaining the CD-ROM, where they refer to the licensing for the Core Java Web Server CD-ROM. Ooops!



Product: Book Paperback
Title: PHP and MySQL Web Development
Publisher: Sams
Authors: Luke Welling, Laura Thomson
Rating: 4/5
Beware the typos...


This book has been a life saver. Although its a big book, it doesn't contain fluff like some its size. With a variety of sample code to use as a base you will be up and running your site in no time. The index is complete, too.



Product: Book Paperback
Title: Inside Microsoft SQL Server 6.5 (Microsoft Programming Series)
Publisher: Microsoft Pr
Authors: Ron Soukup
Rating: 3/5
Tutorial yes...reference no


It is not often I give 5 stars (except when I eat Chinese food). I learned more about SQL Server from this single book than any other source. Concise and clear explainations. Detail where it needs to be. I used this in developing my first SQL Server 6.5 app. I am so confident now I can talk intelligently with DBA's and systems people. From VB to admin to BCP to T-SQL. If I had a reference like this for other products I would have very few books. Great!



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
For professional developers


It's funny that no one thought of this before but the book has a message that is unique and new...writing code for Sql Server has to be approached like writing code for any other platform: as an engineering discipline. I had never heard this preached until I red this book, but am now a firm beleiver in it.I have Henderson's other book and this one is a nice follow-up. there is naturaly some overlap between this book and the TSql book but not much. this one gets into coding conventions and version control, extended procs, design patterns and of course SqlXml...things the first book doesn't talk about. I look at this book as the big brother to the first one. It's more serious and more for the professional developer as opposed to being more of a dictionary of solutions to difficult TSql problems.I also really liked the undocumented TSql chapter. This was my favorite chapter in Henderson's last book and this version of it has some new tricks and secrets. Just knowing about these will make you a better DBA because you will have a better understanding of what is happening under the hood.



Product: Book Paperback
Title: Programming PHP
Publisher: O'Reilly
Authors: Rasmus Lerdorf, Kevin Tatroe
Rating: 2/5
Mediocre coverage


This book is a half baked attempt at teaching PHP programming.It has a poor organization,missing php functions, and lack of in-depth examples with good explanations.If your are a newbie to the world of PHP programming and desperately need a reference to get you started, this may be the book for you. If you have the will to fight it out and can't find any other resources, then this is a must-have.Its frustrating enough when you know what your looking for and can't find it. I find myself using the online documentation far more than I use this book.Also it seems like Rasmus has not done any major writing on this book and has been misleading to me as a customer.



Product: Book Paperback
Title: PHP Professional Projects
Publisher: Muska & Lipman/Premier-Trade
Authors: Ashish Wilfred, Meeta Gupta, Kartik Bhatnagar
Rating: 1/5
Very Incomplete


This book was a great disappointment! I am building a large application in PHP and was looking for some good project planning strategies and patterns. Instead I found the usual shopping cart examples written as if for a small scale project. The code snippets are full of white space and a few lines of code takes up an entire page, hence it is hard to follow. What little code I did try was full of errors and bad syntax. This book does not have a CD with it so you must type in all the code that you may want to start with. I suggest the book 'Web Applications Development with PHP 4.0' for your true professional projects.



Product: Book Paperback
Title: The Zend PHP Certification Practice Test Book: Practice Questions For The Zend Certified Engineer Exam
Publisher: Marco Tabini & Associates, Inc.
Authors: John Coggeshall, Marco Tabini
Rating: 3/5
You need this, but you'll hate it too!


I just passed my Zend Certified Engineer test. It wasn't easy. For preparation, I used both the Official Zend Study Guide (by Zend Technologies) and this book. I often found myself frustrated by the numerous errata in both books, but there were significantly more mistakes in this book (ranging from having the wrong answer listed in the answers section to typos). The positive aspect of this is that it forced me to spend more time with the online php manual answering my questions. I found the questions on the actual exam to be more like those in this book, than from the Official Study Guide, but you really need the Official Study Guide to make some sense of the answers in here as well. There were questions in this book covering exam topics that wheren't covered in the Official Study Guide. That's reason enough to get it.

The print quality on the pages is sub-standard, but the questions and thorough answers were very helpful.

Simply put, I wouldn't have had any chance of passing the exam if it weren't for this practice test book, even though it's aggravating at times.



Product: Book Paperback
Title: Apache Jakarta-Tomcat
Publisher: Apress
Authors: James Goodwill
Rating: 1/5
A disorganized preface to the open source doc.


This book is poorly organized and missing essential information. You would be better off with the open source doc, and much better off with another book. I downloaded the book files and got the first set of classes running . Then I made the tiny changes suggested in Chapter 2 and went to my first servlet compile. PROBLEM 1: what and where is the jar necessary to compile? Couldn't find the info in the book, so I did a text search from the Tomcat root on the superclass the compiler was looking for. Aha, .../common/lib/servlet.jar. Then I made the suggested textual change to the JSP file. PROBLEM 2: I made a hard-to-see typo on that one, and learned what a JSP exception looked like. The book didn't cover that eventuality, so back to the web. Searching news groups told me that this was the most common JSP exception, and my installation might be faulty. So I dove into the exception printout, which is pretty opaque, and figured out my mistake. PROBLEM 3: the book says you can use a compressed war file if you "add a new Context entry in ... referencing the apress Web application." This is not a trivial task and the book gives no other help. After a few hours (!) of online searching and experimenting, I discovered this: 1. No one explains what should go in the "Config URL" slot in the "live" Manager install page in Tomcat 4. 2. If you go the <Context> route in server.xml, the error log in .../logs will probably have all the info you need about what went wrong. Book doesn't say a word about checking this if you run into trouble, but it is the FIRST place to look (OK, I was working tired). Tomcat is actually easier to use than this book.
I skimmed the rest of the book after this, then put it down forever. I went out and bought Marty Hall's "More Servlets and JavaServer Pages", and I think you should too.



Product: Book Paperback
Title: PHP Bible, 2nd Edition
Publisher: Wiley
Authors: Tim Converse, Joyce Park
Rating: 2/5
Alright book but...


This book is not up to date niether is the scripts that are for download. ALSO and must importantly, there is no support for this book. I emailed the author and got no response. Not so great for beginners. Try another book.



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

php script
database sql server 2000
sql error
apache listen
programming job
apache listen
unix network programming
php rpm
database sql
perl use
database connectivity
programming access
database search
bean org apache struts
programming in
remote programming
database engineer
obtained because the database is
database dvd
review database
in perl
php extension
sql debugger
host sql
apache family campground
xxx html htm php
appz xxx html htm php shtml opendivx
database management
extreme programming
asp sql
java database programming
apache document
database frontend
defensive programming
apache no
sql stored procedure
perl programmer
programming examples
apache soap
and sql
database dvd
sql command
apache sitgreaves national
in apache
a trusted sql server
apache wedding prayer
remote database administration
sql job
database management systems
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