Tue, Aug 18, 2009 @ 9:59 am10 comments
Over the years of being a freelance web designer, I’ve been developing my own processes for the business of designing websites. One of those processes has been compiling a list of tasks that need to be completed before launching a website, whether it be a new site or a redesign. This list is kept in a spreadsheet which I work through, ticking off each item after the client has given final sign off for the site to go live. I view it as my final quality control procedure and I usually find that the process will highlight a few of the ‘little things’ that I might have overlooked in general development. Usually nothing too major; more a case of ‘dotting all the Is and crossing all the Ts’.
More on Web design ‘pre-flight’ checklist

Posted in Accessibility | CSS | HTML | Javascript | Search Engine Optimisation | Web Development
Wed, May 13, 2009 @ 10:15 am4 comments
It may only be a very small amendment, but I’ve just updated the HTML of this site to bring it in line with the new Microformats Value Class Pattern which has just been released as an alpha draft.
More on Site updated to Microformats Value Class Pattern

Posted in Accessibility | HTML
Thu, Nov 22, 2007 @ 2:16 pm3 comments
If you’re interested in website accessibility best practices, you might have come across warnings against using display: none to hide content that you don’t want to appear on screen. The argument is that content hidden with display: none can’t be accessed by people using screen readers, and the recommended solution is to position the content offscreen instead using a large negative position (let’s call this the offset method). But this shouldn’t be a hard and fast rule for all situations. There are some situations for which using display: none will be acceptable.
More on When to use display: none

Posted in Accessibility
Fri, Jun 22, 2007 @ 12:29 am5 comments
Following on from my last post in which I mentioned screenreaders (or alternatives) that people might like to try for checking their own sites’ accessibilty, and an earlier post in which I listed the extensions I use for web development with Firefox, I thought I’d also list the different tools I use for testing website accessibility.
More on Tools for checking website accessibility

Posted in Accessibility
Thu, Jun 14, 2007 @ 2:47 pm2 comments
Victor Tsaran, an engineer and Program Manager for Accessibility at Yahoo!, has put together a 27-minute video introducing screen readers and how they interact with web pages.
More on The web from a screenreader user’s perspective

Posted in Accessibility
Mon, Dec 4, 2006 @ 9:53 am
Dropdowns (horizontal) or flyout (vertical) menus abound on websites and come in many different flavours. They are also put together in a number of different ways, some done with javascript, some with ‘pure’ CSS and some a mixture of both.
More on Dropdown low down

Posted in Accessibility | CSS | HTML | Javascript
Fri, Aug 18, 2006 @ 12:58 pm0 comments
There are already several excellent articles discussing the sliding door tabs technique for creating navigation elements, so why do we need another one?
More on Onfocus, background-changing, sliding door tabs

Posted in Accessibility | CSS | Javascript