HTML Books
Related Subjects: Tutorials Books Resources Tools References Chats and Forums
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 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250

Used price: $22.67

Used price: $1.46

Great starting pointReview Date: 2006-08-11
Up-To-Date Now - Thank you.Review Date: 2005-07-19
An excellent starting pointReview Date: 2003-12-29
It's important to note that there are two approaches to creating web pages today: you can create them by hand, using XHTML code written with a simple text editor like notepad; or you can use a web page authoring package, such as DreamWeaver or FrontPage. Using a program like DreamWeaver (most agree its the #1 program of its type) will allow you to create web pages much more quickly than by hand coding them; and unless you have an innate skill as a design artist, they will likely look better than something you hand code.
On the other hand, you'll never have a clue about how the code actually works, if you don't learn XHTML; and so you'll never be able to modify it. You'll be stuck with whatever the web authoring package can do for you. And there's also the cost factor: web authoring packages cost several hundreds of dollars, but notepad is free; it's part of the Microsoft Windows operating system. (Macs have a similar built in text editor.)
Most internet pros can do both; they regularly use DreamWeaver as a production tool, but know XHTML so that they can quickly modify what the program generates when the need arises. On the other hand, amateurs building simple web pages probably would never be able to justify the cost of a full blown web authoring package, so learning XHTML makes perfect sense.
Either way, learning XHTML is an appropriate way to start your web page building education; and this book is the perfect way to do so. Having read several books on the subject - including some thousand+ page hardcover whoppers - I can confidently state that this book does a spectacular job of teaching you exactly what you need to know. It gets right to the point, and quickly and simply teaches the core material. All the fluff is gone; everything in this book is solid. There's thorough coverage of graphics, animated graphics, even some javascript. There's a lot of reference to readily available tools on the net, and some indication of how they might be used. I was particularly impressed with the clarity of the instruction; the book does a spectacular job of identifying and teaching exactly what needs to be taught, while deftly avoiding extraneous discussion. Most universities don't provide a quality of instruction as crisp and as easily followed as that contained within this book.
So what's missing? Not much. There's no coverage of Flash to speak of, or CGI scripting. I didn't see any mention of secure HTML, so you'll need more than this book in order to start processing credit cards, or conducting commerce. And a few of the web resource links that the author provides are dead links, and haven't worked for years; they should have been caught during the revision process.
But these are mere quibbles; make no mistake, this book gives you an awful lot. If your desire is a really good book that starts right at the very beginning, and gives you enough knowledge to build really good looking web pages from scratch... then this is your book. If you want to set up a simple web page for yourself - or an informational web page designed to promote your home business - this is a great text. And if you plan on persuing a career as a web page developer, but have no previous knowledge of web design or HTML... then this is a great book to start with.
The book is now in its 6th edition, and that says a lot; publishers won't revise a book with poor sales. For a computer book to be revised and released 6 times is a dramatic testament to its popularity, and inherent quality. I can only think of one other book on my bookshelf - Muellers' Upgrading and Repairing PCs - that has shown such a continuing popularity level.
When you invest in this book, you get a lot of value. When you've learned and applied everything in this book, you'll be able to create extremely good looking and well written informational web pages from scratch, without having to rely on a web authoring package; and you'll be completely prepared to learn the intricacies of Java, Flash, and CGI scripting, if you so choose. However, probably 90% or more of the people who read this book, will never need to move beyond it.
For most web pages, this book is all you'll ever need.
Great book.Review Date: 2005-08-12
Awesome book!Review Date: 2005-07-13

Used price: $0.46

Applications of XML in the industryReview Date: 2003-11-26
I highly reccomend this
A must-have for a serious XML developerReview Date: 2002-04-24
Excellent for XML/Java developersReview Date: 2001-07-29
1)This book is short in length but rich in content.
Chapter 1 convers XML in a standalone java application, SAX parser is used in this chapter; chapter 2 shows a survex project using SAX parser and servlet; chapter 3 demonstrated how to use DTD, CSS within XML editor XMetal; chapter 4 covers XML publishing, same content can be published with different style sheets for HTML, WML and RSS; chapter 5 and chapter 6 describe the conversion between XML and EDI using xsl; chapter 7 is devoted to an e-Business project, using xsl and servlet; chapter 8 can be read after chapter 4, it is also devoted to publishing, with dynamically generated xml content; chapter 9 is devoted to a stock tracking project, which uses SOAP as the communication protocol, it can be read after chapter 7.
In a whole, this book covers:
a) XML parsers in chapter 1, 2, also java, servlet, design patterns Builder, Visitor.
b) XML editor in chapter 3, also CSS, DTD,
c) Publishing (XSLT) in chapter 4 and 8, also servlet.
d) XML and EDI in chapter 5 and 6, also XSLT.
e) e-Business: chapter 7 and 9, also servlet, SOAP.
2)This books is written for java developer, good understanding of java and servlet is required.
3)There is no chapter on JSP and XML, although there are application of XML with servlet and you can transfer some servlet into JSP; there is no chapter on JMS and XML neither, you may hope to find this kind of example in a JMS book.
4)This book is surpringly easy to use. I read it several times, from the beginning to the end. I tried EVERY EXAMPLE in the book, and every example works.
To be more honest, I only find one problem in the example (I just want to prove that I really tried every example): on page 81, third paragraph, first line, the author talks about how to chnage display style in XMetal:
Choose Tools, Editor Display Style
I found "Editor Display Style" in the menu "Format" instead of menu "Tools", so maybe we shuld replace "Tools" by "Format".
5)This book uses a JDBC database HypersonicSQL, and it is on the CD. So no preinstalled database is required.
6)The servlet container used in the book is jetty, the author provided batch file to use it without any difficulty. However, if you use Tomcat or Weblogic or jrun or another servlet engine, you need to configure it.
Practical book - which tells you what you need to know.Review Date: 2002-03-28
The author's writing style is also good, he gives reasons choosing any particular implementation.
If you really need to know XML, buy this book.
Excellent book on how to apply XML solutionsReview Date: 2001-05-29

Used price: $5.79

Great Starter BookReview Date: 2004-05-09
This is THE book I would recommend to someone who wants to know what HTML is and does but lacks prior computer programming experience. Even those familiar with other computer languages such as C++ or java will find the user-friendly approach by Pence a joy over most technical books.
If a beginner's book is what you want, here it is!
Excellent authorReview Date: 2005-02-27
e-mailed the author 3-4 times, he was always professional, courteous, and willing to help. It's a great book and has an author who stands behind his product. If you are into web-page design, this book is definitely worth its money.
when learning, using, needing HTML this is the book Review Date: 2005-07-18
Good book if you are new to HTMLReview Date: 2004-11-22
However, what I found confusing when learning HTML is when and where to apply the all the different attributes (such as background color, font styles, text & image positioning and so forth). What I learned after having done a fair amount of web development is that cascading style sheets (CSS) are the way to go. This is explained in ch. 10. The reader of this book may wish to jump to this chapter at the beginning and be ahead of the game.
It's simply too complete!Review Date: 2004-06-13

Used price: $21.53

great book on xmlReview Date: 2008-07-05
Excellent!!!Review Date: 2004-06-26
The book starts with a quick introduction to XML and then gets into how to create XML documents in your programs. The first four chapters cover everything you need to know about creating XML whether it is for XML-RPC, SOAP, or simply to store in a file. The next section covers parsing XML documents. SAX and DOM are compared and then the next eight chapters discuss these two methods of parsing documents, explaining how to use them, comparing them, and helping you determine how to decide which technique to use for which situation. The section on DOM explains not just how to parse documents using DOM but also how to create new documents. The final chapters of the book cover JDOM, XPATH, and XSLT.
Did I mention that this book is full of examples? The author doesn't rely on simply explaining how something works or how to use a technology (even though his explanations are excellent), he has examples to demonstrate everything he discusses. Each example builds upon the previous example and makes learning the techniques easy and enjoyable.
An excellent choiceReview Date: 2003-08-16
Michael
A huge amount of topics and APIReview Date: 2003-08-14
Be advised that some basic understanding of XML and intermediate Java skills are required to get the best out of this book
An excellant choiceReview Date: 2003-08-07
The author code that can be used in the real world of JAVA and XML. I liked the books section on JDOM. This book shows the differences between DOM and JDOM. Also, this book has a lot of information on SAX, DOM, JDOM, and it shows the differences when using each. I would recommend this book to anyone who wants to learn JAVA and XML. Make sure you are an experienced developer before purchasing this book.
Michael

Used price: $3.57

A great introduction, resource, and referenceReview Date: 2004-07-28
Informative BookReview Date: 2002-12-08
Complete Guide to VRML provides insight into Xj3D tooReview Date: 2005-11-08
The second reason to own this book has only popped up over the last two or three years. Since Xj3D began to come on the scene several years ago as the XML-based open-source replacement for VRML, this book has become invaluable for evaluating that tool's ability to build virtual worlds. In fact, the Web3D consortium's "test files" for Xj3D, which continues to be a work in progress, are VRML files from this book that have been translated into Xj3D. Since the base tags are the same in Xj3D as they are in VRML, if you are able to understand VRML you should be able to understand what's going on in an Xj3D file with just a little investigation into the basic differences. This will allow you to intelligently evaluate Xj3D and determine if you can find any weaknesses or discrepancies in that tool's implementation.
Great Book!Review Date: 1999-12-15
vrml 2.0Review Date: 1999-08-05

The Heart of Motherhood in the Heart of my HomeReview Date: 2008-07-18
Peppered with inspirational quotes from Mother Teresa, among others, Bible passages and heartfelt prayers, The Heart of Motherhood, inspires from within. Donna-Marie begins the book with the statement that motherhood is, indeed, a truly ordinary and yet extraordinary vocation. By being mothers and by welcoming, loving and teaching our children, we are truly doing the Lord's work. She explains,
"A mother's day is filled to capacity with many ordinary tasks, not unimportant, but rather works of love that may be overlooked or unnoticed. Changing diapers, doing laundry, schedule keeping, house cleaning, planning and cooking nutritious meals and helping with homework are just some of the ordinary tasks in a mom's repertoire. Her own family family may take these loving acts for granted. Although these tasks may seem mundane, or even monotonous, they are the nitty-gritty details that keep the family going and together. . . . A mother's deep inner faith affirms that a day's sacrifices and seemingly ordinary tasks please our Lord because they are done with extraordinary love."
And later reminds us that "love is not merely a feeling or emotion. Love is also a decision . . . at times, this decision may be an enormous sacrifice."
Donna-Marie notes that today's society, unfortunately, rarely respects the woman's role as mother and wife nor the mother's domestic role in the home. However, rather than focus on that, she encourages her readers to bring back the dignity and respect motherhood deserves by being an example of holy mothering to one's family and, ultimately, to society. She continues by explaining how one can focus on holy mothering, the importance of a mother's prayer life, shares inspiration for those times when you feel anything but holy in your mothering, gives inspirational examples of holy mothers (including the most holy mother, Mary) in history and ends each chapter with beautiful prayer.
It is a blessing to me to have read this book. I kept starring and underlining passages and prayers that spoke to me! I couldn't put it down! This is a book that will be an inspiration for years to come. It does not tell you how to run a household, how to clean a sink or how to get your family pulled together each Sunday morning to make it to church on time. Instead, it delves deeper into the holy vocation of motherhood and encourages mothers young and old to keep the faith and to recognize the immeasurable importance of the job to not only their children and families, but to society, the Christian family and God.
I'll be keeping this book handy, by my bedside, on my kitchen counter, in the bathroom (yes, you read that right. You KNOW it might be the only quiet time you get all day!) . . . maybe for a few minutes of refreshing, or even for 30-seconds of inspiration and prayer.
The essence of "The Heart of Motherhood" is love. God is love. "And the greatest of these is love. . . . " We do easy, and difficult, ordinary and extraordinary things for our family and children because we are mothers (and wives) and we do them out of love.
Encouragement for the journey of motherhoodReview Date: 2008-05-10
In the past few months, I've gotten to know Donna a bit, through her blogs and some emails we've exchanged, and reading this book was just like talking with Donna. Each chapter ends with prayer, the kind that you'll want to copy into your prayer book or post on your bathroom mirror. I felt the same sort of comfort in reading this book that I feel when I'm having a cup of tea with a dear friend. So go and grab a copy of this book and a steaming cup of tea. Donna has some words of encouragement for you!
Life Changing!Review Date: 2008-04-29
The Heart of Motherhood:Finding Holiness in the Catholic HomeReview Date: 2008-04-14
Excellent & Beautiful book for all Catholic MothersReview Date: 2007-07-11


Great VoiceXML bookReview Date: 2002-04-05
Excellent resourceReview Date: 2002-02-03
Good coverage, up-to-date, very userfulReview Date: 2002-03-02
If you're looking for a reference, this is the book to get. The reference section is current VoiceXML 2.0 (October 2001), which is an advantage in and of itself. But the real strength of the reference section is its depth. Each element, (e.g., There is a brief discussion of the architecture of a VoiceXML app, and a couple of paragraphs discussing the differences between VoiceXML 1.0 and 2.0. The book also gives, contrary to my expectations, a history of the voice industry, a history of VoiceXML, and a discussion of players in the industry. What makes this book's treatment of these topics unusual is that the authors (particularly Kunins, I suspect) actually know these fields. I don't normally want these sections in a reference book (it just adds bulk around the section I really want) but I found them quite compelling here. I learned quite a bit from reading them. The book also contains sections on Dynamic VoiceXML, Security, Voice App Life Cycle, VUI Design, the Future of VoiceXML, and a case study. I haven't read these sections yet, so I can't comment on them. I do know, however, that the sections I have read are sufficiently superior to make this THE VoiceXML book on their own. If I were to criticize the book, I would fault the authors' lavish praise of TellMe (this is minor and not unexpected) and the examples in the reference section. The examples are quite good for someone learning VoiceXML, and the authors are commended for including them. The fault (albeit a minor one) is that they are fairly vanilla. So, while I would have preferred more examples, I concede that such examples would make the book much larger and the inclusion of "advanced" examples to the exclusion of "canonical" examples would have made them less useful to developers learning VoiceXML. Overall, if you are going to own one VoiceXML reference, THIS should be that one.
Most complete, well rounded book to dateReview Date: 2002-06-07
http://voicexmlplanet.com/reviews/vxmlbook.html
In short, this is the VoiceXML book I wish I had written. The authors have produced a comprehensive title that includes gems that could only have originated from masters of the craft.
My only complaint is that the book is a bit too biased towards Tellme (one of the authors is an employee), but this can be forgiven based on the quality and depth of the content.
My judgement is that this book is the most well rounded in-depth book on the topic that's been published to date. I am very happy with the mix of content, summaries of important concepts such as linguistics, speech recognition, and speech synthesis, as well as the in-your-face examples and complete reference. In fact, I liked it so much that I will probably be using it as a standard reference in my company's VoiceXML training course.
Use this book only as a reference not to learn VoiceXMLReview Date: 2003-02-26

Used price: $4.93

How to get a Perfect Bound copy of this bookReview Date: 2006-06-19
(I gave this 5 stars simply to not impact the book's current rating.)
Thorough in its explanations, lots of additional referencesReview Date: 2004-04-07
Note: This is not a paperback!Review Date: 2006-05-26
I gave it five stars for content, but this new method of publishing gets zero stars.
great book. Must have for CS students.Review Date: 2003-09-22
However, if in your work or your studies you feel that you need to gain a more thorough understanding of the W3C specifications related to XML, then this is the book to buy.
All the W3C specs are available for free on the web. The trouble is, W3C documents are designed to provide a precise definition of a standards, they are not designed to be especially intelligible by mere mortals (however technologically enclined). Some are quite readable, others far less.
Firstly, I really like that this book present all the relevant specifications and working drafts in perspective. Secondly, I found that it does a remarkably good job at translating these specifications (without simplifying them) in understandable terms.
In my work, I am interested in gaining as thorough as possible a view of XMl technologies and this book helps me greatly. I also like the fact that it present a well-organized bibliography at the end of each chapter (sadly many computer books from Wrox, O'reilly, Que an like don't have a bibiography as if to say "everything inside this book comes straight from the author's mind. DO not look any further).
I have reviewed for myself around twenty XML books. I found this book to be one of my top favorite. I recommend it especially for:
- CS students or programmer with a theoretical bent.
- anybody who wants to get a thorough overview of W3C standards.
Rather practical!Review Date: 2004-07-04
Kenneth B. Sall, the author of this book, organized this book in a fashion where each section could be studied on its own, and if there are references to the previous sections, they are appropriately mentioned. This way, one does not need to sit down and cover this 1000+ page book cover to cover to realize that the topic of conversation is. The stage is set at the beginning by the author commenting on the fact that XML can describe everything under the sun, even the kitchen sink:
"XML: ... maybe it's everything but the kitchen sink? Say, have you heard the one about the XML Kitchen Sink Language? ..."
I have been working with XML for sometime now, and I am still amazed at how it has grown and expanded in to our everyday lives in the past few years. One can spend months coming up to speed with the specifications and the XML "realm", and that's not enough. This book does not even cover, in a great detail at least, the Web services realm. That alone is a couple of thousand page book. The background topics are essential to any reader: basic XML syntax, DTD, Canonical XML, Namespaces and XML Schema. Once you have these topics covered and well understood, you can jump around to any other part of the book, displaying XML data for example or XML programming API's.
One can spend a couple of hours trying to figure out how these specifications fit in, but the author hs already done the job with a very useful picture inside the cover page. What's your forte? Cascading Style Sheets to convert XML data into a PDF document for example, or an XHTML document to display on a web site? XHTML is also covered in length, if you do not know that is and what it offers over the plain old HTML.
My favorite topics were probably the authors explanation of the XML parsing and the available API's and resources. SAX, DOM, JAXP and JDOM are covered in great detail.
* SAX - the API that started it all. Minimal and light-weight. Fast and event driven.
* DOM - Memory intensive, complex, but very powerful. It's a tree based model, and the tree represents the whole document.
* JDOM - java specific. Can be used with either DOM or SAX.
* JAXP - java specific again, but easier to use than JDOM.
There are also a number of C++ XML parsers that the author touches on such as the Apache Xerces, C++ SAX and many others, but the main topics revolve around the four most popular parsers mentioned. These sections are mostly tutorials and how-to's. Each parser is used in an example and example is analyzed piece by piece. DOM is covered in more detail due to the number of levels (DOM level 1-3) that it has. Since DOM is more powerful and more complicated, the topic is a bit more advanced and would require more attention from a novice. If you read thru the SAX chapter and understand it well, DOM would not be that much of hurtle, but make sure that you read understand SAX first. Java centric API's including XML-RPC, JAXB, JDOM, JAXM are covered by the author to depict how XML can be used and how it would benefit the application - and developers in-turn. The icing on the cake is when K. B. Sall outlines the differences between SAX, DOM, JDOM and JSAX. He talks about each of the technologies in detail, tell you what the advantage and disadvantage of each one is, and then it compares them against each other. By the time you are done reading these sections, you would become an expert in XML parsing and programming.
XLink and XPointer. How can one leave without these two core technologies and tools? They are truly remarkable; easy to use, light weight and easy to learn. Well, they are well covered - as you would expect from this book. One thing about these topics is that they could be very abstract and need examples, and we got lots of those. The example depict the efficacy of how one can use XLink to create complex connections between sets of resources, even though you do not have a write access to those resources. This is very handy and resourceful technique is you need to build an e-commerce site. With XPointer, one can locate individual XML elements, set of elements or even a range of XML data between two points. The ability to specify "range" of elements is where the true power of XPointer is revealed.
The references, the related resources for each topic, simple to complicated examples and a CD filled with goodies, source code used throughout the book and the W3C specifications at your fingertips outline the some of the other benefits of Kenneth B. Sall's "XML Family of Specifications" book.

Used price: $0.01
Collectible price: $24.99

Very BASIC!Review Date: 2001-04-03
This book is a must for all novice HTML web page creators.Review Date: 1998-07-31
Great for the inexperienced computer user.Review Date: 1999-07-11
Great as an overviewReview Date: 1999-06-20
Those of you who are mainframers will laugh your heads off when you see that the internet has made Script cool...
A door-opener to the world of HTML...Review Date: 1999-08-14
Related Subjects: Tutorials Books Resources Tools References Chats and Forums
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 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250
Oliver & Morrison offered good advice on what to do and what not to do when designing a webpage, and they also explained why they make those suggestions, which certainly assists in making later judgement calls on topics they don't directly address.
I would also recommend O'Reilly's HTML/XHTML book, which has come in handy in clarifying a few points. However, this book is sufficient for anyone looking to put up realatively simple pages and is easier as an introduction (and more motivating) than O'Reilly's book. That is, buy this book first and buy O'Reilly's book if you have a desire to learn more about HTML.