.net and accessibility

D

darrel

Anyone know of any resources dedicated to the discussion of Accessibility
and .net?

MS has about 2235 newsgroups on this server, but only one dedicated to
accessibility. And that's for XP. :|

-Darrel
 
S

Steve C. Orr [MVP, MCSD]

If your accessibility question is related to ASP.NET, go ahead and post it
in here.
 
D

darrel

If your accessibility question is related to ASP.NET, go ahead and post it

Well, I've been looking for an accessible .net control that produces an
accessible (and, ideally, unobtrusive) DHTML fly-out navigation system.

I haven't found any .net controls that are the least bit accessible.

I've found a few javascripts that I could use with my own control...namely:
http://projectseven.com/
http://www.udm4.com/

Project Seven's is nice, but is a bit quirky. It makes a lot of assumptions
as to how you want to implement your menu.

UDM4 is really nice, but seems to be overkill, as it tries to accomodate
every conceivable option (which is nice, to be sure.)

I took a little look at ASP.net 2's menu control, but from the samples I've
seen, that produces horrendous markup output.

-Darrel
 
S

Steve C. Orr [MVP, MCSD]

I've been somewhat dissapointed with the default accessibility of the
ASP.NET controls too.
Creating a truly accessible web site certainly takes some extra coding, but
it can be done.
Here are some free menu controls for you to investigate, although I'm not
sure how good or poor they are as far as accessibility goes:

http://SteveOrr.net/freecontrols/menus.aspx
 
D

darrel

I've been somewhat dissapointed with the default accessibility of the
ASP.NET controls too.
Creating a truly accessible web site certainly takes some extra coding, but
it can be done.
Here are some free menu controls for you to investigate, although I'm not
sure how good or poor they are as far as accessibility goes:

http://SteveOrr.net/freecontrols/menus.aspx

That's kind of why I was asking about dedicated .net accessibility forums. A
lot of .net samples don't seem to focus on accessibility. And, of course, a
lot of the built in .net controls don't even consider extremely basic
accessibility...like full support for non IE browsers.

The skmMenu is mentioned a lot and it's great that it's open source, but
it's completely inaccessible. It's just really bad code. Ditto for
TimothyHumphry's

Still on the hunt, though. ;o)

-Darrel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

MS SQL/.NET Performance 7
.NET Performance 2
Review TerraMaster F4-220 2
Why no ASP.net wikis? 9
Trouble Publishing .NET App 6
AJAX + .net 3
Windows 7 Beta newsgroup? 3
Execution of C#, .NET in Batch under Windows 1

Top