Showing posts with label dhtml. Show all posts
Showing posts with label dhtml. Show all posts

JavaScript Bible Review

JavaScript Bible
Average Reviews:

(More customer reviews)
I have a few javascript books already, but they are out of date. I bought this book, which claims to be published in 2007, to learn to be more DOM and W3C compliant. However, from reading this book so far, I find that the material in it are as outdated as my older books. For example, the book still encourages the use of the "innerHTML" method, which is neither a W3C recommendation, nor is it encouraged anymore. Furthermore, the book shows you to convert a "number" type to a string by doing this:
var num = 100;
num = "" + num;
That's just silly. What happened to the toString() method? How about doing this?
var num = 100;
num = num.toString();
Also the book doesn't encourage separation of structure from functionality. The book's examples have javascript all mixed together with the markup. This is clearly not the modern, correct, and recommended way to script a web page.
So far, these are the gripes I have about this book... and I'm only on chapter 6. It makes me feel like I don't want to finish this book, because I might adopt these outdated methods of scripting.
I do not recommend this book.

Click Here to see more reviews about: JavaScript Bible

Make your Web pages stand out above the noise with JavaScript and the expert instruction in this much-anticipated update to the bestselling JavaScript Bible. With renowned JavaScript expert Danny Goodman at your side, you'll get a thorough grounding in JavaScript basics, see how it fits with current Web browsers, and find all the soup-to-nuts detail you'll need. Whether you're a veteran programmer or just starting out, this is the JavaScript book Web developers turn to again and again.
Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Buy Now

Click here for more information about JavaScript Bible

Read More...

Web Development with TIBCO General Interface: Building AJAX Clients for Enterprise SOA Review

Web Development with TIBCO General Interface: Building AJAX Clients for Enterprise SOA
Average Reviews:

(More customer reviews)
The book provides very little in the way of examples on how to implement the TIBCO GI classes and components outside the standard methods covered in samples from the TIBCO web site. For example, the section on matrix functions has virtually no in-depth examples or information on how to use the libraries to do basic operations like working with the current matrix record. The author frequently says that the API documentation is very good, but the API lacks any examples on how to actually use the libraries and the book adds almost nothing to that lacking.
The samples are so similar to those available from the web site that they are of little use. The references to the code examples in the book are often listed as "see the sample". The book often provides no information on where in the samples to look, so finding where the author is referencing a particular function in the sample code is painful at best.
If the author spent more time covering what the API and standard docs do not provide, the book could be useful, but without that it is almost a collection of scattered thoughts and not a cohesive reference tool.
TIBCO GI is an excellent product and deserves a solid reference, but this book does little to fill that need. Hopefully, a second edition will be of more use and not a waste of money.

Click Here to see more reviews about: Web Development with TIBCO General Interface: Building AJAX Clients for Enterprise SOA

Web Development with TIBCO General InterfaceBuilding AJAX Clients for Enterprise SOAAnil GurnaniUse TIBCO General Interface to build web applications with state-of-the-art performance and usabilityTIBCO General Interface provides powerful tools and a framework to craft AJAX-based web applications that rival desktop applications in performance and usability. This is the only book that offers developers thorough guidance for using TIBCO's award-winning open source tools to build interactive, high-performance GUIs and integrate them with leading server-side technologies. Experienced TIBCO General Interface developer Anil Gurnani focuses on applying General Interface in real-world production applications and presents numerous working examples that can easily be adapted for your existing sites and applications. You'll first walk through the fundamental concepts and techniques needed to build powerful General Interface clients. Next, you'll dive into specific back-end technologies, mastering them through start-to-finish case study projects. Finally, drawing on his own experience building enterprise-class General Interface applications for the financial services industry, Gurnani illuminates advanced topics ranging from charting and collaboration to application optimization. Coverage includesIntegrating XML and XSL with TIBCO General Interface's XML Mapping utilityExtending General Interface widgets with object-oriented JavaScriptIntegrating with web services, databases, portals, and messaging systems: start-to-finish case study sample applicationsIntegrating General Interface applications into service-oriented enterprises using Enterprise Service Bus (ESB) Using OpenAJAX Hub (TIBCO PageBus) to simplify collaboration among GUI components Anil Gurnani's book greatly augments the available information for developers learning and using TIBCO's General Interface. …With this book, you will quickly be building General Interface applications, faster and easier than ever before.—Michael Peachey, co-founder of General Interface and Director of User Experience, TIBCO SoftwareAnil Gurnani has written extensively on technical topics for many prestigious magazines. He is an adjunct at SCPS, New York University, where he teaches advanced courses focused on web and enterprise technologies including Core Java, JEE, and .NET. He is also an expert at managing large, global, multifunctional teams to architect and build complex distributed systems with a portfolio of front-end applications and back-end services.About the CD-ROM The accompanying CD-ROM contains all source code files for working examples. Updated code and additional resources are available on a companion website.Web Development/Ajax

Buy Now

Click here for more information about Web Development with TIBCO General Interface: Building AJAX Clients for Enterprise SOA

Read More...