Binding: Paperback Dewey Decimal Number: 005.2762 EAN: 9781590593813 ISBN: 1590593812 Label: friends of ED Manufacturer: friends of ED Number Of Items: 1 Number Of Pages: 252 Publication Date: June 07, 2004 Publisher: friends of ED Sales Rank: 41561 Studio: friends of ED
Product DescriptionWeb standards are the standard technology specifications enforced by the World Wide Web Consortium (W3C) to make sure that web designers and browser manufacturers are using the same technology syntax. It is important that these implementations are the same throughout the Web, otherwise it becomes a messy proprietary place, and lacks consistency. These standards also allow content to be more compatible with multiple different viewing devices, such as screen readers for people with vision impairments, cell phones, PDFs, etc. HTML, XML, and CSS are all such technologies. This book is your essential guide to understanding the advantages you can bring to your web pages by implementing web standards and precisely how to apply them. Web standards such as XHTML and CSS are now fairly well-known technologies, and they will likely be familiar to you, the web designerindeed, they are all around you on the Web. However, within web standards still lies a challengewhile the browser's support for web standards is steadily increasing, many web developers and designers have yet to discover the real benefits of web standards and respect the need to adhere to them. The real art is in truly understanding the benefits and implementing the standards efficiently. As a simple example of its power, you can use CSS to lay out your pages instead of nesting tablesthis can make file sizes smaller, allowing pages to load faster, ultimately increasing accessibility for all browsers, devices, and web users.
Use XHTML elements correctly so that your markup is compact and more easily understood.
Use CSS to style different elements of a web page.
Lay out pages easily and effectively.
Compare multiple methods of achieving the same results to make better design choices.
Learn about advanced web design techniques and their important caveats.
Web Standards Solutions is broken down into 16 short chapters, each covering the theory and practice of different web standards concept and showing multiple solutions to given problems for easy learning. You'll learn about multi-column layouts, using image replacement techniques to your best advantage, making the best use of tables and lists, and many more.This highly modular approach allows you to rapidly digest, understand, and utilize the essentials of web standards.
Customer Reviews
Average Rating:
Rating: - Solid if not exhaustive or succinct
Web Standards Solutions is reasonably solid title that discusses the benefits and approaches of using web standards in the design of (X)HTML markup. CSS is also covered as a means to remove presentational elements from web page markup. Lists, tables, headings, hyperlinks, forms, quotations and layouts are all covered to a foundational level.
The information covered in the book is especially suited to new web site designers who are yet to understand these concepts. Web application developers ... Read More
Rating: - Excellent book!
This is an excellent book that all web designers should own. When I look at people's sites, I often validate them just out of curiosity, and it is so rare that I ever find a valid site. I always pay attention to validation, and this book just validates (for lack of a better term) my opinions on the importance of following web standards. This book is good for helping with workarounds for certain browsers (cough, IE) that don't support standards that most others do.
Rating: - XHTML & CSS - Start with this book!
With only a casual tinker in Dreamweaver split view under my belt starting out, I learned how to hand code XHTML and CSS with this book alone (well, and some web research here and there and CSS Mastery is an excellent follow up). It's written clearly and gives multiple solutions for each case, while explaining the advantages and disadvantages of each. I cannot recommend this book enough, as even after I finished it, it remains close by as an invaluable desk reference that I refer to here and there.
Rating: - Simple yet Thorough
Through simple illistrations and small code snippets this book covers pretty much what one would need to know in order to create great web 2.0 sites.
Rating: - Excellent
This book is the 2nd one by Dan Cederholm that I bought and can be used as "Advanced Chapters" to his short but overall excellent "Bulletproof Web Design" (ISBN-10: 0321346939). These two combined will surely set your brains straight about standards-based HTML/CSS development.
It explains how to make your markup short. It shows why using purposeful HTML tags (such as "label") is preferred to using generic divs with classes. It destroys new and "hip" myth about tables being "taboo" for modern ... Read More