XML Books
Related Subjects: Tools Validation Style Sheets References and Standards Applications Linking Forms Addressing and Querying
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 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204

Used price: $9.72

Secret of RSSReview Date: 2006-09-11
Excellent overview and how-to on RSSReview Date: 2007-10-09
But what do you really have to know about RSS as a consumer or distributor of information? Well, depending on your level of curiousity, it may be a lot or a little.
And to your rescue comes Steven Holzner. Holzner has written a ton - the back cover says 95 - of books of technical subjects. I've read many of them and haven't found a bad one yet. This is no exception.
Holzner covers just about every aspect of RSS, from defining and explaining what it is to RSS readers to creating feeds manually. It's really quite thorough and Holzner has a gift for making technology understandable.
Highly recommended for anyone seeking an introductory to medium grounding in RSS.
Jerry
Well-written Look to RSSReview Date: 2006-08-25
The book is well-written and easy to read, and well-designed (something I've found with all of Peachpit's titles. While most folks won't be interested in the details of creating a feed by hand, or the subtle differences between versions of the RSS standard, these tidbits ensure the book is a complete treatment of the subject.
For $15 (here on Amazon) you're not going to find a better look at RSS.

Used price: $7.00

Great beginners reference book for beginners!!Review Date: 2007-05-24
replaces 6 books [one for each language]Review Date: 2005-08-09
Hopefully, you should be able to appreciate that HTML is simple. In fact, of all that the book discusses, HTML is the simplest language. Several initial chapters walk you through HTML. It must be stressed that mastery of HTML is needed to make sense of the rest of the book.
The later languages either extend the scope of an HTML file, or they generate the file, roughly speaking. Cascading Style Sheets (CSS) lets you easily factor out common definitions that are used across multiple web pages, where you can imagine that each web page corresponds to a file storing it. Schafer explains how to use CSS to simplify management of a set of HTML files. A centralised way to set common fonts and the like. More robust.
But HTML is a declarative language. Good, because laymen can more easily understand and write such languages. It's easier to say what should be done, than how to do it. But for the times when you need more expressive power on the browser, Schafer offers JavaScript. A procedural language that actually has nothing to do with Java. [The coincidence in names was a marketing ploy.]
Schafer does not ignore the server. CGI is given, as the first generation attempt at server side code. Its limitations spawned the use of Perl, PHP and Python for easier parsing of user input and generation of new dynamic pages.
Each of these languages (HTML, CSS, JavaScript, Perl, PHP and Python) is often the subject of its own book. No surprise then that Schafer explaining all 6 gave us a book of this length!
Web standards?Review Date: 2006-08-08

Used price: $1.98

great intro bookReview Date: 2002-08-26
Excellent Beginners BookReview Date: 2002-08-26
Worst Technical Book EverReview Date: 2002-08-05
Far too many fluff drawings, blank pages and repeated information. Specifically, this book advertises to have 192 pages, but only about 100 pages have relevant information; the last page number in this book is 167, which is at the end of the index. This is followed by 13 completely blank pages.
If you want a book on XML, start with "Beginning XML" by David Hunter. It has all of the details that you need to understand XML. From there, you can tackle XSL, JDBC, etc.

Used price: $4.79

Need Help Writing Your Own Schemas? Try this.Review Date: 2002-11-11
The problem right now with XML Schema is that it is new. Most XML books use DTDs, in part because when they were written, the Schema specification was not finished by W3C (in May 2001). Some XML books since then do describe Schema. They usually give a good overview and provide examples that work for the XML document examples they describe. So if you have an application that you want to write a Schema for, you can get started. But chances are, you soon run into problems if your application is not a carbon copy of a text's example. You soon need some Schema component or attribute whose usage or even existence was not disclosed in that book.
This book addresses that shortfall. It provides at least one example of how to use every attribute of EVERY Schema element. A formidably comprehensive task. Which accounts for the near thousand page size. But this is far more than just some dictionary-style exposition. They describe important closely related issues, like how to use the DOM and Xerces SAX parsers, and the different outlooks these take. Also, from your viewpoint of how to write a Schema for YOUR application, they offer a top-down approach. Schemas can be result-oriented or data-oriented. You get enough details to help decide which case yours fits. This can greatly aid developing a facile "natural" Schema. One where once you have it and an example XML document that uses it, the layout taxonomy seems axiomatic. Which should be your goal. It is not enough to define a Schema that can hold all the information you have. The skill is in making a Schema that does that and has a clear, obvious logic. Because in many cases others, probably not as technically adept as you, get to fill in documents based on it. So the logic should be clear to them. Even if they do not directly write into an XML document, but build it from a GUI, the clearer the Schema, the easier it is for someone to build a GUI to populate a document based on it.
The authors also provide a website (XMLSchemaReference.com) that has the code described in the book, and many more examples. Worth bookmarking.
So try this book and its website if you need an authoritative guide to writing Schemas.
Certainly not a book for learning about XML schemasReview Date: 2004-06-05
Use this book all the timeReview Date: 2003-10-01

Used price: $5.80

Book is a little light in real information...Review Date: 2002-02-28
Great Geek Stocking-Stuffer - Six Holiday StarsReview Date: 2001-12-22
An alpha release called HailStorm in a Box, or HSiaB, is available now for developers wanting a head start. HSiaB runs only on your LAN with your HS server doing the work of the future Microsoft server. It's free on the Microsoft web site. HS is all implemented in SOAP and XML of course. HSiaB requires Windows 2000 and SQL 2000 and each of these is free in a trial version from Microsoft as well.
This is bleeding edge stuff and the name "in a Box" is reminiscent of the early (1994) exciting days of browsers when many of us got "Internet in a Box" from Spyglass, the holder of the first Mosaic commercial license. HSiaB is not a revolutionary event like Mosaic, but it is very significant.
The book is a quick 203-page guide to HSiaB with plenty of coded examples. This is great fun for the serious geek even if you hate the name Microsoft. You can pick it up and finish it in one sitting since the code can be comprehended without actually running it. Installing HSiaB (fully explained in the book) and running the code will give hours more of fun. Think of something so new that you actually do some setups from a command line. Bill must have hacked this together himself. Way to go, Bill!
Imagine getting excited about something like this during the holidays. I must be sick. I picked it up at 5:30 AM this morning and could not put it down.

Used price: $0.01

If only the title matched the contentReview Date: 2005-01-24
This book is a relatively short straightforward walkthrough of XML markup, data standards, searching, legacy conversions and performance. It's around 200 pages with around 20 pages. The tone is light but terse. Graphics are sparse and are used effectively.
I think this would be an ideal introductory work for someone just starting out with XML. Though I think there are other books that are as good or better.
If only this book had the content implied by it's title.
good descriptions of XML disadvantagesReview Date: 2005-01-25
Also, at the implementation level, he offers practical advice about such key usages as XML data. He gives advantages and disadvantages. The latter is the best part of the book. Because other books that might explain the topic to someone new to it often just talk about the syntax and the great things that you can accomplish. Rarely will such texts discuss any limitations that have been found through painful experience.
It's not just for XML data that he does this. For documents, networking, searching, performance and legacy information, he analyses the disadvantages.

Used price: $3.45

Ok, complicated topic, or is it ? Net/Net: Wait for next book.Review Date: 2005-09-25
A reasonable person would assume that when you buy a book for $40-60, that you are getting something insightful - something that you would have traded your sister for to have figured out without spinning your wheels endlessly or burning support incidents @ $225 a pop. Unfortunately, this book adopts the lowest possible threshold in terms of content. Here's the irony: I sat down to plug away at an InfoPath Solution and figured I'd follow the book just to see what happened. By Page 10 I was annoyed. By Page 20 I was checking the Index and Appendix to search for my specific interests (after all, I had something I wanted to get on with). An hour later, I was consulting some very cool material online, complete with blow-by-blow examples, code shots, and visuals. Book has been sitting in its last known good configuration since then. What's worse, a simple search on the InfoPath help topic yielded EXACTLY the same material as in the book. Well WTF. It turns out that Wrox's authors basically pillaged and regugitated the Help file - almost verbatim. That's what prompted me to write this. I didn't have to pay for the book, but if I did - I would be plenty pissed-off right now....and shortly after I calmed down, Barnes and Noble (err...or Amazon, yeah that's it!) would be getting my return. Naturally, at that point I would have burned 5 hours between shopping, buying, reading, commenting and returning the book - which is a gross waste of time. Save yours: listen up.
The first 4 chapters of this book talk about XML, Schemas, DTD's, XSLT, and reference materials. Honestly, there's so much useless information here, you might as well read the intro and go straight to Chapter 5. Why? For several resons: I don't need a reference book on XML, or any of its cousins. That's already published for free. Plus, InfoPath takes all of that pain away. Drag and drop, link controls to bindings, choose a data source, link it to your bindings and away you go. I don't need to read 100 pages of materials on the inner workings - we know it works, that's why we're using it. Only the most bleeding edge / neurotic / hardcore developers with weird requirements are ever going to have to mess around with that stuff. Rapid Applications Development anyone? - That's what InfoPath was designed for.
Chapters 5,6,7,8 are the meat. Chapters 15,16,17 have worthwhile examples of ADO.NET script.
What I would like to see:
Working examples of full-on solutions. Fabrikam, BizTalk, SQL, BI.
More code shots.
Show me how to design a Form within Visual Studio.Net 2003/2005, and work the code-behind to do neat stuff.
Show me how I can develop solutions using SharePoint, XML, and BizTalk.
Show me how to create a custom Web Service? (this is, ahem, rather important, and not very well done)
Solutions people. Rapid development. Small books that put you in the driver's seat ASAP.
This isn't it.
Note: One of the best publishers I have seen recently re: Technical Books has to be Rational Press. I have found their books to be highly insightful, right to the heart of the matter, and @ sub-100 (or thereabouts) pages, you get a lot of bang for $20 bucks.
(http://www.amazon.com/exec/obidos/search-handle-form/ref=s_sf_b_as/002-0585726-2670403)
Wrox: Are you listening? Bad Monkeys. Stop the proliferation of title after title. It's like like dating a Narcissitic woman: they're so in love with themselves that they LIVE to hear themselves talk: even if it's complete Tripe that comes out of their mouths.
Technologists (aspirinig or professionals) would do well to remember that Wrox is in the business of publishing and selling books: that doesn't always mean that they are worth your time or your money. I have watched Wrox's value as a print resource slowly degrade since I stated reading their titles in 2000. In my opinion, they are no longer a trusted (and valued) informational resource. Wrox has saturated the marketplace with title after sub-title - many of which never should have received their own cover, much less their whopping price tags. (Do you guys publish books at any other price point other than $50.00?) Not many, to be sure.
Potential buyers: think, read, and review before you buy any technology book. Wait for the next offering on InfoPath (if there is one before Office v.12). Your best bet will be online: MSDN, GotDotNet, BizTalk, and some other very neat sites that specialize in valuable content - for free! Google it. You won't be sorry.
ch
Not for DummiesReview Date: 2004-09-27

Used price: $0.93

Good for a beginner on a PCReview Date: 2005-09-09
The last third of the book deals with eBay listings and Blogs. The section about eBay is pretty extensive, giving the reader all sorts of helpful information about everything from finding items to sell to preparing effective graphics to post to pricing and effective ad copy writing. If interested in opening an eBay store, this is a great resource to turn to. Again, the authors explain things thoroughly and in an easy to read manner.
Finally, there is a section about Blogs, which was interesting, since I have never really had a clear understanding of what a Blog was. So while helpful, not something I am interested in creating.
Overall, the book is good for a beginner with a PC. It is excellent if you want to sell on eBay. If you are a MAC user, I'd recommend finding another book.
iconic usagesReview Date: 2005-07-14
The early part of the book goes over HTML basics. You need mastery of this to proceed. The book then gives the 4 modalities as case studies. You may well not want to learn all of them. But if you are reading this, you're probably interested in at least one. The utility of the exposition is to show how learning the chapters for that can give you skills transferable to the other topics.
Now of these topics, blogging has the skimpiest coverage. This might reflect its realities. Most blogs afford you some graphics that you can alter, as a blogger. Like uploading images. But blogging is primarily textual.
The eBay section is far more extensive. For some of you, it may also be the most compelling. Since unlike the other modalities, this is about directly making money. To this ends, if you are interested in this section, read the descriptions about using images in your auctions. Of all the actions you can do as a seller, providing a good image of your item has been shown, on average, to yield higher bids. This also nicely ties into an earlier section of the book, that discusses using Photoshop to improve your digital photos.

Used price: $2.47

Comprehensive and well-writtenReview Date: 2003-03-28
It assumes knowledge of XML and DTDs, but otherwise guides you very systematically through the topics, without a need to flip back and forth.
It is neither a tutorial, nor a reference, but has very clear examples to learn from and is well-enough laid out to serve as a reference later.
In contrast to many IT books, it is written in an engaging style that I found easy to read as a narrative.
It lends itself well to reading a chapter, then starting up an XML editor and experimenting. Then trying the next chapter and so on.
Comprehensive but terrible deliveryReview Date: 2002-09-19

Used price: $7.40

Top notchReview Date: 2001-08-29
Not what I was looking for.Review Date: 2001-10-26
Related Subjects: Tools Validation Style Sheets References and Standards Applications Linking Forms Addressing and Querying
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 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204
Information on Initial chapter keep on referring to later chapter in the book and information on later chapter are also just general.