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: $0.01
Collectible price: $25.49

Great for BeginnersReview Date: 2000-05-28
Easy to follow.Review Date: 1999-07-16
Great for BeginnersReview Date: 2000-05-28
An excellent training courseReview Date: 2000-03-23
Used price: $22.38

It's an excellent book!Review Date: 2000-05-11
It's important in metric of software science!Review Date: 2000-05-11
It's an excellent book!Review Date: 2000-05-11
It's important in metric of software science!Review Date: 2000-05-11

Used price: $48.50

Great title for mechanical and other engineering fieldsReview Date: 2001-11-06
In my opinion, a good matlab engineering book focuses less on general tips that you could get anywhere, and more on practical problem solving techniques and methodologies that provide insight into a paticular engineering problem and its solution.
This books succeeds in that respect. Though it gives space to the more general issues of using matlab, it gives ample room to specific engineering problems. I found its information and examples very useful. The topics are focused on mechanical engineering fields, such as vibration and control; however, the math used for such topics are used across engineering and science disciplines. Thus, any scientist or engineer will find this book useful.
The book is written so that engineers at many levels can benefit from it. For example, as a former graduate student, I found the treatments of vibration response analysis insightful. However, an undergraduate or otherwise inexperienced user would benefit from this book as well, because there is alot of general discussion of how to effectively and efficiently use matlab and write m-files.
All in all, I found this book excellent for both its treatment of high level engineering analysis issues and its more general matlab tips and discussion.
The bestReview Date: 2003-05-29
excellent, numerous practical applications for MatlabReview Date: 2000-11-12
hit the bullseyeReview Date: 2002-07-16


thought-and-design provokingReview Date: 2003-06-13
Thorough introduction to cyberspacesReview Date: 1999-12-14
The book fills in many details in the history of building cyberspaces.
Next year in cyberspace!
The best overview and analysis of cyberspace in the 90s.Review Date: 1999-03-13
It's not surprising then, that a uniquely comprehensive view should come from a member of the original generalist profession - architecture. In "ENVISIONING CYBERSPACE: Designing 3D Electronic Spaces," architect and media theorist, Peter Anders has succeeded in delivering one of the best and rarest overviews of the beginnings of the Information Age.
Integrity demands that I disclose that some of my own work is featured in this book, but what I discovered to my great surprise and delight, is that it's also filled with many incredible technologies and ideas that I was unaware of. Such is the difficulty in being aware of everything that's going on in our rapidly evolving era.
Anyone interested or involved in the design and development of information technologies would do well to read this book. The future is not limited to just a simple extrapolation of what's most commonly known today. The real Information Age is a vast, barely explored region of possibility around us and ahead. We're lucky to have Peter Anders serving as both Lewis and Clark.
Envisioning Cyberspace OptimisticallyReview Date: 1999-12-30

Used price: $16.06

Become a COM expertReview Date: 2002-09-13
The real issue in COM is type libraries and proxy/stubs and how these are created using IDL. Also of great importance is designing COM interfaces so that they may be utilized by VB and C++. This is a one stop reference for all that good information.
If you program COM, buy this book. It will pay for itself in minutes.
Required reading for anyone who uses COMReview Date: 2001-05-02
Even if you use COM at a higher level - ATL wizards, VB wizards and dont really write your own IDL file, you need to read this book to get an understanding of how you can do write even better COM clients and servers.
One thing i wish it also had is information about accessing these COM classes from VBScript.
IDL in bits and piecesReview Date: 2002-10-13
If you dont want any surprises from COM marshalling this is the book to get. Even in the .NET world, this book will be useful. All the COM components out there today are not just going to go away.
Required Reading for COM ProgrammersReview Date: 2001-04-28


Learning skills means doing - and this book deliversReview Date: 2006-03-22
Oh, I'd occasionally like a little more commentary than he delivers, and I'd sure like a good editor to work it over and clean up the prose, but the examples are first-rate, non-toy examples, and the chapter exercises are making me think in whole new ways about writing my own code. I'd love to see lots more examples and exercises in some of the chapters, especially the code smells chapter (where he only covers a few of the smells from Martin Fowler's list in Refactoring). I've also found a few errata that I haven't been able to report because of problems on Kent's site (www.agileskills.org) - but I've emailed him about that.
I don't want to pull punches here, which is why I've mentioned several negatives about the book. But those are nothing compared to the book's qualities. This is one of those great, really valuable books, like Fowler's Refactoring and Freeman & Freeman's Head First Design Patterns. You can find out how great without spending a penny: download the chapters from Kent's site (but note that they won't print, and you can't copy the text, which is why I eagerly came to Amazon and bought the hard copy, which I'm avidly annotating as I work through the examples and exercises). Get this book!
Definitly a great book for OO and XP beginner.Review Date: 2005-05-20
The idea of pointing out "code smell" in source code described in this book really helps programmers know when they should do something OO to keep code fit.
I highly recommended people should read this book first before reading any OO design pattern books. Once you understand the OO basic and concept, later you will figure out "Oh, that example in this book is using strategy pattern!, oh that code is using visitor pattern!" I am sure after you read this book, you will believe how amazing that this book can help you and me!
It's a good book for the beginner of Agile DevelopmentReview Date: 2005-05-19
Automate Testing and Test Driven is the kernel of XP. Readers are able to learn a more effective way of how to write tests, especially acceptance tests.
Not only does Kent introduce new skills of testing, but also introduce important skills of OO programming. Once and Once Only, IOC principle,etc, newbies of OO can learn essential skills from this book under Kent's simple explaination.
Kent is my teacher of OO. Without him, I was still struggling at the dark age of the Procedure Oriented programming.
If you are a newbie of OO or stranger of XP, don't doubt, read this book immediately. You will soon realize that the sky of OO and XP 's world is Free !
An Excellent Code Based Introduction to Agile DevelopmentReview Date: 2005-05-10
This book has an elegant yet highly effective minimalist style. Rather than long theoretical discussion (of the type I'm sometimes guilty of writing) the book does what it does by example - and there's plenty of example code given.
For example, in chapter 2 - turning comments into code - Kent examines some typical code (I've seen enough like it) littered with comments that are apparently intended to make life easier. Step by step he takes us through removing the comments and expanding variable and method names to show the intent of the code - along the way pointing out useful refactorings to improve the overall code structure and make clearer what's going on. It's a convincing description and easily applied.
Overall the book covers many topics and issues related to agile software development, including: keeping code fit; handling inappropriate references; seperating database, UI and domain logic; unit testing and acceptance testing amongst others.
The thing I really like about this book, and the reason I would recommend it to developers, is that even if you're not doing full on "agile" development, there's still plenty of useful material in it. The lack of hype is also refreshing - the book focuses on examples and shows good solutions. You should get it!


Excel for ChemistsReview Date: 2008-05-19
Book is general guide to Excel for science & engineering.Review Date: 2005-12-02
P.S. Excel is a powerful application for getting a good hard look at your data, but it's no substitute for real statistical software or programming languages. There are other good spreadsheets available; nevertheless, Excel is probably on your computer and if you're using Excel in the lab, this book's for you!
Excellent for Chemist with Basic Knowledge of SpreadsheetsReview Date: 2001-05-24
The first chapter is an introduction to Excel. Even the experienced user will find something new here. My favorite was learning that a shortcut menu listing all sheets in a workbook is available by right-clicking on any of the sheet tab scroll buttons.
The second chapter (10 pages) explains how to make basic graphs in Excel. Many people have Excel, but are unaware of how easy it is to make graphs with Excel. Chapter 5 shows how to construct advanced charts with, for example, multiple axis, error bars, and smoothed lines.
Chapter 3 starts to get into the power user stuff, such as making formulas more understandable by using named ranges. I had quit using names because they apply to every sheet in a workbook; this chapter shows how to make the name apply to just one sheet. The chapter also does a very good job of showing how to construct huge formulas ("megaformulas").
Chapter 4 explains how to use array formulas. This chapter is valuable because Excel's help file doesn't provide much information on using arrays. Arrays make for much cleaner-looking spreadsheets.
Chapter 6 shows how to use Excel's database features to keep track of, for example, a chemical inventory list. Since I don't use these features very often, it is nice to have them described where I can use them when I need them. The same can be said about appendix E, "Shortcut Keys for the PC and Macintosh".
Chapter 7 describes how to import data into a spreadsheet. If you have more data than you want, this chapter shows how to extract every, say, 10th data point.
Chapter 8 shows how option buttons, check boxes, list boxes, etc. can simplify use of a spreadsheet. For example, I needed to enter a number and convert it to pH, pOH, Ka, or Kb, depending on what was entered. Using the info in this chapter, I now just click on an option button, and the sheet does the appropriate conversions.
Chapters 9-12 are about spreadsheet mathematics. Goal Seek, linear regression and Solver are covered. What really makes this material useful is that it tells how to do a statistical analysis of the results, even for non-linear regression.
Chapters 13-19 illustrate how to use Visual Basic for Application (VBA), the programming language built into Excel. The code examples are clearly the work of an amateur programmer. "Option Explicit" is omitted, only arrays are dimensioned, the standard method of indenting to improve readability is not used, and-horrors-the author uses GoTo statements. Nonetheless, these chapters do show the basics of programming with VBA. The CD includes many code examples, including a neat program for formatting chemical equations. For example, it will subscript the 2 in H2O.
Chapters 20-23 are more applications. I especially liked learning how to deconvolute a spectrum with Excel.
The book isn't perfect-a few typos, organization could be improved, one of the files on the CD wouldn't open-but if you are a chemist and want to become better at using Excel, this is the book you need. I wish my company had given me this book when I started using Excel in industry. It would have saved a lot of time.
Excel for Biomedical ResearchersReview Date: 2003-04-09
If you already know the basics about spreadsheets, then this book is packed with pearls that enhance your productivity and get you powerful results. It will take me years to exhaust the potential.
The CD ROM with the book is very good as well, with examples for the more complex subjects.
I use this reference to evaluate complicated data with multiple interactions on animal and human data in biomedical research. I do research in PET (Positron Emission Tomography) imaging.
While this book is no substitute for a professional biostatistician, the book has helped me to not only follow the progress and interrelationships of the data but also to more clearly communicate my needs to a professional biostatistics firm. This also saves me money since it saves the biostatisticians time. I also think it improves results.
I highly recommend this book.

Used price: $0.01

power of groupwareReview Date: 1999-08-24
power of groupwareReview Date: 1999-08-24
Author Knows her stuffReview Date: 1999-05-18
I am looking forward to the release of the book.
No waffle, just the factsReview Date: 2001-04-20

Used price: $42.89

Best!Review Date: 2007-10-10
Great for Compiler WritersReview Date: 2007-08-12
An Excellent ResourceReview Date: 2007-05-05
Excellent coverage of MSIL 2.0Review Date: 2007-02-02

Used price: $1.83

JSFL BibleReview Date: 2006-02-07
JavaScript + Flash + Extensions = WOWReview Date: 2006-01-29
Basically it teaches the basic Flash user that you can extend what Flash normally does for you in its normal authoring environment. Like create new drawing tools, create commands that perform complex real-time tasks instantly (similiar to custom macros), create custom user interfaces, add timeline effects (scripted tweens) to any object, and create scripted behaviors (prebuilt code components) to help almost automate your Flash development.
If your an exisiting Flash developer who knows how code with ActionScript and needs a way to streamline your development environment and development time, this is a book you shouldn't pass up.
Great book for teaching how to create ExtensionsReview Date: 2004-07-25
At first I had never heard about 'Extending' Flash MX 2004, but hopefully my following explanation may help you to understand this concept if you are new to this term. Imagine Flash MX 2004 being a customizable browser such as Firefox. In Firefox, you can download snippets of programs called extensions that add some cool, extra features to your browser. Creating new extensions for Flash MX 2004 is similar to developing extensions for your browser. Using a new language called JavaScript Flash (JSFL), you have the ability to create scripts, commands, behaviors, etc. that add new functionality to not a Flash animation, but to your actual Flash MX 2004 application itself.
This book teaches you how to use JavaScript Flash to create extensions - custom commands, menu items, and others things to help make repetitive tasks easier and enhance your Flash MX 2004 program. You start with the basics and progress towards complicated techniques. Early on you start by creating a command that, for example, allows you to take any shape and automatically arrange them on a user-defined grid. Towards the end, you move beyond simple commands and learn how to modify Behaviors, create custom interfaces using XML, and more!
Another great feature of this book is the expansive JavaScript Flash (JSFL) reference. The JSFL reference section contains all of the various items of the JSFL language that you can refer to when creating your own JSFL extensions. For any JSFL code item or property, you will find a description, the types of values it accepts, and a code example.
If you use Flash MX 2004 extensively and are interested in automating some of the repetitive tasks or adding new, useful features to Flash, you will find this book's coverage of this new topic excellent for intermediate and advanced users.
Extending Flash makes your life easyReview Date: 2004-06-30
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