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

Used price: $6.62

RoboHELP 2000 for HTML HelpReview Date: 2000-04-30
An excellent guide for new usersReview Date: 2000-05-05
The author obviously knows her stuff, and I would recommend this book to anyone wanting a comprehensive introduction to RoboHELP HTML.
Nice outline, poor writingReview Date: 2000-07-11
The structure for a good book is here, it just needs a few more months on the desks of some good editors.
Makes this more complicated than it is....Review Date: 2001-04-25
Makes this more complicated than it is....Review Date: 2001-04-25

Used price: $1.67

Use MSDN InsteadReview Date: 2001-04-23
Get it for the WMI coverageReview Date: 2001-11-16
Use MSDN InsteadReview Date: 2001-04-23
Good BookReview Date: 2001-04-30
XML is not what I bought it for. I know MSXML, XSLT, XPath, yada yada yada. But I found some stuff I can use with ADO and MSXML. It's a bonus.
Another bonus: the code samples are available in Perl. Found them on the CD-ROM next to the VBScript samples. A pleasant surprise because the booktext shows example-code in VBScript.
Save Yer DoughReview Date: 2001-04-24

Used price: $0.10
Collectible price: $36.00

I am wandering how Amazon can assist me in getting publishedReview Date: 1999-01-27
bill battiest 1201 E. Drachman St.#104 Tucson,Az85719
Useful introduction to PageMill - but room for improvement!Review Date: 1998-07-10
However, I did find that some of the information was out of date - but it was printed 2 years ago!!
I was disappointed with the tutorials because firstly they did not span the whole book and did not include exercises in putting sound and video into PageMill and secondly I failed to find the Chapter 1 tutorial on the CDROM.
Furthermore, the web address - vmedia.com is not available.
Overall, I feel the book is a useful introduction but one you would borrow from the library rather than buy!
HIGHLY FRUSTRATINGReview Date: 1998-04-07
A simple intro to PageMill with much key information missingReview Date: 1998-12-01
Where in the WWW is Daniel GrayReview Date: 1998-10-06

Used price: $5.71

Good for 70-310 examReview Date: 2002-08-23
Unique and Awesome IdeasReview Date: 2002-07-05
Best of 3 books I boughtReview Date: 2002-07-04
Great for developers of all levelsReview Date: 2002-10-04
The book is outstanding and takes an in-depth look at XML Web services, and Microsoft's specific implementation of the paradigm. All of the major considerations are explained well and adequately to become productive in developing your own library of Web services, or by extending the functionality of your applications.
The book's tone is very friendly, and non-intimidating, so it's a very easy, quick read. Bill also uses lots of practical analogies to make the more complex topics relevant, so it's an added bonus that this book appeals to the beginning as well as the seasoned developer.
Bill discusses areas critical to a thorough understanding of WS technology using .NET such as SOAP, UDDI, remoting, security, authentication, performance, and client development for calling an XML Web service from an ASP.NET WebForm or Windows Form, VB 6.0 app, or an ASP 3.0 Web page. The book also features some really good appendices, especially those on .NET's Web service classes, and an XSD primer for schema development.
The book is not about ASP.NET development, and so providing the reader has some experience with building third-generation Web applications, gets right to the meaty stuff. The chapters are short and to the point, and Bill's overview of ADO.NET is one of the better ones I've read in recent times. The most outstanding thing to me is that Bill liberally uses real-world code samples, with all code presented in both Visual Basic .NET and C#. Snafus in the code are very minimal, and I know form personal experience that good ol' Bill is extremely available and answers all his e-mail...about anything.
However, the book's printed code samples (I haven't checked the downloadable source code from the publisher) tend to reflect code generated from Visual Studio .NET, which in my opinion become confusing and therefore more difficult to replicate in an IDE environment like Dreamweaver MX or ASP.NET Web Matrix or non-IDE environment like Notepad due to all of the proprietary code VS.NET generates, and in doing so, using code behind. It's been my experience that it's easier to go the other way - provide the raw code and leave it up to the developer to implement in whatever means they see fit.
Another thing I did not care for (some of you may agree, I'm assuming most may not) was the physiology of the book itself, which was beyond the author's reasonable control. The binding is very flimsy and the spine breaks without much trouble. The paper isn't very durable, and doesn't lay flat for very long. I hope Wiley Publishing take into consideration that books of this nature get used & abused for their content more than most, and consider making corrections in the book's composition to make them last longer.
But beyond this, the book is a must-have for a user group as it's cross-language, multi-developmental platform, multi-subject appeal make it applicable to many different levels of developers, and is great for team environments.
This is not a good choiceReview Date: 2002-07-09

Used price: $4.57

The complexity of the book hides the simplicity of XPathReview Date: 2003-06-06
The book incorporates a lot of discussions about XPath but they really get in the way of XPath, beeing presented the way they are. It would have been more effective if the book explained XPath just by including the 30 pages of XPath specification, and instead focused not on explaing, but on discussing aspects.
My main point is that you learn to use, as well as master, XPath an order of magnitude faster by reading the specification than by reading this book.
Falls short in comparison with XSLT related booksReview Date: 2003-02-03
Quite frankly, I do not think that this book fulfills that promise. Chapter 2 "XPath Basics" fails to explain the theory behind XPath in a comprehensive manner, and is a tough read. What I am missing here is a clear explanation of how XPath relates to the DOM Model and XSLT processing model. Chapter 3 and 4 give a pretty decent explanation of how XPath expressions and functions work. The description is not complete however, I missed for instance an explanation of the key() function and element-available() function. What I also miss are the production rules of XPath. A more formal approach, with assistance of the official W3C recommendation, would have given a much completer explanation of XPath. Why was't the official W3C recommendation included via an appendix? Chapter 5 "XML in Action" is solely dedicated to examples. Very useful and clear. Chapter 6 "XPath 2.0" talks about how future XPath specifications are developing. Which is interesting of course, but by it's very nature speculative.
Chapter 7 thru 9 try to explain XPointer. These chapters fail completely for a number of reasons:
a) XPointer is not an official recommendation yet, so the authors are shooting at a moving target
b) XPointer will mainly be used together with XLink, which is not explained in this book
c) I found the explanation incomprehensible.
My advice would be to skip this book and buy a good XSLT book that also covers XPath instead, such as the XSLT Programmer's Reference from Michael Kay.
Fine reference but covered in other booksReview Date: 2003-12-14
Focused and to the pointReview Date: 2002-10-27
easy to understand, written with humour reference manualReview Date: 2003-02-04
One thing, however is missing, the book does you why you should use XPath or XPointer. What are the real world examples and applications? And what about XQuery? How is XPath related to XSLT? Those points are left for the reader to ponder about, and this is the only reason I am not giving the book 5 starts.

Used price: $1.73

Great referenceReview Date: 2004-01-09
This is a BAD choice for meReview Date: 2004-01-01
Why did I buy it? It is cheap and heavy. Another reason was the other users' review. Based on my experience, I suggest you to avoid this book as either study material or reference.
A Must for ASP ProgrammingReview Date: 2002-07-21
It is clearly aimed at the person who wants to understand the subject. There are no "To Create..." sequences that walk through the IDE to create a brain-dead and useless example so prevalent in the Microsoft programmer's guides. It assumes that the reader has a high school education, a keen mind and is willing to use both. Looking for a book that will do your thinking for you? This is not it. There are plenty of sample code snippets. They are there to give the reader working examples that augment the text.
I anticipate keeping this book handy as a reference on WEB ASP assignments.
There is a caveat for Microsoft oriented WEB developers. It does not address Visual Interdev. For that topic I recommend Wrox's "Beginning WEB Development with Visual Interdev 6."
I should also mention that this book does not teach one how to program. There are other resources for that. It does teach relational database principles, SQL, ADO, XML, and how to use XML in Microsoft SQL Server. The crowning glory is an excellent "class project," a walk through Microsoft's Biz Talk application.
Only for experince programer onlyReview Date: 2002-02-05
A True HandbookReview Date: 2002-06-12
Maybe it's just the size, look and feel of this little workhorse, or maybe it's because it feels like a super-thick pamphlet in your hands that you feel like you can treat in any way without regard to its physical condition, but somehow this book had surprised me my being so darn usable! I have rarely encountered a book that makes it so easy to get right to the subject you're trying to look up, get the facts/explanations you need... and get back to work. My pages are all dog-eared and highlighted. If you're a harried developer, I think you'll know the value of that.
The premise of the book is simple: combine the good parts of other books into one. So Chapter 1, "The Microsoft Toolset" is lifted straight out of the "E-Commerce Developer's Guide" by Noel Jerke, Chapter 2 is "adapted" from "Visual Basic Developer's Guide to ASP and IIS" by A. Russell Jones, and so on.
The surprising effect of all of this is that it's like having a research assistant who slogged through a mountain of material (useful and otherwise) for you and then handed you the highlights with post-it notes so you can save time. If one of those sources interests you, you can always read the book it came from. Or cast it aside and move on to the next piece.
And as books go, it has a high percentage of lookup tables and code samples. Why? Because that's part of the "good stuff" worth "adapting" from the other books. This won't win any book awards, but it does get yanked off the shelf more often than most others.


Perfect for the LearnerReview Date: 2003-02-09
If there was a 6 or 7 star rating I would still awárd it. I wish all books were written this way.
- Olumide
Great book for IEReview Date: 2000-08-08
Great book for IEReview Date: 2000-08-08
Book does not live up to its title in a key way. .Review Date: 1998-03-16
Great for IE, horrible for NavigatorReview Date: 1999-10-27

Used price: $0.01

An interesting readReview Date: 2002-01-19
First, the coverage of XML products. While the products are updated since the book came out, the book did offer a good starting point.
I also really liked the chapter on different XML-based markup languages.
The book is slanted toward the Microsoft side of things, and I would have liked to have seen some coverage of SAX. I can't fault the author for not developing in other languages, especially since he offers examples of using XML from other languages (Perl, PHP).
I recommend this book if you're up for an easy read and would like a snapshot of XML's early days. I would buy a second edition if it came out.
Getting outdated, but offered what it promisedReview Date: 2001-07-07
Poor, poor, poorReview Date: 2001-05-11
What a waste of money -- don't bother
The What and Why and How of XMLReview Date: 2001-03-14
ScatterbrainedReview Date: 2001-04-08

Used price: $0.39

Excellent bookReview Date: 1998-12-10
addresses a bit more but not less than it promises to!Review Date: 1998-10-10
PS better rework could have been done starting at changing
to..
Good blend of tutorial and referenceReview Date: 1998-08-13
Try, try again.Review Date: 1998-05-16
Worthless bookReview Date: 1998-08-29

Used price: $0.46

Great refrence when you can't remember something!Review Date: 1998-03-24
A decent book, sometimes confusing.Review Date: 1997-04-04
A tool I could not do without....Review Date: 1997-03-03
Very reliableReview Date: 1997-02-15
Not really good...Review Date: 1996-11-27
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
The error in logic mentioned in the second review was actually a typo in the layout codes...the code for a numbered list was used instead of the code for a bulleted list.
This mistake was first discovered in mid-February and has been listed on the book's errata page since late February. The errata page itself was made available in late October, 1999, after the book was first released.
For those who purchased the book before March, the mistake can be found on page 59 in Hour 5. This mistake (and several others) were fixed for the second printing, which started shipping in March.
I would have preferred to not rate this book, but it's a required field. I'm entering a 3 so that the current average remains the same. (Personally, I think it ranks higher than that! ;-) )