Used price: $8.45
Used price: $19.95
Buy one from zShops for: $27.00
Great book to begin self-instruction of the language. It would be improved if the dictionary pages included more vocabulary.
List price: $32.00 (that's 30% off!)
Used price: $19.99
Buy one from zShops for: $19.00
The book itself is very technical and detailed regarding the origins, character, composition, and genre of the so called 'Q' document. The authors discuss 'Q' as it relates to the Synoptic problem (i.e. source criticism), the reconstruction of 'Q' (i.e. it's wording, order and extent), the dating of 'Q,' and the language in which 'Q' is believed to have been written. Moreover, the authors discuss the origins of 'Q' and what they call "the people of Q" (i.e. physical locale, social location, and the people who allegedly wrote the 'Q' document).
The second half of the book deals with theology and ideology regarding Q. The authors cover a history of dogma or trends in the Synoptic problem throughout the last 200 or so years (i.e. what certain New Testament scholars espoused regarding the sources of the N.T. documents). What's more, this book fits 'Q' into the already present source hypotheses. Another aspect which surrounds this book's study of 'Q' is the influence of the Cynics. Is 'Q' a Cynic document? Thus, Greco-Roman Cynicism is discussed in some detail and how 'Q' might possibly have it's origins in Cynicism.
At the back of the book is a very small glossary which was somewhat helpful. However, the works cited section is huge, going from page 460 to 518. Overall, this book contained a tremendous amount of detail about a document that is merely speculative. There is no evidence (physical, traditional, or otherwise) for the 'Q' document, and yet hundreds of pages can be produce about all the details surrounding it. Go figure. Nonetheless, if you are wanting to study 'Q' then in my estimation this is the best book to read.
I basically liked this book - but then I am a graduate student in biblical studies and so already committed to being interested in technical studies about obscure "data" which fit into the narrow specialisms of today's biblical academy. What I'm saying is that this book will not have broad appeal since its VERY technical. That said, the discussions, particularly the ones on "The Q document and the Q people" and "Reading Q in the Galilee" I found to be stimulating explorations into the possible as regards Q and the sources for the sayings of Jesus. Perhaps that's all that such discussions can hope to be. Certainly any taking of this book's contents for the final word on the subject should be shelved: tomorrow will bring newer conclusions.
One point I really liked from this book was its emphasis and concentration on the social location of both Q's interpreters and also the writers/collaters and readers of the Q document itself. This "social" criticism of the Bible has been going on for a while now and this book continues that tradition admirably in exploring the links between Q and the Greco-Roman Cynics hypothesized of Galilee. Such questions are worthy of study and essential to an understanding of Q (should the hypothesis ever become so genuinely held that such theories attain more than their current provisional status).
In his introduction to the book the author writes that his offering is to be about Q "and the difference its existence makes". I think the offering of hypotheses like the ones this book offers about Q are valuable talking points and this book is another valuable addition to debates about Q.
PoSTmodERnFoOL
It starts with the basics of pitch (it even explains how the keyboard is sometimes used as a TOOL for those who don't study keyboard). It also clearly states how scales are used/studied, what scales are more popular then others and why, and what can be done with scales. How chords are constructed, where they come from, why they are the way they are, the different ways to make a chord. Trust me, it's all here.
I suppose I should just say that format is the key with this book. Pretty much the difference between a good textbook on theory and a bad one is just that: format. If things are in order and explained systematically, anything can be taught/learned.
Other, specific things I would change about the book: 1) The chapters on part-writing emphasize too heavily the minutiae of voice-leading and thus obscure the point that we're talking about the relative motion of complete melodic lines. More exercises involving only two parts, to give students a thorough grounding in the basics (i.e., no parallel fifths and octaves), would really help. 2) Although including discussions and examples from popular music is a good idea, the section that tries to explain the concept of "suspension" in pop chord symbols is skimpy and confusing. 3) I find the whole explanation of harmonic progression, based on the circle-of-fifths progression, unconvincing. Piston's looser cataloging for me better fits the reality of tonal music.
Let's face it: expository writing is tedious. It is not meant by nature or design to be a page-turning writing device. Nonetheless, Kostka's survey is complete, providing adequate and clear examples, and written in a very succinct manner. True, Kostka does dwell in a few places, but these minutiae-explanations are necessary (if you have ever taught elementary theory, you will understand immediately). The organization of the text is second to none, and the authors are consistent in explanations and refrain from "inventing" jargon or becoming unnecessarily nebulous (Gauldin, for one, is notorious in this regard).
List price: $59.99 (that's 30% off!)
Used price: $6.97
Buy one from zShops for: $6.94
Professional JSP is one way to get up to speed. Like many of the books published by Wrox Press, Professional JSP covers a specific technology in-depth, as well as the various ancillary topics relating to it such as databases, servlets, and XML. While not every developer will need every web technology covered by the book (and there are many), the book works both as a tutorial to cover the basics and a reference for technologies that you may encounter later.
Professional JSP starts by covering the basics of Java Server Pages, and how they relate to other web technologies. Embedded in HTML pages, JSP provides an easy mechanism for creating interactive web interfaces that draws on server-side components, known as Enterprise JavaBeans. While the presentation logic is written in JSP, the processing occurs within these JavaBean components. The book takes a balanced approach, covering both JSP and its syntax, as well as how to write and interact with JavaBeans to perform useful tasks, like accessing databases through JDBC and using other Java technologies. However, if you've read other Wrox titles, you may find there is some overlap in the topics covered.
One of the nice things about Professional JSP is that, in addition to covering theory, it goes further and examines practical applications of JSP, and issues for programmers like security and debugging. Like other titles in the Professional series, there are case studies of real projects using JSP and related technologies. My favorite would have to be the case study on porting Active Server Pages to JSP -- something that is extremely important for developers with "legacy" web systems. On the whole, Professional JSP is an excellent book for web developers wanting to get up to speed with Java Server Pages, web development, and Enterprise JavaBeans. However, developers with less of a web presentation focus and more of back-end server view may also want to consider the excellent Professional Java Server Programming title, which also covers JSP. -- David Reilly, reviewed for the Java Coffee Break
The book consists of 20 chapters. The first 12 chapters discuss the various salient aspects of JSP and the rest ( about two third of the whole book) is devoted to case studies.
A. THE BOOK'S STRENGTH:
By adopting Tomcat as its main testing software, the editors of "Professional JSP" have assured that most of the code examples will work. This is a big improvement over the past wrox books.
There are some excellent chapters in the first part. The discussion on session tracking is a real gem although the author failed to make a showcase of the code examples. The chapter on JSP Architecture contains some of the clearest explaination on the techniques of redirecting, forwarding and requestdispatcher. The chapter on customtags is equally very well done. But my favorite is the chapter on Global Settings, the idea is so practical. I also like the idea of emphasizing the importance of authentication which showed in many chapters of the book.
The case studies will serve as an excellent reference. Its coverage ranges from (1) the front end of an insurance company (2) a good pictures website which use JSP to publish its data (3) Security with JNDI (4) a online store using LDAP and JSP (5) J@EE, EIBs and Customtags (6) Multimedia and JSP (7) Weather website with JSP, XSLT and WAP (8) Porting ASP to JSP.
2. BOOK'S WEAKNESS:
The book is a combined effort of many authours and its unevenness showed. The first three chapters to introduce to JSP are out of place and a real waste. The chapter on Dynamic GUIs is a great idea which turned into a joke: after showing the general diea how to do it, the author sent readers to his website to learn the rest(?). And the chapter on JDBC connectivity and Pooling is a big disappointment: most of the chapter devoted to get connection, create databse,editing it and make query; and the rest the author explained how to use his own pool manager package, PoolMan. This wouldn't be too bad if PoolMan worked, with Tomcat.
The richness of the case studies is also its weakness. Unless you are experienced and have the facilities, you can't test them all. These techniques become obsolete pretty quick.
Probably the strongest objection to the book is its price. Buy it for your company and share with your colleague.
After the JSP fundamentals are out of the way (which I am sure any JSP newcomer will appreciate and can benefit from), the book picks up pace with discussion on JDBC connection pooling, and the best practice for data access from JSP. Then comes the chapter on custom tags. My favorite chapters are the ones on debugging JSP's and implementing the MVC design pattern in JSP/servlets.
The case studies are very comprehensive and closely correlated to the earlier chapters. In one case study the design methodology is clearly explained with UML diagrams, which are very helpful to someone who is currently architecting an enterprise Java Web application. Other case studies cover such a wide area of topics such as JSP in combination with LDAP, EJB, XSL, and WAP.
For ASP developers, this books has two enormously useful chapters to get them started on JSP right away. One is a case study showing how to port an ASP app to JSP, and the other compares and contrasts the object model and syntax between ASP and JSP.
Having said all the above, this book does suffer from certain weaknesses. One is typical of any multi-author book, i.e., repeat of the same topic in different chapters. This is the case with JDBC, which shows up in both chapters 4 and 7. Another problem is the lack of the use of a standard servlet/JSP container, which will help new users to run all samples under the same software setting (although there is an appendix on setting up Tomcat server). Finally, a few chapters seem to be out of place in term of the logic flow of concept, such as the ones on dynamic GUI's and JNDI.
Finally, this book is still thin on heavy-duty J2EE topics, such as EJB, distributed transactions, message service, and interoperability with CORBA. This is why I consider it as an intermediate level book, not an advanced one. Hopefully we will see another Wrox book in the near future that addresses some of these issues.
maybe it's that i sat down and read half the book in one sitting - not advised. your best bet is to skim, there are a few treasures in here. when it's good, it's very, very good. when it's bad, it's just awful.
There's so many stories, you really can't go wrong; there's going to be something in there for you, and if you run across a couple of stinkers, so what? They were only 3 pages long anyway!
A must for writers looking to hone their voice down to a sharp point.
Used price: $2.50
Collectible price: $11.90
Buy one from zShops for: $6.89
Fans of Groucho will also want to seek out the essay Adam Gopnick published in the New Yorker in March 2000.
I also enjoyed both of Arthur Marx'es books about his Dad: Life With Groucho and Son of Groucho. Both of these books are now out of print, but well worth seeking out.
There are two main problems: one is that there are virtually no notes, despite the vast amount of direct quotes from various sources. There is a list of major published works on Groucho, with some given helpful annotation, but more detailed notes should have been present. The other problem is that, too often, Kanfer forgets to let us know what year he's talking about, or how much time is passing between sections. Several times, I found myself flipping back and forth, trying to place an incident in time. The book is strictly chronological, but the details get slippery. I would also have liked a few more photographs. Overall, recommended--almost certainly the best bio yet about a cherished and never to be forgotten man.
That being said, I don't see many of the flaws in this book that some previous reviewers have mentioned, in that I can't really comment on the author's accuracy or lack of.
What I can say is that this is an interesting book, and certainly portrays Groucho in what is to me an unacustomed light, a far cry from the absolute character that he is in the films. Intead, we see a man who, because of the demands and treatment he received during his childhood, has difficulty dealing with women and children on many levels to the point where he seems to drive three of the most important women in his life (two wives and one of his daughters) into severe alchoholism.
What I found to be most interesting about this book (to its credit) is it portrays Groucho's fears and sensitivities, especially to critics reviews (although, in the end, for Groucho the bottom line was always the box office, and not the critics). Its ironic then that based on this book's descriptions of Groucho's reactions to things written about him, its quite clear that this book probably would have outraged Groucho since its overall depiction of him is far from flattering in many respects.
Used price: $0.68
Collectible price: $5.25
Buy one from zShops for: $0.68
List price: $17.00 (that's 30% off!)
Used price: $5.78
Collectible price: $10.59
Buy one from zShops for: $9.52
On the plus side, Kanfer does indeed delve beyond the standard name-and-dates syndrome of other animation histories. He attempts to provide a broad overview of the early years of animation and how non-Disney studios were to eventually fall to the Mouse. When focused, Kanfer's writing is extremely engaging and his accounts of the various political maneuverings are facsinating.
Unfortunately, Kanfer attempts to squeeze too much into to little space. One could easily see this book being twice the size it is now. As such, the very aspects one wants to explore most - how such things as economics, war, race and politics in America effected animation - are never really fleshed out for any given studio/cartoon beyond a few pages, or paragraphs. Significant space is given to Disney's story (perhaps deservedly so), but I would've liked to learn more about 'outsider' studios as well.
Kanfer also has a habit of not staying focused in his chapters and bouncing suddenly from place to place. It doesn't make the book unreadable by any means, but it does distract from the over-all flow of the narritave.
All in all though, I would recommend this book to anyone interested in a general historical overview of animation.
List price: $14.00 (that's 20% off!)
Used price: $0.41
Buy one from zShops for: $4.50