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


The Bible of Director 3D. Period. BTW: It is current.Review Date: 2008-02-20
Best Book Hands down for Interactive 3d DevelopmentReview Date: 2008-01-19
As anyone knows reading this review knows Director is the only program that will allow you to create 3D games and programs for the web. Hopefully Adobe will update it rather than let a very powerful program fade away.
Great BookReview Date: 2007-07-16
This is THE book for 3D in Director MXReview Date: 2003-05-08
If you plan to do 3D in Director MX, either games or presentations, you owe it to yourself to read this book.
I got A for my project !Review Date: 2003-02-23
And this book is the great answer. Everything you need about Director 3D is in this book! (although this book doesn't cover about Havok Physics Engine).
This book tells you WHAT and HOW, I mean, this book not only tells you HOW to make something (ex: primitive object) but also explains about that thing. (ex: what is a primitive object). So, you're not only able to programm but also understand about WHAT are you doing.
This book explains from basic and the last page explains advance technique. So, if you start from first page and finish the book, you'll become an advance 3D Director programmer (even before you read this, you're nill in 3D Director).
OK, I'll tell you what I get from this book, here is my project: a Multiplayer First Person Shooting (FPS) game! (like Counter Strike, Quake, etc). Notice that this is my FIRST 3D Director project! And I got A!
NB: if you're NOT a programmer and don't WANT to possessing 3D Director programming SERIOUSLY, I don't recommend this book, for this book is code heavy, full of code programming, just try "Macromedia Director 8.5 Shockwave Studio for 3D: Training from the Source" (by Phil Gross).
Just a note: I learn about Multiuser form Director 8.5 Studio (you won't find about Multiuser in Director's Third Dimension).

Used price: $12.49

It seems like a good bookReview Date: 2005-09-22
Not for the beginnersReview Date: 2004-07-15
1)This book is definitely not for the beginners. I highly recommend you start with a more basic book that gives you an overview of Oracle. Oracle tools are highly unintuitive and using them can be a frustrating experience especially for MS SQL DBAs *smirk*. Learning to just to connect to an Oracle database is a learning experience that will take knowledge on how Oracle's network and security function.
2)If you already have a working knowledge on how to operate an Oracle database, this book will no doubt provide a more solid foundation for your knowledge (except RAC). I particularly found its chapters on RMAN and IMPORT/EXPORT utilties particularly helpful.
3)Perhaps the best part of this book is that it encompasses what the author believes is the most essential knowledge to becoming a highly competent Oracle DBA. The book does not try to be a reference for every Oracle topic. Instead, the author has smartly picked the most important information needed and presented them in a readable format.
4)My only issue with this book is that it is wordy. The book is 1200 pages long and it could easily have been 1000 pages or fewer.
Excellent source for Oracle 9i AdministrationReview Date: 2006-03-10
A must for the bestReview Date: 2005-09-08
A Solid Book on Oracle 9iReview Date: 2004-06-25

Used price: $25.00

Good and complete bookReview Date: 2008-04-07
1. I don't like the writing style. It is too friendly, I prefer a formal and clean one.
2. Some explanation is 'obscure' and needs to be rewritten, for example the SelectWith extension method.
Anyway it really worths to have a copy on your desk.
Highly RecommendedReview Date: 2008-05-14
Mark Dunn, MCT, MCAD, MCDBA, MCSD.NET
Microsoft MVP, Visual Basic
Microsoft Regional Director
President, DUNN Training and Consulting, Inc.
The only Linq book you will needReview Date: 2008-05-14
I found it so easy to understand, and really comprehend. There are lots of examples, but not too many. After reading the first few chapters you become comfortable with the concept and syntax of the new language extensions.
The authors style had just the right combination of light humor and serious programming. He seems able to express complicated issues with the greatest of ease, and obviously has enoumous knowledge on the subject.
If that was not enough, there are forums avalable where you can raise queries and doubts and the author will do his best to accomodate you, again with a nice and easy flowing style.
The book is a 'must have' to any serious Linq programmer (or want-to-be Linq programmer!) and will certainly occupy a prominent place on my bookshelf.
Highly recommended!
Regards,
Martin.
A great book from start to finishReview Date: 2008-05-11
First off, it's easy to read. Learning the basic mechanics of LINQ isn't all that difficult. Learning advanced LINQ mechanics is still pretty straightforward. However understanding why certain approaches should be used over other ones, understanding potential pitfalls (getting something back you weren't expecting) and ensuring your code performs well after you get back more than a few records, well, that takes some effort. I think this book helps you accomplish each of those in a manner that's very clear and very straightforward. [As a stylistic note, I think really understanding Lamda expressions, which admittedly aren't a linq feature per se, is challenging at first. This book did not shy away from them and went at them head one. B/c learning them isn't a linear process (at least it wasn't for me or anyone i know), you often make no real progress, then have a moment of understanding that gets you to the next level. That type of learning is best facilitated by seeing several examples - seeing several ways to accomplish something and then reverse engineering the differences. The extensive number of examples really makes that process a lot simpler].
Another really strong point is the examples themselves. In the LINQ to XML coverage, there's an example of how to create a RSS feed from a collection with one linq query. It's beauty is its elegance and b/c most developers have given writing RSS a try, it's a great juxtaposition to show how powerful and useful LINQ can be. That example isn't alone though - there are several others that extend beyond the cliche'd Hello World samples that leave people wanting for more.
The coverage of each topic is superb as well. At no point did I finish a chapter with unanswered questions in mind. Often, authors will make an assertion "you should do it this way b/c otherwise you'll open up security vulnerabilities" or whatever without explaining what the downside is that they are talking about. I know it's a seemingly unimportant thing, but I found that they always explained the points they make, even the minor ones. It's a typical example of the attention to detail the authors put into this book.
Having co-authored several books, I know how hard it is to write a book with a unified writing style. The editing for this book is done in such a way though that it looks like one author wrote it. Yes, there are some differences in their individual writing styles, but it's all close enough that it really does feel as though one person wrote it. That is a huge plus and again, it's just one of those small things they do that shows a serious attention to detail.
So it's easy to read, they cover everything really well, they selected great examples and explain them well and they start out with general coverage and move onto very detailed coverage - making it ideal for both a LINQ newcommer or a seasoned vet.
It's a great book and IMHO, the authors are to be commended for putting it together. Although I've found all of the LINQ books I've come across to be very good - this one made an impression and it's excellent from start to finish.
Excellent Linq BookReview Date: 2008-04-02
There are tons of examples, plus quite a lot online resources that can be extremely useful.
Great book, probably one of the best on LINQ subject, and it's definitely worth the price


5.5 stars actually..Review Date: 2007-07-23
The chapters were basic enough for the beginner to grasp the material, and the lessons were rife with hands-on examples which I thought was the best part. I like to try things out as I go through the lessons and so the material was very useful for me.
The printing of the material was interesting and draws the reader into the subject, important notes and pitfalls are highlighted between the text to avoid the paragraphs from becoming too long and drawn out. The writer's diction is sometimes humorous to avoid the reader from losing interest.
The book is kind of bulky and thick so as a consequence of regular use, the glue based binding gave way somewhere in the middle of the book so when I open it, the first half of the book is attched merely by a shred to the second half, so I have to be careful now when I lookup things in it. I wouldn't trade this book for anything.
I have never taken any instructional classes on Perl scripting and can safely say that everything I know about Perl scripting I've learned from this book. That being said I am able to write fairly sophisticated perl scripts and have the ability to understand fairly obfuscated perl code without difficulty. I use perl as a very strong and useful tool in my day to day tasks for scripting and text processing needs and I often dazzle and amaze my colleagues at work with the tricks I'm able to pull off by using perl scripting and I owe it all to this book.
In short, I give two enthusiastic thumbs up for this book and the 5 star rating that I gave this book was merely due to the amazon limitation on the number of stars you can give in your review.
A great Perl bookReview Date: 2000-01-10
I started looking around for good Perl books and somehow got to this one. I think I can clearly say, that this book did the work. Teached me Perl from the ground up. I'm now planning on buying "MySQL and mSQL" to start working with databases. I also consider buying "Mastering Algorithms With Perl" & "Programming Web Graphics with Perl & GNU Software".
Anyway, if you want to start learning Perl, buy this book. I also use it as a reference.
A good tutorialReview Date: 2000-02-09
Perfect Perl BookReview Date: 2000-02-10
The only down side is that the Web Based interactive segment is no longer available. not a big deal since it's the same quizes as in the book, but there was a gee-whiz, isn't it fun factor to have it available online.
This book covers everything from soup to nuts. It starts the learner off slowly with the basic perl syntax and then smoothly moves into subroutines, OOP, DBI modules, Security, etc. all with the same interesting and amusing style.
I don't know if it's mentioned in the Editorial review, but the author is the Editor of The Perl Journal (www.tpj.com) which is a magazine devoted to the perl programming language. So Jon Orwant *knows* his topic.
Best Introductory Perl Book Ever Written - No Holds BarredReview Date: 2000-05-01

Used price: $24.50

Casi...Review Date: 2006-11-03
Very much worth the price!Review Date: 2007-01-09
Practical Poser 6Review Date: 2006-11-03
Goes Far Beyond The ManualsReview Date: 2007-06-30
Based on strong reviews, I took a chance and bought Practical Poser 6. I'm not going to cover the content, which is already described very thoroughly in other reviews here. I'll just say that if you have tried to use Poser without any tutorial or learning aids, this book is for you. I had a copy of Poser 5 and had just bought Poser 6 a few weeks before getting this book. My measure of a good instructional book is how much it taught me that I didn't know already. I estimate 50-60% of this book contains info that I'd only have learned by painful trial-and-error, and was really useful to me. And this is not to say that it's for experienced users only -- whether you're just starting out with Poser or already have a few years of experience, there's some explanations, tips and general good reading in this book for you. Highly recommended!
Getting to know Poser 6Review Date: 2006-11-07

Used price: $12.00

Excellent coverage of language conceptsReview Date: 2007-05-03
Great book.Review Date: 2006-11-10
Outstanding introduction to programming languages and their compilersReview Date: 2006-02-07
Many people find compiler and language theory to be dark magic, and it would be wrong not to acknowledge that these subjects are considerably harder than say creating a web page in PHP or writing a small Java/C# program. But much of the confusion also stems from the long history of porly written books which all have lacked explaining key areas or assumed that the readers just know some obscure CS topics beforehand. This book does not travel down that road, it is well written, contains both simple and advanced examples and is simply a delightful read.
Very Good BookReview Date: 2007-07-20
"It aims, quite simply, to be the most comprehensive and accurate languages text available, in a style that is engaging and accessible to the typical undergraduate....
At its core, PLP is a book about how programming languages work. Rather than enumerate the details of many different languages, it focuses on concepts that underlie all the languages the student is likely to encounter, illustrating those concepts with a variety of concrete examples, and exploring the tradeoffs that explain why different languages were designed in different ways."
I'm not knowledgeable enough to pass judgment on "the most comprehensive and accurate" part. But, I'm pretty happy about the book meeting the rest of those goals. I read through the book on my own and have only a few significant gripes:
- Chapters 2 (Programming Language Syntax) and 4 (Semantic Analysis) are tough to get through. They're basically trying to teach enough about Alphabets, Languages, Regular Expressions, Context-Free Grammars, Finite Automata and Push-Down Automata for the reader to understand what the rest of the book is based on. I've read Cohen's Introduction to Computer Theory, which is dedicated solely to this material and I still had some trouble. With an instructor in a class to walk through the things, it should be doable. But, for a person reading the book on his own, ugh.
- All of Section III: Alternative Programming Models, seems to depart from the format of the rest of the book (as noted in the Preface) where the author talks about the concepts and then how the different languages implement them. Instead, he focuses on the languages themselves and almost seems to be trying to cram a primer into his text. Since the section seems to be a special case, it wouldn't be so bad except that the languages covered are a bit out of the mainstream and so that degree of depth gets pretty unreadable at times. Again, with a professor around, things would be better.
- At a more pedagogical level, the author has a tendency to merely explain what his example Figures are doing in general terms. The problem is that a lot of the code/pseudocode involves fairly advanced structures in several languages (many of which most people won't have run across). It would have made things a lot easier if he had walked his way through each of those Figures line-by-line and explained what each line did. Once again, this wouldn't be that much of a problem in a normal teaching environment since a professor could do it.
Other than those three things, this is a very good and readable book. I rate it at four stars out of five.
Probably the best book in the "Survey of Programming Languages" genreReview Date: 2006-02-23
And then it's always illustrative to know about the differences in many common languages, to see where different decisions have been made and what are the consequences. To know that certain legacy languages (e.g. C, Fortran) have features that were not designed because they were the "best" option (for some definition of best), but because the design was constrained by what technology was currently available.
This knowledge is not only required of compiler writers. It should be required of every good programmer. Compiler writers, of course, must know this, and probably in more detail. But Scott's book is a good resource about programming languages, in a level of detail that I believe adequate for all programmers.
There are two main kinds of books on programming languages: they are "survey" and "implementation".
Survey books show how things work in a lot of languages, comparing them along the way. Often the comparison gets down to small details that can affect the meaning, or semantics, of similar programs written in these languages. These books contain one individual chapter for every major topic, and inside such a chapter all languages are compared in relation to the topic. For example, one such chapter covers "subroutines" and then compare a host of different languages on how they implement subroutines.
Implementation books are different: they show how to implement many language features, usually by presenting code for interpreters and compilers. The reader doesn't learn that Ada permits nested subroutines, but instead how nested subroutines really work and how to implement them in a language, for example. A very good book of this kind is "Essentials of Programming Languages" by Friedman, Wand & Haynes.
I normally prefer the implementation books. I'm not really interested if Standard Pascal permits functions to be passed as parameters or not; if I do need to write a Standard Pascal compiler I'll look for a reference manual. I much prefer to know how to implement functions as parameters, and be done with it. Comparing minutiae about extant programming languages can sometimes be very enlightening, and sometimes be mostly dull.
Scott's book, however, really shines because it mixes feature descriptions and implementation details in the presentation. It does the usual routine of comparing a lot of different languages, most of the time the more popular ones like C++ and Java, but it then shows how the implementations differ because of differences in features. The book strikes a good balance between "language design" and "implementation" approaches, although it is clearly slanted towards design, and so more of a traditional "survey" book.
It wins over other survey books by including implementation information about almost every topic, and by the clear writing and style. Also, most survey books concentrate on mainstream imperative languages (nowadays C++, Java, C#) and leave other paradigms to chapters at the end. Scott's book is a bit better in this respect: the presentation often includes Common Lisp, Scheme and Standard ML in the comparisons. There are separate chapters about functional and logic programming too, but considerations about functional programming are spread in the whole book. This is important because paradigms change, and a good programmer must be able to adapt.
It's a good reference for language implementors and good education for most programmers. I look forward to the next editions.

Used price: $51.98

A Little more X-Files Than EngineeringReview Date: 2000-02-24
Highly Accessible, Immensely InformativeReview Date: 1999-11-09
Great bookReview Date: 1999-11-05
Technically detailed, and great reading as wellReview Date: 1999-10-27
Technical from orbit to chip, and immensely readable as well!
Not for those interested in CryptographyReview Date: 1999-11-29

Used price: $35.76

Strong Hands On SOA Design & ArchitectureReview Date: 2008-05-14
This Book Enriched My Knowledge! Review Date: 2008-05-06
"Wow!"
If you are looking for a great read, a book that explains in simple words the principles of SOA modeling, service modeling, middleware modeling, or modeling SOA systems, you will find this book enriching, educational, and fairly easy to read.
--Extraordinary SOA Modeling Book--Review Date: 2008-04-23
This is one of the most fascinating and inspiring SOA books that I ever read. The author Bell both takes his readers through an entirely new service development process and also accentuates the strategies that drive design and architecture for projects. In point of fact, this is the only book that literally explains what service reusability, interoperability, and discoverability mean to a developer, an architect, or a manager. This book is, and will always be considered as the book that started a new era in software development. Why? Because most of the chapters are innovative and present a new vision and viewpoint for building components and services - chunks of code that transform into executables.
The modeling sections are easy to understand and implement. Managers or business people can study this language as well. This simple drawing method for expressing service structures and their relationship simplify and explain SOA deliverables.
I am a Java developer that recommends this book to the development community, to architects, to managers, to operations people, and to infrastructure professionals.
Very impressive text!
Geometrical SOA Modeling - Brilliant!Review Date: 2008-04-10
This author that has appeared from nowhere published an exciting, technical but also philosophical communication narrative about how should we correspond and collaboratively build software. But if you expect to read about a particular programming language or technology, this is not your kind of a book!
From the very first page you find a creative mind that drags you deeper and deeper into a virtual world, a software landscape, which is depicted as a 3D illustration that you can touch, manipulate, or mold to promote the business.
I have been questioning myself why this vision is linked to SOA and services. Why can't we just apply this method to design our overall computing word? Indeed, the author suggests that all systems, business processes, libraries, databases, etc, are services. But the major contribution of this book is the simple interpretation of our complex production and deployment environments.
To make it simple to understand, imagine that everything that we, IT people, have been constructing in the past 50 years, are software structures that fundamentally seem to comply with the author's geometrical 3D rules for software modeling: Atomic, Composite, and Cluster service formations. If this is clear, your computing world can be easily modeled, altered, aggregated, decomposed, subtracted, unified, and even transformed.
Brilliant Piece of Art!
Lisa McGuire,
USA
A New SOA Communication LanguageReview Date: 2008-04-03
Bell's modeling book also introduces a modeling framework that offers a communication language. This is a vocabulary that should be employed to offer remedies to organizational problems. The provided notation is easy to understand and enables people to exchange architectural and design ideas through a collection of symbols. These pictograms can be employed to foster software reuse, increase communication between silo organizations, reduce operational costs, and even carve proactive strategies to avoid business instability.

Used price: $32.36

Extraordinary Book on ASP.NET AJAXReview Date: 2008-05-14
A great introductory read!Review Date: 2008-04-29
If you are after further exploration and like to know how things work underneath the hood a bit more, I recommend Dino Esposito's book as a companion.
WOW. Amazing Clarity. Detailed Explanation. Easily Comprehendable. Comprehensive.Review Date: 2008-04-24
I had been debating for a while which book to buy. After a lot of work, I decided to go for this book. And I am happy I made the right decision.
It also has the sneak peek of the CTP Futures too.
5+ Stars. Definite YES.
Average Book, Embarrassing FrameworkReview Date: 2008-04-20
This book lacks objectivity and often suffers from hype. The authors came across as lacking proficient experience with the JavaScript language, or exposure to other AJAX Frameworks / Libraries, or sufficient experience using the ASP.NET AJAX Framework in real world situations.
Comments like: "we recommend that...", "because it makes no sense...", "you must understand X,Y,Z to run complex client-side code without writing a single line of JavaScript" were discouraging, and always left me hanging. Good books answer more than the "hows" - comments like "you must rely on a special..." are a cry for more research.
The book skims over the technical details of why or how the ASP.NET AJAX framework is implemented. Instead it presented many examples of "how-to" implement the various ASP.NET AJAX constructs and patterns. It would have been nice to see some real world examples of why the ASP.NET AJAX client-side typing system is useful, or why the AJAX Framework's extended JavaScript objects are useful and how these contrast to what JavaScript already provides, or what happens behind the scenes when a class is registered through client-side code, or why the AJAX Framework prefers declarative syntax (XML) over imperative syntax, and to have some real in-depth discussions on performance implications.
In addition to these disappointments, the ASP.NET AJAX Framework itself has some serious technical flaws, it's too heavy weighted (bloated) for practical use. I fear it's a short lived framework, since many of the other AJAX Libraries already offer superior performance and better user experience. I was disappointed with the server-centric approach the ASP.NET AJAX Framework and this book take, and was disappointed to have JavaScript continually swept under the carpet as magic.
Great Book!Review Date: 2008-03-18

Used price: $0.99

THE Book for VB6 Developers to Read.Review Date: 2005-08-24
Ony cover half the informationReview Date: 2003-02-09
Perfect and concise. Thanks man, this rocks!!!Review Date: 2004-01-02
Good idea, good concept, sloppy implementationReview Date: 2003-04-17
What do I mean by sloppy? For once, author uses terms object and class interchangeably throughout the book. Sometimes it is contextually understandable what he means, but often it might be very confusing, especially for people relatively new to OO. Then there are errors and typos in code examples. Some of them are also very confusing. For example: on page 80 author introduces the new VB concept - delegates. For VB6 folks this is something fundamentally new and strange.
In code example author defines delegate type and calls it ProcessFunction. Then he defines variable of this type and calls it ProcessDelegate. After that on the same page he shows how to use delegates and assigns value to ProcessFunction and retrieves value from ProcessFunction.
From the context one should understand that in the last two cases the variable ProcessDelegate should be used instead, and that this is just a typo. Yet, given that VB .Net now supports shared properties and methods, when Class (Type) name can be used where one expects to see Object (Variable), this types of mistakes are very confusing and annoying.
I would not go here into more examples of books imperfections. There are some more. Not terribly many, but enough to frustrate.
Would I recommend this book? Yes, if you have patience and some other VB .Net book to resolve inevitable confusions.
This could become a great book in its next edition if author takes time to make it a bit more accurate and precise.
An absolute must for the VB ProgrammerReview Date: 2003-04-09
There are certainly other books you need in your arsenal - such as Francesco Balena's Microsoft Reference - but this one is a must.
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