WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Re: Newbie .Net question

for

Number of posts in this thread: 5 (In chronological order)

From: Edward McCarroll
Date: Tue, Oct 14 2008 8:40AM
Subject: Re: Newbie .Net question
No previous message | Next message →

I've been tasked with bidding a small .Net site that is supposed to
be "fully 508/ADA compliant". I'm looking for:

1. A book entitled "508/ADA Compliance for Dummies"
2. Feedback regarding other's experience building compliant .Net sites

Thanks in advance,

Ed

"I would rather be inconsistent than wrong." (Mohandas Gandhi)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ed McCarroll = EMAIL ADDRESS REMOVED =
PO Box 654 (310) 904-3651
Culver City, CA 90232 www.ComSimplicity.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

From: Christophe Strobbe
Date: Tue, Oct 14 2008 9:30AM
Subject: Re: Newbie .Net question
← Previous message | Next message →

Hi Edward,

At 16:30 14/10/2008, Edward McCarroll wrote:
>I've been tasked with bidding a small .Net site that is supposed to
>be "fully 508/ADA compliant". I'm looking for:
>
>1. A book entitled "508/ADA Compliance for Dummies"

"Accessibility for Everybody: Understanding the Section 508
Accessibility Requirements" by John Paul Mueller (Apress, 2003,
<http://www.apress.com/book/view/9781590590867>;) may be what you're
looking for. I can't comment on the "for dummies" part, though.


>2. Feedback regarding other's experience building compliant .Net sites

I can't help you with this, but the author of "Accessibility for
Everybody" seems to have experience with .NET (according to the bio
on the Apress site).

Best regards,

Christophe



>Thanks in advance,
>
> Ed
>
>"I would rather be inconsistent than wrong." (Mohandas Gandhi)
>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>Ed McCarroll = EMAIL ADDRESS REMOVED =
>PO Box 654 (310) 904-3651
>Culver City, CA 90232 www.ComSimplicity.com
>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

--
Christophe Strobbe
K.U.Leuven - Dept. of Electrical Engineering - SCD
Research Group on Document Architectures
Kasteelpark Arenberg 10 bus 2442
B-3001 Leuven-Heverlee
BELGIUM
tel: +32 16 32 85 51
http://www.docarch.be/
---
Please don't invite me to LinkedIn, Facebook, Quechup or other
"social networks". You may have agreed to their "privacy policy", but
I haven't.


Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

From: John E. Brandt
Date: Tue, Oct 14 2008 9:40AM
Subject: Re: Newbie .Net question
← Previous message | Next message →

Good luck.

First, I am not a programmer or development expert - and I don't play one on
TV (A little Culver City levity).

It has been awhile since I played in that world. What I remember...I used
DotNetNuke (DNN) which - at the time - was one of the few (only?) open
source solutions for .NET and it was very quirky and not very accessible out
of the box. It was my first foray into CMSs - and it was quite a learning
experience. Some of the problems stemmed from the .NET infrastructure, some
were core coding issues peculiar to DNN. I was playing with it during the
transition from .NET1 to .NET2. Version 2, as I recall, was better than v1,
but not perfect. I also recall that to make my site meet minimal web
accessibility standards I had to strip it down to bare bones. The biggest
issues were with the back end as DNN had integrated lots of AJAX control
that were not accessible. I was able to create a site that the outside
public could access, but I doubt a person with a screen reader would be able
to administer or even create an account and add content.

I am sure it is possible to build an accessible web site in ASP;
retrofitting one might be a challenge. It is not clear from your question is
the site currently IS accessible or whether you need to make it accessible.
If it is the later, it could be quite a challenge.

It will be interesting to see who else responds to your query. My experience
at the time was that - unlike the folks in the LAMP development world -
people in the DNN/.NET development community were not very knowledgeable (or
interested?) in accessibility issues. There was one guy in Sweden who seemed
to be interested and he and I corresponded a bit, but we were kind of
lonely.

I applaud your interest and desire to break into this field...but it may not
be wise to be billing the client for your learning time. You may want to
learn about accessible web design first and then take on some clients. I
think if you can learn this stuff quickly and develop skills in building
accessible .NET sites, you would be quite marketable.

Again best of luck.

John E. Brandt
Augusta, Maine USA
www.jebswebs.com



-----Original Message-----
From: = EMAIL ADDRESS REMOVED =
[mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Edward McCarroll
Sent: Tuesday, October 14, 2008 10:30 AM
To: 'WebAIM Discussion List'
Subject: Re: [WebAIM] Newbie .Net question

I've been tasked with bidding a small .Net site that is supposed to
be "fully 508/ADA compliant". I'm looking for:

1. A book entitled "508/ADA Compliance for Dummies"
2. Feedback regarding other's experience building compliant .Net sites

Thanks in advance,

Ed

"I would rather be inconsistent than wrong." (Mohandas Gandhi)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ed McCarroll = EMAIL ADDRESS REMOVED =
PO Box 654 (310) 904-3651
Culver City, CA 90232 www.ComSimplicity.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

From: Edward McCarroll
Date: Tue, Oct 14 2008 11:50AM
Subject: Re: Newbie .Net question
← Previous message | Next message →

Christophe, John, thank you both!

John: FYI, when I searched the forums at the official ASP.Net website,
for accessibility issues, the overwhelming majority of the posts I found
had to do with DotNetNuke. Apparently, the best way to avoid these kinds
of problems is to NOT use DNN.

I am fortunate in that I am reinventing an existing, already-accessible
site from the ground up. I can copy most of what they've done in their
non-.Net version. What's new is that they want a bunch of database CRUD,
which I can most easily do in .Net.

Thanks again,

Ed

"Every man is guilty of all the good he didn't do." (Voltaire)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ed McCarroll = EMAIL ADDRESS REMOVED =
PO Box 654 (310) 904-3651
Culver City, CA 90232 www.ComSimplicity.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

From: John E. Brandt
Date: Tue, Oct 14 2008 7:40PM
Subject: Re: Newbie .Net question
← Previous message | No next message

I had forgotten about this resource:

http://www.aspnetresources.com/


John E. Brandt
Augusta, Maine USA
www.jebswebs.com



-----Original Message-----
From: = EMAIL ADDRESS REMOVED =
[mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Edward McCarroll
Sent: Tuesday, October 14, 2008 1:47 PM
To: 'WebAIM Discussion List'
Subject: Re: [WebAIM] Newbie .Net question

Christophe, John, thank you both!

John: FYI, when I searched the forums at the official ASP.Net website,
for accessibility issues, the overwhelming majority of the posts I found
had to do with DotNetNuke. Apparently, the best way to avoid these kinds
of problems is to NOT use DNN.

I am fortunate in that I am reinventing an existing, already-accessible
site from the ground up. I can copy most of what they've done in their
non-.Net version. What's new is that they want a bunch of database CRUD,
which I can most easily do in .Net.

Thanks again,

Ed

"Every man is guilty of all the good he didn't do." (Voltaire)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ed McCarroll = EMAIL ADDRESS REMOVED =
PO Box 654 (310) 904-3651
Culver City, CA 90232 www.ComSimplicity.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -