Software and Tools Books
Related Subjects: Pools
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

Used price: $3.69

Poor Quality, Low Quantity, High PriceReview Date: 2008-05-19
A bit dated but gets right to the point with a useful example.Review Date: 2008-05-04
BTW, 99% of the code works without warnings/errors at all. FWIW, I switched to Mac OS X to do this (from Dell using XP), so I was fighting a lot of other differences besides having a more modern Rails, and I actually got through it all. Also, I am an old Java/C++ programmer... so if somebody younger than me cannot get this stuff, maybe they should think carefully about whether programming is for them (Rails development is still programming).
This is a hands-on, bottom up book. I did wrestle a bit with reading the chat about the code *then* coding or coding the code and *then* reading the explanations. It was *fun* to use this book and I really enjoyed using this book for getting a visual, and (for me) potentially useful application running.
Best of all, IMO... the core material is under 150 pages! Hard to find such terse and useful books these days. If anyone remembers the power and elegance of K&R's C book, you'll appreciate this fact.
Here are some things to keep in mind:
[1] Uses Rake for migrations and yes on a modern Rails (pre 2.0) you will see deprecation notices that tell you what you need to do... either way it works.
[2] Uses some deprecated start_forms_tag but guess what, if you have the internet you google around and you figure it out. And you know what then? You own what you learn and are not just spoon fed the code.
[3] Does not go deep into theory.
[4] You best try your hand at Ruby first just so you can read Rails code... ummmm it uses Ruby ya know.
[5] Is not TDD or BDD... so you are coding the evil, old fashioned way. Unless you are Donald Knuth (who claims to have no need for unit testing).
[6] Be careful during the DB migrations section, I screwed up the order of some things, I don't think the book misled me. I also figured my way out of it while also learning how to get around SQLite3's command shell. No whining from those spoiled by pushbutton IDEs please.
[7] This book will not make you a Rails guru, it opens the door and gives you working code base to head down that road. You'll still have other books, blogs, and Wikis ahead of you.
Buy it for pre Rails 2, I assume it is still largely applicable to Rails 2, which came out last year (end of).
While this book does not require it, I found using NetBeans IDE with Ruby/Rails support helped me get the coding done much faster than using VIM or TextEdit. I did not use it to generate the application and the components. For that I used the Rails command line scripts per the book.
Too Pricey For Too Many ErrorsReview Date: 2008-03-27
I can't fathom how O'reilly "approved" these authors to write such book with so many ridiculous errors from typos to just blatant errors.
I supposed O'reilly is also declining in terms of quality (See my "Learning Ruby", "Learning JavaScript" review as well).
Bad:
1) Too many errors
2) Outdated (Rails is 2.0, the book, rushed, is using 1.1)
3) Too pricey
4) Bruce A. Tate always jumped shipped form one language to another with no deep interest/experience in each of the "new languages"
5) You're building the examples based on "scaffolding" auto-generation
Good:
1) That I told you not to buy this book.
2) That Bruce is no longer writing more books (yet)
3) That others also echoed the same complains
Great book, BUT...Review Date: 2007-09-09
First, it's a great *short* overview of the process of developing Ruby on Rails apps. I found that I understand all the things I've read elsewhere but it's sometimes hard to put it all together and remember all the steps in a logical sequence. Because of the magic of Rails (and its use of metaprogramming and code generation and other
Think of it as a stepping stone between DHH's screencast and his Agile Web Develpment with Rails (written mostly by Dave Thomas), which is a little on the long side for a first book. (It's much better to get a firmer grasp of the big picture before focusing in on details. Sorry about the mixed metaphor.)
However, you should note that it is now quite old and in need of updating. It is also frustratingly full of errors: spelling, grammatical, factual, and technical. So be forewarned. If you can put up with all that, however, it's very useful, and clearly written. O'Reilly just needs to fire all their proofreaders.
Not much valueReview Date: 2007-05-31
Where this book is overly terse and covers the bare minimum of subjects, AWDwR has lots of details and examples. Get that book and the companion Programming Ruby: The Pragmatic Programmers' Guide, Second Edition and you're all set for some fun evenings.
Tate has a habit of rushing books out (e.g., Spring: A Developer's Notebook) and this is another one of those. It occurs to me that this book should have been in that "Developer's Notebook" series...
Tate has been ringing the death knell of Java for several years now and extolling the virtues of THE NEXT BIG THING (in this case, Ruby on Rails). He oughta slow down and figure out at least one of these technologies before he attempts to write about it.
Ironically, the next paradigm shift from Java to RoR will probably happen in spite of Mr. Tate's exposition. Stick to AWDwR, you won't be sorry.

Used price: $10.19

Eclipse, by Steve HolznerReview Date: 2008-08-27
Interesting starting point but perhaps needs updateReview Date: 2008-08-24
To develop Java programs, I downloaded Eclipse IDE and started to write programs one project for each set of progressed specifications. Soon I had some 10 projects with 10 sets of codes. Eclipse was great, it allowed me to debug and see activities even in multi-threaded execution of programs. However, I wanted to have some transition among my 10 projects to be smooth. I wanted to use consistent interfaces, shared code for classes and comments. I wanted to learn more on refactoring functionality of the IDE. I bought the book to fill this goal.
Have not found much to help my goal but the book has exposed me GUI builder ideas V4ALL. But this project seem to be already gone. SWT was also a new exposure. I have not yet explored it but would it be acceptable replacement for Swing for a university course?
Over all the book is nice and easy introduction to using Eclipse IDE but much of what it introduces can easily be learned from the Eclipse help, tutorials and commonsense. It is time that the author be magnanimous and put the book on Web for all Eclipse beginners to read and adapt the tool. Good book but I am not sure if I can ask my students to spend money on purchasing a copy. An update to reflect the current state of the IDE would also be welcome.
Chapters reference obsolete toolsReview Date: 2008-01-21
Emile T.Review Date: 2005-09-21
EclipseReview Date: 2006-11-15

Used price: $4.00

Professional Portal Development with Open Source Tools: JavaTM Portlet API, Lucene, James, SlideReview Date: 2005-10-09
very unfortunateReview Date: 2006-04-06
I got really excited looking over the first chapter's example portlet -- a Lucene search portlet. But there are some glaring mistakes in the code. One fundamental mistake I see a lot is their use of request.getParameter("mode") to retrieve the portlet mode, when it's much better to use request.getPortletMode(). The mode parameter is not always set and can sometimes be null; it's much safer to use the getPortletMode() method. In general, I would have liked more explanation in chapter one on jsr 168 basics. There simply aren't enough texts out there that do this well.
But I do laud the fundamental premise of the book -- using powerful, mature open-source projects (apache lucene and james) -- to build a portal. Search and mail are the foundation of any commercial portal and I think the open source alternatives compete well here; however, they haven't been tied into a framework that you can deploy out of the box, so I think the authors tried to meet a very real need.
An important text for portal developmentReview Date: 2005-06-09
Rip offReview Date: 2005-04-25
In fairness there are a couple of useful sections - but overall its quite incomplete.
Just like a Poorly Architeted Portal - A Framework without Much Substance Review Date: 2005-08-06
This book is also a mockup, though we readers did not know this until we paid this book as the final deliverable.
This book has two parts. The first part, Open Source Portals, contains 6 chapters. Chapter 1, The Java Portlet API (JSR 168), mainly lists lengthy attribute names and descriptions for CSS Style Definitions and for User Information Attributes, without much explanation. Much better material may be found online just a google away. Many pages are given to the code of a sample portlet. The explanation is as much as the comments made by poor programmer, almost none. Why do we readers have to pay in order to have the pleasure to read poorly commented coding? The sample is built upon Apache Lucene API, though it has not been introduced at this stage at all.
The remaining 5 chapters in the first part introduce several subjects that may be used to support a portal development, researching with Lucene, messaging with Apache James (for mail), object to relational mapping with Apache OJB, content management with Jakarta's Slide, portal security. The authors take these pieces of the components of their portal framework. A problem with this book is that the authors keep introduce a large amount of terminologies and software components without much insight. For instance, they never bother to explain why they use Apache OJB in their portal framework. Isn't Hibernate also a popular O-R mapping tool? I wish the authors explained to us other alternatives and at least some hints of why they choose certain open source tools instead of the others in portal development. This is particular important for using open source tools since there are often many alternatives.
The second part is titled How to Build a Portal. Again, you will discover many placeholders without much substance. For instance, under Design Pattern Consideration in Your Portal, nine standard design patterns are presented, several lines of description for each. The authors just do not bother to explain why they consider these 9 patterns are important for portal development and other are not, or they merely provides a partial list to demonstrate design patterns are still important to portal development as it is for any other development. I will give you another example here. Chapter is devoted to Effective Client-Side Development Using JavaScript. The coverage here is just common for any web development. I do not understand why the authors make this subject an entire chapter, in particular since this book covers a large amount of subjects in a moderate 400 pages, and in particular some fundamental subjects are still missing, such as the coverage of portal servers/containers.
I am not kidding. Open source portal/containers are not covered much in this book for Professional Portal development. Open source portal servers are briefly mentioned in the introductory part in about one page, each in several lines. Apache Jakarta Pluto is covered in a bonus chapter on the book's companion Web site. Apache Jakarta Jetspeed is mentioned in 7 linesJ. Liferay Enterprise Portal is introduced in 15 lines. This books give more coverage on EXo Portal. is introduced in 8 lines and it is introduced briefly again at Chapter 9, when a moderate Portlet is demonstrated.
According to the publisher, "An outstanding team of authors provides a complete tutorial and reference guide to Java Portlet API, Lucene, James, and Slide, taking you step-by-step through constructing and deploying portal applications." The book fails to deliver this promise.

Used price: $6.00

Fantastic BookReview Date: 2002-04-04
Not UsefulReview Date: 2001-04-26
I can write this book in 5 hours.
Guys don't get cheated .This is the worst book I came across by Mc Graw Hill.
If any body interested to buy this book please let me know.
I had to fill in the ratings as mandatory.Actual rating which I could gives is 0.
Best PeopleSoft Book YET!Review Date: 2001-10-15
This text is really right on target for anyone doing PeopleSoft integration. I am most pleased to have the chance to give this book the highest rating possible. It is really very well done and would be of great help to anyone involved in this subject.
If you read only one review - read this one.Review Date: 2005-10-17
1. The core content is positioned for a System Administrator to know how the system components all work together, from an enterprise perspective, not an integration perspective. The same can be learned from the PSFT manuals and whitepapers.
2. The concepts are both complex and simple - failing to completely satisfy any particular audience (IT Directors, product evaluators, technical resources).
3. There are no "technical" details, as you might expect from the title. No samples and the screenshots and diagrams are very weak. You can see other reviewers who have made this same complaint.
4. Writing style like a shotgun blast - numerous spelling and grammar errors, 2nd grade reading level sentences intermixed with collegiate level sentences. Throughout you will find redundancies, overlaps, concepts running on tangents that have no purpose or objective to the reader, etc.
Shame on those of you who found this book to be anything more than useless!
Not usefulReview Date: 2002-01-15
I'm writing an interface to PeopleSoft system.
This book does not provide much useful info.
It is confusing too.
I much prefer PeopleSoft Administrator's Guide
by Darrell Bilbrey.

Used price: $14.51

An Interactive Way to Learn MayaReview Date: 2007-05-07
This book starts out with basic concepts and runs up all the way into complicated animation details. It would be a great book for any level - but absolutely perfect for someone starting out, and looking to become a Maya pro.
PerfectReview Date: 2006-08-17
Apparently quite goodReview Date: 2007-01-09
Good for StartersReview Date: 2007-01-04
worst....guidebook.....ever.......Review Date: 2007-03-28
greatly lacking in explanation. i've been banging my head against this thing for two and a half weeks and i give up. clunky workflow examples and frankly outdated pipeline. anyone interested in a book like this would do themselves a favor by checking out Gnomon Studios or Digital Tutors. they present more sophisticated and intuitive workflows. save your money and use the manual that came with your software as reference with the video guides available from the above mentioned companies. it'll save you from the inevitable ulcers Learning Maya 7 will cause. p.s. been using EIAS since '95. Not new to this game. hope the review helps.

Used price: $58.57

Good technical Server+ bookReview Date: 2002-10-25
Good but not greatReview Date: 2002-03-29
Enjoyed reading it!Review Date: 2001-07-23
Overall a good book but Windows 2000 biasReview Date: 2001-07-27
Man...this book is useful!Review Date: 2001-07-30
The book's CD also contains a full copy of the book, so if you and your laptop want to leave this heavy little tome behind, just download and go! Also, the A-Z network encyclopedia E-book was pretty impressive (it includes several diagrams and a heckuva lot of information).
The only reason I give this book four stars is the simple fact I wish they would have included an interactive, sample test on the CD. Sample tests are usually pretty helpful, and doing them on the computer sets the feel for the actual exam. Otherwise, an excellent book!

Used price: $0.12

Mostly obsolete, but contains a few real gemsReview Date: 2003-08-10
What it does have, and what keeps me from discarding it in favour of newer and more comprehensive HTML and page-design guides is its sensible advice on web site design. It's one of the few books with "web" and "design" in the title which actually covers web site design issues! It urges readers to think in terms of simple sites with useful content, and consider how the information might be used by people from all over the world as well as the usual issues of download speed and browser compatibility. If you follow its advice you might actually get a few more customers from outside the USA.
Probably not worth buying these days, but borrow it from a friend or check it out of the library if you do see it
A Waste of Good MoneyReview Date: 2002-01-25
If you know anything about html don't purchase this book!Review Date: 1999-01-26
Showing its age, but still an excellent learning toolReview Date: 2001-06-30
For a total beginner this is a good first book because it steps you through creating your first page, then adding features and using advanced HTML as you progress. For someone who is already proficient with HTML and has developed a few pages, you may find something useful in the advanced techniques and will certainly receive an education in good web page design. Some of the highlights of the authors' approach to design are in the examples. The accompanying CD ROM has every example in HTML format so you can see how they will display in your particular browser brand and version, and you can look at the code and play with it to see how your changes will display. This alone is a real time saver, and it makes this book all the more useful.
If you are a technical writer the examples for web pages that provide how-to procedures, troubleshooting procedures, on-line lessons and survey forms reflect good page design and the example files on the CD ROM can be immediately used as templates.
The only thing that detracts from this book is that it's woefully out of date. Some of the tools provided on the CD ROM are ancient, as are the discussions on various desktop operating systems. For example, Windows 95 was not even on the market when this book went to press and the authors' discussion on network issues were educated guesses. Now the network facilities built into desktop operating systems are so transparent that this section of the book can be safely ignored. However, we also live in a world where HTML has evolved to version 4, cascading style sheets are used on many sites (not to mention Macromedia Flash, Active Server Pages, more sophisticated java and javascript, etc.), rendering a lot of the technical aspects of this book quaint. On the other hand, that might not be such a bad thing since the best web pages are simple and more focused on design instead of a bunch of technical razzle-dazzle. But, I would love to see this book updated to reflect contemporary tools and techniques for web page design because I like the way the authors' impart their knowledge. This book would make an excellent text for a web design 101 class, and is one of the best for those of us who play around with this stuff. I'm subtracting a star because the book sorely needs to be updated, but am still giving it my highest recommendation.
Excellent book for the beginner website developerReview Date: 1999-08-04

Used price: $20.47

Can not download the example codeReview Date: 2006-02-18
Reinventing the wheel? Limited and fails to DeliverReview Date: 2005-12-12
The core emphasis of this book is on reflection based correctness evaluation and showing a .NET implementation for this. It gives a brief introduction to commercial testing toolkits available for instance Compuware's DevPartner Studio, Parasoft's Insure++, Mercury's Interactive, Object Tester, IBM's Rational Suite, Segue S/w, Testworks as well as open source tools like Ant (not a testing tool by the way), Junit, Jprobe Cactus and HttpUnit. In the meantime, it conviniently leaves out Nunit which essentially does the same thing explained in this book and in a much better and more efficient way. Test scripts are easier to write, automate and it's open source with a VS.NET IDE plug-in.
An optimist's note; it discusses usage of Excel automation and XML manip from from C# which provides some good code recipes with explanations. Also the early phase test scripts for test driven development / XP practices is a good overview. It's just that this is not the core purpose of the book.
I found this book serving little purpose for developers test automation solution provision since there are several existing open source / commercial tools available in market which provide a better feature-set. However, if you are interested in learning reflection, want to extend an existing in-house testing framework for .NET, want to learn how test cases be created against assemblies etc, it might worth a read.
not much of useReview Date: 2006-01-17
Look at the page 119 function ConvChar, he even copied everything from MSDN decoder class, even the comments! That is outrageous!
We value this book usefulReview Date: 2004-08-27
1. It is easily to read. The topics are well presented and clearly defined. The examples are designed to solve problems from real world software development projects.
2. It presents software test basics in the words of programming languages.
3. The book introduces the test concepts and uses C# .NET as examples to develop a tool to do almost all the tedious jobs for software testing, which the other tools can not do, and the other books never mention.
4. It explains how and why each line of code is used to achieve the software test automation instead of specific programming technologies of a language.
5. It is not a software test dictionary (or a bible), or an inventory of available software testing tools. I don¡¯t like to read a book which degrades the works of the others.
6. It repeats little content the other books, web pages or sources cover. The testing functions are effective and different from the available testing tools as I know of (Winrunner, Rational Test)
7. It helps developers produce good code, helps testers conduct the test with ease, and helps managers setup a high code quality standard.
8. Finally, it helps us to get a really and completely automated testing tool.
Somewhat limitedReview Date: 2004-07-01
The test tool created is only one and claims, on the jacket cover, to be a great replacement for the major vendor tools. While I agree the major tools aren't all they claim to be, neither is this one. It's limited in usage to very specific kinds of tests and is definitely not the silver bullet the jacket would have you believe. In fact, it's a similar subset to some of the vendor tools.
There are even more areas in which the .Net platform can be used for testing. Some key areas such as debugging and tracing are missing from this text. How about the use of nUnit? What about using .Net to access databases? This is not a thorough treatment, but it's fine that it's not. It's just that it claims to be more than it is.
After all is said and done, this book is worth buying for Windows test professionals, so that's why I give it 3 stars. I just resent being told, again and again, that someone has the "answer" to software testing. Get with it folks, software testing takes discipline and rigor and there is no way to "microwave" your project through a thorough software test process. This book does provide valuable knowledge for your Windows test project and great info on .Net to ADD to your existing test expertise.

Used price: $0.02

questionReview Date: 1999-11-10
May Not Be The Best For BeginnersReview Date: 1999-12-31
One of the Most Useful Books on My ShelfReview Date: 2000-09-22
I see the other reviewer's point about too much space being taken up by discussion of various types of scanners. It would have been nice to see less about scanner types no one uses and more space devoted to techniques for improving scans. Still, the information that is there is very useful.
The information is directed at print designers, but many of the tips are useful for the Internet in a general sense. It would be nice to see specific advice for online images, but maybe that's for another book. All in all I found it a very valuable resource and have recommended it to several other designers.
The best scanner book I've seen so far.Review Date: 2000-11-22
Review by Scanning Basics TeacherReview Date: 2000-06-14

Used price: $5.99

Extensions? What extensions?Review Date: 2005-08-22
Good, but not greatReview Date: 2005-02-23
It is a very good book, well written, and David Sklar really has done a good job writing it. However, I didn't find it that useful. It wasn't even remotely close to comprehensive about what it covered, and made only footnote mention of other tools that are out there.
I ended up returning it -- something I rarely do. I didn't think it was worth the money. Most of this info is available for free online anyways.
Helpful but not comprehensiveReview Date: 2004-11-03
However, this book is not comprehensive in it's coverage of said modules, extensions and accelerators and in areas where it covers material already explained in the documentation, I preferred the original documentation's style and explanations. The book does mention things that the original documention does not, but the original documentation talks about things that the book does not.
In short, I had to read both the documentation and the book to fully understand the code.
Not for beginnersReview Date: 2005-08-19
Good book for add-on toolsReview Date: 2004-10-29
Related Subjects: Pools
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