It was typical for programmers to shorten 'The Year 2000 Problem' to 'Y2K'. It was exactly this kind of thinking that created the problem in the first place.

You are currently browsing the yearly archives for 2005

Access Keys – A Server-Side Solution!

Filed under:

Following on from the post on December 16th (Access Keys – A Potential Solution), there has been an almost immediate response in the form of a set of PHP scripts that should, simultaneously, allow users to set their own access keys and reveal any keys they have already set.

Access Keys – A Server-Side Solution!: continue reading …

Published: December 17th 2005

Access Keys – A Potential Solution?

Filed under:

There has been an almost continious debate within GAWDS on the role of access keys.

Grant Broome has argued strongly, in the past, that access keys could be an extremely important facility for some user groups. John Foliot, on the other hand, has focussed on the dangers of poorly-implemented accesskeys and concluded that they were probably best avoided.

Access Keys – A Potential Solution?: continue reading …

Published: December 16th 2005

My Wrist Hurts!

Filed under:

The wrist now appears to be recovering a little – thanks to two physiotherapy sessions per week – but I’m appalled by how much functionality I have lost.

In order for a hand grip to be classed as “functional”, it needs to be able to exert a pressure of 6kg. 4kgs, at the very outside. When my left hand grip was initially assessed, I managed a measly 2kg once and 1kg the rest of the time. No wonder I didn’t want to drive anywhere!

My Wrist Hurts!: continue reading …

Published: December 6th 2005

Avoiding Repetition In Lists Of Links

Filed under:

When linking to documents in proprietary formats (such as PDF documents), some pages present the link as:

“PDF Document name (300KB)”

On the face of it, there’s nothing wrong with that. The user is being presented with all of the necessary information – document format; document name and document size.

Now imagine you’re using a screenreader to read a list containing a dozen different links to PDF files.

Avoiding Repetition In Lists Of Links: continue reading …

Published: December 6th 2005

Ordering Submission Buttons In Forms

Filed under:

When presenting users with multiple submission options within a form, what order should they be presented in?

Again, the issue appears to arise with keyboard navigators – who, of course, include screenreader users.

All users prefer to have access to the most important information on a web page first. Screenreaders users are no different in this respect. Likewise, sighted keyboard navigators find multiple keypresses very tedious when trying to TAB to a critical link or form control.

Ordering Submission Buttons In Forms: continue reading …

Published: December 6th 2005

The Use Of Links Within Forms

Filed under:

The decision to present back buttons within multi-page forms as links instead of a form controls may create a potential issue for screenreader users and a consistent use of forms controls appears to be the solution.

JAWS has a Links List feature and a Forms mode. Buttons, like all other form controls appear in the forms mode dialogue but not in the links list. It has been suggested that, when using a screen reader, the user will probably expect to find a form’s “Back” and “Continue” buttons in the forms mode dialogue.

The Use Of Links Within Forms: continue reading …

Published: December 6th 2005