|
|||||||
New to SitePoint Forums? Register here for free!
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
SitePoint Articles
Join Date: Apr 2001
Posts: 0
|
Discussion thread for How To Sell Accessibility
This is a dedicated thread for discussing the SitePoint article 'How To Sell Accessibility'
|
|
|
|
|
|
#2 |
|
SitePoint Enthusiast
![]() Join Date: Apr 2002
Location: Birmingham, UK
Posts: 43
|
Good article, though perhaps a little UK-centric. Not that I mind, but the stats are different in other countries, and you want to be arguing business case on stats that the client will care about.
-Matt |
|
|
|
|
|
#3 |
|
gimme the uuuuuuuuuuu
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2004
Location: Switzerland
Posts: 2,256
|
very interesting article. I didn't know about the Maguire vs. SOCOG issue. I definitly understand why accessibility is an important question now. It's building a building. When building it, think that everyone might want to enter your building and give the opportunity to do so. I am not sure about the UK-centric side of the article. Accessibility is pretty much universal, even tho Trenton Moss examples are 'Uk related', so to speak.
Great links as well. |
|
|
|
|
|
#4 |
|
SitePoint Enthusiast
![]() Join Date: Mar 2004
Location: London
Posts: 52
|
Hi guys
Thanks for the comments. As a Brit, yes, the article is very UK-centred although I would guess that the stats are probably similar (in terms of %'s) around the developed world. I don't really know non-UK stats but if you do want to find some info about your own countries then two great places to start are: http://www.uiaccess.com/access_links.html http://www.accessiblenet.org/ Hope that helps! |
|
|
|
|
|
#5 |
|
gimme the uuuuuuuuuuu
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2004
Location: Switzerland
Posts: 2,256
|
Hi trenton
![]() May I ask how you came to make accessibility your main focus? I think it is a great field of work. |
|
|
|
|
|
#6 |
|
☆★☆★
![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2002
Location: in transition
Posts: 21,477
|
I have to take slight issue with the "accessibility = usability" bit, and the "accessibility = faster downloads" bit. In my experience, the accessible portions of my code (tabindex, accesskey, etc.) can actually add to the weight of the page (I will concede though, that it's a very small percentage of total page weight). Also, an accessible site doesn't mean your site is the pinnacle of usability. It lays the groundwork for a usable site, but like accessibility, usability is something that has to be actively considered and applied in all aspects of design.
|
|
|
|
|
|
#7 |
|
SitePoint Enthusiast
![]() Join Date: Mar 2004
Location: London
Posts: 52
|
To answer your question, duuudie, I first got into usability and then expanded into accessibility too.
As for what you have to say, vgarcia, what you're saying is basically right. Accessibility is not the same as usability and there are many accessible websites that are really hard to use. There is quite a lot of overlap though. For example, the following accessibility aspects all have usability benefits:
Of course, you can't say that accessible web pages download faster per se than non-accessible ones. And yes, accessible sites do need some extra code, but they should also: - have cleaner code (no font or table tags) - use CSS for layout - avoid using images to display text I'd say that because of this they usually do download quicker. |
|
|
|
|
|
#8 | |
|
gimme the uuuuuuuuuuu
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2004
Location: Switzerland
Posts: 2,256
|
Quote:
![]() |
|
|
|
|
|
|
#9 |
|
SitePoint Addict
![]() ![]() ![]() Join Date: Feb 2003
Location: UK
Posts: 225
|
Whilst this article is well written and informative I don't think accessibility needs to be actively considered unless you are hired to rework an existing site.
If you build a site correctly in the first place, ie to standards then accessibility comes as a bonus or side effect. See also Jeffery Veen: I don't care about accessibility |
|
|
|
|
|
#10 | |
|
☆★☆★
![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2002
Location: in transition
Posts: 21,477
|
Quote:
|
|
|
|
|
|
|
#11 |
|
SitePoint Addict
![]() ![]() ![]() Join Date: Feb 2003
Location: UK
Posts: 225
|
I'm not sure what you are trying to say. A standards compliant site is not and should not contain solely a transistional doctype and/or a button.
Besides which I didn't say it would take "little work" I said accessibility should not be an issue if the site is built correctly in the first place or as you put it; "semantically" correct. |
|
|
|
|
|
#12 |
|
Also available in Large
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Sep 2002
Location: Walsall, UK
Posts: 1,971
|
We're in the process (at work) of redesigning the public website and I keep pushing these "buzz" words accessibility and usability to my lesser-educated colleagues. It's taken me a while to talk them around to CSS design rather than tables...
Anyway, we work for a government organization and it is very important that we cater for all types of users. It is naive to ignore those with disabilities when developing a website for the general public, especially those that aren't interested in pretty looking websites. We're basing the design around content and structure rather than gimicks... |
|
|
|
|
|
#13 |
|
Robert Wellock
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Apr 2002
Location: A Maze of Twisty Little Passages
Posts: 1,740
|
Well, it is written in the UK DDA that Government sites are meant to clean up their act regarding Accessibility.
|
|
|
|
|
|
#14 |
|
SitePoint Enthusiast
![]() Join Date: Mar 2004
Location: London
Posts: 52
|
bigsi, here's the requirements for UK government websites: http://www.e-envoy.gov.uk/Resources/WebGuidelines/fs/en
|
|
|
|
|
|
#15 |
|
Also available in Large
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Sep 2002
Location: Walsall, UK
Posts: 1,971
|
Thanks trenton... I've forwarded the material to all my colleagues as proof! That should make them realise
![]() |
|
|
|
|
|
#16 |
|
SitePoint Member
Join Date: May 2004
Location: glasgow
Posts: 17
|
my view
Hi,
Came across this thread which interests me. You see, I am pretty new to web design but recently have been reading up and learning more on accessibility specifically. Now, accessibility seems all the rage today - but not surprising, as i think it is vital for websites today to be much more accessible. I don't know about anyone else here, but I am starting to hate sites which have tonnes of bloated, junk mark-up - even sites built using table layouts and hacks. (That of course means the majority of sites on the web!). I am constantly seeing sites that still use font tags and the most detailed table layout ever!... i think sites should be cleaned up more and be made much more accessible. just my opinion. |
|
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
|
All times are GMT -7. The time now is 04:18.











Hybrid Mode
