Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Building Accessible Websites (With CD-ROM)

Building Accessible Websites (With CD-ROM)

List Price: $39.99
Your Price: $26.39
Product Info Reviews

<< 1 2 >>

Rating: 5 stars
Summary: A pleasure to read
Review: 'Building accessible websites' was a pleasure to read, and I was particularly pleased to see that Joe Clark takes a critical look at the W3C/WAI guidelines. Many accessibility advocates quote the guidelines without considering why they should take this approach or what the consequences of the guidelines are.

Too many people still think of accessibility as a subject for and by people who have to be pitied. Joe Clark takes a good visual design as the starting point for an accessible site, which has made me very enthusiastic in my work (building websites) once again. I hope that this book will start a movement to make ever more people enthusiastic about building accessible AND beautiful sites.

Rating: 5 stars
Summary: This can't be an accident.
Review: Am I the only one who finds the cover art to be a bit... questionable?

Rating: 5 stars
Summary: Eye opening
Review: An excellent volume, but I'm sure I've seen something very similar to that cover image somewhere before. Maybe it was on www.goat.cx?

Rating: 5 stars
Summary: A well-written comprehensive guide to web accessibility
Review: Building Accessible Websites is a considerable achievement: a thorough, practical guide to Web accessibility that's pleasurable to read.

The book's structure is much as one might expect. Joe Clark starts by running through "some typical objections to providing accessibility, blowing them out of the water one after another," then lists a number of active reasons for making one's site accessible. He outlines the various kinds of disabilities, explains how disabled people use computers, and defines both accessibility and the structure of accessible pages.

Having mapped out -- in five relatively brief chapters -- the nature and extent of the issues, Clark gets down to the nitty-gritty: how to make images, text & links, navigation, type and color, tables & frames, stylesheets, forms & interaction, and multimedia (including Flash) all accessible.

The long chapters on images and navigation reflect Clark's belief that addressing these two issues -- even at a basic level -- will make a site "vastly more accessible" to two large disability groups: the blind/visually-impaired and the mobility-impaired.

These how-to chapters are all organized similarly. For example, Chapter 6, The Image Problem, covers:
* the three levels of accessibility for uncomplicated image types (the alt, title, and longdesc attributes);
* variations in browser support for each attribute and workarounds;
* problem image types including advertising, animated GIFs, bullets, charts & graphs, exploded drawings, hit counters, maps, pictures of text, porn, image portfolios, rollovers, sliced graphics, spacer images, and webcams);
* succinct advice on implementation.

A section titled Bottom-Line Accessibility Advice concludes each chapter. For example, the advice for images is:

Basic accessibility
Use alt texts on absolutely every image without exception.
Intermediate accessibility
Add titles to images in increments no smaller than a page: Either all graphics on a page contain titles or none.
Advanced accessibility
Write long descriptions for the rather more intricate images.

In the last two chapters, Clark discusses certification & testing and outlines some "future dreams." Finally, he provides appendices on accessibility & the law and language codes, a bibliography, and a colophon (describing the making of the book).

While it is true that Building Accessible Websites offers a comprehensive treatment of its subject, it's packed with practical advice, and is written with clarity and wit. However, a large part of the book's appeal is Clark's refusal to pull any punches:

"Usability is a good predictor of accessibility, since usable sites are put together by intelligent, thoughtful people (not necessarily paid experts), and that is exactly the group that pays heed to access without being pushed and prodded. But we should not expect a one-to-one relationship. Usable sites can be inaccessible (e.g., an E-commerce site where every navigation button is an image without a text equivalent). Conversely, accessible sites can be unusable - e.g., Jakob Nielsen's Alertbox.com, which is so outlandishly undesigned as to make it hard to find anything, not to mention dozens or hundreds of pages at the World Wide Web Consortium itself, where we similarly drown in accessible data."

Frequently provocative, Joe Clark is also remarkably pragmatic. For example, many cutting-edge web designers believe that table-based layouts are inferior to those that use CSS-positioning. Not so, argues Clark: "The use of tables for layout has never been prohibited by the Web Accessibility Initiative. You are not creating an inaccessible page if it contains tables used for layout. You have committed no sin -- necessarily. You will not be forced to turn in your trackball and badge while WAI Internal Affairs conducts an investigation. But you are not off the hook: You must code tables properly, which, for layout tables, is not difficult at all."

He is similarly relaxed about pictures of text: "For small amounts of text (typically, text rendered as graphics is used for navigation buttons), enter the complete text into alt; you can add explanatory details to title if you wish. (Example: alt="Contact" title="Contact information, job listings, and feedback page".) Accessibility purists may hate this entire approach, but I simply do not see any harm whatsoever in limited bits of text rendered as graphics since it is dead simple to make those graphics accessible. I use pictures of text myself."

I nearly fell off my chair, though, when I read Clark's advice on headings: "The Web Content Accessibility Guidelines tell us to use heading elements in strict numerical order --

, then, if necessary,

through
in that sequence. That dictum suits androids and Vulcans quite well, but here in the real world you can skip intervening levels and you don't have to start at

. I am telling you that you can defy the WCAG in this limited way. You must not, however, use heading elements in anything but ascending order."

Call me a Vulcan -- or an android -- but this makes no sense to me at all. The usual reason given for starting with (say)

is that

is too big, black, and ugly. Yet you can easily define the appearance of any element with CSS so the

can be as small, brightly-colored, and pretty as you like. More importantly, assigning

to the first heading on a page will assist in securing a higher Page Rank in Google. In other words, what's the advantage in defying the WCAG in this case?

I was also surprised at Clark's argument that anyone with significant visual impairment will be using screen magnification software, thus rendering the font-size argument irrelevant. While I can see his point, I still believe that it's worth accommodating normal-vision people who find small type difficult to read, even if it is "too low-level for this book to worry about."

So, what's that then? A couple of quibbles in over 400 pages. Building Accessible Websites is the book to buy. Constructing Accessible Web Sites by Jim Thatcher et al. is a fine book, packed with useful information. But, because it has eight authors, it lacks the most appealing quality of Joe Clark's book: the sense of being guided through the subject by an informed, literate, entertaining, and -- above all -- iconoclastic expert.

Rating: 5 stars
Summary: Building Accessible Websites
Review: Building Accessible Websites is a stunning book.

Accessibility is not an afterthought anymore. It is a vital component of the World Wide Web for Personal, Professional and Commercial websites.

This book is not a theoretical discussion about the right thing to do, but a compelling guide to techniques and practices to enhance the ability of websites to convey their messages.

With concrete code examples not only as a how to, but why they are important by browser, technology and display, Joe guides you through the minefield of what works, what doesn't, and offers you suggestions to add value to what you do.

From how the disabled use computers, through structure, navigation, to testing and certification, Basic, Intermediate, and Advanced methods of creating or adding accessibilty to your websites are clearly provided.

Joe Clark presents a powerful and relentless case for accessibility that needs to be read by every practitioner of website building.

Rating: 5 stars
Summary: Guide for Building Accessible Web Sites
Review: BUILDING ACCESSIBLE WEBSITES
AUTHOR: Joe Clark
PUBLISHER: New Riders
REVIEWED BY: Barbara Rhoades

BOOK REVIEW: When you build a web site, do you think of what it would be like if you had a disability? What if you were color-blind? How would that wonderful page you just created in the latest colors for this year look to you? Or how about that Flash page your spent hours creating music clips for, sound if you were hard of hearing or deaf?

Most web designers never think about those with handicaps although they should. Among the handicaps web designers need to think about when designing are those with limited mobility, learning disabilities such as Dyslexia, the blind or low vision, and of course the hard of hearing or deaf.

Our televisions have closed caption so why not a web site? As for color, most people with color blindness see blues and browns. Do you as a web designer remember to use alt texts on every image? Just how many links does it take to navigate to something on your site? Have you ever used a screen reader? How many times have you used a Reset button on a form?

All of these things and more can be explored in Building Accessible Websites". Even the CD thinks about accessibility - the whole book can be read on the computer! Finally, there is an appendix on accessibility and the legal aspects a designer needs to know. If you are truly building web sites for the future, this book will help you make sure everyone can use the site.

Rating: 1 stars
Summary: Good content, poorly written.
Review: First of all, I would like commend Mr. Clark for addressing this topic at all. Accessibility is an important in computer development.

While the content seems to be accurate, and quite detailed to the point that you could use the information in the book to actually build a site with it, the writing is so poor and very difficult to read. Mr. Clark needs to throw away his thesaurus and hire an editor. He would be better off delivering his message in a clear and concise manner, and spend less time writing in a very "fancy" way that would be better suited for thesis papers rather than a book targeted towards the masses. This heavy style of writing makes it a difficult book to digest while riding the subway.

Pretentious - the one word I would use to describe the overall style of writing. This really put me off as a reader, making the content even more difficult to absorb. (In one case, the author actually explains his choice of word, "indention" as opposed to the more commonly used "indentation". His explanation seemed to imply that everyone who uses "indentation" is clearly *wrong*; two online dictionaries confirmed that "indentation" could have been used.) Of course, my opinion that the writing of this book is pretentious could also come from actually having met the author.

Read this book only if you really have the time to struggle through all his big words to get at the meaning behind them.

Rating: 5 stars
Summary: Very informative and surprisingly entertaining
Review: I think that many people tend to avoid dealing with disable people and to what relates to disabilities.
When I bought that book, I was not sure I would have the courage to read it entirely. Sure, web content accessibility is important, but I thought it would be boring to learn. I was wrong. Joe Clark manages to make his reading very interesting, very enjoyable. I have read the book in less time I initially thought, because I have been learning stuff on every page, and I did it with a smile on my face. I am now working on an accessibility policy for my web site, retrofitting most of my existing pages to make them accessible, thanks to what I've learned in this book.

Rating: 1 stars
Summary: a labour of (self-) love
Review: I was looking forward to reading this, but what a disappointment. I need information on what the laws and standards actually are, not what Mr Clarke thinks they *should* be. This book seems less about accessibility, and more about Mr Clark. For example, there is an extended section triumphantly detailing every typeface used, every piece of software the author used to write the book - with version numbers - and we even learn the colour of his Mac. We find out who his friends are, and what music he listened to while he wrote the book. We are privileged to be told which of his friends gave us the CDs of those pieces of music. All of which leaves no room for discussion about such fripperies as JavaScript or PDF. Who'd want to learn about those in a book about Accessibility?

The book is also maddening to read. I need information, delivered relatively neutrally. The typeface used next to figures has an annoying, pretentious little loop between 's' and 't's, making it difficult to read. The main title font has exactly the same size caps as lowercase, when Mr Clarke of all people should know that a lot of reading is carried out by recognising the 'shape' of words rather than reading each character (that's why READING ALL CAPITALS IS SO DIFFICULT). The index is poor and badly laid out, the screenshots are fuzzy and difficult to see. Then there's the author's verbal tic of dropping in french words when the English would suffice, which is tres annoying, n'est ce pas? Especially to those who don't parle Francais. The constant authorial interventions to demonstrate his own learning makes reading the book feel like being hectored by some prissy, preening self-obsessive.

My verdict (to take one of the chapter titles as a two-word summary): Why bother?

Rating: 4 stars
Summary: Since it is not an option, you must do it
Review: In the new environment where customer service rules, all web masters must consider the needs of those whose senses are not within the ordinary norms. Furthermore, the federal government has a great deal to say about what is required of web sites when it comes to servicing the handicapped. Therefore, it is necessary for all web programmers to learn what the rules are and how to most efficiently satisfy them. That is the purpose of this book and the author is successful, although in a very preachy way.
Two pleasing points are that the author scoffs at those who play semantic games in describing people with handicaps, heaping particular scorn on the term "handicapable." People who are blind or deaf simply will not experience the web the same way as those with those senses and short of eliminating that medical limitation, nothing can be done about that. Which is the second of the points. It is absurd to try to make the experience equivalent to that of a sighted or hearing person, so the focus should be on making it as functional as possible within their field of experience.
While much has been done in terms of screen readers and closed captioning, there is still a lot of weaknesses in the technology that replaces the actions of one sense with another. Clark is very clear about those weaknesses, pointing out that some things are just not possible, so the emphasis should be on what is possible. Further points of emphasis are in the usability testing of the site, where it is difficult to perform such tests without using someone whose handicap is what the structure is supposed to overcome. As is the case with all other areas of software development, including the accessibility must be part of the initial design, as making the adaptations later is much more difficult and expensive.
Hard data concerning the numbers of people with the various handicaps that access the web is very difficult to find. However, there are two facts that cannot be disputed. The first is that it is significant enough so that they cannot be ignored, even if the law was silent on the issue. Customers are too valuable to ignore any of them and the size of the group will continue to grow. The largest growing segment of the regular population is the elderly, most of which suffer vision and hearing problems. This group is also moving to the web at a very rapid pace and they generally have a lot of money to spend, so it simply makes good e-business sense to design your site so that they can use it with ease. To do anything else is poor business practice, and I recommend reading this book as a fundamental part of your business on the Internet.


<< 1 2 >>

© 2004, ReviewFocus or its affiliates