IT programming books related reviews


Product: Book Paperback
Title: Oracle Performance Troubleshooting: With Dictionary Internals, SQL & Tuning Scripts (Oracle In-Focus series)
Publisher: Rampant Techpress
Authors: Robin Schumacher
Rating: 5/5
Love the code scripts


I admit that I don't fully understand Oracle tuning, but this books has made my life easier. This author clearly explaines the problem and them shows working scripts that I was able to run on my own system. The code was easy to run and, aling with the explainations, I have been able to troubleshoot sevral performance problems. I also like the price. At half the cost of other Oracle tuning books, this was a good value. I have not yet read it cover-t-cover, but I plan to, so I can start to understand the whole picture.



Product: Book Paperback
Title: Advanced PHP Programming
Publisher: Sams
Authors: George Schlossnagle
Rating: 5/5
Only best practices


I started programming only a little over a year ago, with a JavaScript book I bought. Shortly after that I started with PHP.My first PHP book was Glasshaus' "Dreamweaver MX: PHP Web Development" (had to start somewhere). I then bought Sams' "PHP & MySQL web development". That was a big step forward.Meanwhile, I learned all about separating the different layers on the front end through the use of XHTML, CSS and W3C DOM-based JavaScript, and I wanted to learn to achieve the same kind of maintainability in server-side scripting. I wanted more advanced programming techniques and I wanted to learn about `best practices' and OOP.I then got the SitePoint PHP Anthology volumes. I liked its use of OOP for the various solutions, but they're just that. A lot of cook book style solutions. I learned some good things from looking at all the solutions, but I wanted a more direct approach teaching me how to program PHP on a professional level, rather than just learn how to implement professional solutions.A few weeks ago I got the book Advanced PHP Programming. Finally I have a book that seems to really have what I was looking for. This teaches not only how OOP works in PHP, but it also shows in general how OO techniques apply to different situations (design patterns). A lot of other topics in the book are a little over my head right now, but it is good to know it's there for when I need it.While reading the many examples in the previously mentioned PHP books, I kept asking myself "is this really the best way to handle this?". Not with this one. I somehow know that this book can teach me all I ever wanted to know about programming PHP on a professional level and not teach me any 'bad practices' along the way.This is definately not the first book I should have bought on PHP, but it seems this may well be the last book I will be needing for a long time.



Product: Book Paperback
Title: PC Annoyances, Second Edition
Publisher: O'Reilly
Authors: Steve Bass
Rating: 4/5
Decent advice, for the novice or the pro


Steve did a nice job on this one. Common PC problems are easy to find in the text, simply explained and for the most part easily resolved by following the advice in the book. This is a good tool for the novice user managing a home machine, but holds enough information, tips and tricks for the IT pro to learn a thing or two about Windows.

I sent a copy to my Dad.

- AJS



Product: Book Paperback
Title: Beginning E-Commerce with Visual Basic, ASP, SQL Server 7.0 and MTS
Publisher: Peer Information
Authors: Matthew Reynolds
Rating: 2/5
No Website code/support from WROX.


If you want to build the sophisticated and secure E-Commerce web site in ASP and VB, this book is right to you. Many of books conferred about how to build a shopping cart but not the security of the transaction.At first before I buy this book, I want to learn about web security that applied in internet banking or in transaction, so then I start to read several books about SSL, SET, Digital Certificates, PKI, etc. I just find much information about the infrastructures (like an introduction) not the application.At least I find this book and read the index, then I find that all I want to know available in here obviously and completed with the installations (of course it is 600 pages). SSL, Digital Certificates, etc wouldn't conferred to deep/detail, but I think that's no problem, because this book will show you how to actually build the site content and features, I just applied it online. It is like if you can create the animation from Macromedia Flash then not necessary to knowing how Macromedia Flash software created isn't? ^_^.After buy this book, don't forget to download the source code and the explanations of this book. (Only in several KB). You'll find the address in book, where you can download the files.Hei...I just apply the informations of this book to my website...



Product: Book Paperback
Title: Transact-SQL Programming
Publisher: O'Reilly
Authors: Lee Gould, Andrew Zanevsky, Kevin Kline
Rating: 5/5
best book yet on T-SQL


After looking for somthing more useful than books-online, i found this book lately. Granted there are a few typos, but any developer worth his 2 cents can get around them. The main point is that I found this book VERY helpful explaing stored procedures, joins and triggers as well as some of the newer features of MS SQL Server 7. If your looking for a good SQL reference on joins, triggers and stored procedures, this book definately fits the bill. Your typical SQL Server books or "teach yourself in 21 days..." I found just didnt have what i was looking for. Another good book from Oreilly, I have quite a few of their books now.



Product: Book Paperback
Title: Beginning Visual Basic SQL Server 7.0
Publisher: Wrox Press
Authors: Thearon Willis
Rating: 5/5
Author is a genius, when it comes to writing.


I've been a software engineer for just over 20 years now, and to this date, this author is by far, the most talented author, I've encountered. The book covers all that is required, for a Visual Basic developer, to learn the tasks associated with building applications for Visual Basic using SQL. With other books, it never failed that the author would leave something important out, when demonstrating a technique, but the author of this book, Thearon Willis, covers everything, down to the intimate detail. Thearon also has reminders through out the book, that remind the reader not to forget to do something, that may have already been covered. I believe the author has the ability to convey upon the reader, in an understandable manner, like no other author has.Many Thanks



Product: Book Paperback
Title: Pro SQL Server Reporting Services
Publisher: Apress
Authors: Rodney Landrum, Walter J. Voytek II
Rating: 5/5
Reporting Services, Soup to Nuts.


SQL Server Reporting Services is relatively new to the scene but the authors have experience building real world applications with it. They share that real world experience, not just theory, with us in this book.
For example, they not only show how to create an advanced query for one of the samples they show you how to test the performance with Query Analyzer. There is something here for everyone. Those just getting started might find creating a report with the Report Wizard the place to start. Others might benefit from accessing .Net assemblies from embedded code. This book covers every aspect of Reporting Services, deployment, rendering, security, management, use with business intelligence such as Analysis Services, and even a look at the future, Reporting Services with SQL Server 2005. Great book, good read, good value.



Product: Book Paperback
Title: SQL Server 2000 Stored Procedure Programming
Publisher: Osborne/McGraw-Hill
Authors: Dejan Sunderic, Tom Woodhead
Rating: 1/5
Better than Itzik Ben-Gan's book, not as good as others


I've been attempting off an on again for over a year to get a grasp on creating and using stored procedures. I've searched the Internet for information, bought another book published by SAMS, read the white papers from Microsoft, just about everything I could think of. Nothing would sink in...Then after sitting back and giving up for a few months, I tried another search of the Amazon books online and found "SQL Server 2000 Stored Procedure Programming". I can't believe the ease of learning this book gave me with its simple step by step, hands on instructions. It finally started to click by the time I was in Chapter 3, I finally had a grasp of how to create and use stored procedures with Microsoft's SQL Server.I've been programming since 1976 and never had such a problem getting over a learning curve but this book's easy to follow, detailed and illustrated instructions made it a snap. My thanks go to Dejan Sunderic and Tom Woodhead for creating a top notch book that I'm having a hard time putting down as I'm having such a good time with it.



Product: Book Paperback
Title: The Guru's Guide to Transact-SQL
Publisher: Addison-Wesley Professional
Authors: Ken Henderson
Rating: 5/5
The practical guide for Transact-SQL


Most books aren't practical. They show examples that the authors ought to know won't work in the real world. Not this one. It's the best practical guide for SQL Server that I've seen. The author sounds like a real down-to-earth kind of guy, not some pretentious blowhard who doesn't like to get his hands dirty.I learned more from reading this book than I have from all the other books, training, and my work with the product itself combined. It's that good.



Product: Book Paperback
Title: Visual Basic Developer's Guide to E-Commerce with ASP and SQL Server
Publisher: Sybex Inc
Authors: Noel Jerke
Rating: 5/5
Only ASP E-Commerce Book


Jerke does an excellent job of explaining all of the key concepts and programming techniques of building an E-Commmerce store with ASP and SQL server. There are a few minor code glitches but the author has anwers to these on his web site. I HIGHLY recommend it!



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

programming contests
apache http server
php solutions
oracle database
sql server utilities
php test
programming ebooks
what perl
sql query
ansi sql
programming dual
database to
fun programming
apache
php shtml opendivx md5 md5sums
php server
apache log4j
database requirements
helpdesk database
php web
database gui
defensive programming
download apache web server
apache http server
selinux apache
apache virtual host
sql server service
sql reporting services
apache helicopter
programming remotes
to sql server
sql server does not exist or
perl pi e
php beginner
perl file
programming language
php xslt
access sql server
sql editor
dvd programming
net sql
xxx html htm php shtml opendivx md5 md5sums
php postgresql
sql server installation
php xslt
a database to view
php website
ajax programming
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