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

Used price: $0.57

A Little MisleadingReview Date: 2004-09-26
Best PRINTED resource about the topic available todayReview Date: 2004-03-27
As a general introductory reading, it's the best book out there. But once you get your feet deep enough in the RSS waters, you need to go online and search for the current APIs, Web Services, News Aggregators and RSS/Blog Directories, which is the area where the book will fall behind the fast growth of this area. Overall, very well structured, even with an appendix on the XML you need to know, in order to be able to deal with RSS.
didn't get me started at all!Review Date: 2004-05-03
I grant that the history is important, and this book will probably fit in well to the cadre of books that emerge on RSS over the next year or two. However, this year, this isn't the book I needed.
Good book, but a little wordyReview Date: 2004-10-07
The author goes into MUCH detail about the history of the format as well as older (and nowdays rarely used) RSS versions.
It was interesting reading the history, and the details on the format and extentions was great. It really helped me get up to speed on RSS.
I would like to have seen more discussion about what RSS could do though. If I was consulting the author on the 2nd version, I'd have suggested dropping the info about older formats and putting some info in about the new uses of RSS...like iPodder, or the Presidential debate feeds.
If you want to get started quickly, this is a good way to jump in.
One of the few titles on RSS. And it's good, too!Review Date: 2004-06-03
It contains a lot of information on creating RSS feeds and related scripts. Most of the non-RSS code is in Perl, so if you don't use Perl, some of the book might not be handy.
I was disappointed that the book didn't cover much of the user's end of syndication... things like scraping and RSS readers themselves, but that's obviously another book.
This is a really nice title if you're interested in the techie side of RSS, but if you're an end user, there won't be too much here for you aside from the bits of history.

Used price: $11.50

Excellent primer and quick referenceReview Date: 2008-08-17
In fact, I came onto Amazon to see what else the author had written, and was somewhat surprised at the lack of reviewer enthusiasm for the book.
This has been the only book I needed to get up to speed on interactive client side programming. The added bonus was that there are basic examples of all the interface tricks I was looking to implement for basic dynamic content, controls, and navigation.
BuggyReview Date: 2008-03-06
Overall, probably not the best book to start off with from unless you also enjoy debugging the author's code as you go along. I'd wait until a 5th edition corrects all the typographical errors.
Great Book!Review Date: 2007-11-10
A Great Book Review Date: 2007-08-09
Good idea, bad executionReview Date: 2007-05-29
In using this guide, I have though become frequently exasperated by the execution because of confusing examples, what I believe to be mistakes in the code examples in the text, etc...

Used price: $0.78

Take a pass on this oneReview Date: 2002-01-01
Not Enterprise application, all JavaReview Date: 2001-01-19
Not about enterprise application integrationReview Date: 2001-03-24
Buy O'Reilly's Java and XML by Brett Mclaughlin if you want to learn about XML and Java working together - he is the author of the JDOM API, and that book is much more up to date.
I'm still looking for a good Enterprise Application Integration/Middleware/data process book that explains best practices.
a book for java programmersReview Date: 2000-10-29
But be careful, if one's background is webmaster or html author, She better picks a book on how to use xml for presenting contents. This is one for data sharing that can be used on B2B.
Lacks granularityReview Date: 2001-04-08
In my opinion this book provided far too much information on the basics of java and XML and not enough useful information about real world enterprise integration. The book claims to provided detailed information regarding integration into legacy applications, but after reading this book cover-to-cover, very little could be found on this subject
As for the "Top 500 Reviewer"(water_monkey) I would suggest that a more comprehensive educational regimen be implemented in order to bring yourself and your pupils up to snuff. Honestly, the java in this book was quite Ho-Hum. I skimmed over most of the first 7 chapters in search of the "heart" of the book. One would think that a professor would most certainly have a strong grasp on concepts relating to the relatively simple code provided by this book. I'm sorry to discover otherwise.
-john

Used price: $0.17

ExcellentReview Date: 2004-10-11
Great BookReview Date: 2003-06-26
Admirable jobReview Date: 2003-01-29
It did the jobReview Date: 2002-08-05
Good for beginnersReview Date: 2002-04-14

Used price: $5.30

not enough for a developerReview Date: 2007-06-11
And, it is not enough for a developer to learn how to use XML in J2EE environment. Yes, it does have some sample code, but not enough.
Good coverage on XML and Java but not J2EEReview Date: 2004-02-10
Some examples use depreciated APIs, some use APIs that no longer exist in latest packages. It's not a big problem and equivalents usually can be easily found. Just be aware how fast the technologies are evolving.
An Introduction level bookReview Date: 2005-08-31
The authors of book are trying to push every data model in the interface by using XML document, even the data persistence, along with various X-technologies. That is a very "dangerous mind" if not done carefully, since XML is not a panacea in design and development. Even in modeling data, XML is not one size fit all. So when is it a good idea to use XML for your data? The following is that I quoted from Ted Neward's blog,
When your data is naturally hierarchical to begin with
When exchange with foreign platforms (which is to say, platforms not native to what you're currently authoring in) is important
When pre-existing tool support (XSLT, XML viewers, import/export utilities, etc) is of paramount importance
As you can see, there are some constraints before you decide to go with XML. Not mentioning the performance overhead. Though authors mentioned that designers need to justify the usage of XML by various criteria, but this is a book about promoting XML. :) Don't be trapped.
Overall, the book contains some useful information about various XML related technologies, particularly the chapter 5 "User Interface Development" (which is quite funny for a server side development book). And the information is too general or shallow to be useful in the real world development, you need to dig more into the technology by yourself from this introduction.
There are some examples showing how the concept could be working in the real world. But they are very rudimentary. Some specs the authors used (e.g. JAX-RPC) are already upgraded or changed. As a book on such popular topics regarding J2EE and XML, it sets the bar too low.
Well-rounded coverage, excellent for beginners/intermediatesReview Date: 2003-10-03
Beginners may use this book as an invaluable reference, intermediate level developers should only look into area of their interest, even advanced developers might find a few topics of their interest. Some of the topics the authors had to cover in a hurry, I'll say they have done a very good job in taking one specific feature and dissecting it, for example which discussing JSPs, the book lists a working example of JSP tag and explains it well, I'll say overall, the book is very well balanced between providing theoretical and background information on XML technologies and providing actual implementation examples. And yes, they did not miss out on the design patterns which are useful in this context!
Errata
page# 144: Boolean (instead of boolean) has been listed as a primitive type.
Useful overview, but a bit shallowReview Date: 2002-11-07
It starts with a review of J2EE architecture and XML development, which is helpful because the authors' perspective on these topics sets the stage for how they suggest using XML in a J2EE project. It covers the various XML-related Java APIs (JAXP, JAXM, etc.), and these are the parts that I found most useful. It also discusses some architectural options, which I expected to be quite helpful, but they needed more detail and discussion.

Used price: $1.44

The RTF Pocket Guide - A ReviewReview Date: 2008-01-02
In my case, I needed to produce neat, printable reports from an Excel application written in Visual Basic for Applications (VBA). (It is not commonly known that many Visual Basic features are not supported in VBA, including the ones I required for my output.) After some research, I concluded that adding an RTF writer to my application would produce a quality product with limited additional programming.
Microsoft's RTF Specification version 1.9 is NOT the place to learn RTF. It is very complete, but anything but a text book. Sean M Burke's writings brought me from the stage of RTF novice to an adequate programmer of complicated financial tables in short order. Thank you, Sean.
Robert J Lambird
Great, easy to follow book on RTFReview Date: 2007-07-12
More introduction than guideReview Date: 2006-01-09
For example, regarding Sections the author states: "Sections are not discussed elsewhere in this book, because they only come up in certain formatting features that are beyond the scope of this condensed guide. The only notable exceptions are page header settings and newspaper columns." (pgs. 54, 55)
I believe this is a miopic view of Sections. Sections are used anywhere you need to create a physical or logical break in the documentation. Headers, footers, and newspaper columns are only a few of the potential uses for Sections. We are currently using continuous Sections to hide/show selected text blocks to customize our documentation based upon user selections. In fact, I bought this book specifically to learn more about Sections, but have since returned to digesting the RTF 1.5 spec. on the subject.
Terse introduction, no reference materialReview Date: 2004-07-29
I recommend this to anyone who has some experience working with RTF and who wants to try to actually understand it. For those looking for an RTF decoder ring, you won't find it here.
Really good content and very poor editingReview Date: 2005-08-12
As mentioned in other reviews, however, the editing for the July 2003 first edition is simply awful. A number of obvious errors exist in the initial sections. The overall content is so good that these errors are all the more glaring: How could an editor read the text and not catch them? If you treat these errors as opportunities to test your own growing knowledge of RTF syntax, they are actually kind of fun to find... but not what you would expect in a reference text. I have not found any obtuse errors; most are obvious as soon as you read them.
Overall: well worth the money, but also an imperfect tool at best.

Used price: $0.01

Must-have for your libraryReview Date: 2001-02-09
Chapters one and two begin with some very basic information on HTML coding. It gives the code and then a pictorial example of what the code does. Chapters three through seven provide information about when and where to use the templates in that chapter and then shows the pictures of what each will look like. Chapter eight explains DHTML, CCS, Layers, SSI and CGI with detailed coding examples.
An eight-page index and a five page content section allows the user to find the exact piece of information for which they are looking. AND as and added benefit, they are easier to use and locate what you want than looking in the Yellow Pages!
I would recommend this book to anyone who designs webs and has "writer's block" now and again. This covers just about every designer I know so be sure to add this to your "must have" library.
Don't be temptedReview Date: 2000-02-23
Of all the web-design books I have, this is the worst.Review Date: 1999-04-07
This Book Makes Website Design Fun!Review Date: 1998-06-13
The book features chapters offering helpful instruction on matters as HTML tagging, the use of forms, frames, and graphics. The CD also provides some popular HTML editors so that readers can get started immediately on their way to creating terrific Web pages. While the book does not offer CGI scripts for use with the guest books and forms offerred, it does offer readers with a solid starting point from which they can set up shop. This book and CD package serves as an effective tool for fast, professional results that will also offer helpful instruction and guidance on how to design state-of-the-art Websites and pages.
I was somewhat hesitant about offering my brief review of this book to the world. Considering the great help this book would be to a budding Website developer such as myself, I realized I could lose business to someone else who would read my review, go out and buy the book, and then go into business for themselves! However, my commitment to offering reviews of good books that would benefit other members of the Internet community stands unwavering. I'm putting this book to use for myself. You should too!
Depends on how you look at it...Review Date: 2000-09-04
The book is rather outdated and mentions HTML 3.2. Now many people are delving to HTML 4, XHTML or even XML.
If you expect this book to be teaching web design, this book will not match that expectation. If you are looking for new stuff in scripting such as HTML 4, XHTML and XML, this book does not have any of that.
But if you are looking for some ready to use layouts/templates, then perhaps this book will be of some use to you. But as it is rather outdated, you shouldn't be paying the full price but a discounted rate. Quite worth it only if you can get it at a low, low price. I managed to get an unused copy at $4.85, and it was the last copy in the shop.
If you are serious about web design, you should consider looking for books that teach you how to use Macromedia Dreamweaver.

Used price: $0.04

Good for reference, bad for trying to learnReview Date: 2003-05-31
Hard to FollowReview Date: 2000-09-19
It's great to have around!Review Date: 2000-12-04
Difficult to readReview Date: 2000-03-10
Well-worth the small price.Review Date: 1999-06-03

Used price: $0.01

XML: The Complete ReferenceReview Date: 2002-02-10
XML: The Complete ReferenceReview Date: 2002-01-06
A great reference book that should be on your shelf...Review Date: 2002-09-24
Great presentation of XML basicsReview Date: 2002-09-30
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.
A good Training Manual and Basic Reference GuideReview Date: 2002-01-08

Used price: $1.45

Informative But, Deceptive TitleReview Date: 2008-04-25
Maybe i should have read Sas Jacobs Beginning XML with DOM and Ajax before reading Simon Collison because after reading Simon's book first i was very disappointed in Sas Jacobs way of teaching XML. This book is full of theory which isn't necesarily a bad thing, but it also shoots code out there and half the time there is no explanation as to where it came from. XML isn't applied very well to web development in this book so if you are looking for ways to tie XML into web design don't expect much out of this book.
I guess what i'm trying to say is that this book isn't going to get you going asap into utilizing XML in your dreamweaver program or Flash CS3. I would like to compare this book as a very borring Junior level college lecture class. the kind of class that forces you to go out and learn stuff on your own.
The book impliments different coding techniques and languages to impliment with XML such as CSS and XSLT and Javascript. There is a whole chapter on CSS which isn't bad but i had also already read a book on CSS so i was ready to go, but the XSLT chapters were quite dreadful. I had no clue what was going on or how to properly form an XSLT stylesheet. Its something that i'll have to look at on my own from other sources. The book showed examples of things you could do with XSLT rather than show you how to write XSLT.
I really wish the book wouldn't waste so much time on code that isn't going to work on cross browsers. Jacobs repeatedly will show you an example that will work on IE 6 but wont work on Mozilla or Opera or Safari. Or it will work on Mozilla and not the others. Either way it just seems like she could give you the examples that work on all of them and then say if you do it this way it won't work on these browsers because... there never really is much of an explanation.
The plus in the book is that Sas Jacobs does know what she is talking about. She gets too indepth for having the book labeled as "Beginning XML". So maybe they could have picked a better title for the book and it would be alright. The book is more intended for those wanting to expound on XML beings it is a Metalanguage and has a vast amount of capabilities. Its a book for those who are very intuitive when it comes to coding. People that are good problem solvers and already have a web portfolio started. Its a book for people that are not me, and thats someone that is looking how to build a dynamic website from scratch with no prior experience in web design and web development.
So if you are a beginner looking to pick up on XML watch out for this book. Maybe try somewhere else. The book will give you a good lecture on XML and will help you understand XHTML better as well as a few other languages, but you won't be utilizing XML very well any time soon.
Other books i own and have read and would recomend to beginnig web designers:
"The essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP" -good book.
"Beginning CSS Web Development from Novice to Professional" -great choice buy it.
"Foundation Actionscript Animation" -great book.
"Learning ActionScript 3.0" -good book.
Clearly written with great coverageReview Date: 2006-07-24
I feel that Sas has accomplished her mission in giving a very thorough overview of the topic of XML. This book was very well written, clear and concise. Of particular interest to me were the examples of developing with XSLT, using the CSS functionality and developing in tandem with server side scripting. I thought the examples were relevant and the sections that were shorter led me to other resources where I might continue my explorations in depth. I prefer that the author accomplish the stated task and leave deeper explorations for other books - I felt that what was covered was perfect for the length of the book and gave me the information I was looking for based on the title. Interestingly, it's one of those books that I really did read from cover to cover. A rare event for me with computer books.
This is an excellent book for those who are looking to expand their use of XML in development projects for the browser.
Convoluted XML, From Novice to LostReview Date: 2007-08-28
Excellent intro to XML, XSL, and AJAXReview Date: 2007-02-12
I use Professional Ajax by Zakas, McPeak, and Fawcett along with it. If one book may leave a question the other has the answers.
Weak explanations & contrived examplesReview Date: 2007-01-19
The examples are very contrived. For instance, Jacobs shows how to use PHP to retrieve a result set from a MySQL database. Then, we see convoluted steps to convert the data into XML. Then we have to write XSLT to manipulate the XML. It would be much more efficient and practical to use PHP's object-oriented MySQL capabilities to spit the results into XHTML, or use PHP's own DOM capabilities to manipulate the XML.
This book simply fails because it tries to cover too much information in its short length, and also due to the many weak, impractical examples throughout. To sum it up, it's all examples and no substance.
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
The first issue I had with the book is the coverage of versions. The author has chosen to write not only about the two current versions (1.0 and 2.0 - two companies, two separate tracks of standardized tags), but the preceding versions for each. I don't buy a Word 2003 book to learn about Word 6. The layout could serve as a reference guide for the tags when you're done, but again, the vendor provided syntax guides are easier to reference. Next, the author makes some assumptions that aren't publicized; you should be really (really) familiar with XML to understand many chapters in the book, and you should also develop in Perl (as there are numerous, lengthy Perl scripts used as demos). I've created many RSS Feeds for both company Intranets as well as Internet sites, and given the simplicity of RSS, I can tell you that you don't need either to create a feed on your own.
The back cover claims the book is a "step-by-step guide to implementation", but it really isn't. The author has written a very nice book on the general history and specs of standardized RSS, but then fills the remaining pages with a general syntax overview of other commonly used RSS XML namespaces (not really demo-ing them), ideas for extending RSS with your own XML namespaces (which is great, but really just produces a customized XML document that industry standard RSS reader's won't know what to do with) , and then transforming other site's RSS Feeds into your own conglomerated XHTML page with various Perl conversion scripts, SOAP tie-ins, etc.
For the percentage of people that already know RSS and are looking to really go into advanced manipulations - this is a great title and I recommend it. For everyone else who just want to quickly learn the very simple syntax, this is a misleading title and I would recommend saving your money and reading the vendor's free syntax guides, or talking a quick on-line course. You'll find RSS easy enough without this book.