Used price: $31.50
Buy one from zShops for: $34.89
A precise title would have been "Maps of Websites" as it doesn't offer much in terms of step by step instructions on how to do what the authors point out is "good."
So, it comes the closest out of any web-design manual/showcase to a lucid vision of proper web architecture. . .
all of these ideas, however, are thoroughly covered in organizational and planning manuals.
If you already have a good idea of how you want to organize your website and want to take it to the next level, you need a map that can sequence and structure your ideas in a visual format. Its is one of the best ways to gain insight into the overall user experience, help you optimize your architecture and share it with others (no web skills necessary).
This book is a great tool when it comes to looking at examples that illustrate the best mapping alternative for your particular project. As with all maps, the detailed visual examples are a great way to convey the essence of mapping (yes, it is an art).
I've used the information in this book to build maps that help design efficient sites from scratch and optimize the user experience of highly complex mega-portals.
The only thing missing? A section on software applications that will help you to design maps - I use freehand and illustrator which elevate mapping to art form (great for creating an impact in important pitches). A CD with design clipart would also be a useful resource (symbols, icons, pages, etc.).
Used price: $7.75
List price: $39.99 (that's 30% off!)
Used price: $25.69
Buy one from zShops for: $25.90
Others have said, "It's full of samples." While this is true, many of the samples are for very obvious functionality, whereas very fundamental and complex functionality ends up getting minimal treatment (an example is the Fill() methods for the Data Adapter). While there's more written explanation of the Fill() methods, it is sorely inadequate and the samples are very basic. I would expect much more coverage and probably even an appendix at the end to cover it in more depth.
For the most part, I find the book no more useful than the SDK documentation and samples that you get for free. For a book with 10 authors, I'd expect a lot more insight and knowledge to be passed on and sadly, that doesn't appear to be the case.
Even for the "Reference" books Wrox does, they normally do a much better job of passing along great insight from the authors. If you need treeware docs for ADO.NET, then I guess this book will do but personally, I'm sticking with the online documentation.
ADO.net is the most undocumented are of .net and this book offers hundreds of code samples. The COM Interopability chapter is very good and introduces he obcure Recordset fill and how to use ADOMD from .net!
The Transaction chapter is way too small and incomplete. Another flaw is the fact that the book is supposed to cover VB.net and C# but they were sloppy and it is not a 50/50 split. Often they forget the VB.net samples. You would think their editors could count and make sure all examples come in pairs.
I think it is a great buy but I hope they get all VB.net examples in 2nd edition and a re-orgnization to be more task oriented.
Used price: $3.01
Buy one from zShops for: $3.02
A clear target audience (experienced ASP and VB6 developers), and clear objectives help - the book's intention is clearly to communicate the essentials, and the practitioner will then get more detail from other sources.
The book clearly presents the VB.NET language, the new ASP architecture, how to develop using server-side and user controls, and supporting technologies such as Web Services and ADO.NET. However, there are some omissions. For example, the book states that you can't raise standard events from User Controls, not only is this possible, but the standard MSDN documentation has a very simple example of how to do so.
If I have a major complaint, it's that the book was not developed around Visual Studio. Instead the examples are mainly pure text, similar to old server pages. This has two drawbacks: it fails to support the new paradigm of web development which Microsoft have finally raised above hacking with a copy of notepad; and it's sometimes difficult to relate the text-only examples to code generated by the Visual Studio design tools, and vice-versa.
Another weakness is shared with many other books on web-based development, especially in the Microsoft arena, with very little focus on how to properly structure code and solution components. I have had to resort to Java-based architectural pattern books, and I think there's a major gap in the market here.
This won't be the only book you'll buy on .NET: I also purchased "VB.NET for Developers" by Franklin, and "the Visual Basic Programmer's Guide to the .NET Framework Class Library" by Powers & Snell, both in the same series from Sams. However, I can recommend it as a good clear introduction to ASP.NET, which doesn't require you to read thousands of pages.
I've read through 3 other books so far and this one has the best gradient on learning a new technology.
Why not 5 stars? With any new technology such as this there are many new technical words introduced. In order to fully grasp a subject you must know what the words mean. Authors should define the new words at the first occurance in a book AND provide a glossary at the back as a reference to these new words. Very, very few books do this. So I just define the words myself and write the definitions in the book.
But, overall I enjoyed this book very much. It's a smaller size than the rest making it very portable. All the examples are in VB.NET too (in case you're wondering).
Used price: $18.90
Buy one from zShops for: $29.08
1. It constantly tries to SELL you on VRML. Every tenth word is
"exciting".
2. It tells you all sorts of irrelavent stuff, like VMRL 1.0,
early VRML history.
3. It gives almost no examples.
4. It has almost no illustrations of what the VRML will render to.
5. It reads like a W3C reference manual. It constantly presumes you already know everything so there is no need to explain anything.
6. Here is an example of some prose that tells you that you must write "Shape { geometry Sphere" in that order.
"For geometry nodes to appear to the viewer, they must be contained by a Shape node and they can only appear in a geometry
field of a Shape node. Geometry nodes can't be children of group
nodes because they aren't leaf nodes. Geometry nodes, therefore,
must be contained by Shape nodes. The shape node contains one
Geometry node in its geometry field."
ALL THIS WITHOUT A SINGLE EXAMPLE OF WHAT THE HECK HE IS TALKING
ABOUT.
7. You come out the end not able to even do anything more complex than the two simplest W3C examples.
8. 3/4 of the book has nothing to do with how to write VRML.
The Language is understandable and clear.
Used price: $15.00
Collectible price: $35.00
Paul just turned 90, and still attends Highpointers conventions and climbs to the highpoints.
So, buy this book to enjoy some history. If you want the most recent information, Highpoint Adventures by the Wingers seems to be the most up to date. Start a library of highpointing books!
Used price: $2.18
Buy one from zShops for: $2.50
I would recommend it for junior developpers
Used price: $6.96
Buy one from zShops for: $6.93
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
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.
Used price: $15.60
Buy one from zShops for: $4.80
but this....c'mon
Although writing the first four chapters must have been fun for the authors - for us, the readers, its just painful. Long and rather vague, XML is described from many angles without getting on a level where you really would know where to start in a practical sense. So when you really have to know about XML, or just need some reference, this book is most probably not for you.
Chapter 5, trying to compensate for the lengthy introduction, finally presents the XML object in warp speed. (If you are new to the subject, statements like "it would be so much easier if objects could be made directly from objects instead of having to remember its class" are more confusing than helpful, reflect bad style and do not really sell the idea behind object oriented programming).
Chapters 6 to 10 are not that bad when showing how XML shuffles the tarot cards. Still it might be too cloudy for beginners as the authors just lack focus.
The Rest of the book (XML Sockets, Perl Scripting, mySQL, PHP) gives you some ideas for the next books to buy, but definitively offer nothing you can start to do real business with.
In a nutshell: When having read this book you will know what XML is on a high level and how you deal with it once it sits within your flash movie. But this is not what XML was primarily made for.
When having read this book you still will not have much of a clue from where you will get interesting, business relevant XML data and how to make your flash application talk to the professional world of high end, high paid real world applications. Neither is there much help about dealing with end to end responsibilities. (test, debug, tune end to end transactions from Flash front-end, via web- and application servers down to databases and vice versa).
For my taste this book still remains with the classic, design oriented flash programmer rather than to finally extend Flash's scope into the realm of serious application development. The book's focus is ways too much on how XML is used internally within flash, rather than to make XML do what it was designed for: standardized communication across new and existing systems and new (web) services. Otherwise you might really ask yourself, what all the fuzz about XML really is.
As I have already said: do not polish your Porsch in your garage, take it out , learn to drive and experience the real world!
List price: $54.99 (that's 30% off!)
Used price: $26.99
Buy one from zShops for: $34.93
The first 6 chapters are very very XML basics not related to Web services. And the rest of chapters shows up with a simple example with no complexity and surprisingly the code did'nt work with latest JWSDP download from sun site. It looks like the code needs an update.
Chapter 12 to 14 does not address any practical reality and the case studies Chapter 14-16 are not well illustrated and the code did'nt work for me.