Software Books
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250

Used price: $2.49

Great How to on E-CommerceReview Date: 2005-07-25
Simply the Best ASP E-Commerce book!Review Date: 2005-07-14
Excellent and informative bookReview Date: 2004-11-16
Fully functional, basic webstoreReview Date: 2004-12-18
It walks you through a complete design of the side with the end result that you have a basic webstore that you could actually take operational. The only weakness in the credit processing section. It's written for a European credit card gateway. It would be nice if one of the more popular US gateways (e.g. authorize.net) was also included.
I also sent a couple of questions to the author and he was responded very quickly ... obviously he's interested in making sure everyone reading the book is successful. 5 stars for that alone.
More end-to-end ASP.NET, less e-commerceReview Date: 2004-11-10
This is not to say the book is bad. It's very well written and the code is described step-by-step in detail. There could have been more emphasis on architecture, and a little more on e-commerce. I would also like to see some emphasis on the sticky legal issues like customer data management, password security, transaction security, and how and when to migrate the data off of the machines on the open Internet and back into safe storage on the Intranet.


Very important bookReview Date: 2008-05-03
All things considered, a superb reference workReview Date: 2007-01-26
A Classicists' Classic ...Review Date: 2008-03-20
The first ever of the "Oxford Companion" & "Guide" series (now covering a growing number of fields)in 1937 was the "Companion to Classical Literature" of Sir Paul Harvey. That set the tone & the bar for all others to follow.I still have my very small volume of the 1st edition(how the books have grown in size over the years!)& use it every week. Although I also possess the 2nd edition OCD, I consult this latest, 3rd edition on a daily basis.
Perhaps the name 'Dictionary' is misleading to the layperson. This book is not in fact a dictionary of the Greek & Latin languages, but written in English. This is an encyclopedia -- "6,000 articles cover everything from the daily life of the ancient Greeks and Romans, to their geography, religion, and their historical figures....w/ comprehensive references to sources and recent scholarly publications." (OUP Catalog)
It's almost impossible to describe what a monument of scholarship this book is, yet it bears that weight lightly. And this book is so much fun too as one jumps around the articles. This is a reference work that you can read for hours. Information on all aspects of Gr.& R. life, literaure, history, anything in the realm of classical civilizations -- you could live in this book, believe me!
Next to a big English dictionary & other foreign language dictionaries, the OCD is the next on the short list of Serious Reference Books One Should Have.
I suppose this review is, perforce, for that interested layperson who wishes to be better-informed ;classical scholars,either pro or semi-pro, already know,love,& use this book.
Essential reference workReview Date: 2007-09-08
Best availableReview Date: 2007-05-09
I especially like the sections on Greek and Latin pronunciation.

Used price: $1.96

Well written and explainedReview Date: 2006-03-08
If you use advantage, you must have this book!
Great resourceReview Date: 2004-02-27
Excellent guide to ADSReview Date: 2004-01-31
This is the book every new or existing ADS programmer need!Review Date: 2004-01-20
The guide to maintenance-free multi-user database appsReview Date: 2004-01-21
Now with "Advantage Database Server: The Official Guide", Cary Jensen and Loy Anderson have made life even easier. Although the Advantage help file documentation makes an excellent reference, it's no substitute for Jensen and Anderson's step-by-step guide to creating an Advantage database, connecting your app to it and deploying your end product.
If you've attended one of Cary Jensen's excellent Advantage Workshop seminars you'll recognize that this intuitive, and easy to read book is based on his well developed course book. If you haven't yet had the benefit of Cary Jensen's Advantage Workshop, you probably won't need it after reading "Advantage Database Server: The Official Guide"!
Whether you're an Advantage expert or rookie this book's a keeper as both an introduction and a reference. If you're looking for a low cost, maintenance free, high performance, scaleable database that you can learn to use and deploy in a day, this book and the included companion CD contain everything you need to get started.

Used price: $2.09

Time for a review!Review Date: 2005-06-24
I own 3 books about C++ and this one became the reference. Only 200 pages (compared to the 1000 pages of another one :) but every useful feature is well explained. Authors payed careful attention in order to prevent the reader to fall in common traps. Lots of examples, always accompanied with relevant comments.
C++ in a core language really answers the questions the beginners have in mind. Concise, pragmatic, the authors are not showing off, they simply remember they were beginners one day and their explanations are exactly what one can expect. Well, I'm so happy about this book (this morning again, I was looking for a reminder about "virtual" functions or a detail about the copy constructor and all my worries were answered with no ambiguity at all) I went straight to to Amazon for a review :)
Good C to C++ Transitional type bookReview Date: 2004-10-18
Focused and ConciseReview Date: 2004-11-15
The bread and butter OOD concepts of abstraction and polymorphism are well covered. The chapter on templates covers this difficult subject well, however, I would have liked to have seen a little more on template functions.
I came from a Kernighan and Ritche C background (the "C' bible), and this seemed to pick up right where they left off. You could call this book K&R part II, and it is also about the same size. If you want a complete C++ bookshelf, I would also recommend buying (in this order) Effective C++ by Scott Meyers, The C++ Standard Library by Nicolai Josuttis, and C++ in a Nutshell by Ray Lischer.
-ND
www.NicholasDiToro.com
Excellent book, but missing some "core" ideasReview Date: 2004-02-12
My only negative criticism is that the authors leave out some important C++ functionality from their view of the C++ "core." They only mention in passing the use of const, considered by many to be vital to good C++ design. Also, since this book was published in 1995, it does not discuss the C++ standard library, which was finalised in 1997. It is therefore missing a discussion of the very useful 'string' class, among many others. Readers should defininitely follow up on these topics.
Regardless of this missing information, this book will give C programmers a solid foundation for using C++.
GREAT FOR UNDERGRADS!Review Date: 2001-12-19
Enjoy helping computers understand people!
late-

Used price: $0.01

If you want to pass the testReview Date: 2002-08-20
Excellent bookReview Date: 2001-12-25
Excellent ResourceReview Date: 2001-09-20
Although I haven't taken the exam yet, I'm pretty sure that what I've learned would be a great help in passing it.
Good Tidbits of InfoReview Date: 2001-11-03
This book is all you will need to pass!!Review Date: 2001-10-27
This book was a quick read, it took about 20 hrs +/- to complete all 38 chapters. By the time I was done with this book, it only took me 25 minutes to complete the 60 questions (90min) exam. Best of all, quite a few of the questions on the exam came straight from the book.
The only flaw, if that's what it is, is that it was written with CF 4.5 in mind -- Did not cover things such as CFFLUSH, CFGRAPH, and other new tags.
Even if you think you know all there is to know, you can still learn a few things from this book. It's a MUST GET!!

Used price: $21.59

FabulousReview Date: 2007-07-31
I am still to finish this book fully, but so far I am so enlightened by reading the first 3 topics of the book.
I recommend to all who are related to Oracle Database to go through this book, which would be very very helpful in understanding the Oracle Database. Also, it would make Oracle a fun to work with instead of huge and cumbersome tool which is the picture in majority of people's mind.
Benchmark it..Review Date: 2007-02-19
I think the entire book can be summarized in 4 words "Dont think just benchmark!"
Very handyReview Date: 2006-11-10
If only all Oracle books were this goodReview Date: 2007-03-13
My only wish is that this book covered more ground, especially on newer or perhaps peripheral topics such as RAC, ASM, XMLDB, OCI/OCCI, DataGuard and so on.. but maybe that's asking too much from one book.
Classic Tom Kyte. Get it on your bookshelf today if you implement or support Oracle database solutions for a living.
Well-written and packed with useful informationReview Date: 2007-01-04

Used price: $35.00

Superb, Across-the-Board ReferenceReview Date: 2005-04-07
Tom Sheldon provided the most well-grounded and well-rounded information to fulfill the title of an "encyclopedia of networking" compared to Mitch Tulloch's very good but more Microsofted (I think microsoft as a verb can now come into play) approach to the subject and its fields.
Sheldon's book contains a greater variety of entries and their corresponding information (i.e. terms/acronyms like "NSA" & "PKI") instead of a namebrand focused presentation. I would like to see a "Special Characters" index category like Tulloch's book has, but this is not as necessary when using the search capability of the book's CD edition (which is included and loaded with hyperlinks to outside information sources).
I highly recommend Tom Sheldon's book. It's user-friendly layout and design are easy on the eyes, and I'm glad to have it at my desk (when I'm able to return it there after tracking down who last borrowed it).
A must have networking bible for networking students Review Date: 2004-11-12
My IT BibleReview Date: 2002-11-08
A must have for any network professionalReview Date: 2001-12-17
It's a keeper.Review Date: 2001-12-12

Used price: $1.21

Passed the Network+ with this book + practice tests =)Review Date: 2004-10-06
My only qualm is that Token Ring coverage is a bit light as I was very surprised to find a lot of questions about Token Ring on the exam. While I had enough knowledge to get through most of them, there were some that the book did not cover in this particular topic. You probably won't need another resource for it, just be sure not to underestimate token ring when you take the exam.
Finally, be sure to take the test at the end of the book. This is probably the closest test of the bunch (CD exams with $50 upgrade and all) to assess your ability to pass the exam.
This Book is the Best There is for NETWORK+Review Date: 2005-06-18
The best part of this book was the last 72 test questions it gave. I did these right before I had the exam and they did a great job preparing me for what I was about to see.
Get this book!
The Best To PassReview Date: 2004-04-30
Great for exam prep, not for beginnersReview Date: 2004-10-19
Strengths
1. The book is an excellent exam prep tool, it is organized and laid out with great focus on fulfilling the exam objectives and ensuring the reader is well-prepared. Includes some handy exam tips on the types of questions which you can expect in the exam.
2. It has a very useful "Fast Facts" section at the back which summarizes a lot of useful information concisely, good resource for revising for the exam and for memorizing facts.
3. Has a very good section devoted entirely to TCP/IP.
4. Includes better-than-average testing software which has harder questions.
Weaknesses
1. Considering this is not an 'introduction to networking' book, this may not be a big deal, but this book is definitely not a book for beginners, some background in IT and networking is required to make full use of this book. Many times a new term or abbreviation is used without prior explanation of what it means.
2. Although it was published in 2002, I found some of the information in the book a little outdated. For example I found the OS section to cover a bit too much on the older Windows 98/Me than I like. This maybe a reflection of the fact that the exam covers these 'older' OS too, but I'd like it if it has a more current feel. Also some of the hardware recommendations given in the book feels like it was made back in 1999!
All in all, an excellent tool to help you pass your Network+ exam. I know it helped me :)
6 out of 5 starsReview Date: 2005-01-25
Definitely easy if you already started down the road of CompTIA certifications.

Used price: $19.10

Uh-oh! Be careful!Review Date: 2007-11-10
But, be careful.
The book introduces us to the concept of add-ins and templates. So, there you are showing off your project to your manager or users. But, what do they click on? The add-in or the template? What are all those true/false cells over there? How can the user save the workbook? What heppens if you forget to hide the columns that use cell logic. Hmmm. These questions and others will be asked of your typically non-technical users who have NO idea what goes on behind the scenes. If they open up the template and screw around with the code or re-name the add-in, you'll have chaos.
To be fair, there's tons of advanced concepts to learn here and no doubt you'll benefit from them. But, remember, as a developer, your first goal is to produce a robust application. However, you may have click a couple of functions to get all tabs in your template to show. If you don't do that, you can't see them! Oh, and don't forget to save your add-in.xla or all your changes won't take effect.
Not for beginners or dummies, but for VERY careful developers!
Not a book for lBeginnersReview Date: 2007-01-08
A great how-to book for serious Excel usersReview Date: 2007-01-17
Professional Excel Development offers ideas and tools necessary for designing full-fledged, robust Excel-based applications. It does not spend time explaining how various features work, but rather goes into detail on how to put these features to best use.
Here is what I picked up from this book, together with the authors' Excel 2003 VBA reference:
* ways to leverage Excel's built-in features to avoid excessive coding
* advanced design techniques for using Excel as a WYSIWYG interface designer
* techniques for creating custom menu bars and programming their behavior
* various means of interacting with the user and simplifying their sessions by providing guidance as to which steps need to be taken
* restricting the Excel environment to take on the appearance of a product condusive of the goal stated in previous bullet
* using VBA in conjunction with the Excel object model to create powerful object-oriented structures for spreadsheet-based applications
* programming Excel-based solutions in an executable to provide a more standalone application
* using Windows API calls to increase robustness of the application
One key feature of this book is its consistent approach. The authors maintain a consistent structure, using the same application throughout the book for their "practical example" to demonstrate new features made available through the material in each chapter. Also, the "best practices" approach provides a level of consistency that is generally desired of anywhat sophisticated applications. Useable modules are provided on the accompanying CD, ready to be used in readers' own applications.
In the beginning, the authors explain the audiences for which this book may or may not be intended. They separate these into users, power users, VBA developers, Excel developers, and professional developers. The latter three categories of users will benefit the most from this book, each in his/her own way. VBA developers will learn how to use built-in features (I think this is where I started); Excel developers will learn how to incorporate Excel-based solutions into larger applications; Professional developers will be exposed to a great variety of "best practices", optimization techniques, and various other means for developing consistency in Excel applications.
If you do not fall into the latter three categories, you might not pick up much from this book. It is not useless to you, however; you can still find many worksheet/userform design techniques, and get an introduction to the kind of power VBA-based programming can offer. Nonetheless, you may be well-advised to start off with something simpler, such as John Walkenbach's Excel Power Programming (as alluded to by the authors of this book), simply because the present book assumes a good degree of knowledge and leaves much for the reader to figure out from the fully-functional examples provided - thereby covering the ground that it does.
Overall, this book makes for a wonderful reference to the various under-the-hood features of Excel. Even if you've already encountered many of the techniques described, and could technically discover them further on your own, it is useful to have them readily available in a single collection. Very few items are left out; application design, object-oriented programming techniques, database applications, debugging techniques, Office automation, and external interop are all covered here. Professional Excel Development is a solid reference to be consulted for years to come.
Applied compendium of best practicesReview Date: 2007-01-22
I found it easy to take the code from a sufficiently leveled chapter and adapt it to get just the application that I needed, knowing it would be fast, clean and complete at the same time, although I didn't understand all the details at first. Now, the book serves as a widely findable documentation for the packages that I make. Highly recommendable.
Very Good not for novice VBA programmersReview Date: 2006-11-03
You CAN develop VBA custome applications where the user can't see the underlying MS Office application, i.e., Excel for example. They use your program like any stand-alone application. COOL!!!


What an awesome book for real world CGReview Date: 2007-06-15
What a great book. It does assume you know the basics, so learn the basics first and then dive in head first.
terribleReview Date: 2002-01-18
A Great Book !Review Date: 2000-12-29
A Great Book !Review Date: 2000-12-29
FinallyReview Date: 2000-06-27
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250