All posts by AlastairC

Using label for phishing

Generally I delete phishing emails without a second glance, but this one caught my eye for being so realistic, and using a interesting method intended for accessibility to disguise a fraudulent link.

Browser Zoom Comparison

Screen shot of the BBC news site demonstrating the effect of zoom.There are several options available for increasing the apparent size of web pages, from simple increases in text size, to full screen magnification. Focusing on browsers, I’ll examine what options suit different people, and what implications this can have for web development.

Raising the bar of mobile browsing

The Webkit browser showing my homepage, practically perfectly.Mobile browsing has been, frankly, rubbish so far. But now there are two new mobile browsers that confound the generally dire opinion of mobile browsers.

WYSIWYG editor spec – images

Interface example of a JavaScript based editor.Adding images in an easy and accessible way is a vital part of a modern WYSIWYG editor, and one of the things the almost all of the implementations I've come across get wrong. There are several levels of implementation, from adding images from other locations, to creating and choosing from a library of images and other assets.

Internet Apps Roadmap – Questions

The Roadmap for Accessible Rich Internet Applications (ARIA) outlines the technologies to map controls, AJAX live regions, and events to accessibility APIs, including custom controls used for Rich Internet Applications. This post just draws attention to things I (and Iperhaps other people) could do with some further explanation on.

Image replacement and Voiceover

Freeverses top navigation with no style, showing a standard list. There was a question on the Voiceover list recently about links just being read out as ‘link’ on a particular site: freeverse. It turned out to be due to an image replacement technique.

Accessibility or Help links?

You see a lot of links on sites which are for "Accessibility", to provide both help for those with accessibility issues, and state what levels of accessibility the site is aiming for. However, I believe that this content should be split up between two different pages.

WYSIWYG editors spec – adding structural code

Interface example of a WYSIWYG editor. With a WYSIWYG interface, there has to be an area that appears as it will when published, which means to change bits within it, you need one or more toolbars. This is an exploration of what those toolbars should do.

Identifying text-only nodes with CSS

Screen shot of two external links Floating ideas onto the CSS working group can be a frustrating experience, possibly almost as frustrating as seeing the same questions come up every few months! I take a look at why it would be useful to be able to identify text nodes.

Future of web accessibility

Trenton Moss wrote up his thoughts on the future of accessibility. The points in the main section of the article are good, but I don't think they provide sufficient basis for the predictions made. I could be reading too much into a brief article, as the problems highlighted are certainly problems now, but they are not without solutions in sight.