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: $1.80

Good Book With Very Clean CodeReview Date: 2006-11-10
Great book, but hard to read hence hard to learnReview Date: 2006-08-10
Avoid this like the plagueReview Date: 2006-02-20
For instance, in discussing regular expressions he provides a simple expression for a telephone number, then points out that it's seriously flawed. But it's "suitable for our discussion" so onward we press, and a correct solution is never provided. Bad luck if you were after such a beast. (Footnotes abound - often just URLs to now broken links - so you have to wonder why he couldn't have provided the solution at the bottom of the page.) The part on Ajax is a joke - he just plugs in an out-of-date version of the Sarissa library and never scratches below the surface.
Beware.
Definitely NOT a book for beginnersReview Date: 2006-03-12
Throughout the book, the author will keep assuming (implicitly) that you already have a good programming background (he uses a more complex logic in his code),and will leave many things unexplained or explained too late. This alone will easily guarantee frustration. NO BOOK EVER frustrated me that much.
Another issue is that the book uses some very complicated examples with complex logic. Unlike other decent coding books, instead of starting with simple functional examples and developing them\it as you read a chapter, the author uses one big example and "tries" to explain it part by part throughout the chapter. This might force you to "memorize" the script(s) since they contain too much code to understand (which is not the point). To make sure if the examples of the book suit you or not, download the free sample chapters from Sitepoint.com and check the "table highlight" example at the end of chapter 3. That's how most of the examples will be presented. (with more code of course)
Now don't get me wrong, the topics covered in this book are great, but it seems that the only people who will really appreciate it are those who already have a good background in JavaScript (logic,functions,methods...etc) NOT beginners like myself. So if you're trying to learn JavaScript\DOM, then go find a better book (such as "DOM scripting").
Complicated but definately worth readingReview Date: 2006-04-12
This is a difficult book to read for non-javascript programmers. If you are more comfortable with HTML and CSS, I'd recommend reading Jeremy Keith's DOM Scripting first. Keith explains the theories behind this book.
That said, I did learn enough from DHTML Utopia to not look like a complete idiot during my job interview with Yahoo. This book is filled with project examples for you to follow along with. I will say that I tried several of the examples and had mixed results. I visited the book's web site to get updated code.
If you've already worked with Javascript, this is a great book to have on the shelf. If you are a rookie, start with Jeremy Keith and follow up with DHTML Utopia.

Used price: $11.50

You need to own a copy of the "Javascript Bible"Review Date: 2008-08-11
Very AuthoritativeReview Date: 2007-03-02
This is a book that I will continue to use.
The title tells no liesReview Date: 2007-02-14
If you want to fine tune your AJAX apps you'd better buy this book.
It's extensive object and fuction reference does not leave anything in the shadows.
This book is worth every cent.
Excellent resource for anyone but the novice programmerReview Date: 2007-03-15
Cons: 1) Not for someone who doesn't know either javascript basics or another scripting language. 2) Organization is good, but it isn't an encyclopedia and it isn't a start-to-finish tutorial. 3) Poor typeface decisions.
This book is the greatest for several different types of people. First, anyone who knows the basics of javascript, from advanced beginner to advanced js user. Second, anyone who wants to learn javascript and already knows some programming; you can use it as a tutorial, but only if you don't need much explanation about scripts and object-oriented programming.
It really is just excellent for someone who has previously learned something about one of the chapters but needs a refresher and/or more detailed/comprehensive walkthrough.
Four stars instead of five for a completely unnecessary mistake. Unfortunately, the W3c ignores people who do not have eagle-sharp vision and will fill a page full of semicolons and colons, or parens and curly brackets. If you don't have a font that clearly distinguishes these, it is a major source of semantic errors and eyestrain. The font chosen to print the code in this book could not be worse. Colons and semicolons are almost impossible to distinguish (not to mention periods and commas),and curly brackets look like thin lines with no curls.
C'mon guys. There are fonts of every type where periods and commas are easier to distinguish, and curly brackets have a distinct shape. USE THEM FOR PUBLISHING CODE!!
Another nerd validates their own knowledgeReview Date: 2006-12-23

Used price: $0.42

Still the best available...Review Date: 1999-07-11
Every book on every Internet technology gets outdated fast. The book is outdated. That being said, I found the book clear, fast, and easy to understand.
The author went to extensive pains to point out how quickly things were shifting in XML. His examples were well thought out, logical, and contained few (if any) obvious errata. Furthermore, he took the trouble to point out the cases where the commercial toolage failed to correctly implement the W3C standard. Readers who can deal with these caveats will find it a good way to come up to speed in a vendor-neutral manner.
I was aware that the book was obsolete when I bought it. But I reviewed the alternatives carefully before I bought and decided that it was the best of the lot. I am happy with my purchase now that it's about 2/3 read. (The O'Reilly version isn't due out until December, or I would have been tempted to buy that instead. I may still.)
I hope that Mr. Harold will update the examples as needed, that he will continue to stick exclusively to the W3C standard, that he will demonstrate using all the available tools (including the emerging open-source tools), and will point out cases where the commercial and open-source tools fail to comply with the W3C standard.
html is dead, long live htmlReview Date: 1999-11-09
Excellent place to startReview Date: 2000-02-20
Oh, well. XML is perfectly symetric (no more unbalanced "BR"s). Isn't that nice?
But there's no getting around it. You've gotta learn XML because everybody really is moving toward its adoption. This book will do a good job of getting you started. It took me all the way from a standing start to creating my own Windows Channel (CDF) which is quite a lot.
The book "XML Applications" will take you to the next step and these things become dated quickly. But if you start here, you will be happy about it.
The book is out of date. It has to be rewrittenReview Date: 1999-07-02
DO NOT BUY THIS BOOK! GET *THE XML BIBLE*Review Date: 1999-09-10

Used price: $0.36

A Gem - Not FlowlessReview Date: 2008-07-14
This book was arranged with great concentration of various key concepts in the XML realm. Very concise and quite useful for experienced program developers.
However, the downside of this book is that some of its examples are not consistent with the Interface Definition, for instance, SAX 2.0, example in this book used .addAttribute Method, which could not be found in SAX 2.0 class definition at all, therefore confusion was there. The same problems were there in the DTD chapter, e.g. vague Entity explaination..
For you can get an free copy of this book on the web now, I gave it 3 stars.
just excellentReview Date: 2007-06-23
For me it's THE reference book about xsd, like stroustrup for c++ and kerningam for c.
a great book to have at your side while codingReview Date: 2005-01-10
Broad but ShallowReview Date: 2007-03-26
easy to use and very usefulReview Date: 2004-05-05

Used price: $0.81

Excellent beginningReview Date: 2002-06-06
I saw that HTML per se was over and that this was the way to go. It was easy for me, having never "done" Web before: I had no bad habits to unlearn.
OTOH, I am not completely 'new' to computers and such. I have been studying computers/language/VBA/hardware as a hobby for several years. So I cannot say whether this text would help a _complete_ newbie, but it took me from no HTML to a certain comfort and a website (where I try to do some of the kinds of things the book taught me).
I would definitely recommend this book to anyone with some knowledge of computing and programming and who wants to start writing for the Web.
My favorite XHTML coding referenceReview Date: 2002-02-11
I think any responsible web developer should take it upon themselves to write entirely in XHTML. The transition from HTML is very easy with this text in hand, and the authors reference their working suggestions to W3C standards frequently.
My only desire in a HTML/XHTML text not satisfied relates to seldom addressed yet extensive discrepancies between various viewing platforms. However, few other texts do much better in this respect. If you have more experience with HTML development than me, you won't be bothered by this deficiency.
A Wonderful Intro to XHTMLReview Date: 2002-01-20
To those beginners who've trashed a book on a fairly advanced web-design topic, get a book on basic HTML and actually learn it before you decide to learn something which assumes fairly fluent knowledge of HTML syntax, document structure, standards, and CSS.
A tutorial on webmonkey.com may
be all you need to create simple HTML documents, but it doesn't cut it as far as being able to go on to more advanced topics
and actually know when something may or may not be right in a book. Books aren't there to be the holy grail of For the
rest of you, that know HTML, some CSS, and maybe a little java script and are wanting to move on to XHTML, buy this book.
You may also want a companion text on XML. I recommend Elliotte Rusty Harold's XML: Extensible Markup Language. O'Rielly has
some very good texts on CSS and JavaScript, which you'll probably want to check into after reading this book.
Excellent for beginnersReview Date: 2002-08-05
Great for Learning "Forward Compatibility"Review Date: 2002-02-03
My critiques of this otherwise fine book are as follows:
1. It tries to cover too many topics.
For instance, the basic
introduction to JavaScript was unnecessary, especially in light of the fact that Wrox publishes an excellent tutorial on the
subject entitled Beginning JavaScript. The chapter on Mozquito is completely irrelevant to a person trying to learn XHTML.
It's like trying to stick a chapter on Dreamweaver into an HTML book: it just doesn't belong.
2. It lacks an appendix on
the XHTML character entities.
It's not a tragedy, but it is annoying since the character entities are just as much a part
of XHTML as its elements and attributes are.
Despite these criticisms, I highly recommend this book, especially to anyone interested in making their Web sites "forward compatible." Fortunately, the book can work both as a reference and a tutorial on XHTML.

Used price: $4.06

A good introduction...Review Date: 2003-02-18
This book was exactly what I was looking for. It just covers every possible way of integrating XML into C++ applications. This book is a wonderful survey of all possible solutions.
The fact that this book covers every possible technology is of course very appreciated, but its coverage of every technology is very brief and may only serve as an introduction.
Worse, the very comparison between every technology and the "when to use what?" section is of a mitigated quality. The author just doesn't explain well his point. The book looks more like a compilation of chapters than a unique book with a clear vision.
After reading this book, I fell like I know more how to integrate XML into C++ and dispose of some information on which technology use, but definitively need to buy another book to cover the chosen technology.
Overall, this book is a very good introduction to the integration of XML into C++ apps, but a better "guidance / technology comparison" would be appreciated.
There are dozens of books on XML and Java and one for C++?Review Date: 2002-12-31
It will get out of date pretty quick as most tech books of this kind do but as a reference it does nicely.
There are dozens of books on XML and Java and one for C++?Review Date: 2002-12-31
It will get out of date pretty quick as most tech books of this kind do but as a reference it does nicely.
There are dozens of books on XML and Java and one for C++?Review Date: 2002-12-31
It will get out of date pretty quick as most tech books of this kind do but as a reference it does nicely.
The only one on the subject, but far from being perfectReview Date: 2003-01-06
is surprisingly slow, especially in non-Microsoft environments. This
is mostly due to the lack of an accepted and standardized API. The
standardization process is painfully slow and even though there are
a number of publicly available parsers with C++ bindings, they vary in
their approach to XML processing as well as in the minute details that
make them work with some C++ compilers but not with the others.
In such an environment,
a book devoted specifically to processing XML
using C++ is mostly welcome. Read below and decide for yourself.
The good:
- the book covers all major XML processing technologies
available for C++ programmers. It provides examples and explains
the
difference in various approaches.
- It will not bore you with XML basic description, excessive quoting
of XML
standards, or useless hype (99.9% of XML books out there are
plagued with all of the above).
The bad:
- Even though
all of the technologies are compared, the comparison is
crammed in the back of the book, after the chapters describing
all
of these technologies in great detail. This sounds like a poor
choice, because these technologies are very different
from each
other and different tasks require different approaches. A good
overview and comparison of all of those
in the beginning would be
much welcome. It would give readers an idea of what technology to
choose.
- Most of the large examples are Windows-oriented.
- Source code for the examples is only available on an attached CD.
It is
not available on-line, which is a shame - I though we've
already passed the stage of "proprietary examples." Apart from
other
obvious advantages, having examples on-line would facilitate
contribution of patches and improvements from
the readers.
- Speaking of the examples on the CD, they are presented in the worst
manner I've ever seen. The examples
I've played so far are bundled
with XML parser distribution (each of them!), have plenty of
temporary files around
(like editor backups, or files that Visual
C++ produces). Even those examples that are supposed to work in both
UNIX and Windows come with no Makefiles, the source code looks and
feels rather immature (I though, one learns to NOT
supply an
identifier to #endif directive during the 1st year of C/C++
education). All in all, each example I've
seen so far feels like a
quick hack, hastily cooked up and released without a mere attempt to
make it look presentable.
This is really bad, since, given the
scarcity of books on the subject, there will be plenty of people
fighting with
the source code from the book.
The bottom-line: this books falls way short of my "golden standard"
(UNIX books by W.
Richard Stevens). Nevertheless, it seems to be the
only book on the subject and it does cover all major technologies. If
you
need to work with XML in C++ - buy this book. Once a revised
edition is out (or a better book appears), switch to it.

Used price: $0.01

Excellent Beginner's TutorialReview Date: 2001-03-17
Not for me!Review Date: 2003-04-14
Helped me learn HTML a little betterReview Date: 2005-09-06
Great starter book and referenceReview Date: 2002-12-31
It is very well laid out and easy to read. I learned enough from this book to create a visual prototype of the final website interface in less than two weeks.
I definately recommend this book to any beginners or anyone that needs a good reference book.
Learn HTML with this book!Review Date: 2003-01-17


Not a good introductionReview Date: 2007-11-21
The BEST book on XML related technologies ... PERIOD!Review Date: 2007-01-13
Very helpful, and very clear.Review Date: 2005-06-03
I am an experienced and (I think) pretty good procedural programmer, and I find XSL to be a challenge. I've looked at tutorials on the web and at other XSL books. I recommend this book because it reads well, covers the territory, and leaves you with a clear understanding of what XSL can do for you.
Good, but not greatReview Date: 2004-01-12
a lot of knowledge in a simple and few wordsReview Date: 2003-01-23
I found out there are two types of
computer books
1) one type can tell you the same things in few pages(200-300 pages) and (of course in cheap price) without
wasting your time and money.
2)second type will tell you the same things in 800-900 pages with price upto 60$ and size
that will make you afraid even to pick up the book.(mostly "Professional series")
this book is from the first category. the author has done an excellent job to simply the understanding of how XSL,XSLT and XSL:FO works. what are different ways to do the same thing, whats the adv/dis to do them.
I got a chance to borrow it from my public library.
you may not
find solid examples(only fragments) but believe me you wont miss the concept what the author is trying to teach at that point(he
will use picture, fragment or whatever).
so here is the summary, if you want to save your time and money, pick this book.

Used price: $0.74

excelent book in all respectsReview Date: 2001-04-06
A good HTML 4 reference, written wellReview Date: 2000-05-23
Regarding "Platinum Edition Using HTML 4, XML, and Java 1.2," it should be noted that for first-time site developers that are looking for an introduction to HTML 4, this is probably not the best way to go. The basics of Web development, such as the best placement for links, graphics, and text, are summarized in the first fifty pages. (First-timers should look for Web development books that cover both HTML 4 and graphic design well.) Following, is a reference-style book that comes in very handy when looking for specific information (that this book covers). I would say, and I think that I share the sentiment of other readers, that this book is geared toward the intermediate to advanced site developer.
Several more aspects worth noting: The style of writing is clear and straightforward, with few grammatical mistakes; there are plenty of examples (code and screen) with good descriptions of why something works; and I would've preferred that the screen shots be in color, but that would probably double the price.
This is a good reference book for HTML 4, that includes an overview of XML and Java. It's not everything, but it's excellent nonetheless.
Useless Collection of GeneralitiesReview Date: 2000-11-06
Just excellent.Review Date: 2000-04-05
Use it every time I want to launch into learning a new web development technology. It's not exhaustively in-depth on any subject. But it more than gets your feet wet on all of them. Presents a well-rounded view of what it takes to get the job done.
Often use it as a reference -- when other, more focused books fail. Chock full of useful tips. Have found it to be consistently accurate.
Buy this book, read it cover to cover as quickly as you can, then expand on it with more focussed books. I consider it a bargain.
Just what i neededReview Date: 2000-04-12

Used price: $0.72

Best I've FoundReview Date: 2004-10-02
DisappointingReview Date: 2000-10-18
If you've had trouble gettin JavaScript - this is your book!Review Date: 2001-07-01
Eitherway, this book is amazing for people wanting to begin their quest on learning DHTML. Though I have been professionally designing web pages for years, I have been forced to focus on ASP driven pages or static HTML pages. JavaScript has consistently alluded my understanding. VBScript was easy. JavaScript has never made much sense and I have lost interest in learning it, book after book.
However, this book teaches you unbelievably well. I was literally JOYED to see the way that this book was explaining things to me, ONE event, one action, one attribute at a time. It was so refreshing to have things slowly doled out to you rather than be tossed in over your head, gasping for air.
If you don't know much about JavaScript/DHTML and are interested in learning - this is your book. Pick it up immediately. Yes, it's older, but the foundation it gives you is wonderful.
Dont bother with this bookReview Date: 2000-09-10
What a pile of trash.
We want to be able to have a book that can use both netscape and explorer. Not say what netsape4 cant do. Anyways netscape 6 is already out in alpha and this book is completely out of date. Plus this book was written before ie5 so it doesnt even address the newest ie correctly. it was written when it was in beta and he really doesnt have a good understanding of the power. He only knows netscape 4 doesnt have it.
The reader is left to do all his homework going to netscapes main page to see what can work.
If u want to learn dhtml buy danny goodman and jeff rouyers books!
Good book-don't pay much attention to tbrandt 23's reviewReview Date: 2000-10-09
The latter part of the book is devoted to a lot of Internet Explorer specific technologies that could be of use a lot of use to people developing intranet sites.
This book details many features that work in Internet Explorer and not in the latest Netscape product. HOWEVER, that is to be expected since Netscape has not released a new browser in several years. The advantage of this book is that it doesn't present the user with a just one feature set-it lets the reader know what things work and what don't in each browser, although there is a focus on the Microsoft product. In some cases it even details how the Mozilla betas differ from the released Netscape browser and it mentions Opera a couple of times.
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