Modeling


Related Subjects: Mixed-account
More Pages: Modeling Page 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 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467
Book reviews for "Modeling" sorted by average review score:

Web Database Development : Step by Step
Published in Paperback by Microsoft Press (29 March, 2000)
Author: Jim Buyens
Amazon base price: $49.99
Used price: $3.00
Buy one from zShops for: $2.88
Average review score:

Is a new edition due soon?
This was very helpful book, full of examples. I like the writer's style, which is concise and moves right ahead. However, I wish that Jim used an increasingly popular method to reference the code-- with colored numbers or something to help call out which line he was explaining. His explanations got bogged down a bit by the way he referenced his own code blocks. Visually beefing this up, would have been welcomed.

I found his brief notes and tips to be useful advice- delivered from an experienced programmer to a beginning to intermediate coder. The majority of these were useful points. Authentiction and ADO stuff was good, but I needed more sources as well.

It took me some effort to find this MSPRESS edition. I do hope that MSPRESS hasn't discontinued this and that a new revision is in the works. Reccomended.

Great starting point...
This is a great starting point for anyone looking to take their database to the web. Of course, if you have some prior knowledge of ASP and VBscript, it makes it much easier. Although I have many years of VB and SQL Server experience, I still read this in its entirety and found some great info for taking some of the DB's at my job to our corporate intranet and across the internet.

This book takes you step by step (as the title implies) from designing your database (predominantly in Access although he explains how to connect to other databases) to getting it accessible through the web. The examples are great and they tend to build on each other. By the end of the book you should have a good foundation to design any type of data driven website you can imagine and password authenticate it as well.

If you are starting out and you are using Microsoft software, then this is a literal cookbook for web database success. Kudos to Jim Buyens for putting out an informative book that reads quickly.

A Cookbook with Good Insight
This was money well spent! I am a college student who has had one database class and one object-oriented programming class (C++). I also have a copy of this author's "Running FrontPage 2000" book. Armed with those, I am very quickly on my way to having an impressive first-ever database-driven Web site--and I'm enjoying the learning process.

Mr. Buyens does a good job of introducing and overviewing database design/construction and VBScript considering these are part of the cookbook, but not the topic of it.

I wanted to build a Microsoft-driven database-driven Web site, and Mr. Buyens has provided the book I needed, in a format that is working very well for me: a cookbook with good insight (into the technologies involved).

The only other book I considered before buying this one was "Beginning ASP Databases." I sincerely doubt that it's as step-by-step as this book, and that's a feature I really wanted.


Programming Ado
Published in Paperback by Microsoft Press (23 February, 2000)
Author: David Sceppa
Amazon base price: $49.99
Used price: $4.99
Buy one from zShops for: $3.02
Written for the intermediate to advanced Windows programmer, David Sceppa's Programming ADO offers an expert's view of developing with this powerful--and occasionally tricky--database library. Filled with tips and suggested best practices for building robust database programs, this title provides a useful real-world perspective to effective coding with ADO.

This book is part reference, offering full coverage of all objects in ADO, and part programming tutorial, describing every object, property, collection, method, and event in this library, including ADOX and JRO in an appendix. Instead of whole programs, the author uses short code excerpts written in Visual Basic to illustrate key points. Complete sample applications are available on the accompanying CD-ROM.

Throughout this text, Sceppa shows off his expert knowledge of ADO. Standout sections here include examples of connecting to databases effectively, different strategies for querying and updating databases, and a nice explanation of disconnected recordsets. The discussion of the various cursor types available in ADO is also a must-read for any serious ADO developer. (Choosing the right cursor type for your project, it turns out, is not as easy as it appears.) Each section ends with "Questions That Should Be Asked More Frequently" in which the author invites you to think carefully about the ways you use ADO.

Later sections here turn to the powerful ADO Cursor Engine and the newer Record and Stream classes, which allow programmers to "persist" recordsets to files (and even XML). There are plenty of tips for handling record conflicts within real-world, multi-user databases. Once again, although ADO looks easy, there is plenty to worry about when multiple users access records frequently. This book shows you how to write more robust database applications.

Filled with time-saving programming expertise, Programming ADO fills a valuable niche for any developer who wants to start working with ADO effectively. --Richard Dragan

Topics covered: ActiveX Data Objects (ADO) overview and tutorial; Data Access Objects (DAO) vs. ADO; the ADO object model and version 2.5 enhancements; Connection properties, collections, methods, and events; connection strings; connecting to OLE DB providers; Recordset properties, collections, methods, and events; Command and Parameter properties, collections, and methods; using ADO Record and Stream objects; ADO cursor types and performance hints; strategies for updating databases; programming with the ADO Cursor Engine (programming tips, concurrency issues); handling database conflicts; persisting recordsets; hierarchical recordsets and data shaping; introduction to COM; passing ADO recordsets between processes; the Remote Data Service (RDS); ADO Extensions (ADOX) for manipulating database structures; and the Jet Replication Object (JRO).

Average review score:

Very Disappointing: A rewrite of the ADO documentation
There's really not much to this book that isn't already in the Books Online, I'm afraid. I'm a professional programmer, I've been using DAO, ODBC, RDO, DAO for years. I bought this book looking for "best practices" for ADO. (Since there are so many ways of doing things, what are the drawbacks and advantages to each?) What I found was a lot of repetition of the help file, with occasional insights (how to optimize the Sort property, for example).

As an example, consider this: One of the trickiest things with ADO is dealing with CursorLocation, CursorType, and LockType, especially when you're not aware what OLEDB provider your code will be using. Sceppa writes: "...What's a database developer to do? With a little experience and a lot of reading, you'll develop a good feel for which combinations are possible and which aren't... [Y]ou'll probably explore different options and experiment with code, and along the way you'll inadvertently discover the answers to questions such as these." Well, Mr. Sceppa, I didn't buy the book to be told to "experiment" and hope for a discovery; these are the answers I had hoped the book would contain. If you'd spent fewer pages repeating the method and property lists, you might have been able to include some of this information.

goto msdn.microsoft.com
If you dont have access to microsoft library then you can probably buy this book. its nothing but just the API reference. The foreword gives an illusion of getting interested but when the chapter comes its again refrence. and "Questions That Should Be Asked More Frequently" section is good, but i aint worth to buy the book just for that....

Required Reading for Professional Programmers
I literally use this book everyday troubleshooting clients ADO problems. I have other ADO books on my shelf but David's explanation of ADO's functionality plus his insight and suggestions on how to code with ADO make this book my number one ADO resource. As other reviewers have said the ADO documentation is lacking in many areas and David has filled in these gaps with his extensive knowledge of the technology and his own hard won experience.

Here is an example of David's insight, experience, and humor when it comes to dealing with ADO Cursors, "Back-end databases, OLE DB providers, ODBC drivers, CursorLocations, CursorType, LockType, CommandType, oh my! What's a database developer to do? With a little experience and a lot of reading, you'll develop a good feel for which combinations are possible and which aren't." This quote of from Chapter 7 Cursors, Foiled Again and the section is titled You Can't Always Get What You Want. In this chapter David does a great job of guiding us developers through what is known and what is not know about this part of ADO. It is this type of guidance and insight that I want the most when I am developing new ADO applications and when I am troubleshooting ADO code.

If you have any dealings with ADO then you simply must get this book.


The Data Modeling Handbook : A Best-Practice Approach to Building Quality Data Models
Published in Hardcover by John Wiley & Sons (December, 1994)
Authors: Michael C. Reingruber and William W. Gregory
Amazon base price: $70.40
List price: $80.00 (that's 12% off!)
Used price: $59.00
Collectible price: $75.00
Buy one from zShops for: $63.29
Average review score:

Very academic in nature, more theory than reality
Anyone that has been modeling very long will see this book for what it is ... after you look at it once, you'll put it on your bookshelf and leave it there. Save yourself the money ... There are much better reference books available. Try David Hay's book on patterns, or Len Silverston, or Graeme Simsion. Check out the DAMA reference guide .. at least it's built by actual practitioners.

The help screens on the Data modeling tools are more advanced in explaining data modeling than this book.

Probably great for theorists - managers or teachers that don't know what they are doing! But the real modelers will seek help elsewhere.

Misleading or, if you want, wrong
The authors deny the fifth normal form and state special-case rules as if they were universal. Examples: Eliminate triads; Two entities cannot have more than one relationship. Although in some specific situations the advice might be valid, anyone who is trying to learn from the reading will be misled. Less harmful, even interesting, for a professor (to learn how not to approach the teaching of DB modeling).

Poor, underdocumented examples. Oversimplification. Unfortunately at the time I had only the title to choose from. Good thing most books now have a table of contents.

Database modeling still doesn't have strong references as database theory does (Date's, Ramakrishnan's, Elmasri's only to cite three). There are excellent theoretical (Thalheim's "Entity-Relationship Modeling" is good) and philosophical approaches (finally they re-published Kent's opera-prima "Data and Reality", fabulous).

The picture is poor when it comes to hands-on modeling. Bruce's "Designing Quality Databases..." is an exception. Good and useful for someone who is developing modeling expertise. But I especially don't recommend Reingruber&Gregory's book.

Excellent book!
This book is excellent. The subject matter is advanced but still easy to read and understand. The examples used in the book are varied and excellent illustrations of the problems discussed in the book. Many of the examples remind me of similar data modeling errors I have seen in my experience and give excellent methods of correcting the mistakes. I highly reccomend this book for the data modeler who is ready to go to the more advanced conecpts. (You must know basic data modeling concepts to understand this book, such as how to read diagrams, basic terminology, etc.)


Data Mining: Practical Machine Learning Tools and Techniques with Java Implementations
Published in Paperback by Morgan Kaufmann (11 October, 1999)
Authors: Ian H. Witten and Eibe Frank
Amazon base price: $49.95
Used price: $33.95
Buy one from zShops for: $34.66
Data mining techniques are used to power intelligent software, both on and off the Internet. Data Mining: Practical Machine Learning Tools explains the magic behind information extraction in a book that succeeds at bringing the latest in computer science research to any IS manager or developer. In addition, this book provides an opportunity for the authors to showcase their powerful reusable Java class library for building custom data mining software.

This text is remarkable with its comprehensive review of recent research on machine learning, all told in a very approachable style. (While there is plenty of math in some sections, the authors' explanations are always clear.) The book tours the nature of machine learning and how it can be used to find predictive patterns in data comprehensible to managers and developers alike. And they use sample data (for such topics as weather, contact lens prescriptions, and flowers) to illustrate key concepts.

After setting out to explain the types of machine learning models (like decision trees and classification rules), the book surveys algorithms used to implement them, plus strategies for improving performance and the reliability of results. Later the book turns to the authors' downloadable Weka (rhymes with "Mecca") Java class library, which lets you experiment with data mining hands-on and gets you started with this technology in custom applications. Final sections look at the bright prospects for data mining and machine learning on the Internet (for example, in Web search engines).

Precise but never pedantic, this admirably clear title delivers a real-world perspective on advantages of data mining and machine learning. Besides a programming how-to, it can be read profitably by any manager or developer who wants to see what leading-edge machine learning techniques can do for their software. --Richard Dragan

Topics covered: Data mining and machine learning basics, sample datasets and applications for data mining, machine learning vs. statistics, the ethics of data mining, generalization, concepts, attributes, missing values, decision tables and trees, classification rules, association rules, exceptions, numeric prediction, clustering, algorithms and implementations in Java, inferring rules, statistical modeling, covering algorithms, linear models, support vector machines, instance-based learning, credibility, cross-validation, probability, costs (lift charts and ROC curves), selecting attributes, data cleansing, combining multiple models (bagging, boosting, and stacking), Weka (reusable Java classes for machine learning), customizing Weka, visualizing machine learning, working with massive datasets, text mining, and e-mail and the Internet.

Average review score:

Data mining technology power on 400 pages.
It's difficult to get interesting
literature related to this theme.

On the one hand there are some books written for managers, on the other hand there are some pretty mathematical books for academics. But this book is the best mix. You get an introduction to data mining and learn step by step from the basics up to the hard algorithm stuff with nice examples.
There is a clear theme structure, and the deep technical sections are marked, so you can read what you are most interested in. The book describes not only one algorithm, but a lot of them and discusses plusses and minuses. Where it's necessary it uses simple diagrams to illustrate something, not so much that it looks like they want to fill the pages, like in other books. Best of all, the algorithms are implemented as an
open source java software named "weka". This is my state of the art data mining tool.
You can see the algorithms working and use the implementations for your ideas (like me). If you are hungry to learn more
about one or the other thing, the book provides a literature list.

For me this book was one of the best books in the last years, because it provides the best mix and gives you a fast but deep view in this theme.

Our most popular book
Over the last 3 years our company has bought 15+ copies of this book and have given it to our new employees to help them gain a practical perspective when writing machine learning applications. The book is filled with practical insights and gems learnt from real data analysis experience. We have read almost all other data mining and machine learning books and have standardized on this book. Although the book is great, the software is amazing! Weka (the name of the software that is described in the book and is available for free) contains the largest collection of machine learning algorithms available in a coherent package. The software is written in Java and we have used it under a variety of platforms. Weka is incredible, and when combined with the well written explanations I have to give this book top marks. I'm looking forward to the next edition.

Stop searching for datamining: You've found it.
I've been working with "big name software" for some years, but when I joined the institution I work now and no tools where available I begun my quest for an open source tool that could help me build statistical models applied to real business problems.

As a result of this quest I found the WEKA data mining software on the Internet (you can find it on www.cs.waikato.ac.nz/~ml/weka/) and that nice piece of software leaded me to this book.

This book is EXCELLENT and I am giving 5 *five* stars to it as it helped me understanding the whole process of datamining: from loading the data to building the model.

I've read some reviews and I think some of them are not fair (particularly one that says that this book have "just words with no relation or sense at all").. THIS BOOK IS REALLY WELL WRITTEN but you have to read it slowly: As when you study something.

Buy this book (*don't forget to download the software*) and I am totally sure that you will be producing and using models in a week.

Can't imagine that some weeks ago

Cheers,


3-D Human Modeling and Animation, Second Edition
Published in Paperback by John Wiley & Sons (18 April, 2003)
Author: Peter Ratner
Amazon base price: $38.50
List price: $55.00 (that's 30% off!)
Used price: $33.35
Buy one from zShops for: $33.30
Average review score:

Reviews are pointless
Yup, review of books online is a lost cause. How many times have I bought a book which looked interesting and substantial only to end up with sloppy editing, crappy tutorials, poor writing, uninspiring artwork, and a huge dollar sign on its dust jacket that made me lose a quarter of my arm and leg?

More often than once. That was the case with this book.

Lessons learned? Reading reviews online is a tricky affair. Usually, the attacks are personal. They may find the book hogwash but it might just be the right one for you. Others might even have a violent reaction to the book not because it was really a trashy book to begin with but only because the reviewer misses the whole point. Imagine a raffia hobbyist reacting to a book on Javascript for Rocket Scientists and Engineers.

So no matter how advanced information technology has become there is still no better substitute for fondling the physical diomensions of a book in your local bookstore and reading it at length to have a better grasp of its usability. I know it is hard but walking is such a great exercise it will strengthen your cardiac muscles and save you hours of writing acerbic reviews of books which did not meet your expectations.

May I also remind you this book is a rehash of an old material the author has written almost eight years ago. Nothing much has improved. The author obviously is finding a way to resell an old book by coming up with a new cover but the change is clearly a cosmetic one as the contents are still MEDIOCRE.

You are better off buying Jason Osipa's book. I have it and it is brilliant both for beginners and professionals.

And, please, stay away from all Bill Fleming books on modelling and texturing digital characters. His models look so plasticky. With CGI written all over its pixels. I bought them a few years ago when I was still a fresh-faced newbie. Now they are under my bed gathering molds with my old copies of National Geographic.

I hope I helped you save some money. Support your jobless but very talented friends with it.

5 stars all the way throught the text.
This book is definitely at the top of my list as one of the most useful 3D texts that I have reviewed. It is so jam packed with information and illustrations that it will probably take me 3 years to go through it. It must have taken the author twice that long to study the complexity involved with computer animation.
I found that Mr. Ratner covers the most popular modeling techniques such as subdivision surface, NURBS, and
spline modeling. He has the reader start modeling simple objects and gradually builds up to humans. After learning how to model, he shows how to rig up humans for animation. Lighting and texturing is also covered.

Details such as making hair, teeth, eyes, etc. are also in the book and make it complete for the beginner and advanced illustrator to take note of his advice. He even includes an anatomy chapter. He must have been a med student at one time or had one of those plastic see through human figure models where you can take out individual organs. Another chapter tells how to make morph targets for facial expressions and dialogue. He tells readers which basic facial morphs are made (about 50) that lets them create thousands of others by blending variations of them. There is a lot of information about animation techniques and principles. The color insert has human model illustrations from well-known artist around the world. This book
has too much in it to do it justice in one little review.

Quite an accomplishment!
Creating the human figure in art is hard enough with paint or clay let alone 3D software. In his new book, 3-D Human Modeling and Animation, 2nd Edition, Peter Ratner builds the reader up to the task by introducing the concepts with simple, easy to construct models, then simple characters and finally the human figure. By the end of the book your models will be walking and talking. Quite an accomplishment.


The Unified Modeling Language Reference Manual (Addison-Wesley Object Technology Series)
Published in Paperback by Addison-Wesley Pub Co (23 December, 1998)
Authors: James Rumbaugh, Ivar Jacobson, and Grady Booch
Amazon base price: $50.39
List price: $59.99 (that's 16% off!)
Used price: $25.50
Buy one from zShops for: $29.75
Written by the three pioneers behind the Unified Modeling Language (UML) standard, The Unified Modeling Language Reference Manual provides an excellent real-world guide to working with UML. This title provides expert knowledge on all facets of today's UML standard, helping developers who are encountering UML on the job for the first time to be more productive.

The book begins with a history of UML, from structured design methods of the '60s and '70s to the competing object-oriented design standards that were unified in 1997 to create UML. For the novice, the authors illustrate key diagram types such as class, use case, state machine, activity, and implementation. (Of course, learning these basic diagram types is what UML is all about. The authors use an easy-to-understand ticket-booking system for many of their examples.)

After a tour of basic document types, The Unified Modeling Language Reference Manual provides an alphabetical listing of more than 350 UML terms. Entries range from a sentence or two to several pages in length. (Class, operation, and use case are just a few of the important terms that are covered.) Though you will certainly need to be acquainted with software engineering principles, this reference will serve the working software developer well. As the authors note, this isn't UML for Dummies, but neither is it an arcane academic treatise. The authors succeed in delivering a readable reference that will answer any UML question, no matter how common or obscure. --Richard Dragan

Average review score:

Surely not a reference manual
Someone using the UML to model, should use the User Guide. I think it the most usefull UML book at the moment. The Reference Manual promises to be more than the User Guide, while, in fact, it delivers less. The Reference Manual is filled with some good explanations about the use of the UML, but beware, it surely is NO reference manual. First, what version of the UML is described? It's not in the book. Second, some (basic) things are not described in the book. Third, the book contains errors. OK, the UML is to difficult to be described in a single book (that's why at this moment you can at least buy 20 books that (suprisingly) all describe about the same portion of the UML), but even basic things are excluded. An example? Try to find the definition of "class attribute" or "class operation". Yes, in fact you can find it, if you're keen enough to look in the index and think that it will probably be listed under "class-scope". But when reading that paragraph, you'll never see how to model class-scope properties. The class operation is modelled somewhere during the discusion of classes, the class attribute is never modelled in the book. I'm using the book for a week now, and I am very disappointed. I'm hardly using it anymore, instead I returned to using the User Guide and the original UML specifications.

Unusual, but good reference book
I was expecting a dry through explanation of notation. This book is not that at all. This was by design though.

The book attempts to cover all of the important topics. To get there, it takes an unusual approach. There are a few introduction chapters as might be expected. Part 2 of the book has one chapter per view. In each chapter, the view is covered both notation-wise and discussion-wise.

Part 3 was the biggest surprise for me. It is an "encyclopedia of terms." This section is worthwhile even if you are an OO person who doesn't care about diagramming with UML. It gives a definition for each term and frequently the Semantics, Notation and Discussion associated with it.

However, this book is a rough read. I opened the book randomly and found the following as an example: "Branch: An element in a state machine in which a single trigger leads to more than one possible outcome, each with its own guard condition." After reading it a second time carefully along with looking up what a "guard condition" was, I understood. The point though is that the definitions are rigorous, but hard to digest on a quick read.

The book is worth buying for your reference library for the encyclopedia section alone. I will personally be using it when I have a situation to model and know the term but not the UML syntax. The encyclopedia will lead me to the syntax.

Tip Top for the dedicated UML modeler
I do a lot of UML modelling, and I keep this book by my desk at all times. It has in-depth information, is well-written, and is well-organized.

The Reference Manual and the Users Guide are generally sold as a pair. Quite frankly, if you have the Reference Manual, then you don't need the Users Guide.

If you are just learning UML and are already familiar with any formal design methodologies, then you can do just fine with the Reference Manual alone. However, if you are new to graphical modeling in general, you may want to buy "UML for Dummies" to serve as a useful introduction.


The Zope Book
Published in Paperback by SAMS (17 July, 2001)
Authors: Amos Latteier and Michel Pelletier
Amazon base price: $27.99
List price: $39.99 (that's 30% off!)
Used price: $6.50
Buy one from zShops for: $13.90
The Zope Book is an authoritative guide to Zope, an open-source Web application server. Zope goes beyond server-side scripting languages like PHP by providing a complete object framework, a built-in Web server, a Web-based management interface, and load-balancing through ZEO (Zope Enterprise Objects). That's a considerable punch, and Zope is attracting increasing interest from developers looking for an alternative to heavyweight commercial application servers. Zope is implemented in Python, an object-oriented scripting language, and runs on Windows, Linux, and Solaris.

Written by Zope developers, this title is concise and to the point. It is aimed at people new to Zope as well as current users, although some existing knowledge of Web technology is necessary. The book is organized into three parts. The first part is introductory, outlining how Zope works and explaining basic DTML (Document Template Markup Language), a tag-based language for server-side scripting. The second, and longest, part tackles users and security, scripting with Python or Perl, using Zope's built-in search engine, and connecting to relational databases. Part three covers scaling and extending Zope, with a short chapter on ZEO and information on creating your own custom Zope classes. Reference material is contained in two appendices, one for DTML and the other for the core Zope API.

The Zope Book offers an excellent, high-level view supplemented by more detail for the most common development tasks. The authors refer you to Zope's documentation or other resources for the most advanced or specialist topics. The result is ideal for evaluating Zope, and also useful for getting started with Zope projects. --Tim Anderson, amazon.co.uk

Average review score:

Becoming dated, missing some key topics
Basic concepts are, I think, well presented. This is terribly important because even those of us who are used to working with web applications might find Zope very different from anything we've used before. This would earn it four stars except for one serious flaw: the book is rather dated. There is no coverage at all of Zope Page Templates or METAL, which are very important topics in today's Zope.

I reduced the rating to three stars because of essential deployment topics that I wanted to see covered that were also completely missing. SSL, the zope.conf file, using Zope in conjunction with Apache, for example. There's probably more, but I just don't know yet that I don't know them.

So I give it three stars for being useful, but having significant flaws. You are better off going to Zope.org and getting the latest on-line docs from there.

A good intro to the leading open source Web CMS
Although Zope may be the leading open source Web content management platform, it has suffered from a lack of comprehensive documentation. This book, and similar titles from Linux Journal Press and Sams, have begun to address this issue, hopefully bringing greater interest in the platform.

The Zope Book was written by Zope developers and is targeted at Web developers and admins who have some experience with Web applications but possibly not content management technology.

Part 1, Introducing Zope, is designed to get the reader started with Zope, explaining how to download, install, and configure the software using the platform's graphical interface. The section describes what Zope can do, explains the basics of the Zope content object model, and introduces Zope's server-side templating environment, Document Template Markup Language (DTML).

Part 2, Creating Web Applications with Zope, gets into the meat of actually making Zope applications. The section talks about scripting with Python and Perl, user security searching, connecting to a variety of relational databases, metadata, and advanced DTML.

Part 3, Developing Advanced Web Applications with Zope, covers the Zope Enterprise Objects model, scaling and extending Zope, and Zope classes.

Appendixes include DTML and Zope API references and a guide to Zope resources, including mailing lists and Web sites.

The Zope Book is not the ultimate Zope refernce, and isn't meant to be.

Have a nice development day
Within the last years, the web has become a somewhat serious business. Complex websites no longer use static, hard to update html pages, information is less and less stored in a plain filesystem like we are used to with our personal files.

Sharing ideas with hundred, millions of people (I mean creating a web presence!) involves at least 3 backend elements :

- a database,
- a server,
- a "gluing" language

Zope provides the three in the same application, perfectly integrated and quite easily deployed (respectively Zodb, Zserver, and Python)

What was needed for zope recognition as a good candidate for "out of the box", opensourced, and efficient development plateform, was a good book that would introduce the whole tool for newbies as well as experienced web developers. In short, anyone looking for something more innovative than the traditional solutions (php/apache/mysql on the opensource side / asp/IIS, sqlserver on the commercial side ...)

The book realy helps to "take a grip" at Zope. You'll quickly learn the benefits of a totally object oriented approach (look at the poor object oriented approach of other web scripting tools, such as php, asp or coldfusion), and more importantly, *how* to use the tool.

Chances are that this book won't suffice for realy complex implementations (like creating custom products), but imho Zope is more a "concept" than any other tools, and *understanding* the concept is the key to successfull implementations.

Beside the differents chapters (with each speaking about a particular domain of Zope), you'll find a complete reference of the Zope API, and it's templating language, DTML.

After the reading of this this book, I feel ready for more complex implementations of web applications. That's just what I was looking for. I'd say I'm quite pleased.
As usual, your comments are welcome!


Modelmania: The Working Model's Manual
Published in Paperback by Dog Gone Books (01 October, 1998)
Authors: Karl Preston and Karl Preston
Amazon base price: $21.95
Used price: $4.86
Collectible price: $14.87
Average review score:

Professional Model from Europe
The writer is a complete idiot. He is nothing more than a headshot photographer (and not a particularly talented one at that), and writes at a first-grade level.

This book is worthless trash.

If you get only one book on this topic,...
Get this book! It is a wonderful introduction to the field of modelling and commercial acting. The information is accurate and insightful. The book turns wannabes into informed, prepared competitors! As an adult male, I find the book particularly helpful, as it is not pitched toward pre-teenage girls like many other excellent books. The step by step approaches to getting photos, contacting agents, going to go-sees and auditions, were great. I am now with a great agency, have booked both print and TV commercial work (as a SAG principal, no less...), and am pursuing acting as well. This book has prepared me well and I highly recommend it.

A real opinion from a real person!
I stumbled onto this book as a total idiot to the world of modeling. I followed its steps as far as to contact Karl. After talking to him for only a few minutes I knew he was giving me the "Real Story" on the business. His advice as a photographer and as a model has helped me get a confident start on a promising career. This book cuts through the smoke and mirrors and gives the reader the realistic approach to the business. This small investment will save you literally thousands of dollars in starting a modeling career as well as educating you on all the scams, and illegitimate agencies that paint a newcomer a false picture. A must read for all wannabe models and parents who are interested in a Modeling career for their child.


Microsoft Commerce Solutions
Published in Paperback by Microsoft Press (31 March, 1999)
Author: in Micro Modeling Associates
Amazon base price: $49.99
Used price: $0.15
Collectible price: $12.99
Buy one from zShops for: $1.06
Microsoft Commerce Solutions explains Microsoft's vision for the architecture of custom applications developed with its tools. This architecture allows programmers to attach a variety of processing algorithms--and user interfaces--to a common database. The book provides conceptual information before giving some details on the technologies used to implement it in various situations.

Chief among these technologies is Microsoft Site Server 3, the capabilities of which (along with Site Server Commerce Edition and Microsoft Transaction Server) receive much attention in these pages. Readers get a rundown on how to operate the servers in a variety of situations. One particularly useful example walks readers through the creation of a Web storefront with a minimal amount of coding, while another sets up a sophisticated system for displaying banner ads on Web pages.

In addition to outlining what the server software can do, the various contributors get into the mechanics of writing server-side scripts in the form of Active Server Pages (ASP) with embedded JavaScript, JScript, and VBScript. The authors include enough explanatory and illustrative material on each language that even novice programmers will feel comfortable.

The publisher ought to put more effort into copyediting future editions, though--Microsoft Commerce Solutions has too many spelling and grammar goofs. But if you're looking for a comprehensive introduction to the technologies Microsoft has for processing and publishing information, this book's for you. --David Wall

Average review score:

Good overall picture
I have been searching a long time for a book (or article) that covered the Microsoft solutions suite for e-commerce but had no luck. Finally, a collegue of mine at work recommended this to me and I'm glad to say that my search has finally ended.

This book explains how all the different microsoft technologies piece together and the functions each of them serve. There were certain things I didn't quite like about the book however. I thought the chapter covering asp and html was unnecessary as you cannot pack those two into a single chapter each. That would have dropped some weight and $$ off this book too.

If you are looking to learn about e-commerce infrastructures and also what it takes to set up a site using the microsoft dna, then this is THE book to refer to. You do not have to read this chapter by chapter (I didn't) as each chapter is self-contained.

And here's something else you might find useful too. If you are about to implement a site using the microsoft dna, then go the http://www.microsoft.com/seminar site too. Much of this book is covered by those free online seminars and you'll also get handy security and performance tuning tips (but still get the book, it's a good one to read on the bus/train).

Good Luck !

The Big Picture
I have been searching a long time for a book (or article) that covered the Microsoft solutions suite for e-commerce but had no luck. Finally, a collegue of mine at work recommended this to me and I'm glad to say that my search has finally ended.

This book explains how all the different microsoft technologies piece together and the functions each of them serve. There were certain things I didn't quite like about the book however. I thought the chapter covering asp and html was unnecessary as you cannot pack those two into a single chapter each. That would have dropped some weight and $$ off this book too.

If you are looking to learn about e-commerce infrastructures and also what it takes to set up a site using the microsoft dna, then this is THE book to refer to. You do not have to read this chapter by chapter (I didn't) as each chapter is self-contained.

And here's something else you might find useful too. Much of this book is covered by those free online seminars and you'll also get handy security and performance tuning tips (but still get the book, it's a good one to read on the bus/train).

Good Luck !

This book help me very much
this is only book that i can buy in china which about site server.I want to find a book about site server for long time ,and now ,i find it. if you want to learn someting about site serve, you can buy it .if you want to master site server, you can throw it.


Windows 2000 & Windows Server 2003 Clustering & Load Balancing
Published in Paperback by McGraw-Hill Osborne Media (09 April, 2003)
Author: Robert J. Shimonski
Amazon base price: $34.99
List price: $49.99 (that's 30% off!)
Used price: $25.77
Buy one from zShops for: $25.75
Average review score:

Alotta stuff missing entirely
I bought this book (rather skimpy size) and win2000 clustering (bigger) book to try and tackle several clusters I am to build in 2003 EE. Thanks GOD I bought the 2000 book also. Much of the usable information came from the 2000 book, not the 2003 book. The 2000 book goes right at 2000 clusters, and covers them in detail. This 2003 cluster book spends half the paper rehashing 2000 clusters and then begins showing some of the differences in 2003. Half of the smaller 2003 book is about 2000 clusters. If you do not read the whole book, in order, you cannot build a cluster in 2003. 2003 clustering seems more like an afterthought than the main concern. I also am trying to build IIS6 failover clusters. This book mentions IIS clusters, not at all, nowhere. In 2000 clusters, IIS is a checkoff. In 2003 there is nary any clear documentation on it anywhere, especially this book. While SQL seems to be covered in the 2003 book there seems to be an absence of other program types.
This book lacks any detail on many subjects and omits critical ones entirely.
If you want a technical reference, how to book, this is not it.
Shame. Its currently the only one out there for 2003 clusters.

Semi-accurate technical content, extremely poor writing.
This is without a doubt, the most poorly-written technical reference I've ever had the displeasure of reading. I agree with the other reviewer who picked out the numerous Windows 2003 Server errors - this book was rushed to press, and should have waited for the final release instead of being based on RC2.

I cannot believe a professional editor gave this book their stamp of approval. I have to take breaks every dozen or so pages, not because the concepts are too difficult, but because the author's akward sentences make my head ache.

Unfortunately, this seems to be the only book on the subject. I would stick to using whitepapers and web resources.

Outstanding Publication
In the sea of Windows Server 2003 titles surfacing, It is nice to see that at least one book, has come out by ONE author speaking from experience. I have noticed in the other books I have read, many others are having the same problems I am, the books are rushed out so 40 people write them and most of these folks have no production experience on the product so the books are pretty much a rehash of other stuff. They are rushed out, and we suffer. This book is nothing like that. The author has helped me understand exaclty what I wanted to know: how to plan a Windows 2003 upgrade from 2000 so that I can use my clusters and load balancing. Here are my favorite highlights about this book -> written from experience. You can tell the author works in the field as 90 percent of what is written comes from real life examples. You can tell that the author is not biased towards Microsoft technologies. The author tells you when he is working on something in production, he tells you when he is working in a lab. He clearly tells you the good and the bad. Another great thing is that this book is written on both the techie level and the managment level. I am a manager of a medium network, and I needed what was in this book which was tons of project planning guidance, what to buy, how to test it and so on. My last nice thing to say is that I loved how this book also took a focus on hardware for once. Too many authors write with no valid expeience so you miss all the hardware gotchas out there that people like me (in the trenches everyday and weekends) has to deal with. Not this one. You will know from when you start this book to when you put it down (thanks also that its only about 400 pages) how to design, cost estimate, implimenent, test and monitor your clusters. I loved the fact that I picked up tips on how to get free pre-sales support to help design my cluster with the vendor, it saved me some cash too on consulting which also helps. Ok, now here are the cons. Wish there was more of a focus on IIS. Another reviewer also mentioned this, so I will also say that as well because that would have put this book on my shelf forever. I agree and wish there was more on IIS. Other than that, the book gives you exaclty what it says it will, to help you plan and deploy a Windows 2003 cluster and load balanced solution and you will know how to upgrade your 2000 boxes without destroying them in the process. No stone is left unturned as the author makes certain you do not miss anything there is to know and there is even a section on how to back up your system so you dont kill it in the upgrade process.


Related Subjects: Mixed-account
More Pages: Modeling Page 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 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467