Programming 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: $11.17

Great Primer for Government CommunicatorsReview Date: 2008-06-19
A Necessary Book for Business of Any SizeReview Date: 2008-05-11
Andy Beal and Dr. Judy Strauss have laid out a step by step plan for any business or brand, to create, enhance, protect, and even repair their online reputation.
If you have a online or offline business it means you have a reputation. People online will talk about your company, products, and services whether you like it or not. Wouldn't you want to know what they are saying and where they are saying it? You can find out now by purchasing this book.
Must read book for anyone who cares about their reputation onlineReview Date: 2008-04-24
Corporate Handbook for Social Media Optimization and Reputation ManagementReview Date: 2008-05-15
Andy Beal is a SEO and fellow blogger who specialized in social media optimization, reputation management and public relations. He is like Kris Jones a frequent speaker at search marketing conference, such as Search Marketing Expo, Search Engine Strategies and WebmasterWorld's PubCon.
As the subtitle states, his book is primarily about monitoring and managing of your personal, your professional or your company's reputation online where it focuses heavily on using search engine optimization and marketing techniques as tools to accomplish your goals.
It also provides advice and recommendations for how to approach the social media space as a business in order to reduce the risks and possible problems that will arise, if you jump into this area of marketing without being prepared and ready for it.
The power of social media and the benefits your customers and your company can get out from it are a reward that is worth the risks. Yes, it has risks and it is impossible to eliminate all of them, but that does not mean that it cannot be done. Just eliminate the risks that you can eliminate and be prepared for the things that can happen and impossible to prevent for sure.
A Turn By Turn Map To Social Media Effectiveness In Your BusinessReview Date: 2008-05-14
The book lays out a clear path for becoming transparent in your business and leverages really good examples to demonstate how it has been done effectively . . . and points out the pitfalls and traps that exist if you don't follow a sound process.
You'll literally go through this book chapter by chapter and implement it one step at a time and to that extent the book will keep you busy for quite a while.
My only criticism is that I wish it had an addendum to cover the very latest technologies and talk about implementing those, so I'm hoping for a quick follow on book. Groundswell did fill some gaps but this book is much more usable for businesses that want to implement the technology and create the conversations themselves.
Excellent book for understanding social media. A must read.

Used price: $3.47

Essential desk reference for Mac OSX LeopardReview Date: 2008-06-05
A GREAT WAY TO START!Review Date: 2007-06-01
The CoolestReview Date: 2007-03-09
In a matter of minutes, I was able to unlock a few mysteries about my Mac...in days, I was using the applications without fear or hesitation. And while I am quite aware of how user friendly Macs are anyway, Ms Williams takes away the fears I still tend to harbor. I'm no computer wiz kid, I am FAR on the opposite end of the spectrum. But this book in particular, opened my eyes....from a place of feeling overwhelmed by all the things I KNEW this little box could do(that I didn't think I could) to a world of fun, and confidence. Cool Mac Apps is quickly becoming my favorite book. I recommend it to anyone who wants to learn anything about the iLife applications.
Cool Mac AppsReview Date: 2006-08-07
A Must Have Reference SourceReview Date: 2006-08-15
I have been using OSX for over two years now and thought I knew my way around each of these applications, but I was able to learn a lot of easier ways to do things . I have also learned that there were a lot of the features that I was not even coming close to using to their full potential. I have been using iCal, iTunes, and iPhoto on an almost daily basis, so these new tips and techniques are a real timesaver for me.
I was really surprised at how much new knowledge I gained on using Safari. I am on the internet on a daily basis and just took the browser for granted. The quick Tips section was very helpful. The section on RSS feeds opened up a whole new world of information for me.
Cool Mac Apps is a must have reference book that every MAC user needs in their personal library. I would give this book an excellent rating!

Used price: $13.00

Ruby progrmming language.Review Date: 2008-03-09
Absolutely BrilliantReview Date: 2007-11-06
Simply Excellent...Review Date: 2008-02-11
Well worth the investment!
Tries something a bit different, is mostly successfulReview Date: 2008-01-26
This is a very nice idea, and there are some examples that are a cut above the usual fare: chapter 9 includes a Bible Code generator, and an implementation of the 'methinks it is like a weasel' sentence natural selection program from Richard Dawkins' The Blind Watchmaker. There's also mention of memoization, profiling and benchmarking, the Schwartzian transform for sorting, and even Symbol#to_proc. There's also quite a gentle introduction to Rails, which is probably sufficient for someone new to Ruby and Rails to move onto Ruby for Rails.
However, the execution isn't always perfect. Probably the biggest downside to this pedagogical approach is that there's not really one obvious place to describe how a particular feature works in depth, or the focus moves away from its practical use in a script. As a result, many of the explanations are compressed. Chapter 1 provides a 'crash' description of object orientation in 9 lines. Chapter 3 first mentions hashes, but compares them to functions, and not to arrays. Tail recursion is defined in a 4 line footnote in chapter 7. If you already understand these concepts, you'll be fine, but they won't teach you anything. If you don't, they aren't very helpful. At a couple of points the book also insists that everything in Ruby is an object, but code blocks (among other things) aren't until they're wrapped in Procs. For the more functional-esque techniques advocated in the book, this is a subtle point which could trip up a beginner.
Also, some of the examples are weak. Chapter 4 rushes through regular expressions, using them to compress whitespace, but why not also mention String#squeeze? Chapter 5 uses regexes to deal with XML and it gets the job done, but advice on using a real XML parser might have been more useful in the long term. Chapter 6 contains a truly contrived Buffy the Vampire Slayer-related example.
This isn't a bad introduction to Ruby, and it's a very admirable attempt to do something different, but I wanted to like it more than I did. If you already know some object oriented programming, this could make a good companion to a more tutorial-style book, like The Pickaxe.
Wonderful Ruby Learning Book!!Review Date: 2008-01-11
***** HIGHLY RECOMMENDED

Used price: $62.00

exhortation Review Date: 2006-07-31
A tour de forceReview Date: 2005-08-23
Useful and interestingReview Date: 2003-01-05
A classic and comprehensive resourceReview Date: 2006-12-12
The first two sections cover the fundamental theories that should be understood before embarking in-depth into a study of speech processing. This may seem an obvious approach but many texts do not follow this pattern making their use as reference tomes limited. Separating background theory from its use is also useful in that it allows a rigorous approach to its description. Too often texts give a hurried imprecise overview of theories used before launching into a long and complex use of the theory; losing the reader instantly in a quagmire of formulae.
The first two sections of the book deals with background material, material that the reader should at least understand the key concepts of. The first section concentrates on speech in general (including production and perception), probability and statistics, and pattern classification. These last two topics mentioned are both important parts of the book and are dealt with in their own chapters. Both are well written with the right amount of explanation and background. Much of the remainder of the book expects at least some familiarity with the material presented here. These chapters, like all chapters in the book finish with a section entitled, "Historical Perspective and Further Reading". The inclusion of recommended further reading, in addition to the vast number of references appearing in each chapter, make the book as a whole a very good starting point for any work in speech processing.
The second section concerns itself with the DSP topics which relate to speech processing. In this section the reader will find everything from FFTs to multi-rate signal processing and speech signal representations to speech coding. Again the section is well written and the reader is not forced to refer to other texts to understand what is written. If a topic is not expanded upon here then it is an indication that is not dealt further in any great depth in the remainder of the book.
The third section of the book covers speech recognition and is probably the section which will find most use with many readers. This section is very thorough in its treatment of the subject. It starts immediately with a discussion of Hidden Markov Models which is almost exclusively the method employed in the pattern matching stage of speech recognition. Any algorithms that are mentioned are also detailed which really make the book useful. In fact algorithms are presented throughout the book making it a practical reference as much as a theoretical one. This is important because there is a big jump from understanding theory to being able to implement an algorithm to exploit that theory. Other topics covered include an excellent chapter on environmental robustness with one of the best discussions of microphones I have seen. Language modelling and search algorithms are given a thorough treatment. I would like to have seen more detailed information on front-end processing and endpoint detection, as this remains a critical stage of the recognition process. Perhaps the level of detail reflects the fact that this is currently a hot research topic with potential for significant advancement.
Section four, on text-to-speech processing, is a good overview of the field and better than any book I've seen on the subject. It shows numerous block diagrams of what you need to build such a system and gives numerous algorithms in pseudocode. It also dedicates a subsection to each block of the text-to-speech system block diagram, discussing in detail what you would need to do to implement that particular block. Since much of the individual blocks have been discussed earlier in the book, it refers you back to specific earlier sections for details.
The fifth section is a short one on entire systems and shows some case studies, concentrating on what Microsoft was doing at the time this book was published, since that is where the authors' research came from. I would highly recommend that anyone anticipating getting into speech processing have a copy of this classic nearby.
Microsoft's future cook bookReview Date: 2003-06-29

Used price: $46.90

Excellent ReferenceReview Date: 2003-08-06
Not a book to buy if you are looking something to read to learn SQL Server. This is a reference for someone who already is using it extensivly.
Ross
Excellent Reference BookReview Date: 2005-10-17
I took away one star for the CD. It is extremely handy to have a copy of the book on the CD in PDF format. However, rather than having a single PDF file with a Table of Contents linking to each chapter and topic, each chapter is contained in a separate PDF file on the CD. Unless you know which chapter you want to reference, it is tedious to look in separate files for the Table of Contents or the Index, then try to guess in which file the item you are looking for can be found.
A less significant complaint is that the CD holder is found about three-quarters of the way through the book, rather than at the end of the book, which makes it more difficult to quickly flip through the book.
Other than these minor complaints, it is an excellent book.
Quick reference toolReview Date: 2003-12-18
Best desktop reference - hundreds of How TosReview Date: 2003-09-01
Immediately UsefulReview Date: 2003-06-12
You don't need to read the entire book in order to benefit from it. Specific topics are covered using Checklists to make sure you don't miss anything important. Highly recommended!
Collectible price: $79.95

Great bookReview Date: 2004-05-15
It also explains complex concepts in simple, elegant ways, just like good programs should be written.
I would recommend it to anyone learning FORTH, and I would recommend sections of it for people trying to understand specific concepts in any language. For example, the explanation of stacks was excellent!
Reprint even if it IS available onlineReview Date: 2006-02-09
A Truly Amazing BookReview Date: 2002-09-07
"Starting Forth" is the only Forth book I own. After reading it, I was able to implement a Forth runtime system, compiler, and interpreter, from scratch, in 8086 assembly - the results can be found at home.earthlink.net/~jknapka/jkf.html . I credit this mainly to Leo Brodie's skill as an expository writer. The book is a gem; if someone were to reprint it, I for one would buy several copies, just in case.
The reason no one will reprint "Starting Forth" is that Forth is not sufficiently trendy. If we rename the language "JavaForth", we'll be drowning in reprints...
Sigh.
An excellent programming introduction, not just to FORTHReview Date: 2000-08-09
Why on earth is this fabulous book out of print?
Won't someone reprint this book?Review Date: 2000-05-02
We need this book!

Used price: $21.97

Part 3 on model-based specification is superbReview Date: 2008-04-09
Necessary for your Professional libraryReview Date: 2007-02-22
Richard Denney gives some great information on using your project use cases in project management, quality control, and reliability. He has a wealth of experience that he shares throughout the book. His book is well written and easy to understand. I am not aware of any other book that covers this information in the context of a software project.
Once you are comfortable with writing use cases (and of course I must recommend my own book Applying Use Cases: A Practical Guide for that purpose), then definitely start exploring what you can do with the use cases once they are written by getting a copy of Richard Denney's book, Succeeding With Use Cases: Working Smart to Deliver Quality.
Not sure about Use Cases? This book will answer all your questions.Review Date: 2006-01-05
practicalities of use casesReview Date: 2006-04-17
Topics are among others selection of standard products, management of project portfolios, or grounding projects in business goals. The last topic is an application of use cases to QFD, a process originally from the automobile industry. Other topics are reliability engineering, modelling and project management (this list is not complete).
All the topics of the book have use cases as a common factor. It is not an introduction into use cases. The application of use cases in this book goes further than what is described in the Rational Unified Process for example. Therefore other books are better in introducing the topic of use cases.
Demo excel sheets are available from the author. The examples are worked out excellently and instructive. The book focuses on the practicalites of software engineering and addresses primarily project leads, designer, architects and testers. Most of the material was new to new, although I have been using use cases for years. It will have the most value for organizations already modelling their software. In my opinion extreme programmers will not find it as useful.
Practical methodology for software architectsReview Date: 2007-08-23

Used price: $11.99

The full history under Social Science viewReview Date: 2008-02-08
Misleading title; great bookReview Date: 2007-12-28
The first book is one of the very best recapitulations of the open source movement and all of its predecessors. The second book is about how something that just seemingly shouldn't work, works so well, and how those principles behind its working extend to more than just the open source movement.
The author, a university professor, draws liberally from the traditions of historians, economists, sociologists, and psychologists to paint a compelling picture of why the forces behind open source are not going to go away any time soon. Read in best companion with The Cathedral and the Bazaar, which IS a bit of a wistful paean to Linux, it illuminates its subject wonderfully.
designing exchange conversations in a new historical styleReview Date: 2006-05-29
all the major players in open sourceReview Date: 2005-11-17
But the bulk of the book deals with the 90s onwards. Especially as linux grew from Torvalds' seminal contribution. Its intellectual roots in unix and GNU are studied. We also see the rise of the Free Software Foundation and Apache, as articulate enablers and promoters of open source. All of which was aided by the invention and meteoric growth of the Web. This played a vital role in enabling a global audience of programmers to hear of and contribute their efforts.
A Real Page TurnerReview Date: 2005-07-14
Warning: the book is *full* of sentences like "Pluralism at many different levels is being enabled by communications technologies and by experimentation with property; together, these are reducing the marginal cost of adding voices toward an asymptote of zero." Despite that, I've been able to read it at the pace of a thriller, not a textbook.


The "Brown Book" is the only one you need.Review Date: 2004-10-07
This may be the only book in the world that makes IBM's condition code job control understandable.
With this book you can make IBM's JCL rock and roll to your music.
A "must have" bookReview Date: 2001-11-09
MVS Job Control Language explained in easy to understand language.
There is lot's more than just JCL. There are, for example, explanations of file Data Control Blocks, MVS Utilities, compilers, linkage editors and many more subjects of interest to anyone working on MVS.
An absolute must if you write JCL. I have it to hand on my desk all the time.
THE Essential book for MVS mainframersReview Date: 2001-06-29
Great BookReview Date: 2001-06-07
Very Well Written but...Review Date: 2001-12-14
For those not acclimated to the mainframe environment I would recommend reading chapter 21-22 first. They cover ISPF and TSO which is the Mainframe "IDE" in the JCL Context. It is the method in which you code JCL, submit JCL, Debug JCL. I know the focus on the book is JCL, but I would have thought the ISPF TSO Chapters would be in the beginning. Still, a well written book.

Used price: $14.75

Organized and professionalReview Date: 2004-06-09
Michael Czeiszperger
Web Performance, Inc. Stress Testing Software
http://www.webperformanceinc.com
Superseded by a better second editionReview Date: 2004-06-22
That said, instead of this book you should get the second edition, which is a major rewrite, and also expanded in scope to include testing mobile systems. This edition is titled, "Testing Applications on the Web: Test Planning for Mobile and Internet-Based Systems" ISBN 0471201006, and is everything others have said about this first edition - and more!
Even with a better second edition, this book deserves the five stars I gave it because of the influence it has had on the testing profession. Moreoever, this first edition is not out-of-date, and is still a great book if you don't need information about testing mobile web systems at this time (although it's a safe bet you will in the future).
Grey Box Testing for Web ApplicationsReview Date: 2001-08-13
The shade of grey can vary from white box testing (full review of source code) to black box testing (no review of source code). You choose what level of information to gather depending on your budget, capabilities and judgment.
This book provides the first detailed approach to grey box testing, focussing on web-based application architectures. These architectures are based on a heavy use of components: application servers, web servers, load balancers, databases and the like. This book describes these components, suggests how they can fail and what you can do to anticipate, trigger, or detect such failures.
This approach is supported by the author's extensive experience testing web-based (and other) applications as president of a software testing company. It is augmented by plenty of good advice on how to communicate test results clearly.
Superb introduction to the complexities of web testingReview Date: 2002-02-27
A strong introduction to a new fieldReview Date: 2001-04-21
Hung Nguyen and I are co-authors of another book and good friends. I am not an unbiased reviewer. On the other hand, I wouldn't write this review if I didn't believe every word of it.
Hung's book breaks new ground. It will be useful today, and I believe it will have lasting value and influence.
Once you get beyond the superficial (not unimportant, but much less difficult) issues of usability testing that dominate so many discussions of web testing, you run into the really tough problems of web application testing. Hung Nguyen's book is about those harder problems.
The web-based application runs on a wider range of platforms than any other type of program in history. It doesn't even have control over its presentation layer (the user supplies the browser and the multimedia plugins, and these applications might change any time). What will the application look like on the changed browser? The application probably also relies on third party databases (which can change any time), third party network connections (which can change any time), third party security systems and other access control (which can change any time), etc., etc. Almost anything in this system can change any time. How do you deal with a system that has so many unknowns?
Hung's view is that web application testers must learn more about the technical details of the systems and understand how external variables can interact (and fail) with the application under test.
To help testers learn about the interaction (and testing) of applications with other system components, he wrote the field's first book on grey box testing.
This book has substantial value for what it teaches us about testing on the web. Beyond that, it teaches about thinking clearly and thoroughly when your application interacts in complex ways with other systems. I think his approach will have lasting value and lasting influence long after many of the detailed issues that he describes have been resolved and replaced with new ones.
Along with the original approach, Hung gives a powerful real-world example. He is the president of a company that publishes a web-based bug tracking system. To illustrate the types of tests that you can run and the types of bugs you can find, he opened his records and described real tests, real bugs, and real testing problems. It's a rare treat to see a discussion of testing experience by someone who knows testing, who also intimately knows the software under test, and who isn't constrained in what he can say by a nondisclosure contract.
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
Strauss and Beal make the case for why no one can afford to ignore the potential for engagement and the real dialog afforded by social media. And for those who can't fully implement their suggestions organizationally, the book is rich in advice for managing your personal reputation online.