Computer Programming

Google

General

Programming
APIs and Operating Environments
Extensible Languages
Graphics and Multimedia
Languages and Tools
Software Design
Web Programming

Languages

ADA
ASP
Assembler
Basic
C#
C and C++
CGI
COBOL
Delphi
Eiffel
Forth
Fortran
HTML
Java
Javascript
LISP
Logo
Modula 2
Pascal
Perl
PHP
PL/I
Postscript
Prolog
Python
QBasic
REXX
Smalltalk
Visual Basic
XML

Databases

Access
Clipper
DBase
Filemaker
IBM DB2
Informix
Ingres
JDeveloper
MySQL
Oracle
Paradox
Powerbuilder
SQL

Software

Database
Development Utilities
Graphics
Linux
Programming
Programming Languages
Training & Tutorials
Web Development

HobbyDo


Search Now:

XML BOOKS

Posted in XML (Monday, October 13, 2008)

Written by Stephen Breitenbach and Tyler Burd and Nirmal Chidambaram and Eve Astrid Andersson and Xiaofei Tang and Paul Houle and Daniel Newsome and Xiaolan Zhu. By Peer Information Inc.. The regular list price is $34.99. Sells new for $12.40. There are some available for $0.45.
Read more...

Purchase Information
1 comments about Early Adopter VoiceXML.
  1. This is more than just another VoiceXML book. It goes into all the elements and architecture needed to get started developing phone web applications. I've bought 3 books so far and sent two of them to partners working with me on getting a phone web server online. Covers Voice XML Gateways, two different grammar formats, AVR Software, TTS, dialog design, even a chapter on XSLT, plus tons of VXML code examples. Highly recommended!

    Roz



Read more...


Posted in XML (Monday, October 13, 2008)

Written by Matthew MacDonald. By Apress. The regular list price is $39.99. Sells new for $4.95. There are some available for $5.00.
Read more...

Purchase Information
No comments about Office 2003 XML for Power Users (Books for Professionals by Professionals).



Posted in XML (Monday, October 13, 2008)

Written by Brett McLaughlin. By O'Reilly Media, Inc.. The regular list price is $34.95. Sells new for $3.73. There are some available for $0.02.
Read more...

Purchase Information
5 comments about Java and XML Data Binding.
  1. The book describes the JAXB api based on an early access version. The definitive version is completely different form the early access version, making this book almost useless.


  2. The book describes the JAXB api based on an early access version. The definitive version is completely different form the early access version, making this book almost useless.


  3. This does not talk about JAXB at all. What it talks is about some non standardised APIs that existed before JAXB.
    The brief mention of JAXB ( 4 pages ) is only philosphical. Even that is w.r.t. an obselete version with DTD support.
    ( Current JAXB only supports XML schema )


  4. This book was written before the version 1.0 release of the JAXB data binding API's. As a result much of the information in this book is incorrect and not current. If you follow the instruction in this book you will NOT sucessfully perform XML binding to java objects. For example, the book uses DTD's as the XML description model used by JAXB. This is wrong DTD's were dropped in favor of XML schemas. The instructions for using the JAXB jar files are wrong. The required jars have changed since this book was printed. The instructions for using the generated java data binding classes is wrong, the usage has changed since this book was written. The author tried to get to far ahead of the technology curve on JAXB and as a result authored this book too early in the JAXB life cycle. The book is of minimal value.


  5. This book was written before the version 1.0 release of the JAXB data binding API's. As a result much of the information in this book is incorrect and not current. If you follow the instruction in this book you will NOT sucessfully perform XML binding to java objects. For example, the book uses DTD's as the XML description model used by JAXB. This is wrong DTD's were dropped in favor of XML schemas. The instructions for using the JAXB jar files are wrong. The required jars have changed since this book was printed. The instructions for using the generated java data binding classes is wrong, the usage has changed since this book was written. The author tried to get to far ahead of the technology curve on JAXB and as a result authored this book too early in the JAXB life cycle. The book is of minimal value.


Read more...


Posted in XML (Monday, October 13, 2008)

Written by William Wagner and Ralph Hilken. By Prentice Hall. The regular list price is $77.00. Sells new for $19.40. There are some available for $1.21.
Read more...

Purchase Information
1 comments about XML: Introduction to Applied XML--Technologies in Business.
  1. This is a wonderful book with much information. Purchase this book if you are planning to learn about technologies in business


Read more...


Posted in XML (Monday, October 13, 2008)

Written by Keith Wood. By Wordware Publishing, Inc.. The regular list price is $59.95. Sells new for $8.95. There are some available for $6.95.
Read more...

Purchase Information
3 comments about Delphi Developer's Guide to XML (Wordware Delphi Developer's Library).
  1. This book is not a beginner's guide. You will feel helpful if you need some guides in XML programming with Delphi.


  2. This book is okay if you like the procedural way to get an overview of the major vendors for XML components. It assumes you know something already about websites and gives a good but (for beginners and intermediate readers) tough layed out protocol and implementation view.

    My advice: pick an XML implementation that fits your environment, read the first chapters on the RFC stuff (how it should look) and pass right on to the chapter for your implementation. Reading all the chapters can be quite confusing.

    I look at this book as a complete developer's review and it does help me understand how to program XML quite well, but more real-world examples would be welcome (there is one example in it, but in my opinion it does not cover extensive use of XML in larger environments).



  3. To start with the disturbing fact: This book is about XML, but not about XML as supported by Delphi 6. Or more specifically, it is about XML, but doesn't cover any of the new Delphi 6 BizSnap XML features (XML Programming, Data Binding Wizard or XML Mapper).

    The book starts with a first part to introduce XML. In seven chapters, we learn about the history of XML (and XML vs. HTML), the XML syntax, the old DTD, XSLT, XLink, XPath and XPointer, and finally XML Schemas.

    The second part of the book covers the Document Object Model - all about parsing an XML document. DOM is one of the two main approaches you can take when parsing XML. The other is SAX (Simple API for XML), which is covered in part three.

    Part four is about Serving XML. This is mainly about viewing XML as data and not as documents. It describes a number of ways in which XML can be generated automatically, for example as text, from a database, using web modules (or InternetExpress), using DOM or SAX, and finally as MIDAS data packet.

    The last part of the book covers a number of applications that make use of XML, like an electronic e-mail sender, a customised client and XML examination application (both a Windows client and a Web client). The final chapter of the book even covers SOAP, but not the way Delphi 6 supports SOAP. In fact, I would not use the techniques in this chapter as they are far more complex than the Delphi 6 support (although they do help you understand what's actually happening).

    All in all, this is a good book with some detailed coverage of XML and some nice example applications. The first part gives a solid introduction to those without XML knowledge or experience. However, the main thing missing is the lack of real Delphi 6 BizSnap XML coverage (which makes the book "good" but not "very good").



Read more...


Posted in XML (Monday, October 13, 2008)

Written by Kenneth S. Lind. By Osborne/McGraw-Hill. The regular list price is $49.99. Sells new for $4.09. There are some available for $0.44.
Read more...

Purchase Information
5 comments about MCAD/MCSD XML Web Services and Server Components Development with Visual Basic .NET Study Guide (Exam 70-310).
  1. By looking at the other reviews I can tell their looking for a book which gives them everything they need to pass the test. The book would have to be 3x as long to explain everything in the .NET Framework, etc. This touches all the topics. Although I don't agree with all the answers to the example questions, it is good enough to use for preparing for the test if you have actually used these technologies before you picked up the book.

    I give it 3 stars because there is no Eratta available at the Osbourne website, etc. There are errors in the book, but I have never bought one where there were not.



  2. I have tried to unzip the examples come with the CD but many of that not functioning especially for chapter 4, .Net Remoting and chapter 5 XML Web Services.
    I have sent the error to the author but without any reply for months.


  3. Un livre de la sorte ne devrait pas exister. Juste à lire la couverture et l'endos du livre, nous sommes embalés par toute la capacité du livre, mais aussitôt qu'on se met à lire les chapitre on se demande: Où sont donc les éléments mentionnés sur la couverture. "Xml web services", hahaha, ... , 1 chapitre sur le sujet. Par chance que je ne m'hasardais pas sur le sujet. Un livre de 520 pages ? Ne vous fait pas avoir par l'arnaque; le livre contient 400 pages et le reste sont des "Appendix" sur quasiement toutes les lettres de l'alphabet. Le chapitre le plus gros porte sur les manipulations de données! He, je penses que j'en ai lu avec 70-306 assez pour dire que le titre du livre est Xml web services and server components Development et non la manipulation de données. Enfin, cela reste un opinion.

    La raison de mon 1 étoile! Parce qu'il n'y avait pas 0 étoile lors de l'écriture de ce commentaire.



  4. I think the book is good overall but I know I wasted a lot of time correcting the code exercises. If anyone has figured out how to get exercise 4.03 of the Remoting chapter working then please post the fix in your review because I wasted a good 3 hours on it before giving up. The problem is, is that there is no good documentation on the MSDN for using Activator.GetObject. In the web.config file, I'm still unsure if it should be ObjectUrl (in the book) or ObjectUri (every other article I've read).


  5. This was the second book I bought to study for the 70-310 exam. The test covered completely different material from this book. It did not help prepare me whatsoever for the exam, I am currently seeking a refund from the publisher.


Read more...


Posted in XML (Monday, October 13, 2008)

Written by Microsoft Corporation. By Microsoft Press. The regular list price is $79.99. Sells new for $3.57. There are some available for $3.58.
Read more...

Purchase Information
1 comments about Microsoft .NET Framework 1.1 Class Library Reference Volume 6: System.Xml and System.Data (Microsoft .Net Framwork).
  1. Well I am a very powerful computer programmer now, even though I do not have either college, or university degree. I am working on a bachelors degree at the University of Berkley.


Read more...


Posted in XML (Monday, October 13, 2008)

Written by Andrew H. Watt. By Sams. The regular list price is $39.99. Sells new for $14.95. There are some available for $14.30.
Read more...

Purchase Information
No comments about Microsoft Office InfoPath 2003 Kick Start.



Posted in XML (Monday, October 13, 2008)

Written by Poornachandra Sarang. By Apress. The regular list price is $49.99. Sells new for $5.00. There are some available for $5.00.
Read more...

Purchase Information
1 comments about Pro Apache XML (Pro).
  1. Show you how to apply XML in various scenarios. All scenarios are made simple with very good example. Obviously this is a not a reference book for the technologies mentioned. But to start up with those XML technologies mentioned this one is great book. You will able to quickly go through all chapters. I started with the free chapters available in their web site and decide to try other chapters.
    Obviously this not expert's voice but a very good beginners tutorials with excellent example. Again I liked their examples a lot as it is easier to understand.
    Note - It is not like Wrox books usually with too verbose in theory or too complex examples


Read more...


Posted in XML (Monday, October 13, 2008)

Written by Heather Williamson. By McGraw-Hill Companies. The regular list price is $49.99. Sells new for $3.26. There are some available for $1.17.
Read more...

Purchase Information
5 comments about XML: The Complete Reference.
  1. The book XML: The Complete Reference has been of great use to me. I had taken a class on web sites and document designs, for my company, and the class used XML: The Complete Reference as a guide. I thought that Ms. Williamson did an excellant job creating a guide and reference book for XML. I use it whenever I have any questions while using XML. It has been wonderful and a great help.


  2. We have been using this book as a Training manual and reference book for all of our classes in XML. It is very thorough and contains all the information anyone will need to be able to get started with XML programming. I think that MS Williamson has done a great job of putting together a lot of information in a book that can be used by people of different levels of knowledge and expertise.


  3. I have found Ms. Williamson's XML reference book to be useful whenever I have any questions. It has been easy to find the answers and a great help.


  4. I found XML: The Complete Reference to be a worthy book to have in my library. You will not learn everything there is to know about XML in this book, but you will be able to understand it well enough to begin. I have used this book over and over to look up little things that need. It is sometimes dificult to find what you are looking foor. But I have put tabs in my book to help me. If you program in XML, you will use this book everyday. This is a must have!


  5. This book is very useful and well written. The topics covered include XML basics, DTD's, style sheets, XML schemas, XML Query, XHTML, SYMM and MIL. It describes each topic in detail and with examples. Some of the examples help understand the different error messages given by the validating parsers. Perhaps that is the part programmers are mostly interested in.

    Topics like XML Query and RDF are out of date as of now (Sept 2002), due to new W3C specifications, but introduction provided in the book is still useful for getting started. I really like XML Query chapter because no other small introduction is available elsewhere as of now.

    This book is an excellent choice to get started with XML. It has got all the basics and nice examples.



Read more...


Page 26 of 63
10  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  40  50  60  
Early Adopter VoiceXML
Office 2003 XML for Power Users (Books for Professionals by Professionals)
Java and XML Data Binding
XML: Introduction to Applied XML--Technologies in Business
Delphi Developer's Guide to XML (Wordware Delphi Developer's Library)
MCAD/MCSD XML Web Services and Server Components Development with Visual Basic .NET Study Guide (Exam 70-310)
Microsoft .NET Framework 1.1 Class Library Reference Volume 6: System.Xml and System.Data (Microsoft .Net Framwork)
Microsoft Office InfoPath 2003 Kick Start
Pro Apache XML (Pro)
XML: The Complete Reference

Copyright © 2005
*Amazon.com prices and availability subject to change.
Last updated: Mon Oct 13 08:25:30 EDT 2008