IT programming books related reviews


Product: Book Paperback
Title: SQL Server 2000 Developer's Guide
Publisher: McGraw-Hill Osborne Media
Authors: Michael Otey, Paul Conte
Rating: 5/5
SQL Server 2000 Developer's Guide


As a first time user of SQL 2000, this book has been a wonderful tool for myself and my co-workers. We support and manage a complex database management application and SQL Developer's Guide has provided us with clear examples and answers to some very complicated questions. It is clearly written and well organized. It is a great value and anyone working on SQL 2000 should own one!



Product: Book Paperback
Title: Scripting XML and WMI for Microsoft(r) SQL Server 2000: Professional Developer's Guide
Publisher: John Wiley & Sons
Authors: Tobias Martinsson
Rating: 4/5
Helpful, but not a primer.


This is one most interestingly targeted books you'll find on SQL Server 2000 yet. It is a straight-forward approach to two topics -- XML and WMI -- that have yet to get much helpful documentation. I've found this book good overall, but like the Author's other book "ActivePerl with ASP and ADO," the depth of some of the materal is "no-frills." I think this book makes a great complement to some other XML and SQL Server titles because it ties these topics together in one neat, easy and quick to read package. If you need depth, consider combining this with other related titles.



Product: Book Paperback
Title: PHP and MySQL Web Development
Publisher: Sams
Authors: Luke Welling, Laura Thomson
Rating: 2/5
Errors, Lack of References, and Occasionally Off-Topic


This is a great book for the new and expert in PHP. I have ask for a customer help on the publisher but 2 months later, im still wating for there answer.



Product: Book Hardcover
Title: Data Warehousing With Microsoft SQL Server 7.0 Technical Reference (Microsoft Technical Reference)
Publisher: Microsoft Pr
Authors: Jake Sturm
Rating: 1/5
You can get the same thing for free


This is an excellent book. It has three detailed chapters on MDX, good descriptions on how to build data warehouses with SQL 7, a discussion on DTS, and includes an introductory chapter on OLAP for those not familiar with it. Great chapter on optimizing a SQL DW, too. My only negative comment is that I found chapter 9 wasn't that useful, and read it after I read the other chapters. I also skipped the code sample in the appendix. Everything else in the book is good. I highly recommend the book.



Product: Book Paperback
Title: Microsoft SQL Server 2000 Bible with CD-ROM
Publisher: Wiley
Authors: Paul Nielsen
Rating: 5/5
Outstanding Piece Of Work.


The best yet I have read on SQL server.The author strings you along making you consume pages without knowing it. He is very knowledgeable hightlighting good and bad practices and fundamental points critical to the survival of the server.
The volume should not discourage you it is full of meat



Product: Book Hardcover
Title: Inside Microsoft SQL Server 2000 (With CD-ROM)
Publisher: Microsoft Press
Authors: Kalen Delaney
Rating: 5/5
THE Expert Guide to the Internals of SQL


If the SQL Svr 7 book didn't exist, this would be a pretty good book. As it is, though its to much like it. Basically if you have the 7 book, you don't need this one. As other people have pointed out the two are very, very similar. But the book is still a good read if you don't have the version 7 book, its just to bad that there isn't more about SQL Svr 2000 in this one (like xml for example).



Product: Book Paperback
Title: Advanced Transact-SQL for SQL Server 2000
Publisher: Apress
Authors: Itzik Ben-Gan, Tom Moreau
Rating: 5/5
Defining Advanced


When I picked this book up, I thought I knew TSQL. And, as Moreau and Ben-Gan presented the TSQL, I realized that I had barely scratched the surface. Many of their examples begin with the same solution that I would have thought up on my own but they then take that solution and show a better way to accomplish the same task. Not only do they show you the better way but they explain why it works in a manner that is concise and understandable.I often recommend this book to programmers who are learning TSQL because it helps them gain the knowledge they need to be able to use TSQL far more effectively than you get from the isolated examples in Books On Line (BOL).



Product: Book Paperback
Title: SQL Bible
Publisher: Wiley
Authors: Alex Kriegel, Boris M. Trukhnov
Rating: 5/5
The SQL Bible Rocks!


I was to choose between "SQL Complete" and this book. I ended up buying both, and now "SQL Complete" goes right back to the store :)The SQL Bible offers comprehensive coverage not only SQL standard, but all its major dialects: kinda important when you need to get a job done in the real world. Would be even better if SQL Server 2000 evaluation was included...



Product: Book Paperback
Title: Dreamweaver MX: PHP Web Development
Publisher: Peer Information
Authors: Bruno Mairlot, Gareth Downes-Powell, Tim Green
Rating: 5/5
Matt Review - Dreamweaver MX: PHP Web Development


Matt Review - Dreamweaver MX: PHP Web Development - Gareth Downes-Powell, Tim Green, Bruno Mairlot - GlasshausI am stunned. Real deer in the headlights stuff here. I have gone through so many books in the years I have been in the business and edited about 12 of them. This has to be the best, I mean the VERY best book I have ever seen dealing with databases and web programming. If I had had this book in 1996, I would have *owned* that damned sock puppet and half the other dot coms as well. This is a MUST have book not just for PHP but for any other application server because of the excellent treatment of SQL and how to build a complex application in Dreamweaver MX. In fact, I would recommend this book and an install of PHP and MySQL for any developer to prototype their site regardless of the final application server or database you plan to use.On to the meat.The good...The good stuff starts early and goes on for the whole dang book. There is a great overview of PHP (including an explanation of the original name for PHP, Personal Home Page Tools) and MySql that is enough to get a good picture of why to use the tools together. The first chapter also walks you trough the setup of PHP simply and correctly. I had to reformat this machine and had not reinstalled PHP before reading this book and it was a perfect reference to install and I remember it being a lot harder when I went through the instructions at the PHP.net site where I got PHP in the first place. The chapter on MySQL was as good as the PHP install instructions. It is followed by a good overview of setting up a site in DMX so that by the end of Chapter 2, you are ready to get to work and have done a real job of setting up your app server, database, and the connections to them in Dreamweaver MX. This is about 75 pages of the 350 page book. A real investment in getting you started well.You have built a site before or you wouldn't be looking at a book like this, but have you really *planned* a site? Not to fear if you haven't you are going to get a good overview of that as well. Tim Green, the author of this chapter covers good design and planning of the sample site, a hotel, using flowcharts and modular design. There is also a detailed explanation of the tables that you need to create for the site and how they relate to one another. This discussion is VERY useful regardless of the app server and database you are using. The techniques here are very easy to transfer even if some of the details are different than they would be in other databases. The chapter on manipulating the database, Chapter 6 shows through some excellent examples how to use a lot of the built in features of DMX, not only covering the usual add, update, show records, but using showif commands in detail. Something that I see users ask about often.The Advanced SQL Usage chapter is the best in the book though. Bruno Mairlot goes through SQL in a practical sort of way, showing examples and giving reasons of why you do things. This is a real gem. This chapter alone is worth the price of admission. I think that with this and the Learn SQL in Ten Minutes book that I swear by, you are going to have all the tools that you need to do almost anything.The remainder of the book covers hand coding in DMX, tag libraries, debugging your web app, and a number of other issues that are not well covered everywhere else. The one remaining gem in the book is the coverage in Chapter 11 of the Server Behavior Builder. Given that Dreamweaver MX does not have the breadth of functions for PHP, that is does for ColdFusion or ASP.Net, this is a really important chapter. For the user of other server models, it is still a great way to get your feet wet with this tool.The bad...Short section here. I tried to find things I don't like about the book and I couldn't. The worst that I can say is that the pages are pretty full and I would have liked a little more whitespace to take notes. Pretty banal point really. Face it, there really is nothing bad here.(It would be nice to have a CD, but the code is available at the glasshaus site.) The review... What can I say. This is THE book. I am going to go through this again to go over some of the Advanced SQL over the weekend. This book is a must have if you are doing dynamic sites and a must-must have if you are doing PHP and MySQL.10 out of 10 Matts.



Product: Book Paperback
Title: PHP 4: A Beginner's Guide
Publisher: McGraw-Hill Osborne Media
Authors: William McCarty
Rating: 5/5
Great Book


Don't waste your moneyI bought this book after reading the reviews here and my experience with one of their other books (A Beginners Guide Flash MX, this was a very good book). I have had nothing but a headache trying to get the code to work from chapter 4 and 5. I've given up and don't recommend this book to anybody until the code is debugged. I feel I shouldn't have to go to PHP sites to get help in debugging code. Too bad from the reviews it looked promising but alas buy another book on introductory PHP.



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

jet database engine could not find the object
replication in sql server
database seattle
basic programming language
execute sql
transact sql
perl here
php date
detach database
configure apache
apache home
apache helicopter
forth programming
sql test
apache pluto
apache http server
unix perl
sql stored procedure
sybase sql
database security
oracle perl
learn php
perl cgi
apache database
installing php
perl scripting
connect to sql
perl php
dvdrip xxx html htm php shtml opendivx md5 md5sums
apache ant
oracle and sql server
database front end
shell programming if
apache login
a trusted sql
perl end
apache tapestry
and sql
borland database engine
perl ppm
sql admin
sql tutorial oracle
php mac
resume database
apache air
date php
beginning perl
derby 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