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


Great bookReview Date: 1999-12-18
A quick course written in hurry.Review Date: 1998-08-27
If You Want To Design Web PagesReview Date: 1998-05-20
solid bookReview Date: 1998-02-02


ExcelentReview Date: 2000-07-05
Buen libro, pero básico en programaciónReview Date: 2000-06-20
* Contiene tambien bastante código re-utilizable, que es bueno tambien, sim embargo, la mayoría de estos los encuentras en internet.
* El problema con este libro, es que está enfocado a programación básica, no entra en detalles como Bases de datos, Macromedia, e incluso scripts.
* Lo recomiendo para aquellas personas que deseen empezar en esto. Es fácil de leer, y con bastantes ejemplos.
Suerte!
Básico, pero flexibleReview Date: 2000-06-20
* Para los que son nuevos en esto, está perfecto.
* Para el que quiere crecer sus conocimientos en el Desarrollo de Internet, no es muy bueno.
* Para el que es muy autodidacta, no se lo recomiendo, ya que puede aprender todo lo que viene en el libro, en el mismo Internet.
Reutilizar código es bueno, pero tambien necesitamos saber al 100% cómo realizarlo.
El CD que viene con el libro, es bueno. Tiene muchas imágenes que puedes utilizar en caso de saber manipularlas.
Suerte!
Muy Sencillo y prácticoReview Date: 2000-06-20

Used price: $8.50

no more "pro" books for meReview Date: 2007-06-20
The entire book is copy-pasted template paragraphs of the following format:
- 2-3 lines of code
- a paragraph of 5-10 lines explaining what it does, almost always following the same template:
"The code creates a class named Employee with five public properties: EmployeeID, FirstNmae, LastName, HomePhone and Notes... " page 284
"The code creates an instance of the proxy class... The code then binds..." 287
"The code creates a form-level var... The code then creates..." 288
"The code creates an instance ... It then sets..." 289...
and so on the entire book.
Imagine someone commenting every line of code he's written. EVERY line. And using the same copy-pasted phrase for that.
For example:
page 283 contains a simple class Employee with 5 simple properties (name, id etc.) Nothing more. That simpliest straight-forward code is spread over 2(!) pages (seriously, I can send you a scan of the page if you like, huge empty space in between the code lines), with a paragraph before the code and after, explaining what is inside this class.
Excellent starter for .NET & XMLReview Date: 2008-03-26
This book really helped me a lot. This should be the starting place for all .NET programmers wanted to begin XML. I appreciate the book it has helped me tremendously.
Great C# XML GuideReview Date: 2007-12-23
Solid book, broad but shallowReview Date: 2007-07-04
There are a number of weakness in the book in that it's rather shallow and leaves out details or concerns on a number of topics. Examples include skimming over a DataSet's ability to infer a schema when reading data in. Are there any drawbacks? When would you use this? When might you want to avoid it?
So with the negatives out of the way, let me focus on the positives, because they're definitely there. There's a lot of content on a broad range of topics. There's a very solid introduction to XML which is soundly and concisely written. The discussion of SAX and DOM is nicely done, and there are a large number of fundamentals which are well-written.
You'll be able to learn the basics on things like XML's use of DTDs, how schemas roll into things, the basics of validation, and a number of other topics. The chapter on XML in ADO.NET has some good coverage on XML support in DataSets, and there are solid chapters on Web Services, SQL Server support, and a chapter which combines remoting, XML in ASP.NET, and configuration files. Joshi also wraps in a chapter on XML's role in WCF.
I think the book's a solid introduction to XML in the .NET world.

Used price: $0.01

detail and deeply.Review Date: 2003-08-07
I think this book is not suiatable for SAX begginers. If you want to begging SAX, you may reading the SAX chapter in the general books of XML before reading this book. And I recommend the book "Begging XML" (David Hunter, Wrox).
Though a little hard to reading, this book provide many useful and valuable example code. And it really discuss every topic deeply and in detail, so readers should take time to understand the core meaning of the author.
Bad writingReview Date: 2002-03-03
I picked this book because it is written by someone who manages SAX API. But unfortunately the writing is NOT clear. Normally oreilly books are an easy read. Am finding this to be confusing :-(
Poorly writtenReview Date: 2002-07-17
But after reading 4 chapters I must say that the book is poorly written. This book confirms to me that insight is one thing and ability to express the ideas is another.
The book is divided into 6 chapters. There are some good programs that are small and crispy. But the explanations are awkward. There are some mistakes/typos as well.
a solid work piece of workReview Date: 2002-01-29
I really like the way the book progresses naturally from the basics of the API to more advanced concepts. And there are plenty of examples and that is a key, I think, to the success of a technical book -- that it can actually demonstrate the concepts it teaches in a way that can be quickly grasped and even implemented. The book is brief, concise, and very up to date as well.
I think just about any SAX programmer will learn something new and worthwhile from this book. While I found a few typos in the book, they are easy to forgive in light of the overall value of the book.

Used price: $20.80

Response to Justin Taylor's reviewReview Date: 2004-09-29
Coverage of Javascript, or to be more accurate ECMAScript (the ECMA/ISO standard) is included because SVG supports it as its primary scripting language. It's like criticising a book on automobiles for covering "old-fashioned" internal combustion engines. Yes, there are drawbacks to running scripts client-side, but the developers of SVG thought it useful enough to include a language binding within the spec itself. ECMAScript is a current standard, in widespread use. Many wireless devices support ECMAScript, have done for years - Nokia and so on incorporated it for WAP support, long before they started with SVG. Working with server-side languages and SVG is a different matter entirely - the book has extended examples and case studies in most popular languages.
Equips the reader with the practical knowledgeReview Date: 2003-03-06
Just Plain WorthlessReview Date: 2003-06-20
Now another thought....XML. A new technology which was designed to be portable, compatible and server side, which means no trouble with the user's computers. regardless of how intimidating XML might seem, it is the future and needs to be addressed. SVG was designed to be used with XML and XML was designed for both web and application development. The focus on PHP, Perl and other scripting languages was given too little focus. Old information and technology does not constitute a good resource. This book was a poor example of the true power of SVG and will lead many new developers into the pitfall of using javascript which is doomed for extinction.
Is it a tutorial, is it a reference? It's neither...Review Date: 2003-02-25
The book consists of six parts: "SVG fundamentals", "Programming SVG Client-Side", "Producing SVG Server-side", "Case Studies", "Looking Ahead", and "Appendices". You will need to download most of the Appendices ("B: SVG Elements Reference", "C: SVG Attributes and Properties Reference" and "D: SVG Document Object Model (DOM)") as only appendix "A: Glossary" is actually included in the book.
Each of the chapters that discuss the actual language ends with a discussion of the part of the DOM that applies to what was discussed in each chapter. Unfortunately, this is too boring to read as tutorial, and at the same it is too unorganized to be used as a reference (the 'discussion' of the entire DOM spreads out over almost 20 chapters).
With respect to the tutorial part of each chapter: whenever I came across parts that were likely to trip my trigger, I was disappointed to read that all the really interesting details "are provided in the SVG 1.0 Recommendation." However, your mileage may vary.
My recommendation is to read some online tutorials (IBM DeveloperWorks and/or the one by David Duce and Ivan Herman) to get an idea of what SVG is all about. Then, if you are interested in doing some SVG 'programming', continue by downloading the aforementioned SVG 1.0 Recommendation and possibily even the SVG Unleashed Appendices. That should give you enough information to avoid the purchase of this book.

Used price: $0.44

Very outdatedReview Date: 2002-07-19
please if this book can guide for how to create web pagesReview Date: 1999-09-06
Doesn't waste your time...Review Date: 1997-03-01
The most useful HTML (and more) guide ever!Review Date: 1998-01-22
This jam-packed HTML and more guide is the most useful HTML guide ever. It comes with a companion CD-ROM that not only has stuff used in the book but also other software thaty can be used for other purposes.

Used price: $0.46

Just ExcellentReview Date: 2002-02-22
Hundreds of hands-on examplesReview Date: 2001-12-09
You have a FREE and BETTER alternative to this book!Review Date: 2002-11-16
A Readable GuideReview Date: 2001-11-22
One of the only disappointments I had with this book was the neglect of Web Services, which I would expect would be a major reason for using XML with SQL Server 2000. This is not a major criticism, and might be addressed in later editions of the book. In any event, any serious SQL Server 2000 developer should take a look at this book.

Used price: $0.01

A GREAT book for HTML! A definite must have!!Review Date: 1998-03-07
Not great but not horrible...Review Date: 1997-06-16
Very good for the beginnerReview Date: 1999-04-18
Bottom line -- if you are a beginner wanting to learn HTML, then this is the book for you. It is everything you need to know to start making webpages today!

Used price: $8.00

For the intermediate people ...Review Date: 2002-01-01
My advice: pick an XML implementation that fits your environment, read the first chapters on the RFC stuff (how it should look) and pass right on to the chapter for your implementation. Reading all the chapters can be quite confusing.
I look at this book as a complete developer's review and it does help me understand how to program XML quite well, but more real-world examples would be welcome (there is one example in it, but in my opinion it does not cover extensive use of XML in larger environments).
About XML, but not Delphi 6 BizSnapReview Date: 2002-06-06
The book starts with a first part to introduce XML. In seven chapters, we learn about the history of XML (and XML vs. HTML), the XML syntax, the old DTD, XSLT, XLink, XPath and XPointer, and finally XML Schemas.
The second part of the book covers the Document Object Model - all about parsing an XML document. DOM is one of the two main approaches you can take when parsing XML. The other is SAX (Simple API for XML), which is covered in part three.
Part four is about Serving XML. This is mainly about viewing XML as data and not as documents. It describes a number of ways in which XML can be generated automatically, for example as text, from a database, using web modules (or InternetExpress), using DOM or SAX, and finally as MIDAS data packet.
The last part of the book covers a number of applications that make use of XML, like an electronic e-mail sender, a customised client and XML examination application (both a Windows client and a Web client). The final chapter of the book even covers SOAP, but not the way Delphi 6 supports SOAP. In fact, I would not use the techniques in this chapter as they are far more complex than the Delphi 6 support (although they do help you understand what's actually happening).
All in all, this is a good book with some detailed coverage of XML and some nice example applications. The first part gives a solid introduction to those without XML knowledge or experience. However, the main thing missing is the lack of real Delphi 6 BizSnap XML coverage (which makes the book "good" but not "very good").
Good Reference for a Delphi/XML ProgrammerReview Date: 2001-12-08

Used price: $0.22

HTML complete, but lacking on the Javascript sideReview Date: 2001-03-09
HTML complete, but lacking on the Javascript sideReview Date: 2001-03-09
Easy to read, easy to understand.Review Date: 1998-02-15
Examples are consistant through-out the text with few exceptions. (Focusing mainly on the mythical Kelly Kayaker and her publisher's web pages) The CD with this book includes some great utilities, some shareware, some demo.
Overall a good textbook.
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