473,322 Members | 1,610 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

help with home page accessibility?

Hi. Most of my web site can pass the AAA level of Bobby, but my home page
doesn't pass the single A level. AAARRGGHHH Can anyone make specific
suggestions that would preserve the general appearance and layout while
improving accessibility for all? The page is already XHTML 1.0 strict and
uses CSS. Thanks.
http://www.TheBicyclingGuitarist.net

Chris Watson a.k.a. "The Bicycling Guitarist"
Jul 23 '05 #1
10 1716
On Mon, 18 Oct 2004 20:42:20 GMT, The Bicycling Guitarist
<Ch***@TheBicyclingGuitarist.net> wrote:
Hi. Most of my web site can pass the AAA level of Bobby, but my home page
doesn't pass the single A level. AAARRGGHHH Can anyone make specific
suggestions that would preserve the general appearance and layout while
improving accessibility for all? The page is already XHTML 1.0 strict and
uses CSS. Thanks.
http://www.TheBicyclingGuitarist.net

Chris Watson a.k.a. "The Bicycling Guitarist"


Seems to pass A level.
<http://bobby.watchfire.com/bobby/bob...tp%3A%2F%2Fwww.[thebicyclingguitarist.net%2F&output=Submit&gl=wcag 1-aaa&test=>]

The "web ring" part has illogical link text. "Here" doesn't work for link
text - use text that describes the destination. In fact, all the Bobby
problems with the page has to do with awful HTML in the web ring thingie.

Your H1 is really big. Is that really a heading?

Try using list markup for a list of links.
[http://www.alistapart.com/articles/taminglists/]

BTW, XHTML isn't really needed here. You can't serve it properly to IE so
you really don't get a benefit. HTML 4.01 would be just as good here.
Jul 23 '05 #2

"Neal" <ne*****@yahoo.com> wrote in message
news:op**************@news.individual.net...
On Mon, 18 Oct 2004 20:42:20 GMT, The Bicycling Guitarist
<Ch***@TheBicyclingGuitarist.net> wrote:

Seems to pass A level.
<http://bobby.watchfire.com/bobby/bob...tp%3A%2F%2Fwww.[thebicyclingguitarist.net%2F&output=Submit&gl=wcag 1-aaa&test=>]

text - use text that describes the destination. In fact, all the Bobby
problems with the page has to do with awful HTML in the web ring thingie.


Thanks Neal! Believe it or not, the web ring code as supplied by the web
ring place is MUCH worse! I cleaned it up so it would pass the w3.org
validator.
The H1 has CSS applied for this page only. It is the main message of the
page. I made all my pages have only ONE H1 on each page, and never use
headings as a design feature instead of a logical structure. Most of my one
hundred sixty web pages are XHTML 1.0 strict following guidelines of
Appendix C for backwards compatibility. The rest (the oldest pages) were
rewritten as XHTML 1.0 transitional.
Thanks again, Chris a.k.a. "The Bicycling Guitarist"


Jul 23 '05 #3
"The Bicycling Guitarist" <Ch***@TheBicyclingGuitarist.net>
wrote in news:MU*****************@newssvr14.news.prodigy.co m:
http://www.TheBicyclingGuitarist.net


When I increased the font all text, menu and content area
increased, which yielded a rather unreadable look.. I think you
should give the viewer an element of control over font sizing,
but keep it under your control so that problems don't occure..

I have seen css/.js code that gives you buttons (+) (-) which
allow the user to click within a limit to increase (decrease)
size. You will find good stuff at http://www.dyn-web.com

Good luck..

KHaled.
Jul 23 '05 #4
Neal <ne*****@yahoo.com> wrote in
news:op**************@news.individual.net:
On Mon, 18 Oct 2004 20:42:20 GMT, The Bicycling Guitarist
<Ch***@TheBicyclingGuitarist.net> wrote:
Hi. Most of my web site can pass the AAA level of Bobby,
but my home page doesn't pass the single A level.
AAARRGGHHH Can anyone make specific suggestions that
would preserve the general appearance and layout while
improving accessibility for all? The page is already XHTML
1.0 strict and uses CSS. Thanks.
http://www.TheBicyclingGuitarist.net

Chris Watson a.k.a. "The Bicycling Guitarist"
Seems to pass A level.
<http://bobby.watchfire.com/bobby/bob...t?URL=http%3A%

2 F%2Fwww.[thebicyclingguitarist.net% 2F&output=Submit&gl=wcag1 -aaa&test=>]

The "web ring" part has illogical link text. "Here" doesn't
work for link text - use text that describes the
destination. In fact, all the Bobby problems with the page
has to do with awful HTML in the web ring thingie.

Your H1 is really big. Is that really a heading?

Try using list markup for a list of links.
[http://www.alistapart.com/articles/taminglists/]

BTW, XHTML isn't really needed here. You can't serve it
properly to IE so you really don't get a benefit. HTML 4.01
would be just as good here.


Neil, that link you gave is AWSOME !! I was really tempted to
startup my site downloader !! Thanks.

KHaled.
Jul 23 '05 #5
KHaled <me@localhost.home> writes:
"The Bicycling Guitarist" <Ch***@TheBicyclingGuitarist.net>
wrote in news:MU*****************@newssvr14.news.prodigy.co m:
http://www.TheBicyclingGuitarist.net
When I increased the font all text, menu and content area
increased, which yielded a rather unreadable look.. I think you


Which browser is this? When I increased font size considerably in mine
the layout shifted a bit but no real problems happened (except the
three columns on the home page got a bit narrow for the word lengths)
should give the viewer an element of control over font sizing,
but keep it under your control so that problems don't occure..
You can't keep font size under your control unless you use images of
text with all the problems that causes.
I have seen css/.js code that gives you buttons (+) (-) which
allow the user to click within a limit to increase (decrease)
size.


But they still have their browser controls to go outside those limits,
and quite possibly give finer control within those limits. If they
need to be changing font sizes they'll be familiar with those
controls. If they aren't, then setting a sensible font size in the
first place should be sufficient.

--
Chris
Jul 23 '05 #6
Chris Morris <c.********@durham.ac.uk> wrote in
news:87************@dinopsis.dur.ac.uk:
Which browser is this? When I increased font size
considerably in mine the layout shifted a bit but no real
problems happened (except the three columns on the home
page got a bit narrow for the word lengths)


I use the Mozilla bread..
should give the viewer an element of control over font
sizing, but keep it under your control so that problems
don't occure..


You can't keep font size under your control unless you use
images of text with all the problems that causes.
I have seen css/.js code that gives you buttons (+) (-)
which allow the user to click within a limit to increase
(decrease) size.


But they still have their browser controls to go outside
those limits, and quite possibly give finer control within
those limits. If they need to be changing font sizes
they'll be familiar with those controls. If they aren't,
then setting a sensible font size in the first place should
be sufficient.


I will get back to you on this.. I will see if I can dig up
the code, or a specific link.

KHaled.

Jul 23 '05 #7

"KHaled" <me@localhost.home> wrote in message
news:Xn*****************************@130.133.1.4.. .
Neal <ne*****@yahoo.com> wrote in
news:op**************@news.individual.net:
On Mon, 18 Oct 2004 20:42:20 GMT, The Bicycling Guitarist
<Ch***@TheBicyclingGuitarist.net> wrote:
Hi. Most of my web site can pass the AAA level of Bobby,
but my home page doesn't pass the single A level.
http://www.TheBicyclingGuitarist.net

Chris Watson a.k.a. "The Bicycling Guitarist"


Seems to pass A level.
<http://bobby.watchfire.com/bobby/bob...t?URL=http%3A%

2


Thanks KHaled. I'm still confused by Bobby's report, but I tried a couple of
other automated accessibility checkers, and to my surprise even my home page
does quite well, with warnings to manually check some items to make sure it
passes. I also deleted the Ringsurf Webring that had many dead links.
Chris Watson a.k.a. "The Bicycling Guitarist"
Jul 23 '05 #8
On Fri, 22 Oct 2004 05:43:55 GMT, The Bicycling Guitarist
<Ch***@TheBicyclingGuitarist.net> wrote:

"KHaled" <me@localhost.home> wrote in message
news:Xn*****************************@130.133.1.4.. .
Neal <ne*****@yahoo.com> wrote in
news:op**************@news.individual.net: Thanks KHaled.


Actually, it's me. And you're welcome.
I'm still confused by Bobby's report, but I tried a couple of
other automated accessibility checkers, and to my surprise even my home
page
does quite well, with warnings to manually check some items to make sure
it
passes.
The site was not bad.
I also deleted the Ringsurf Webring that had many dead links.


Good move.
Jul 23 '05 #9

"Neal" <ne*****@yahoo.com> wrote in message
news:op**************@news.individual.net...
On Fri, 22 Oct 2004 05:43:55 GMT, The Bicycling Guitarist
<Ch***@TheBicyclingGuitarist.net> wrote:

"KHaled" <me@localhost.home> wrote in message
news:Xn*****************************@130.133.1.4.. .
Neal <ne*****@yahoo.com> wrote in
news:op**************@news.individual.net:

Thanks KHaled.


Actually, it's me. And you're welcome.

The site was not bad.
I also deleted the Ringsurf Webring that had many dead links.


Good move.


Oops. My bad. Thanks again Neal, and for the compliment too!
Jul 23 '05 #10
On Fri, 22 Oct 2004 05:43:55 GMT, "The Bicycling Guitarist"
<Ch***@TheBicyclingGuitarist.net> wrote:
I'm still confused by Bobby's report, but I tried a couple of
other automated accessibility checkers, and to my surprise even my home page
does quite well, with warnings to manually check some items to make sure it
passes.


It's doubtful whether automated accessibility checking is much use,
taken at face value. Running a checker over a few of your pages is
certainly handy for prodding you to think about the issues involved, but
the majority of issues can only be checked manually.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 23 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Brandon Hoppe | last post by:
I'm trying to change the src of an ilayer in the parent document from a link inside the ilayer. I'm not able to get it to work. All that happens is Netscape 4 crashes. This is for Netscape 4 only....
22
by: Jam Pa | last post by:
Once again my big mouth has landed me with a tough job. I have a static CSS layout, where each and every element has been defined by pixel size - lots of them, too! Mostly relative elements,...
24
by: Jim Hubbard | last post by:
Anybody know?
5
by: PaulThomas | last post by:
Working with XP-Pro and VS.Net I have set my Start Page to "Home.aspx" but the application always starts the "Login" page - - - How can I change the start page to the Home.aspx??? On the login...
1
by: RWC | last post by:
Hey Folks! I'm having trouble with an asp page. First off, I'm new to the html / asp world, but not to software development. I'd like to minimize or "normalize" the site, so I'm trying to use...
19
by: lolo | last post by:
Hi, I know how validate a page for CSS or HTML, but I didn't found how validate my page for accessibility Thanx for your help
5
by: redsoxnut | last post by:
Can someone take a look at http://www.grooveswitch.com and help me figure out what's causing the misalignment? I just converted my entire site to a tableless design and am hung up on this final...
8
by: Pete Davis | last post by:
First of all, I apologize for cross-posting to so many groups, but clearly there are only 2 people on the planet that understand MS Accessibility in ..NET and I'm hoping I might reach just one of...
23
by: casper christensen | last post by:
Hi I run a directory, where programs are listed based on the number of clicks they have recieved. The program with most clicks are placed on top and so on. Now I would like people to be apple to...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.