Markup Languages Books
Related Subjects: XML SGML XHTML SMIL HTML
More Pages: 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

Used price: $0.01

Thumbs down!Review Date: 1997-04-13
The only HTML book I ever use.Review Date: 1999-05-17
It's the flat head screwdriver of any proffesionals toolbox, simple, but indespensible.
Excellent format, has some errors and needs more examplesReview Date: 1996-12-29
I'd like to have seen another section in the book that would have expanded the examples and described some of the options for the commands in greater detail.
I realize that the book is a reference book rather than an HTML tutorial, but it's layed out so nicely I think just a little more information would really make the book a "10"!
A must-have for HTML authors at all levelsReview Date: 1996-10-11
Very confusing layout - not recommendedReview Date: 1997-04-29

Used price: $33.84

Useful for folks who need to move from ERM to XML based modelingReview Date: 2007-07-02
No essence, poorly presentedReview Date: 2006-12-03
Just another useless modeling ideaReview Date: 2004-10-22
There are a lot of theoretical sections that I don't see necessity to be empasized or even presented.
The author conveyed the idea of AOM (Asset Oriented Modeling), but I am still clueless about the value of this AOM modeling. I am not convinced to adopt this modeling methodology to solve a real world problem. To me, it is just another proprietary practice of modeling, with no or very little pratical value. The material is very difficult to be tied to technical implementation, thus it is only good on paper.
I don't understand why there are so many good comments about this book. But after going through the book briefly, I realized it is a waste of time and money.
Best book for XML in a corporate environmentReview Date: 2003-09-13
Unlike the hundreds of other books that just describe what XML and XML Schema are, Daum's book gets deeply into why it is the way it is, by exploring how it fits in with conceptual modeling and how you would fit it into a complex environment.
He introduces a beguiling simple example domain (jazz musicians) which he revisits over and over again throughout the book. Through this simple example he works out subtle differences in different approaches to modeling, to schema construction, to constaint definition and modeling and finally how would you map this back to Object or Relational technology.
He introduces Asset Oriented Modeling, which is a form of conceptual modeling more attuned to XML schema model creation. His treatement of polymorphism in Schema, and techniques for evolving schema are as good as I've seen anywhere.
Excellent treatment of constraints, both conceptually as well as practical approaches to realizing the constraints in XPath or XSLT. These were worth the price of the book by themselves.
It's probably too late, but if you get no other book on XML and XML Schemas, this is the one to get.
The most practical book to create multi-namespace modelsReview Date: 2003-12-21

Used price: $0.09

Technology Review Only - Little Practical InformationReview Date: 2002-07-28
actually a really helpful bookReview Date: 2005-06-14
This book provides all of the above for 'java' soap (it was written prior to Axis release - but still contains enough useful information). For .NET soap - I use OReilly's Programming .NET web services - which is also excellent. I have no complaints about this book - I got what I needed from a developer's perspective and also some from an architectural perspective (for e.g. - the author illustrates how using JMS with SOAP provides a truly resilient and flexible SOA).
Hmmm, I rather liked itReview Date: 2002-04-03
While I would never recommend this as a first book about SOAP, I found Chapter 8 very useful and also enjoyed Chapters 4, 5, 12, and 13. In my judgement Chapter 8 (SOAP over JMS and SOAP over Javaspaces) alone justified the purchase.
My judgement is that this book belongs on the bookshelf of every programmer who aspires to become a Web Services expert.
Not many insights. Dry and tedious to read.Review Date: 2002-03-18
For starters, the title is misleading. There's enough coverage of supporting, overlapping, and competing technologies -- including a whole chapter on .NET's "position" in the market -- that the book primarily feels like a technology overview. I counted about 40 XML/SOAP listings ("snooped sessions") in the main text. Some of them are 1-2 pages long; I'm supposed to want to read them? No line numbers, no boldface: what am I supposed to learn? How does this relate to programming SOAP? The author often doesn't say.
I also counted 80 or so hyperlinks in the main text. Some are duplicates, but most send you off to the site for some spec or a tool or a SOAP-crazy vendor. It feels pointless to read the book without a browser open and waiting. In particular, the section on deploying a SOAP-ready server gives links to instructions when it should explain; if you aren't sure how to set up a server, these instructions won't help, because each only tells you how to set up one piece of the puzzle.
The author doesn't seem engaged with the subject, which makes some chapters tough reading. He's going through the motions, even diligently, but why? Sme of his client-server protocol transcripts aren't inherently meaningful but he leaves them that way. Then there are pages of term definitions for XML and SOAP; did he try to digest anything for the reader's benefit? The Java stuff doesn't even start until p. 81.
SOAP is formative and there's too much going on to track it all; ok. It's the author's to maintain interest and focus, and avoid regurgitating information. The author probably shouldn't say that SOAP isn't likely to replace anything else. Why, then, would we buy this book? For the XML anatomy lesson?
There's a CD-ROM in the back, but I couldn't get myself to bother playing with it.
Trivial coverage of actual SOAP topicsReview Date: 2002-02-03
After introducing extremely basic uses of SOAP (passing only primitives to methods/functions that take only primitives as arguments), instead of jumping into more complex SOAP issues (different kinds of API's available like GLUE or IdooXoap with different call paradigms) or more complex examples (I would've liked a more concrete examples of using Apache SOAP with complex, nested datatypes or paradigms for programmatic security using UDDI as an case study) it instead jumps into a myriad of Java technologies which can be trivially adapted to utilize SOAP as an RPC transport protocol.
Basically any Java technology that does RPC or can transfer a chunk of text can be "adapted" to use SOAP. The author gives considerable coverage of orthogonal Java technologies like JavaSpaces, JMS, and JavaMail which are interesting, but don't actually demonstrate any additional complex uses of SOAP. If the book taught details of using complex SOAP API's in a transport independent way, I could pick up a separate book on JMS, JavaMail, etc... and quickly get started writing real-world apps.
Instead, I get coverage of the same trivial SOAP topics over and over again. While they are supposed to be in "different environments," the actual core code is still the same, as are the SOAP-based issues and pitfalls that are left unspoken.
This book would only be suitable to someone was a total beginner in both the Java AND SOAP worlds. If you have any significant knowledge of one of these two topics, you'd likely find more than 60% of the book to be of little value.
I still might considering keeping the book as a lightweight summary of various Java technologies, since the author does write in a clear and understandable way. He has a good presentation style and his prose is very readable. However, I cannot justify keeping a book of this cost that has only 100 pages of hardcore content in it.

Used price: $1.03

New cover, old bookReview Date: 2001-08-05
It has some valid stuff in it, but like so many computer books aimed at a non-technical audience, it is basically sold by weight not by content. It seeks to fill pages with lots and lots of airy stuff. It really could be rendered down to something a quarter the size, but then who would buy such a humble-looking tome.
One thing I thought was particularly bad was that it had quite a lot of stuff that was not even valid XHTML. For example, the book encourages you to use things which do not validate with the W3C's specification. XHTML isn't ubiquitous yet so there may have to be some compromises, but a book like this should start from a position of purity and demonstrate valid work-arounds. It should not be adding stuff from exactly the old versions of hacked HTML which XHTML is seeking to make obsolete.
If you want to learn HTML, you could buy this book. If you want to know XHTML, try something else with viewer pages.
The info is here, but it's too long and has too many errorsReview Date: 2002-12-05
I discovered why soon after, and was glad I hadn't paid the full cover price. While Que Special Edition: Using XHTML by Molly E. Holzschlag contains almost everything I wanted to know about XHTML at this point (i.e. how to add the slashes and quotes in the right places), it's nearly 1000 pages, or at least 700 pages too long.
The book:
* is poorly organized.
* contains numerous typos and other mistakes (in both body text and, more unforgivably, in code examples).
* includes several entire chapters that actively flout the very standards XHTML is supposed to enforce.
* features randomly-interspersed chapters from other authors that are poorly integrated with Holzschlag's main text (although they are generally better written than her material).
* often mentions an accompanying CD-ROM that isn't included with the Special Edition, since that's for more-special Premium Editions.
* could easily have been edited down by at least 30% by simply trimming Holzschlag's bloated sentence constructions and repetitive code examples.
Ms. Holzschlag knows what she's talking about, for the most part. The problem is the way she talks about it. To be fair, publishing pressures meant that this new book is really a poorly-updated revision of her HTML 4 book, which itself probably comprises cobbled-together sections of her previous work.
In a way, though, the existence of Using XHTML is encouraging -- I could quite possibly have written a more useful book on the topic myself, and could certainly have helped edit the existing one into a much better (and shorter!) document. Pity that computer books are so often sold by bulk, not quality.
Great resource for creating Web standards Web sitesReview Date: 2002-09-07
Author Molly E. Holzschlag explains, "The best way to read the book will be determined by you!" Each chapter stands alone. It is organized to be a resource for you to pick and choose what you need. Special Edition Using XHTML begins with the basics of what is XHTML and how it came to be. Moving deeper into the book, Holzschlag guides you from creating Web pages with XHTML to adding scripts and style to XHTML documents.
Books, especially those of a technical nature, written with a personal touch are easier to read and understand. Here, Holzschlag hits the bullseye.
Although the book qualifies as a genuine doorstop with 900 plus pages, you'll find it easy to use. Holzschlag makes sure she covers everything. While reading a section about formatting XHTML, I briefly disagreed with a statement. Less than a page later, she explained why the statement is not entirely true.
She is honest in her commentary about HTML and design issues. If you want to know why you should bother moving from HTML to XHTML, she tells you. Or why HTML is still going strong and why XHTML has not killed it. Yep, it's there, too.
She provides details on XHTML modularization and DTDs (Document Type Definition). There are plenty of examples, screen shots, and step-by-step instructions to help you. If you're like me and forget a few things about writing code, she is there to gently refreshen your memory. Finding specific topics is not a chore with the book's thorough index as well as its single page of the table of contents next to the cover of the book.
This book targets intermediate readers, but readers who are learning HTML will be able to use this book. Holzschlag covers all the basics of file naming conventions, clean coding, and wireless programming to name a few. In other words, she gives you much more than you ask for when you pick up this book. Special Edition Using XHTML is a welcome addition to a budding Web development library.
Not particularly good at all, actuallyReview Date: 2001-08-23
If I were to guess at an audience, it would be web designers with a vague curiosity about what makes a web page go.
Clearly NOT destined to be a classic tome on the subject.
Simply the BestReview Date: 2001-06-16
The book explains the basics, and is great for a beginner, but also deals with integrating XHTML with some other very useful technology, including CSS, XML, XSL, JavaScript, Macromedia Flash, WML and alternative devices (Cell Phones, PDAs, Mobile Computers, Smart Pagers and Phones, etc.), SMIL, downloadable and streaming multimedia (including Real), SVG, and more. It also has useful advice for effective page design, color concepts, graphics, including optimization, splicing, and covers tools from companies like Adobe (PhotoShop, Illustrator, ImageReady, LiveMotion, etc) Corel (CorelDRAW, PHOTO-PAINT), Microsoft, ULEAD, Jasc, and Macromedia. I can't say enough good things about it.

Used price: $0.01
Collectible price: $10.89

Out of DateReview Date: 2007-08-13
Good beginning, for Windows usersReview Date: 2000-03-27
Quickly Learn Web Page BasicsReview Date: 2000-01-03
Waaaay too old!Review Date: 2006-02-27

Used price: $2.64

Great Book!Review Date: 2007-01-09
Could have done so much better.Review Date: 2005-07-18
I am currently up to page 88, so this is not a review of the entire book, but I felt so strongly about warning people I had to write now. I am already looking on Amazon for alternatives.
1. Errors: There are errors in the text and the images, some more serious than others, that can leave you confused and scrambling around various resources for answers.
2. The visual style is the only saving grace behind this book, because it's only through the pictures that I can understand what's going on. The copy itself is like reading a bad technical manual.
4. The approach seems utterly uncohesive and at no point do you actually feel you're progressing towards building anything. Each page reads as if they took their appendices and simply explained them, rather than building up a more profound understanding of what is essentially learning a new language.
This series of books has some very good consumer feedback, and I am sure other titles are very good, because the idea behind the format is essentially a sound one, but it really looks as if a minimum of thought and care went into producing this one and I cannot recommend it to anyone.
Not ImpressedReview Date: 2006-08-24
I can handle all the typos and grammatical errors, for example;
"...how to add dynamic content o your Web page..."
"To perform tasks in t his book,..."
"Changing the color and font enables you to emphasize important information or to make your Web pages more aesthetically pleasing or more readability."
However, in many instances, the code in the examples has errors too! I don't know how anyone who is trying to learn HTML, CSS, or XHTML without prior knowledge could learn from this book.
That being said, I do like the layout of the book and the numerous examples and pictures. If the editing department had done their job, this might actually be a good book.
HTML: Your Visual BlueprintReview Date: 2006-08-03
Plus, the text itself has grammatical errors and the illustrations show Web sites with laughably bad errors. For instance, "We takes the risk out of buying . . ." And "Directors Marketinging Book."

Used price: $0.49

This one gets a lot of use.Review Date: 2000-10-09
The only book out thereReview Date: 2000-06-23
Horrible for the beginner!Review Date: 2002-09-24
Almost the same as the ManualReview Date: 2000-08-14

Used price: $0.81

VBScript well EXPLAINED!Review Date: 2000-03-11
Exactly what I was looking for!Review Date: 1999-07-17
Find a different VBScript Book!Review Date: 1998-10-28
Very little info on actual VBScriptReview Date: 1998-09-21

Used price: $0.41

XML Web Documents from ScratchReview Date: 2000-06-16
Great book for learning how to publish documents to the web!Review Date: 2000-08-01
DO NOT BUY THIS BOOK!!Review Date: 2001-09-14
The book refers to source code on the "CD", but no CD was ever published with the book... you are required to download the source code from his web site and try and use an extremely bad readme to help get the application set up. Within the book, the author deals with subjects is a somewhat disjointed manner and the book is cluttered with so many sidenotes and "excursions" that I wasn't sure what piece of code I was actually referring to.
The author states several times "don't worry if you're not familiar with" a technology (VB, ASP, or SQL)... "I'll explain all the important stuff later"... but never does!!
The application requires the existance of a SQL database from Chapter 2 on, but the setup of that database isn't discussed until Chapter 6??? Once I did get the application and database setup and running, I could not get past the first conversion of html to xhtml, because there were errors reported in the VB classes provided by the author.
I think the concept of the book was great, but I wish the author had taken more time to develop a worthwhile and useful manuscript that actually dealt with the process of putting together the entire application FROM SCRATCH, in an understandable and sequential process.
I'm not sure what the other five star reviewers were reading, but I strongly do not recommend this book -- unless you are specifically looking to use his application to create a web based (XML) application from converted word documents. And even then, good luck on getting it to work!!
Scratch This One from Your List!Review Date: 2000-07-02

Used price: $0.01

Bridging the gap between education and technologyReview Date: 2000-08-09
AverageReview Date: 2000-04-01
Obsolete - Outdated Links, Non functioning site. Phantom AppReview Date: 2002-03-30
It was a great book, and very well written, but technical neglect has taken its toll.
Related Subjects: XML SGML XHTML SMIL HTML
More Pages: 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