<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LearnAccessibility.org</title>
	<atom:link href="http://learnaccessibility.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnaccessibility.org</link>
	<description>This is a platform to learn about Accessibility</description>
	<lastBuildDate>Fri, 01 Apr 2011 10:53:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Methodologies for Accessibility Eveluation</title>
		<link>http://learnaccessibility.org/2011/04/methodologies-for-accessibility-eveluation/</link>
		<comments>http://learnaccessibility.org/2011/04/methodologies-for-accessibility-eveluation/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 10:53:05 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Web Accessibility]]></category>

		<guid isPermaLink="false">http://learnaccessibility.org/?p=108</guid>
		<description><![CDATA[Recently I was on a panel discussion organized by The Global Initiative for Inclusive ICTs (G3ICT), World Wide Web Consortium and The Centre for Internet and Society at 20th World Wide Web Conference and during the panel we have discussed the various methodologies for Accessibility Evaluation. It was a pleasure to share the panel with [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was on a panel discussion organized by <a href="http://g3ict.com/">The Global Initiative for Inclusive ICTs (G3ICT)</a>, <a href="http://w3.org">World Wide Web Consortium</a> and <a href="http://cis-india.org">The Centre for Internet and Society</a> at <a href="http://www2011india.com/">20th World Wide Web Conference</a> and during the panel we have discussed the various methodologies for Accessibility Evaluation. It was a pleasure to share the panel with <a href="http://www.w3.org/People/all#shadi">Shadi Abou-Zahra</a> from <acronym title="World Wide Web Consortium">W3C</acronym>, <a href="http://www.linkedin.com/in/goodwitch">Glenda Sims</a> of <a href="http://deque.com">Deque Systems Inc</a>, Dr. Neeta Varma of National Informatics Centre (NIC) and the panel was moderated by <a href="http://www.linkedin.com/pub/nirmita-narasimhan/16/218/ba9">Nirmita Narasimhan</a> of <a href="http://cis-india.org">Centre for Internet and Society</a>. Here is the transcript of my thoughts. </p>
<p>Good evening once again, it&#8217;s great pleasure to be part of this panel! </p>
<p>I will be sharing the approach I take both at Yahoo! as well for the Government Projects I take up. Ground rule is that it&#8217;s always recommended that accessibility must be considered right at the beginning stage. There are two scenarios one is about making existing websites accessible and second is ensuring accessibility for all new websites. So at Yahoo!, what we do is for existing websites, we identify the issues across the site, document them and then schedule them in phase wise (we call it as sprints) to fix them. And for new websites, we partner with the product team right at the initial stage and eveluate them right at the mock stage, then support at the engineering stage, QA stage to ensure complete accessibility. Off late, we have created an accessibility automation tool to make the eveulation process simple. </p>
<p>While I look at the Government websites, what I would prefer to do is first use an automated tool such as <a href="http://wave.webaim.org/toolbar">WAVE Tool bar</a> and if there are several issues, I would prepare a &#8220;Global findings report&#8221; that will enable their teams to address all the major issues. Once the major issues are addressed, I will take up detailed eveluation including manual testing. If automated tool shows less errors, I will do a quick manual test and if the page is bad, again I will prefer to submit global findings report and if I find the page better, then do a complete manual review. </p>
<p>Also, what I have observed is that it would be important for Design, SEO, Content and Accessibility teams to partner and work together so as to provide accurate support to the engineering team. </p>
<p>Lastly, I would suggest, do not  rely just on automated tools. There can make you fool in scenarios like they can only check if there are text alternatives provided or not, but not if they are accurate. </p>
<div id="buzz_share_1" style="float: right; margin-left:10px; margin-right: 0px">
<script type="text/javascript">
    yahooBuzzArticleHeadline = "Methodologies for Accessibility Eveluation";
    yahooBuzzArticleSummary = "";
    yahooBuzzArticleCategory = "Web Accessibility";
    yahooBuzzArticleType = "text";
    yahooBuzzArticleId = window.location.href;
</script>
	<script type="text/javascript"
	src="http://d.yimg.com/ds/badge2.in.js"
	badgetype="square">
	<?php the_permalink() ?>	
</script>
</div>]]></content:encoded>
			<wfw:commentRss>http://learnaccessibility.org/2011/04/methodologies-for-accessibility-eveluation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common mistakes of that a web developers make</title>
		<link>http://learnaccessibility.org/2010/10/common-mistakes-of-that-a-web-developers-make/</link>
		<comments>http://learnaccessibility.org/2010/10/common-mistakes-of-that-a-web-developers-make/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 05:19:11 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[aria]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://learnaccessibility.org/?p=93</guid>
		<description><![CDATA[Most developers feel making a website accessible require an additional effort, time consuming and needs to write a lot of additional code; which is actually not very true. But yes, there are certain additional things to be done, but they are most times enhancements. Having said that, most of the efforts that require to make [...]]]></description>
			<content:encoded><![CDATA[<p>Most developers feel making a website accessible require an additional effort, time consuming and needs to write a lot of additional code; which is actually not very true. But yes, there are certain additional things to be done, but they are most times enhancements. Having said that, most of the efforts that require to make a website accessible are the best practices of <acronym title="Hyper Text Markup Language">HTML</acronym>. Here, I will endeavor to illustrate some of the common mistakes that a web developer commits. </p>
<ul>
<li>Provide inappropriate page titles or provide a common title for all the pages across the website something like the name of the organization without the respective page title</li>
<li>Do not declare <a href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">doctype <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a> of the document</li>
<li>Do not define language of the document</li>
<li>Do not provide text alternative to non text elements such as images, CAPTCHA, audio etc.</li>
<li>Do not markup the headings in the documents</li>
<li>Use table attributes for the layout purpose</li>
<li>Do not mark up table summary, table headers</li>
<li>Do not mark up associated labels for form fields using &#8220;for&#8221; and &#8220;id&#8221; attributes</li>
<li>Do not provide site map to the website</li>
<li>Do not use accessibility techniques while using Java script, Flash etc.</li>
</ul>
<h2>Best reading&#8230;</h2>
<ul>
<li><a href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">Recommended list of DocTypes <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
<li><a href="http://www.w3.org/WAI/quicktips/"><acronym title="Web Accessibility Initiative">WAI</acronym> Quick Tips to make Accessible Websites <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
<li><a href="http://webaim.org/techniques/forms/">Creating Accessible Forms <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
</ul>
<div id="buzz_share_1" style="float: right; margin-left:10px; margin-right: 0px">
<script type="text/javascript">
    yahooBuzzArticleHeadline = "Common mistakes of that a web developers make";
    yahooBuzzArticleSummary = "";
    yahooBuzzArticleCategory = "Web Accessibility";
    yahooBuzzArticleType = "text";
    yahooBuzzArticleId = window.location.href;
</script>
	<script type="text/javascript"
	src="http://d.yimg.com/ds/badge2.in.js"
	badgetype="square">
	<?php the_permalink() ?>	
</script>
</div>]]></content:encoded>
			<wfw:commentRss>http://learnaccessibility.org/2010/10/common-mistakes-of-that-a-web-developers-make/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Writing accessible HTML forms</title>
		<link>http://learnaccessibility.org/2010/08/writing-accessible-html-forms/</link>
		<comments>http://learnaccessibility.org/2010/08/writing-accessible-html-forms/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 10:20:04 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[aria]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Webaim]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://learnaccessibility.org/?p=83</guid>
		<description><![CDATA[We fill a lot of forms on the web on daily basis &#8211; may it be for a bank transaction, booking of travel, shopping etc. Often we see forms looks very beautiful but in reality, most of them are not beautiful due to lack of associated labels. Oh! wait, we know, you are about to [...]]]></description>
			<content:encoded><![CDATA[<p>We fill a lot of forms on the web on daily basis &#8211; may it be for a bank transaction, booking of travel, shopping etc. Often we see forms looks very beautiful but in reality, most of them are not beautiful due to lack of associated labels. Oh! wait, we know, you are about to shown on us and say that you have never seen a form just with input elements and without text labels, you are right, but did you ever see a form with a text browser or with a screen reader. Here is an exercise for you before reading this article:</p>
<ol>
<li>Download <a href="http://www.nvda-project.org/wiki/Download"><acronym title="Non Visual Desktop Access">NVDA</acronym> <img src="http://www.srinivasu.org/external_link.gif" alt="External link"></a> Screen reader and install on your Microsoft Windows machine</li>
<li>Open your web browser perhaps <a href="http://www.mozilla.org">Mozilla Firefox</a> and visit the <a href="http://www.apsrtc.in/APSRTCOnline/preUserRegistration.do"><acronym title="Andhra Pradesh Road Transport Corporation">APSRTC</acronym>&#8216;s New Registration Form <img src="http://www.srinivasu.org/external_link.gif"></a> and you should see a beautiful form like below.
<p><img src="http://learnaccessibility.org/wp-content/uploads/2010/08/apsrtc-300x225.gif" alt="APSRTC New Registration form" title="APSRTC New Registration form" width="300" height="225" class="aligncenter size-medium wp-image-84" />
</li>
<li>Press &#8220;F&#8221; key on your keyboard to reach to the first form field and then navigate the form using &#8220;tab&#8221; key; ideally you should hear something like &#8220;Username:edit, Password: password edit, Confirm password: password edit, Personal information, Firstname:edit&#8221; and so on. But you will hear something like &#8220;Table with 16 rows and 2 columns, row two, column two edit&#8221; and so on&#8230; and here is how this form looks on a text browser:<br />
<img src="http://learnaccessibility.org/wp-content/uploads/2010/08/apsrtc_text-300x225.png" alt="Text version of APSRTC Registration form" title="Text version of APSRTC Registration form" width="300" height="225" class="aligncenter size-medium wp-image-86" /></li>
</ol>
<p>Now, let&#8217;s see what are the issues with above form. Firstly, screen reader is reading number of rows and columns, since the <acronym title="Andhra Pradesh State Road Transport Corporation">APSRT</acronym> did not use <acronym title="Cascading Style Sheet">CSS</acronym> to control the layout of the form but have used &lt;table&gt; attributes to control the layout. Well, screen readers has the capability to turn off reading the layout tables but some users may not be aware of this option. Also, it is not recommended to use the table attributes to control the layout. </p>
<p>Second problem is that screen reader is unable to read the labels of the form since associated label &#8220;for&#8221; and &#8220;id&#8221; attributes are missing. Besides screen readers and text browsers, even search engines treat those form fields with no labels. Here are some ground rules to make accessible forms.</p>
<ul>
<li>Provide necessary instructions before the form states</li>
<li>Do not indicate mandatory fields in form of color alone</li>
<li>If a form field is a required field, inform the same to the user along with form label</li>
<li>Provide associate labels to the form fields</li>
<li>Use appropriate &#8220;fieldset&#8221; and &#8220;legend&#8221; attributes for check boxes and radio buttons</li>
<li>If you opt to use image button, remember to provide alternate text</li>
<li>If the form is dynamic, use <acronym title="Accessible Rich Internet Applications">ARIA</acronym> labels, roles and states as appropriate</li>
</ul>
<p>Related links:</p>
<ul>
<li><a href="http://webaim.org/techniques/forms/controls">Creating Accessible forms &#8211; a WebAIM article <img src="http://www.srinivasu.org/external_link.gif" alt="External link"></a></li>
<li><a href="http://developer.yahoo.com/yui/examples/button/button-ariaplugin.html">Button Control: Using the Button ARIA Plug-in <img src="http://www.srinivasu.org/external_link.gif" alt="External link"></a></li>
<li><a href="https://developer.mozilla.org/en/AJAX/WAI_ARIA_Live_Regions"><acronym title="Web Accessibility Initiative">WAI</acronym> &#8211; ARIA Live regions <img src="http://www.srinivasu.org/external_link.gif" alt="External link"></a></li>
<li><a href="http://www.marcozehe.de/2008/03/23/easy-aria-tip-2-aria-labelledby-and-aria-describedby/">Easy Tip #2: aria-labelledby and aria-describedby <img src="http://www.srinivasu.org/external_link.gif" alt="external link"></a></li>
</ul>
<div id="buzz_share_1" style="float: right; margin-left:10px; margin-right: 0px">
<script type="text/javascript">
    yahooBuzzArticleHeadline = "Writing accessible HTML forms";
    yahooBuzzArticleSummary = "";
    yahooBuzzArticleCategory = "Web Accessibility";
    yahooBuzzArticleType = "text";
    yahooBuzzArticleId = window.location.href;
</script>
	<script type="text/javascript"
	src="http://d.yimg.com/ds/badge2.in.js"
	badgetype="square">
	<?php the_permalink() ?>	
</script>
</div>]]></content:encoded>
			<wfw:commentRss>http://learnaccessibility.org/2010/08/writing-accessible-html-forms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A quick Web Accessibility Checklist</title>
		<link>http://learnaccessibility.org/2010/07/a-quick-web-accessibility-checklist/</link>
		<comments>http://learnaccessibility.org/2010/07/a-quick-web-accessibility-checklist/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 17:24:52 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://learnaccessibility.org/?p=81</guid>
		<description><![CDATA[Often we hear people asking how can they check for a website for accessibility and what needs to be checked. Here is a quick checklist and hope this would be handy to someone! Is the link &#8220;Skip to main content&#8221; exist? Although, there are several other ways to achieve quick navigation by providing heading mark-up, [...]]]></description>
			<content:encoded><![CDATA[<p>Often we hear people asking how can they check for a website for accessibility and what needs to be checked. Here is a quick checklist and hope this would be handy to someone!</p>
<ul>
<li>Is the link &#8220;Skip to main content&#8221; exist? Although, there are several other ways to achieve quick navigation by providing heading mark-up, aria land marks, it&#8217;s still easier to hit on one link to reach the main content.</li>
<li>Does the website provides any accessibility options, such as &#8220;Color options&#8221; &#8220;Font re-size option&#8221; etc? This would be good, if your target audience have learning difficulties or new to internet users, else, a help page with an article how one could use the existing accessibility options within the browsers would be helpful.</li>
<li>Does all the informative images have appropriate alternate text?</li>
<li>Does decorative images has given empty alt text i.e. alt=&#8221;"?</li>
<li>Does the web page has appropriate heading structure?</li>
<li>Does the website has a site map?</li>
<li>Is acronyms provided with appropriate information?</li>
<li>Does all the form fields have associated labels?</li>
<li>Does the website uses Frames, if so, appropriate titles provided to frames?</li>
<li>Is all the functionality of the web page available via keyboard?</li>
<li>Does all the links have descriptive screen text?</li>
<li>If an audio content is present, is there a synchronized captions or a text transcript available?</li>
<li>If CAPTCHA is present, is it accessible to screen reader users and to Braille Display users? if not, is there an alternative method provided such as Audio CAPTCHA or logical questions based captcha</li>
<li>Is semantic mark-up is used to designate headings and lists</li>
<li>Are Table columns and rows have associated headers using &#8220;th&#8221; tags?</li>
<li>Does tables have descriptive table summary and caption?</li>
<li>Is structure of the web page is logical and meaningful?</li>
<li>Color alone is not used to convey the information</li>
<li>Is foreground and background color has enough contrast?</li>
<li>Is there a pause / stop functionality for moving, blinking or scrolling content?</li>
<li>The content and functionality should not have time limits, if necessary, user should be allowed to extend the time as per their choice. If the authentication expires, user should be able to re-authenticate and continue the activity without losing any data</li>
<li>Page has appropriate and descriptive page title</li>
<li>The language of the web page is identified using the HTML tag &#8220;lang&#8221; attribute</li>
</ul>
<div id="buzz_share_1" style="float: right; margin-left:10px; margin-right: 0px">
<script type="text/javascript">
    yahooBuzzArticleHeadline = "A quick Web Accessibility Checklist";
    yahooBuzzArticleSummary = "";
    yahooBuzzArticleCategory = "Web Accessibility";
    yahooBuzzArticleType = "text";
    yahooBuzzArticleId = window.location.href;
</script>
	<script type="text/javascript"
	src="http://d.yimg.com/ds/badge2.in.js"
	badgetype="square">
	<?php the_permalink() ?>	
</script>
</div>]]></content:encoded>
			<wfw:commentRss>http://learnaccessibility.org/2010/07/a-quick-web-accessibility-checklist/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Top Accessibility resources</title>
		<link>http://learnaccessibility.org/2010/07/top-accessibility-resources/</link>
		<comments>http://learnaccessibility.org/2010/07/top-accessibility-resources/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 16:51:14 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://learnaccessibility.org/?p=74</guid>
		<description><![CDATA[Often, we look for accessibility pages of different organizations to know accessibility features of their respective products and services. Not always, it&#8217;s easy to invest time to search on internet. So I thought, let me start off listing accessibility links of different companies across the globe. Disclaimer: Links on this post are verified on the [...]]]></description>
			<content:encoded><![CDATA[<p>Often, we look for accessibility pages of different organizations to know accessibility features of their respective products and services. Not always, it&#8217;s easy to invest time to search on internet. So I thought, let me start off listing accessibility links of different companies across the globe. </p>
<blockquote><p>Disclaimer: Links on this post are verified on the date of this post. We are not responsible if the links get broken at a later date. If you notice the same, we appreciate, if you send us a note and alert us to update on the post.</p></blockquote>
<ul>
<li>
<a href="http://help.yahoo.com/l/uk/yahoo/accessibility/accessibility-15.html">Yahoo! Accessibility Help <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
<li><a href="http://www.microsoft.com/enable/">Accessibility at Microsoft <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
<li><a href="http://site.aol.com/accessibility/find_more_help/index.html"><acronym title="American Online Inc">AOL</acronym> Accessibility Help <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
<li><a href="http://www.adobe.com/accessibility/">Adobe Accessibility <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
<li><a href="http://www.google.com/accessibility/">Accessibility at Google <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
<li><a href="http://www.oracle.com/accessibility/faq.html"><acronym title="Frequently Asked Questions">FAQ</acronym> &#8211; Oracle Accessibility Program <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
<li><a href="http://codex.wordpress.org/Accessibility">Accessibility Word Press Codex <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
<li><a href="http://www.mozilla.org/access/">Mozilla Accessibility Project <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
<li><a href="http://www.apple.com/accessibility/">Apple Accessibility <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
<li><a href="http://www.facebook.com/help/?page=440">Facebook Help Centre &#8211; Accessibility and Assistive Technologies <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
<li><a href="http://www.ibm.com/accessibility/us/en/">IBM Accessibility <img src="http://www.srinivasu.org/external_link.gif" alt="External Website"></a></li>
</ul>
<div id="buzz_share_1" style="float: right; margin-left:10px; margin-right: 0px">
<script type="text/javascript">
    yahooBuzzArticleHeadline = "Top Accessibility resources";
    yahooBuzzArticleSummary = "";
    yahooBuzzArticleCategory = "Web Accessibility";
    yahooBuzzArticleType = "text";
    yahooBuzzArticleId = window.location.href;
</script>
	<script type="text/javascript"
	src="http://d.yimg.com/ds/badge2.in.js"
	badgetype="square">
	<?php the_permalink() ?>	
</script>
</div>]]></content:encoded>
			<wfw:commentRss>http://learnaccessibility.org/2010/07/top-accessibility-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning to Read Math using JAWS</title>
		<link>http://learnaccessibility.org/2010/07/learning-to-read-math-using-jaws/</link>
		<comments>http://learnaccessibility.org/2010/07/learning-to-read-math-using-jaws/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 06:30:39 +0000</pubDate>
		<dc:creator>MathMLGroup</dc:creator>
				<category><![CDATA[MathML]]></category>

		<guid isPermaLink="false">http://learnaccessibility.org/?p=60</guid>
		<description><![CDATA[How do I start reading math formulae using JAWS ?  Before you get started, you need to make sure you have the right setup. You need ...<a href='http://learnaccessibility.org/?p=60'>[.. Read More]</a>]]></description>
			<content:encoded><![CDATA[<h2>How do I start reading math formulae using JAWS ?</h2>
<p>Before you get started, you need to make sure you have the right setup. You need &#8230;</p>
<ol>
<li>The MathPlayer plugin . You can download this freely from<br />
<a title="http://www.dessci.com/en/products/mathplayer/download.htm?src=mplogo" href="http://www.dessci.com/en/products/mathplayer/download.htm?src=mplogo">http://www.dessci.com/en/products/mathplayer/download.htm?src=mplogo</a> <img class="alignnone" src="http://www.srinivasu.org/external_link.gif" alt="External website" width="12" height="12" /></li>
<li>Internet Explorer 5.0 or above</li>
<li>Of course, you need your screen reader . ( We have tested it with JAWS 10 and 11 )</li>
</ol>
<p>Now that you know what you need, here are the steps to set it up.</p>
<ol>
<li>Download and install MathPlayer plugin on your machine for the math symbols to show up.<br />
(<a title="http://www.dessci.com/en/products/mathplayer/download.htm?src=mplogo" href="http://www.dessci.com/en/products/mathplayer/download.htm?src=mplogo">http://www.dessci.com/en/products/mathplayer/download.htm?src=mplogo</a>)<img class="alignnone" src="http://www.srinivasu.org/external_link.gif" alt="External website" width="12" height="12" /></li>
<li>Close the Internet explorer and reopen the file.
</li>
<li>Use the normal JAWS navigation keys for Internet Explorer. You should now be able to read the math notations and formulae.
</li>
</ol>
<p><a href="http://learnaccessibility.org/Files/qe.xhtml" target="_self">Visit our Samples here.</a></p>
<div id="buzz_share_1" style="float: right; margin-left:10px; margin-right: 0px">
<script type="text/javascript">
    yahooBuzzArticleHeadline = "Learning to Read Math using JAWS";
    yahooBuzzArticleSummary = "How do I start reading math formulae using JAWS ?  Before you get started, you need to make sure you have the right setup. You need ...<a href='http://learnaccessibility.org/?p=60'>[.. Read More]</a>";
    yahooBuzzArticleCategory = "MathML";
    yahooBuzzArticleType = "text";
    yahooBuzzArticleId = window.location.href;
</script>
	<script type="text/javascript"
	src="http://d.yimg.com/ds/badge2.in.js"
	badgetype="square">
	<?php the_permalink() ?>	
</script>
</div>]]></content:encoded>
			<wfw:commentRss>http://learnaccessibility.org/2010/07/learning-to-read-math-using-jaws/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to LearnAccessibility!</title>
		<link>http://learnaccessibility.org/2010/06/hello-world/</link>
		<comments>http://learnaccessibility.org/2010/06/hello-world/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 13:42:21 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Welcome]]></category>

		<guid isPermaLink="false">http://learnaccessibility.org/?p=1</guid>
		<description><![CDATA[Hello there, Thank you for visiting us; we extend a warm Welcome! LearnAccessibility is an initiative to create awareness about accessibility with primary focus to World Wide Web. We endeavor to post wide range of articles with examples, additional reading links and as as simple as possible. If you care for accessibility and wish to [...]]]></description>
			<content:encoded><![CDATA[<p>Hello there, </p>
<p>Thank you for visiting us; we extend a warm Welcome! LearnAccessibility is an initiative to create awareness about accessibility with primary focus to World Wide Web.</p>
<p>We endeavor to post wide range of articles with examples, additional reading links and as as simple as possible. </p>
<p>If you care for accessibility and wish to contribute to this portal, feel free to send your articles to <a href="mailto:info@learnaccessibility.org">info@learnaccessibility.org</a></p>
<div id="buzz_share_1" style="float: right; margin-left:10px; margin-right: 0px">
<script type="text/javascript">
    yahooBuzzArticleHeadline = "Welcome to LearnAccessibility!";
    yahooBuzzArticleSummary = "";
    yahooBuzzArticleCategory = "Welcome";
    yahooBuzzArticleType = "text";
    yahooBuzzArticleId = window.location.href;
</script>
	<script type="text/javascript"
	src="http://d.yimg.com/ds/badge2.in.js"
	badgetype="square">
	<?php the_permalink() ?>	
</script>
</div>]]></content:encoded>
			<wfw:commentRss>http://learnaccessibility.org/2010/06/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

