Hi Sharon,<br><br>Ning can be made pretty accessible without too much trouble, but it takes using JavaScript to inject code into it to fix it--add labels, headings, make things tab focusable, etc. If you have a developer who is willing to work a bit on it, she can start from our code here:<br>

<br>if (typeof(x$) != 'undefined')<br>{<br>    x$(".htmlpostbody > br").remove(); // remove breaks from postbody<br>    var siteNavSemHeading = '<h2 class="offleft-css">Site Navigation</h2>';<br>

    x$("#xg_navigation").before(siteNavSemHeading);<br>    var siteSearchLabel = '<label for="xn_bar_menu_search_query">Search Site</label>';<br>    x$("#xn_bar_menu_search_query").before(siteSearchLabel);<br>

    x$("#xg_sitename").replaceWith('<h1 ><a href="/">Your shite name</a></h1>');<br>    setTimeout("allowEditorFocus()",10000); // need to time because dojo toolbar loads last<br>

    function allowEditorFocus() {<br>        x$("p.texteditor_toolbar > a").attr("tabindex","0");<br>    }  <br>}<br><br>This goes into the "Analytics" section in the "Manage" area of your Ning site. I'm not including the CSS, but it is pretty standard stuff--developers will know about offleft positioning for screen reader access.<br>

<br>No guarantees. This code is about a year old and may need tweaking.  This code takes advantage of the jquery that is used by Ning.<br><br>We also developed an easy and accessible way to embed YouTube videos (with captions) into Ning. The foundation of that is here: <a href="http://wac.osu.edu/examples/youtube-player-controls/">http://wac.osu.edu/examples/youtube-player-controls/</a><br>

<br>One thing that is a big problem with Ning is that its user WYSIWYG editor is sort of crappy. Lots of people have complained about this for the last couple of years and Ning hasn't moved forward with it yet.... Also, the Ning sign up uses an inaccessible CAPTCHA. There is no good work-around for that one. It will require someone to assist screen reader users.<br>

<br clear="all">Best regards,<br>ken<br>---<br>  Ken Petri                    <br>  Program Director<br>  OSU Web Accessibility Center<br>  102D Pomerene Hall<br>  1760 Neil Avenue<br>  Columbus, Ohio  43210<br>  Phone: (614) 292-1760<br>

  Fax: (614) 292-4190<br>  mailto:<a href="mailto:petri.1@osu.edu">petri.1@osu.edu</a><br>
<br><br><div class="gmail_quote">On Wed, Apr 14, 2010 at 8:28 AM, Sharon Trerise <span dir="ltr"><<a href="mailto:trerise@cayuga-cc.edu">trerise@cayuga-cc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">










<div link="blue" vlink="purple" lang="EN-US">

<div>

<p class="MsoNormal">Does anyone know of a Community of Practice site that is accessible?
 We have a project that we would like to use a CoP for, but cannot find
one that appears to be accessible.  We have looked at Ning, SocialGo and
SocialEngine.</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">Thank you.</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">Sharon</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal"><span style="font-size: 12pt; font-family: "Times New Roman","serif";">Sharon
Trerise</span></p>

<p class="MsoNormal"><span style="font-size: 12pt; font-family: "Times New Roman","serif";">Coordinator
of Disability Services</span></p>

<p class="MsoNormal"><span style="font-size: 12pt; font-family: "Times New Roman","serif";">Cayuga
Community College</span></p>

<p class="MsoNormal"><span style="font-size: 12pt; font-family: "Times New Roman","serif";">197
Franklin St.</span></p>

<p class="MsoNormal"><span style="font-size: 12pt; font-family: "Times New Roman","serif";">Auburn,
NY 13021</span></p>

<p class="MsoNormal"><span style="font-size: 12pt; font-family: "Times New Roman","serif";">315-294-8606</span></p>

<p class="MsoNormal"> </p>

</div>

</div>


<br>_______________________________________________<br>
Athen mailing list<br>
<a href="mailto:Athen@athenpro.org">Athen@athenpro.org</a><br>
<a href="http://athenpro.org/mailman/listinfo/athen_athenpro.org" target="_blank">http://athenpro.org/mailman/listinfo/athen_athenpro.org</a><br>
<br></blockquote></div><br>