SGML Books
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

Used price: $19.00

Excellent IntermediateReview Date: 2008-03-31
Complete coverage of CSSReview Date: 2008-03-19
Great only for resourceReview Date: 2008-01-31
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 completeReview Date: 2008-04-27
a little sloppy for a "presentation" CSS bookReview Date: 2008-04-01
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?

Used price: $0.01

Great BookReview Date: 2008-04-22
This is a great reference at a very inexpensive price...Review Date: 2007-02-25
This a very good begging to learn HTMLReview Date: 2004-06-28
Great for beginners!Review Date: 2005-03-12
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!Review Date: 2004-04-26

Used price: $3.54

Go Beyond the BasicsReview Date: 2006-06-19
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 DevelopersReview Date: 2006-10-18
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.0Review Date: 2006-09-03
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 paperweightReview Date: 2006-06-09
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.0Review Date: 2006-04-25
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.

Used price: $1.58

Good, thorough coverageReview Date: 2004-05-05
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?Review Date: 2003-10-01
Should have just a little VB in thereReview Date: 2002-09-17
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 bookReview Date: 2002-09-12
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 NETReview Date: 2002-12-28
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.

Used price: $0.01

Excellent BookReview Date: 2000-05-20
Terrible as an HTML companion bookReview Date: 2000-05-19
Outstanding Reference GuideReview Date: 2000-04-03
The BEST HTML book I have read yet !Review Date: 1999-11-21
This book should be required text for all future HTML'ersReview Date: 1999-08-31

Used price: $0.01

Lots of Information in one excellent bookReview Date: 1998-08-07
Great, but that was 2 years ago.Review Date: 1999-01-30
Still relevant!Review Date: 1999-12-16
Information is Too OldReview Date: 1998-10-16
Not for beginnersReview Date: 1999-10-26

Used price: $0.40

A Horrible Book, especially for the beginner.Review Date: 2001-09-01
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 extensionsReview Date: 2002-04-18
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!Review Date: 2001-12-18
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 referenceReview Date: 2001-10-17
The book I useReview Date: 2004-07-07
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.

Used price: $4.16

Ajax on RailsReview Date: 2008-04-11
very concise and usefulReview Date: 2007-10-19
This book assumes good level of familiarity with javascript and ruby on rails.
Not bad at allReview Date: 2007-11-16
Need more examples, half of the book is filled with DocumentationReview Date: 2007-10-13
Ajax on RalsReview Date: 2007-09-27

Used price: $4.79

Great ServiceReview Date: 2005-09-24
NOT A CONCISE GUIDEReview Date: 2005-09-18
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!Review Date: 2005-09-02
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.
MSorientationReview Date: 2005-08-29
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 Review Date: 2004-09-07

Used price: $0.46

learn html fastReview Date: 2008-01-17
This is a GREAT bookReview Date: 2003-09-29
Wonderful start to learn HTMLReview Date: 2003-10-23
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!!!Review Date: 2004-07-24
--ben
Great book for beginners!Review Date: 2004-07-07
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