IT programming books related reviews


Product: Book Paperback
Title: Microsoft SQL Server(TM) 2000 Administrator's Pocket Consultant (It-Administrator's Pocket Consultant)
Publisher: Microsoft Press
Authors: William R. Stanek
Rating: 5/5
Uterly indispensible, the only sql server ref you need


As a web/dba I use sql server, IIS and windows 2000 server extensively. Last year when I was just getting started I discovered this little gem and it was what set me on the right path. I found this book to be utterly indispensible. I actually have two copies that one I use at home when I work in my own projects and one I use at work.Again in this book as with others in the series I have found single chapters that alone were worth the price of the book, and in a book filled with such chapters you cannot go wrong. The chapter I use the most is 2. In this chapter covers configuring and tuning the sql server database. The chapter starts by looking at guidelines you can use to choose server hardware covering memory, CPU, drives, and more then goes into tools, services and more that you can use to optimize the sql server. In addition to covering the graphical interface, the book covers command-line tools extensive and I found this to be invaluable. Mr. Stanek includes a best practice tip on page 35 that caused a light bulb to go off in my head and helped me resolve a problem with our databases. This tip covers memory usage in various situations and how you can optimize the memory configuration. The chapter goes on and on like this giving out secrets that other admins didn't want to share with someone like me who was just getting started. In short I think the chapter gave me the equivalent of several years worht of in the field knowledge and since I didn't have years to prove myself this was incredibly helpful.



Product: Book Hardcover
Title: Inside Microsoft SQL Server 2000 (With CD-ROM)
Publisher: Microsoft Press
Authors: Kalen Delaney
Rating: 2/5
Not too inside


If you compare this book to the other Inside books, you'll find that it's hardly Inside. First and foremost, an Inside book should be comprehensive. This book has holes in it big enough to drive a truck through. The first book - the 6.5 edition - was comprehensive. The problem is: the product has expanded a lot since then. Full text search should be covered. XML should be covered. Replication should be covered. Clustering should be covered. Analysis services should be covered. DTS should be covered. English query should be covered. None of these are. If you have the 6.5 or 7.0 edition of this book, save your money until they update this one a bit more.



Product: Book Paperback
Title: Apache: the Definitive Guide (With CD-ROM)
Publisher: O'Reilly
Authors: Ben Laurie, Peter Laurie
Rating: 3/5
Useful but poorly organized


I bought this in a local store while waiting for my copy of the Apache Bible. I found that the book contained enough useful information to get me going with Apache, but it is patchy and poorly organized. Also, as someone else pointed out, the description of how to build an SSL-capable Apache does not work, at least not on Solaris 7. If you want to build SSL into Apache, use mod_ssl (follow the links from apache.org), not Laurie's apache_ssl.



Product: Book Paperback
Title: Learning Oracle PL/SQL
Publisher: O'Reilly
Authors: Bill Pribyl
Rating: 5/5
Exactly the kind of book I was looking for


Learning Oracle PL/SQL is one of the best books I have read on learning this subject. This book has a little for everyone: you'll learn something if you know the basics of SQL, but have never really done anything with it. You'll also learn something if you've had a lot of experience with Microsoft SQLServer (and T-SQL), but are looking to transition you knowledge to Oracle PL/SQL.You'll learn about coding anonymous blocks, stored procedures, functions, and packages. You will learn how to write and use cursors, how to organize code into packages, Oracle security basics, Oracle built in packages, and error handling. The book also covers some basics of using SQL*Plus, to make your life a little easier.If you need a relatively small (less than 400 pages) introduction to Oracle PL/SQL, then this is definitely a book you will want to pick up. If you need more in-depth information after reading this book, pick up the authors' other book Oracle PL/SQL.



Product: Book Paperback
Title: Microsoft SQL Server 2000 Database Administrator's Guidebook
Publisher: Prentice Hall PTR
Authors: Carl H. Speshock
Rating: 5/5
Different and Unique makes it a Great Book!


I was given this book title by a fellow DBA. The book is essential for me to get a grasp and understanding of the role I will be performing as a DBA. I have been asked by my managers to create SQL Server support documentation, and this has become achievable due to the CDROM in the book which contains many starter support documents. I am in an environment where Oracle exists and have to move data and sometimes schema to SQL Server. There is a great chapter in the book that assisted me. I was a little weak in data modeling and the book got me going in a much better and productive direction.I highly recommend the book for those who are looking to become more diversified and more complete with respect to their DBA role.



Product: Book Paperback
Title: Php 4 Bible (Bible (Wiley))
Publisher: Hungry Minds
Authors: Tim Converse, Joyce Park
Rating: 2/5
PHP Unexplained


I've found most books in the Bible series to be quite good and in-depth. This is not the case with the PHP4 Bile, which barely scratches the surface on the subject of the greatest open-source server side scripting language (PHP). The book is very simplistic, yet at the same time not descriptive enough of the simple examples it gives. Two exapmples in ch 27 did not work without having to change the coding. The book offers very little above and beyong the online manual. The book would better be titled PHP4 Bible For Beginners. If you're looking for a good explanation of useful php functions with real-world examples, buy Professional PHP Programming from Wrox.



Product: Book Paperback
Title: MCSE Database Design on SQL Server 7 Exam Cram (Exam: 70-029)
Publisher: Coriolis Group Books
Authors: Jeffrey Garbus, David Pacuzzi, Alvin Chang, David Pascuzzi
Rating: 3/5
Good final prep tool, not a sole resource for study


Those readers with a good deal of SQL 7 hands-on experience would find this volume valuable as a last-minute "brush up" on topics for 70-029. Alone, it's not of much value, since the writing style tends to be more of an outline than a narrative. For those looking to LEARN some of the material in addition to passing the examination, I would point them to the 70-029 Exam Prep book from the same publisher - much more detailed, but readable and suitable for retention as a reference after the exam.



Product: Book Paperback
Title: Professional Apache Tomcat
Publisher: Wrox
Authors: Chanoch Wiggers, Ben Galbraith, Vivek Chopra, Sing Li, Debashish Bhattacharjee, Amit Bakore, Romin Irani, Sandip Bhattacharya, Chad Fowler
Rating: 5/5
Professional!


If you are using Tomcat frequently then this is the book for you! I got all I needed about the http server integration issues, security, configs and database connection setup etc. The chapter on Ant was quite useful for our builds. The book covers 4.1.x which was crucial to upgrading our server. There is also enough specific info on security, hosting, load management and administering of Tomcat. Excellent buy!



Product: Book Paperback
Title: Visual Developer SQL Database Programming with Java: Creating Fast, Efficient Database Applications for the Web
Publisher: Coriolis Group Books
Authors: Bill McCarty, Bill McCarthy
Rating: 4/5
An excellent resource for writing java database apps


I needed a book to give an efficient overview of SQL as used with the JDBC. This book has not suited my needs. In the "Why I Wrote This Book" section of the Introduction, the author says "There are many good books on SQL, but almost all focus on interactive SQL..." As far as I know, SQL is SQL whether it is used interactively (queries entered directly by end-user) or from application code. Also, this book contains way too much Microsoft Access and Microsoft SQL Server specific SQL, not the makings for a database-independent Java application.



Product: Book Paperback
Title: A Guide to Developing Client/Server SQL Applications (The Morgan Kaufmann Series in Data Management Systems)
Publisher: Morgan Kaufmann Pub
Authors: Setrag Khoshafian, Arvola Chan, Anna Wong, Harry K.T. Wong
Rating: 1/5
Not to the point


You could find better books than this. Please take a look at this book before you buy.



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

chomp perl
php blog
in java programming
org apache commons
web programming with
python network programming
perl file
apache module
microsoft database
business database
database server
database seattle
database object
perl encryption
sql alter
perl opening
profile database
web host php
apache virtual host
perl join
sql server price
gui programming
beginning programming
sql software
org apache tools
apache directory
apache lake arizona
a database that
file for database is full
apache 2.0 49
programming remotes
programming remotes
restore mysql database
perl cookbook
sql update
server apache
email php
table sql
and database
sql if
php login
sql stored procedures
perl format
& perl
apache axis
up perl
apache jasper
perl dbi connect
php example code
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