SGML Books


Books-Under-Review-->Computers-->Data Formats-->Markup Languages-->SGML-->7
Related Subjects: Companies Style Sheets Applied Languages HyTime Groups Software References and Standards
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
SGML Books sorted by Average customer review: high to low .

SGML
CSS: The Definitive Guide
Published in Paperback by O'Reilly Media, Inc. (2006-11-07)
Author: Eric Meyer
List price: $44.99
New price: $24.99
Used price: $19.00

Average review score:

Excellent Intermediate
Helpful Votes: 1 out of 1 total.
Review Date: 2008-03-31
Nicely written, very informative. My deduction of a star is for the reference having neither examples nor page numbers where a more detailed explanation would be found. This is a common omission, so I would still recommend this book. I would not recommend this as a first introduction to web authoring, as it is strictly CSS, which of course does nothing without structural mark-up. For those who have been building sites for a while, and need some guidance and insite into CSS, this is a great choice. However, for those who have very little or no experience I would instead recommend 'Build your website the right way...' by Ian Lloyd.

Complete coverage of CSS
Helpful Votes: 1 out of 1 total.
Review Date: 2008-03-19
As others have pointed out this is not a CSS "cookbook" full of design templates. If that is what you are looking for, you will be disappointed. If however, you want to understand CSS, how it works, best practices and so on, this is a great book. Although you can find all of the info in various places on the web, Mr. Meyer is a good author explaining in detail how things work and bringing up valuable points to be aware of along the way. A good addition to any web developers library.

Great only for resource
Helpful Votes: 2 out of 4 total.
Review Date: 2008-01-31
Most of the stuff that you learn in CSS can be found already ONLINE and before I bought this book, I had a very good fundamental understanding CSS and thought I buy this book for more knowledge and learn anything that I could have missed. Well I did, but I could have found this information online, however I've spent months learning CSS and it's very difficult to found all the things in this CSS book in one place.

I recommend this book if you have the stimulation to learn from a book and the money because of course the internet is FREE.

Very authoritative and complete
Helpful Votes: 3 out of 3 total.
Review Date: 2008-04-27
Before purchasing this book, I had purchased about a half dozen books on css, one from the same author. I was really surprised to find new ways to use css that I hadn't learned in the other books. Each topic is discussed completely and in detail. For a reference on css, this book is the best I've found.

a little sloppy for a "presentation" CSS book
Helpful Votes: 4 out of 9 total.
Review Date: 2008-04-01
This is a book about CSS, and CSS, is about the presentation aspect of web pages. How the text appears, the size, the layout, etc.

However, the presentation style inside the book is kind of sloppy. For example, on page 186 and 187, when it talks about inline elements, Figure 7.33 "Strongly emphasized" is printed not as tall as Figure 7.34 and 7.35 when the CSS style is the same. And the word being used is "which is" and is changed to "that is" in Figure 7.34 and 7.35, when it is changing the vertical-align only. The reader would be better helped if they can see the contrast of the CSS style, without the change of wording for no reason at all. Also, in Figure 7.34, the bigger words should not overlap with the smaller words above, as tested in CSS compliant browsers, but it is printed so on the book.

Then again, in Figure 7.36, for no reason at all, the picture is shrunk down to 1/4 size of the previous examples, when they are all talking about the same case except for some vertical-align difference. It may be done just because the page is running out of space. That is pretty sloppy.

On page 181 to 182, it talks about various terms of the inline box model, and there is no figure at all to exemplify the terms at all. Then after the reader goes through a tough time to read through those text of hard definitions, 3 pages later, the figures start to appear. Please, can the book be designed so that the readers are considered? CSS is partly for making the content easy for the audience, and how about this CSS book is made easier for its audience too?

SGML
HTML 4 for Dummies Quick Reference
Published in Plastic Comb by For Dummies (2000-08-01)
Authors: Deborah S. Ray and Eric J. Ray
List price: $14.99
New price: $1.40
Used price: $0.01

Average review score:

Great Book
Helpful Votes: 0 out of 0 total.
Review Date: 2008-04-22
I'm never disappointed with Dummies books and this one is no exception. Great read, easy to learn.

This is a great reference at a very inexpensive price...
Helpful Votes: 2 out of 2 total.
Review Date: 2007-02-25
I love this book because it is a well-written concise reference to HTML. It is also spirally bound so it lays flat to boot. This book contains what you need to know without a lot of superfluous text. It is well-organized and collect important information into summary sections. If you are looking for a quick reference, look no further! Like most Dummies books, however, it is written on inexpensive paper. This isn't a huge drawback, however, since computer books are ancient history very quickly and only useful for starting fires after a few years.

This a very good begging to learn HTML
Helpful Votes: 2 out of 2 total.
Review Date: 2004-06-28
I had new a little html before I got this book but after I got this book my web pages went from looking like something a high school freshman could do after a weekend to something that looks fairly professional I really enjoyed this book and will be getting java for dummies also if it half as good as this one

Great for beginners!
Helpful Votes: 5 out of 5 total.
Review Date: 2005-03-12
I love this book! 7 years ago, when I was in high school, I knew nothing about HTML, so I picked up this book. And it really helped me learn fast!

Each of the book's lessons is hands-on, which makes it so much easier to pick up. It teaches you HTML by having you type the codes into the Notepad program, and saving the file as an .html instead of a .txt file. Then, when you open it up, it appears in webpage format, and you can quickly edit and play around with the codes in Notepad to see what kind of different results you get. Actually, even to this day, I still use a Notepad program instead of one of those fancy page-creator programs. I like keepin' it DIY, Old School, baby!

Some of the things the book covers:
- how to use different fonts
- how to put in images
- how to make an image map (so when you click on different parts of the image, you're sent to different links)
- how to create basic tables
- how to create numbered and bulleted lists
- how to make frames

Even though the book won't teach you some of the fancier stuff you see on webpages, like how to use non-bordered tables for layout design, or how to make text change when you roll your mouse cursor over it, it will teach you how to be able to learn those things. Since the book taught me how to view the source code of webpages and how to understand code in the first place, whenever I went to someone's website and saw something cool I liked, I just viewed their source code to see how they were able to do those things. This is all perfectly fine; just DON'T STEAL SOMEONE ELSE'S LAYOUT. Not cool, people. Just see how others do things, and use those techniques to make something of your own design.

Once you learn the basics of HTML, it's easy to pick up that fancy stuff. There's plenty of tutorial sites on the web and thick HTML reference books at the library that'll give you the codes for that. And this book definitely gives you the foundation for learning those things.

Great Little Friend!
Helpful Votes: 5 out of 5 total.
Review Date: 2004-04-26
This is the first HTML book I bought and it's become my favorite. Not only did I learn how to build a webpage from scratch, I continue to learn new tricks from it every time I dip inside. This is great if you want to learn how to code your pages and not rely on templates. There's also a quick and handy color code guide in the back.

SGML
ASP.NET 2.0: A Developer's Notebook
Published in Paperback by O'Reilly Media, Inc. (2005-06-07)
Author: Wei-Meng Lee
List price: $29.95
New price: $6.93
Used price: $3.54

Average review score:

Go Beyond the Basics
Helpful Votes: 1 out of 1 total.
Review Date: 2006-06-19
This is a great book for taking your ASP.NET 2.0 skills beyond the basics. Learn valuable skills for improving your web sites such as data caching, partial page caching and lowering the cost of server callbacks. Learn to let your site save user profiles and let users save site themes as a personalized profile; plus lots more.

Where other books just gloss the surface of controls and topics Wei-Meng Lee using a lab notebook approach drills down multiple layers on each topic and in just over 300 pages manages to cover more information than books with 3 times the number of pages; and on almost every page is a URL for additional information. IMHO, this book should be on the bookshelf of every serious ASP.NET developer.

Very Useful For Beginners and Mid-level Developers
Helpful Votes: 2 out of 2 total.
Review Date: 2006-10-18
This is a well-written, easy-to-use book hitting the main points of ASP.NET 2.0. I've never read it cover-to-cover, but have gotten great use from it as a reference manual when I need to quickly figure out how to do something new in ASP.NET 2.0.

The book's laid out in a clear fashion and has a solid index, so it's easy to find the material you need to solve a problem. Each "lab" in the book is task-oriented, so you'll find things like "Create a Master Page for Your Site" which details the steps necessary to accomplish the task. Sections are nicely done and full of tips and tricks, plus there are plenty of short sidebars noting smaller bits of interest such as content pages being limited to having only one master page.

I've found the breadth of coverage quite nice. The author hits everything from Master Pages/Site Navigation to Security to Profiles. There's also a nice section on Performance which talks about site precompilation and caching. (I even nabbed one of the author's labs for one of my talks on .NET -- with attribution, of course.)

The book's very nicely done. It's concise and clear, and I like its style, both content and visual. Some folks might complain about the examples all being in Visual Basic 2005, but as Dr. Phil might say, "Build a bridge and get over it." The labs give you more than enough detail to understand how you need to use the Framework to accomplish tasks, so the particular language used shouldn't be such an issue.

Advanced ASP.NET developers probably won't get a lot out of this unless they're completely new to 2.0, but beginning and intermediate developers should find the book very helpful.

So far this book's been very useful.

good introduction to ASP.NET 2.0
Helpful Votes: 2 out of 2 total.
Review Date: 2006-09-03
This is a pretty good introduction to ASP.NET 2.0 for folks who are already familiar with ASP.NET 1.1. All of the examples are in VB.NET, so if that bothers you, you might want to look elsewhere. I prefer C# myself, so I just rewrote the examples in C# as I went along. That gave me something mildly interesting to do as I worked my way through the book.

The examples in the book are pretty simple and generally just serve to illustrate basic concepts. There's no really interesting code in the book. It's really just a quick way to get through some of the new stuff in ASP.NET 2.0.

One problem with this book is that it was written during the beta phase, and doesn't reflect a few things that changed in the final version of ASP.NET 2.0. There is an update document on O'Reilly's site, and there may be a new printing with those corrections, but I'm not sure about that.

An expensive paperweight
Helpful Votes: 2 out of 5 total.
Review Date: 2006-06-09
I really have not gained anything from this book. I bought the book having extensive 1.1 experience with a bit of 2.0 experience.

The examples are way to simplistic. I can see this book being okay for an absolute beginner, but advanced developers aren't going to gain much.

And all of the examples are in vb.net... *sigh*

Get your hands dirty with 2.0
Helpful Votes: 2 out of 2 total.
Review Date: 2006-04-25
I bought this book after reading a couple of chapters at a local bookstore. It's very hands on, totally gets the job done. I was trying to implement a web application using the new asp.net framework, and it helped me out in all but details which I did not need till later on in the project.
What it will not do: Explain you the intricate differences, eg. at the level of the asp.net worker process in the difference in the way it compiles pages at runtime.
What it will do: Get you completely up and running with the new framework, esp. with a very good chapter about the GridView control.

SGML
XML for ASP.NET Developers (Kaleidoscope)
Published in Paperback by Sams (2001-08-24)
Author: Dan Wahlin
List price: $39.99
New price: $14.99
Used price: $1.58

Average review score:

Good, thorough coverage
Helpful Votes: 0 out of 0 total.
Review Date: 2004-05-05
While I've understood the basics of XML for some time, I've just not had a need until recently to dig into the nuts and bolts of working with it on the .NET platform. As an ASP.NET developer specifically, and with that need to know now on the table, I went on the hunt for books to help, and Mr. Wahlin's offering was an obvious choice.

First off, Mr. Wahlin is a terrific writer. The clear, friendly, and conversational tone of the book resonated for me, although I did find some of the verbosity and repetition a bit excessive in some spots.

The book begins with a good review of XML concepts, more than enough for a newbie, but easy to sift through for the more seasoned reader in need of a knowledge refresher. It continues through all the necessary concepts, including the XML classes in .NET, transformations, and of course, ADO.NET, the database core of the .NET platform. (On ADO.NET, it includes a general introduction, but of course focuses on it in an XML context.)

I have to say that one of the best outcomes of reading the book and experimenting with what I learned along the way is that many of the ADO.NET concepts that still seemed abstract to my not-quite-up-to-OOP brain suddenly fell into place and made much more sense to me when tied to the structures and concepts of XML.

No book is perfect, and I could have used some more detailed coverage in some areas. But overall, it's a great walk through the world of XML for the seasoned ASP.NET developer in need the grand tour. It sure was a help to me...

Where to download the example file in this book?
Helpful Votes: 0 out of 6 total.
Review Date: 2003-10-01
I just bought this book. But I don't know where to download the example code? Please help me.

Should have just a little VB in there
Helpful Votes: 1 out of 1 total.
Review Date: 2002-09-17
Dan Wahlin is one of the top experts on XML, and this book is absolutely fantastic. Almost every question that I have ever had about working with XML and .NET has been answered... except that I don't use C#. So, I always need a translator.

If you use C#, this is the perfect book. If you don't, learn to translate from it, cuz this is the best book around.

Pretty good book
Helpful Votes: 1 out of 1 total.
Review Date: 2002-09-12
This book does a good job explaining the ins and outs of XML programming with the .Net Framework.

These are the types of books you need to look for. Take a small part of the .Net framework and give it a decent amount of coverage. Overall, the examples are fairly substantial and apply very well to real world programming situations.

Smashing Intro to both XML/XSLT and NET
Helpful Votes: 2 out of 2 total.
Review Date: 2002-12-28
I bought the book a month ago and stayed idle in my library until I started using SQL2000 Web Notifications and needed some extra help on the principles.

And that was it. I can only tell you that it kept me reading it for three consequtive days, enough time to keep myself going, understand may parts, realise many possibilities/options and even optimise some code. This is not a book to solve a particular problem but it is a book to get you all excited about XML/XSLT/XLink/XPath and realise how this have been integrated to many of Microsoft Applications... (Notifications is one, CS2002 another).

I regret that I havent had that book before hand. It would have saved me many more hours of searching.

The only minus is that it makes you so excited that you end up spending another couple $$$ on other books to get into more details so I just shopped...
1 of: XPath and XPointer
1 of: Applied Microsoft .NET Framework Programming
1 of: XSLT and XPath On The Edge, Unlimited Edition
1 of: XSLT Programmer's Reference 2nd Edition

couple this with Professinal C# (2nd Edition) or even Beginning C# and you can do most things imaginable with c# and XML.

Thank you Dan.

SGML
Using HTML 4 (4th Edition) (Using)
Published in Paperback by Que (1998-04-10)
Author: Lee Anne Phillips
List price: $29.99
New price: $7.09
Used price: $0.01

Average review score:

Excellent Book
Helpful Votes: 0 out of 0 total.
Review Date: 2000-05-20
Starts off at the very beginning, and leads the reader to learn html with lots of pictures and examples. This book is very organized.

Terrible as an HTML companion book
Helpful Votes: 0 out of 0 total.
Review Date: 2000-05-19
Although this book covers pretty much all the elements of HTML, I discovered a significant number of incomplete syntax specifications. I was especially disappointed in its coverage of forms. The chapter just breezed through all the different types of form elements and didn't explain how data from these elements are handled when submitting a form. Because of the inadequacy of this book, I often find myself having to surf on the Net to find answers to my HTML questions.

Outstanding Reference Guide
Helpful Votes: 0 out of 0 total.
Review Date: 2000-04-03
QUE's "Unsing HTML 4" was and continues to be a great reference quide. It also has easy indexing for new HTML authors. This book is definitely the best choice for either experienced authors or beginners.

The BEST HTML book I have read yet !
Helpful Votes: 1 out of 1 total.
Review Date: 1999-11-21
Before buying this book, I was wondering what could have been packed in it to make it around 600 pages more than the average HTML books I have read so far.....When I got it in my hands and started perusing its pages, I got the feeling that I have got back every penny spent on it ! The best book on HTML I have come across and it should be your HTML's reference book from now on.

This book should be required text for all future HTML'ers
Helpful Votes: 2 out of 2 total.
Review Date: 1999-08-31
I bought this book before I had a computer in my home. However, by the time I had finished the second chapter, I was already composing web pages in my head. Lee Anne does an excellent job of introducing the ins and outs of correct HTML coding. Not only does she bring you up to par with todays coding standards but, she uses keen far-sight to prepare you for the nuances and ever evolving standards of the web. If you are searching for a straight-as-an-arrow approach to web page building, then I highly recommend this book.

SGML
HTML, Java, CGI, VRML, SGML Web Publishing Unleashed
Published in Paperback by Sams (1996-03)
Authors: William Robert Stanek, Steven J. DeRose, and et al.
List price: $49.99
New price: $5.45
Used price: $0.01

Average review score:

Lots of Information in one excellent book
Helpful Votes: 0 out of 0 total.
Review Date: 1998-08-07
Stanek did something 'heroic'. He wrote an overview in which every topic is written down in a clear and understandable way. The book is not just a summary, but it shows how several 'languages' could be used in web publishing, how to choose for a language, it's pros and cons, and how they can cooperate. It was about time that such a book was written, because many people could be overloaded with information without knowing what to do with it. By buying and reading this book you won't get 'overloaded'. Stanek takes you to a point from where he shows you what the possibilities are, what the differences are and how to make decisions in good design. For newbies and experienced people who are working in the field of webdesign, marketing and programming business a must! (Mr. Stanek, I owe you one..)

Great, but that was 2 years ago.
Helpful Votes: 2 out of 2 total.
Review Date: 1999-01-30
This book was great when I first started reading it....2 years ago. The author was well organized and very informative in his descriptions. If you want basic knowledge, and then to expand on present material, this is the book for you.

Still relevant!
Helpful Votes: 4 out of 5 total.
Review Date: 1999-12-16
I just purchased this book, I am also a web designer, although it is already outdated the theories presented by the author makes this book relevant to newer versions of HTML etc.This book is still a must for designers and a would be CLASSIC!

Information is Too Old
Helpful Votes: 5 out of 6 total.
Review Date: 1998-10-16
Although this book has great content, the information is too outdated. According to this book Java and frames, are not supported by IE. This book is still teaching HTML 2 and HTML 3 (not 3.2). Don't expect to learn that much about Java and CGI from this book either because it explains what they are more that it teaches how to create applets and scripts using them.

Not for beginners
Helpful Votes: 7 out of 9 total.
Review Date: 1999-10-26
I bought this book after taking on the task of learning *gasp* all of the facets of web programming and design, hoping this would be current information. A lot of it is. If you're still developing and writing HTML in the 3.0 version. I was surprisingly let down by this part of the Unleashed series, which is usually known for high quality info. Not that it isn't a good book, it's just out of date. ** Wondering how to get money back now **.. My advice.. keep looking. This one is just not current enough to be useful for so much of what's new now. Sorry Mr. Stanek, et al.

SGML
HTML Programmer's Reference, 2nd Edition
Published in Paperback by McGraw-Hill/OsborneMedia (2001-01-22)
Author: Dan Whitworth
List price: $24.99
New price: $2.94
Used price: $0.40

Average review score:

A Horrible Book, especially for the beginner.
Helpful Votes: 0 out of 5 total.
Review Date: 2001-09-01
In all fairness, the second half of the book is a complete reference, albeit not a very handy one with its confusing examples. And I never did find out how to use the "onselect" attribute for a radio button, something that one would think would get a thorough explanation in these days of trying to make our web pages more dynamic.

Powell's style is about as clear as mud. Just when you think you are finally going to learn about, for example, what the XML fuss is all about (ch. 17) he leads you off into some dull, pedantic discussion of, . . . well I never did figure out what he was talking about. Other chapters are equally disappointing.

Here's an example of Powell's style. In Chapter 8, Frames are discussed. One attribute for frames is called _parent. Powell writes, "The _parent value enables you to overwrite the parent frame that contains the nested frame, without destroying any frames that the parent may be nested within."

Got that? Powell also explains that the _parent value isn't encountered very often. With explanations like the above, I think we can sort of understand why :-)

If you really want to learn HTML (and need a quick reference) get the book by Laura Lemay. Her style is much clearer, to the point, and the examples are not only useful, that actually work. When you are done with her book it may then be time to come back to Powell's stogy tomb, which tries to be all things to all people, and fails miserably, IMHO.

Excellent book for referencing HTML, with XHTML extensions
Helpful Votes: 1 out of 1 total.
Review Date: 2002-04-18
It's been about 3 years since I wrote my original review of the book HTML Programmer's Reference, 1st Ed. [see post November 19, 1999]. Since that period, I've developed and deployed several web sites all from having obtained the basic knowledge and practical application of the syntax and tag constructs from this modest book. The direction of HTML development is moving forward with the wide usage of XHTML. And, again the authors show insight into the industry trend by updating this REFERENCE book with the latest version of XHTML 1.0.

If I must say something negative [seeing that the publishers market this book as an "idea book"], the examples shown are a bit basic. For example, the "target" attribute within the "I use this book when I have forgotten the exact construct of certain tags, or when the pages are rendered in several browser products [like IE or Netscape]. If your beginning to think about designing web pages, this is only one of several books you'll own. There are plenty of "how-to" books that cover the syntax and tag construction in a more reader-centric format. I must state that this is a reference book and is probably not intended to begin your exposure to web development services [only the authors will disagree]. However, this book is truly a gem and worth every cent of the price, and like fine wine, will hold its value well into the future.

Excellent Book!
Helpful Votes: 1 out of 1 total.
Review Date: 2001-12-18
This book is, just as it claims, the most authoritative quick reference for HTML programmers. This is an excellent book!

The authors list each HTML tag in alphabetical order and give each legal attribute and actually explains what each one is and does. They give you browser compatibility information for each tag as well as all of the browser-specific attributes and event support.

The book is finished out with an indispensable special character and color reference - giving all information about it as possible as well as browser compatibility.

This book is wonderful! Excellent! Indispensable! And anyone who would say otherwise is as ignorant as they come.

Not a book to learn HTML, but an every day reference
Helpful Votes: 1 out of 1 total.
Review Date: 2001-10-17
This isn't absolutely a book to learn HTML. It's not very useful at that. But when you know HTML and you need a place where to get quickly precise and complete information on every HTML tag, this is the best. Differently from many huge trash books (like the xyz bible...), it's small, simple, complete, easy to read, ant it will leave some free space on your desk. I'm using it every time I need to make an HTML page.

The book I use
Helpful Votes: 2 out of 2 total.
Review Date: 2004-07-07
I wanted an HTML handbook, not a textbook, something to give me the format and options for each command. This is it.

The organization couldn't be clearer: the bulk of the book is the complete list of HTML directives, in alphabetical order. It also includes indices of names for special characters and colors. There's a lot of compatibility information, too, regarding both HTML versions and browser incompatibilities.

The "Examples" section is weak, and seems to assume a knowledge of SGML beyond what HTML really requires. It's also vague about specifics of style directives, and the relationship of HTML to CSS or embedded scripts. Other books fill those gaps, though. This book works as just one in a more complete library for web-page writers, and that's just fine.

There are better books to learn from, but this is the best I've seen for supporting experienced HTML users.

SGML
Ajax on Rails
Published in Paperback by O'Reilly Media, Inc. (2007-01-03)
Author: Scott Raymond
List price: $39.99
New price: $21.90
Used price: $4.16

Average review score:

Ajax on Rails
Helpful Votes: 0 out of 1 total.
Review Date: 2008-04-11
It's a good book, the structure and ideas are clear and comprehensive maybe I miss to download the examples' code from internet but I quite a few happy with this purchase, I got my money's worth.

very concise and useful
Helpful Votes: 0 out of 1 total.
Review Date: 2007-10-19
The chapters are short and cover what is needed to start programming in any of the subjects they cover such as: prototype, rjs. Examples are also well chosen.

This book assumes good level of familiarity with javascript and ruby on rails.

Not bad at all
Helpful Votes: 2 out of 5 total.
Review Date: 2007-11-16
I've bought this book with expectation. The title implied the feeling that this book would be THE book I'd ever need for AJAX on Rails. However it gave less than I've expected. There's a large portion of reference material you can easily find in the rails documentation. It was an easy read, I've completed in one day. In the end, I found Peepcode videos to be more informative than this book.

Need more examples, half of the book is filled with Documentation
Helpful Votes: 2 out of 6 total.
Review Date: 2007-10-13
Why do I have to buy a book for documentation? I can look it up online for free. People learn by examples. These book needs more examples than just reproducting the dry documentation.

Ajax on Rals
Helpful Votes: 2 out of 5 total.
Review Date: 2007-09-27
I am a few chapters into the book and although it is a good book that gets your started fairly quickly, there are quite a few examples that do not work. I also think that the author could have done a better job about explaining some of his examples. He does say in the introduction that the book is not trying to teach ruby or javascript, but they are integral parts of the Ajax on rails concept it looks like and he should spend more time explaining his choice of examples.

SGML
HTML & XML for Beginners (Cpg-Undefined)
Published in Paperback by Microsoft Press (2001-07-27)
Author: Michael Morrison
List price: $19.99
New price: $9.50
Used price: $4.79

Average review score:

Great Service
Helpful Votes: 1 out of 11 total.
Review Date: 2005-09-24
Excellent Service. Ordered this product internationally, and within the specified time as specified according to my shipment plan, was with me.

NOT A CONCISE GUIDE
Helpful Votes: 3 out of 8 total.
Review Date: 2005-09-18
This book is NOT a concise guide as the editorial review says. It is cluttered up with wordy, conversational talk unrelated to learning html/xml. The author tells about him, his family, his friends, skateboarding, christmas toys, FOX news, and everything else under the sun, cluttering up the actual learning of html/xml. And he continually clutters up the text with phrases such as; as you can see, earlier I mentioned, as you know, as previously mentioned, earlier in the chapter you learned, etc.

If I had known this was written in a redundant, wordy style, I would not have wasted my money on it. This is the style the online computer course in XML I'm taking is written in. I'm failing it and bought this book hoping it was "concise" and to the point without profuse clutter in the text.

Impressive!
Helpful Votes: 3 out of 4 total.
Review Date: 2005-09-02
I was asked if I would be willing to teach web design as an advanced course offering for high school students. I'm not new to HTML, but I have been using a WISIWYG app to manage website for years. With this course, I felt it was important to start at the beginning in order for the students to have the solid foundation of web design and it' code, and then move into the current apps. I also fekt I needed a quick refresher. Thus I was looking for a book that would clearly explain the fundamentals of HTML and be simplistic enough for high school students. After seaching I came across this one.
This book clearly explains the basic HTML and much more. After reviewing the book, I felt confident that this book would meet my students and my needs.

MSorientation
Helpful Votes: 3 out of 6 total.
Review Date: 2005-08-29
One of those "should have known"

This is from Microsoft Press and when possible it speaks from a Microsoft perspective; not necessarily selling but certainly letting you know when Explore does this or Front Page does that.

It also spends too much ink on analogies and could have packed more technical content in all those pages.

Very Cool
Helpful Votes: 6 out of 10 total.
Review Date: 2004-09-07
Well, As A guy who has his own web page, I find that it is very important to have a neat looking website, in order to aquire an audience. However, getting a website to look excelent, requires hard work. So, After Checking This Book Out At the Borders Store, I thought this book might be a nessecity for my webpage. Basically, HTML is the origin of all web designs, and anything computer related. This Book Has NEVER let me down, and has become my new best friend! At First, I had to re-read a lot of things in order to get everything straight, but now its a lot easier! I think you should get this book, because believe it or not, It WILL pay off in the long run! Your shooting yourself in the foot if you DONT get it !!! So, what are you waiting for? Get This Book!

SGML
HTML: Your visual blueprint for designing effective Web pages
Published in Paperback by Visual (2000-07-01)
Author: Ruth Maran
List price: $24.99
New price: $1.00
Used price: $0.46

Average review score:

learn html fast
Helpful Votes: 0 out of 0 total.
Review Date: 2008-01-17
this is a great beginners book that will get you creating web pages fast. easy to understand. Tons of visual examples of your tasks at hand, plus it includes a cd-rom with web development tools. a good buy!

This is a GREAT book
Helpful Votes: 10 out of 10 total.
Review Date: 2003-09-29
This book is extremely well organized. In fact, this book is so well constructed that it works perfectly as both a learning guide and a reference manual, later on. Each chapter is a single topic and only 1 to 3 pages in length. All topics are illustrated with examples. The examples are explained with the appropriate portions of the example text circled, so there is no confusion as to what the author is referring to. In the vast wasteland of computer books, this one stands out as how it should be done!

Wonderful start to learn HTML
Helpful Votes: 14 out of 14 total.
Review Date: 2003-10-23
I have been working with HTML for nearly four years, but to teach it to a beginner is often mind boggling for it is like learning another language - worse, it is code and tags not words for people to relate to, for it is often intimidating to people wanting to learn but are floored when they first start.

This is THE book for people starting out. It covers all aspects in easy to understand terms, the directions are simply, clear step-by-step with screen shots, so you can see precisely what they are taking about.

Comes with a CD ROM as well. You will be creating web pages in no time at all and keep this to repeatedly refer to as you grow in skill.

buy this now!!!
Helpful Votes: 3 out of 3 total.
Review Date: 2004-07-24
As a newcomer to html this book allowed me to learn most basic html functions in about a week. the format of "here is the code=here is what happens" allows this beginner text to become an excellent resource for writing in html. visit http://www.htmlgoodies.com for extra help in this area. if you are logically-oriented then this book is excellent. only problem is : not in total compliance with the w3c standards (which take about 10 minutes to comply with...nest properly!!!). bar none the best i have seen.
--ben

Great book for beginners!
Helpful Votes: 3 out of 3 total.
Review Date: 2004-07-07
I absolutely love this book. I learn best in a hands on environment but being able to see all the pictures they provided worked just as well. I actually got this book to go with a class I took with BNU online and have loved it all. Each topic is only a few pages long and it's easy to reference when you just need a quick peek to refresh your memory. I love the fact that the book gets right to the point and doesn't waste my time with fluff and information I'm not really interested in. This is a great book for beginners and perfect if you want to learn the basics to creating your own web page. I already have one for myself and am now going to have the opportunity to create two for friends who are going into business. Definately worth every penny.


Books-Under-Review-->Computers-->Data Formats-->Markup Languages-->SGML-->7
Related Subjects: Companies Style Sheets Applied Languages HyTime Groups Software References and Standards
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