Archive for the ‘Accessibility’ Category

Accessibility 2.0 Conference

Posted on: Tuesday, April 29th, 2008 at 11:38 pm by Anup Shah

Accessibility 2.0; A million flowers bloom, Conference. I attended the Accessibility 2.0 conference, held in London on 25th April, 2008.

This post is a summary of some main points from each session, including links to notes from others, as well as slides from presenters.

Read the full post titled, “Accessibility 2.0 Conference”

Web Accessibility: not just for disabled people

Posted on: Wednesday, November 28th, 2007 at 4:37 pm by Anup Shah

Accessibility. Accessibility on the web not only benefits people who are considered disabled, but a much wider, often aging, population.

Some people still claim that people with such needs don’t use the web (see further below). Watching people use the web using assitive technology may however, change perceptions.

Read the full post titled, “Web Accessibility: not just for disabled people”

Hiding Content on Web Pages for Accessibility

Posted on: Monday, November 5th, 2007 at 11:23 pm by Anup Shah

Web pages often benefit from some text that may not be necessary from a visual design perspective, but offer additional context to say blind users using a screen reader. Some CSS techniques to achieve this include moving text off the screen in such a way that screen readers will still read them out. However, there is a concern that search engines may not like this technique as it could be abused for keyword stuffing and other such practices. What are the implications?

Read the full post titled, “Hiding Content on Web Pages for Accessibility”

Quick link: Accessible PDF comparison

Posted on: Saturday, September 1st, 2007 at 12:52 pm by Anup Shah

A useful article compares tagged PDFs generated from Acrobat, Office 2007 and OpenOffice, looking at how each tool (or plugin) provides various options for tagging PDFs so that the output will be more accessible. The test document is just a simple one, and even there differences can be seen!

Read the full post titled, “Quick link: Accessible PDF comparison”

HTML 5 = Improved Web, Accessibility, Productivity?

Posted on: Friday, August 10th, 2007 at 9:26 am by Anup Shah

HTML 5 is gaining increasing interest, with the potential to improve accessibility, make richer web sites more consistent and help make developing web sites that bit easier. A lot of new useful elements are proposed and some big companies are backing this. Yet, it will still likely be a long time before we see this.

Read the full post titled, “HTML 5 = Improved Web, Accessibility, Productivity?”

The power of line height and whitespace

Posted on: Friday, July 27th, 2007 at 3:51 pm by Anup Shah

Simple things like using wider fonts (e.g. verdana instead of arial, or georgia instead of times), generous line height, and good use of white space (e.g. margins and paddings) can dramatically improve the accessibility, usability and aesthetics of your pages. Use them!

Read the full post titled, “The power of line height and whitespace”

Should Web Developers Avoid WYSIWYG Editors?

Posted on: Sunday, July 22nd, 2007 at 4:35 pm by Anup Shah

For professional web developers, WYSIWYG editors are usually inappropriate, because they may encourage bad practice; may not give the developer full control of the output they need to create; is the wrong paradigm when seemingly competing requirements for web sites are considered; and many WYSIWYG editors rely on Internet Explorer which produces poor quality markup. Fortunately, being able to hand edit your markup output is not only easier than it may initially appear, but gives you flexibility to get what you need.

Read the full post titled, “Should Web Developers Avoid WYSIWYG Editors?”