<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page accessibility 
             and everything recently tagged accessibility -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>accessibility on SWiK</title>
        <doap:name>accessibility</doap:name>
        <doap:description></doap:description>
        <description></description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/accessibility</link>
        <doap:homepage></doap:homepage>
        
        <pubDate>Fri, 19 May 2006 00:06:39 -0700</pubDate>
        <lastBuildDate>Fri, 19 May 2006 00:07:11 -0700</lastBuildDate>
            
        <item>
            <title>The W3C Markup Validation Service</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/The+W3C+Markup+Validation+Service/cbv2b</link>
            <description></description>
            
            <pubDate>Thu, 07 Aug 2008 18:09:31 -0700</pubDate>
        </item>
            
        <item>
            <title>Accessibility Testing</title>
            <link>http://swik.net/User:Webnauts/Webnauts+Net+Feed/Accessibility+Testing/cbu2g</link>
            <description>Accessibility testing for web sites is a service that can provide much more than the standard point-by-point testing techniques of most automated services.</description>
            
            <pubDate>Thu, 07 Aug 2008 13:20:12 -0700</pubDate>
        </item>
            
        <item>
            <title>That Checkbox Needs a Label</title>
            <link>http://swik.net/Rails/Robby+on+Rails/That+Checkbox+Needs+a+Label/cbofn</link>
            <description>&lt;p&gt;As a user of many web applications, I often find myself noticing little things that slow me down. One such thing is the use of checkboxes in web forms. It&amp;#8217;s not the problem of checkboxes itself, it&amp;#8217;s the face that checkboxes require the user to really focus their attention to a fairly small box on the page and perform a click inside. If you&amp;#8217;re filling out a form really quickly, it&amp;#8217;s almost guaranteed that you&amp;#8217;ll take advantage of you your tab key to get through each field quickly. Sometimes there are &lt;code&gt;select&lt;/code&gt; boxes, which require the user to make selections with their mouse. Checkboxes drive me crazy because it requires more time to position the cursor and move on.&lt;/p&gt;


	&lt;p&gt;So, when I see a form like this, I don&amp;#8217;t see it being very quick to interact with.&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;http://myskitch.com/robbyrussell/missing_label-20071201-222047.jpg&quot; alt=&quot;&quot;/&gt;&lt;/p&gt;


	&lt;p&gt;While I&amp;#8217;m not in love with the date selection interface here, my bigger pain has been the checkbox in the form. Why? Because they forgot to use the &lt;code&gt;&amp;lt;label for=&quot;&quot;&amp;gt;&lt;/code&gt; HTML tag.&lt;/p&gt;


	&lt;p&gt;What&amp;#8217;s the problem? Well, I don&amp;#8217;t have the convenience of clicking on the label text, which would toggle the corresponding checkbox.&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;http://myskitch.com/robbyrussell/missing_label-20071201-222751.jpg&quot; alt=&quot;&quot;/&gt;&lt;/p&gt;


	&lt;p&gt;I know, many of you know all about this&amp;#8230; but I run into this problem everywhere. This is an accessibility issue for people and really just increases the chances for a frustrating user experience. When you use the label tag properly&amp;#8230; it will provide a larger amount of the screen for people to click, which reduces the chance of not clicking in the right spot. The label tag was designed with this in mind so that people could click &lt;em&gt;close enough&lt;/em&gt; to trigger the desired action.&lt;/p&gt;


	&lt;p&gt;Here is an example of where it becomes really useful.&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;http://myskitch.com/robbyrussell/good_label_for_usage-20071201-224846.jpg&quot; alt=&quot;&quot;/&gt;&lt;/p&gt;


	&lt;p&gt;So, the lesson? Please remember to use the label for tag. :-)&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;
&amp;lt;input type=&quot;checkbox&quot; id=&quot;remember_me&quot; name=&quot;remember_me&quot; value=&quot;true&quot; /&amp;gt;
&amp;lt;label for=&quot;remember_me&quot;&amp;gt;Remember info?&amp;lt;/label&amp;gt;  
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;This is an easy thing to forget when building web applications. We&amp;#8217;ve forgot and I&amp;#8217;m sure you have too. I just wanted to point it out though because I see this happen so much&amp;#8230; even in new sites.&lt;/p&gt;


	&lt;p&gt;Perhaps you run into similar problems with web applications that can be fixed with just a little more &lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt;. Care to share your experiences?&lt;/p&gt;


	&lt;p&gt;For more information, read &lt;a href=&quot;http://diveintoaccessibility.org/day_28_labeling_form_elements.html&quot;&gt;Labeling form elements&lt;/a&gt;  from the &lt;a href=&quot;http://diveintoaccessibility.org/&quot;&gt;Dive Into Accessibility&lt;/a&gt; site.&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?a=nLechJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?i=nLechJ&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?a=uMZrmj&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?i=uMZrmj&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?a=kdtVaJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?i=kdtVaJ&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?a=1jSCLJ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/RobbyOnRails?i=1jSCLJ&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/RobbyOnRails/~4/352196140&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Thu, 31 Jul 2008 21:02:02 -0700</pubDate>
        </item>
            
        <item>
            <title>Emacspeak --The Complete Audio Desktop</title>
            <link>http://swik.net/Emacs/del.icio.us+tag%2Femacs/Emacspeak+--The+Complete+Audio+Desktop/cbkac</link>
            <description></description>
            
            <pubDate>Sat, 26 Jul 2008 19:49:39 -0700</pubDate>
        </item>
            
        <item>
            <title>The W3C CSS Validation Service</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/The+W3C+CSS+Validation+Service/cbj03</link>
            <description></description>
            
            <pubDate>Sat, 26 Jul 2008 18:51:55 -0700</pubDate>
        </item>
            
        <item>
            <title>Web Accessibility Evaluation Tools: Overview</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/Web+Accessibility+Evaluation+Tools%3A+Overview/cbjgz</link>
            <description>Web accessibility evaluation tools are software programs or online services that help determine if a Web site meets accessibility guidelines. While Web accessibility evaluation tools can significantly reduce the time and effort to evaluate Web sites, no t</description>
            
            <pubDate>Sat, 26 Jul 2008 10:57:03 -0700</pubDate>
        </item>
            
        <item>
            <title>Surfin&#039; Safari - Blog Archive &quot; Understanding HTML, XML and XHTML</title>
            <link>http://swik.net/XML/del.icio.us%2Ftag%2Fxml/Surfin%27+Safari+-+Blog+Archive+%22+Understanding+HTML%2C+XML+and+XHTML/cbiw6</link>
            <description></description>
            
            <pubDate>Sat, 26 Jul 2008 00:55:01 -0700</pubDate>
        </item>
            
        <item>
            <title>Microformats</title>
            <link>http://swik.net/XML/del.icio.us%2Ftag%2Fxml/Microformats/cbiwt</link>
            <description></description>
            
            <pubDate>Sat, 26 Jul 2008 00:54:59 -0700</pubDate>
        </item>
            
        <item>
            <title>[from rjray] Colorblind Web Page Filter</title>
            <link>http://swik.net/User:jeyrb/del.icio.us%2Fnetwork%2Fjey/%5Bfrom+rjray%5D+Colorblind+Web+Page+Filter/cbivd</link>
            <description></description>
            
            <pubDate>Sat, 26 Jul 2008 00:54:50 -0700</pubDate>
        </item>
            
        <item>
            <title>W3C Semantic Web Activity</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/W3C+Semantic+Web+Activity/cbist</link>
            <description></description>
            
            <pubDate>Sat, 26 Jul 2008 00:52:20 -0700</pubDate>
        </item>
            
        <item>
            <title>Web Content Accessibility Guidelines 1.0</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/Web+Content+Accessibility+Guidelines+1.0/cbiso</link>
            <description>Guidelines from the W3C for building accessible websites</description>
            
            <pubDate>Sat, 26 Jul 2008 00:52:19 -0700</pubDate>
        </item>
            
        <item>
            <title>UI Access Home Page</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/UI+Access+Home+Page/cbisj</link>
            <description></description>
            
            <pubDate>Sat, 26 Jul 2008 00:52:18 -0700</pubDate>
        </item>
            
        <item>
            <title>[DRAFT] Web Content Accessibility and Mobile Web</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/%5BDRAFT%5D+Web+Content+Accessibility+and+Mobile+Web/cbisb</link>
            <description></description>
            
            <pubDate>Sat, 26 Jul 2008 00:52:16 -0700</pubDate>
        </item>
            
        <item>
            <title>Tales of Coding: W3C recently posts updated docs on relationship between usability and accessibility</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/Tales+of+Coding%3A+W3C+recently+posts+updated+docs+on+relationship+between+usability+and+accessibility/cbisa</link>
            <description></description>
            
            <pubDate>Sat, 26 Jul 2008 00:52:16 -0700</pubDate>
        </item>
            
        <item>
            <title>Checklist of Checkpoints for Web Content Accessibility Guidelines 1.0</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/Checklist+of+Checkpoints+for+Web+Content+Accessibility+Guidelines+1.0/cbgq3</link>
            <description>List of WC3 accessibility checkpoints</description>
            
            <pubDate>Fri, 25 Jul 2008 06:53:21 -0700</pubDate>
        </item>
            
        <item>
            <title>Create text-to-speech podcast from RSS feed with Odiogo for iPod, MP3 player and mobile phone</title>
            <link>http://swik.net/podcasting/del.icio.us+tag%2Fpodcasting/Create+text-to-speech+podcast+from+RSS+feed+with+Odiogo+for+iPod%2C+MP3+player+and+mobile+phone/cbgnw</link>
            <description>This automatically generates a podcast from your blog post - free signup</description>
            
            <pubDate>Fri, 25 Jul 2008 06:51:23 -0700</pubDate>
        </item>
            
        <item>
            <title>Captioning Flash Video by Tom Green</title>
            <link>http://swik.net/XML/del.icio.us%2Ftag%2Fxml/Captioning+Flash+Video+by+Tom+Green/cbfw5</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 12:56:56 -0700</pubDate>
        </item>
            
        <item>
            <title>Web Accessibility Initiative (WAI) - home page</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/Web+Accessibility+Initiative+%28WAI%29+-+home+page/cbfvk</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 12:54:38 -0700</pubDate>
        </item>
            
        <item>
            <title>Section 508: The Road to Accessibility</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/Section+508%3A+The+Road+to+Accessibility/cbfvj</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 12:54:36 -0700</pubDate>
        </item>
            
        <item>
            <title>Web Accessibility - Section 508</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/Web+Accessibility+-+Section+508/cbfvi</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 12:54:36 -0700</pubDate>
        </item>
            
        <item>
            <title>Microformats</title>
            <link>http://swik.net/XML/del.icio.us%2Ftag%2Fxml/Microformats/cbe6m</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 09:57:01 -0700</pubDate>
        </item>
            
        <item>
            <title>Lighthouse International - Lighthouse International Develops Free, Innovative Web Browser Software For People Who Are Visually Impaired</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/Lighthouse+International+-+Lighthouse+International+Develops+Free%2C+Innovative+Web+Browser+Software+For+People+Who+Are+Visually+Impaired/cbe4f</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 09:54:18 -0700</pubDate>
        </item>
            
        <item>
            <title>Escape from CAPTCHA - slide &quot;Accessibility Problems with Visual Verification Systems&quot;</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/Escape+from+CAPTCHA+-+slide+%22Accessibility+Problems+with+Visual+Verification+Systems%22/cbevg</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 08:52:57 -0700</pubDate>
        </item>
            
        <item>
            <title>Inaccessibility of CAPTCHA</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/Inaccessibility+of+CAPTCHA/cbevf</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 08:52:57 -0700</pubDate>
        </item>
            
        <item>
            <title>WebAnywhere: A Screen Reader On the Go</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/WebAnywhere%3A+A+Screen+Reader+On+the+Go/cbetp</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 08:52:28 -0700</pubDate>
        </item>
            
        <item>
            <title>Tales of Coding: W3C recently posts updated docs on relationship between usability and accessibility</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/Tales+of+Coding%3A+W3C+recently+posts+updated+docs+on+relationship+between+usability+and+accessibility/cbeav</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 06:54:25 -0700</pubDate>
        </item>
            
        <item>
            <title>Relationship between Mobile Web Best Practices (MWBP) and Web Content Accessibility Guidelines (WCAG)</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/Relationship+between+Mobile+Web+Best+Practices+%28MWBP%29+and+Web+Content+Accessibility+Guidelines+%28WCAG%29/cbear</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 06:54:23 -0700</pubDate>
        </item>
            
        <item>
            <title>Emacspeak --The Complete Audio Desktop</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Emacspeak+--The+Complete+Audio+Desktop/cbd1o</link>
            <description>Emacspeak Inc (NASDOG: ESPK) announces immediate world-wide availability of Emacspeak 28.0 --a powerful audio desktop for leveraging today&#039;s evolving semantic WWW.</description>
            
            <pubDate>Thu, 24 Jul 2008 05:52:36 -0700</pubDate>
        </item>
            
        <item>
            <title>Emacspeak --The Complete Audio Desktop</title>
            <link>http://swik.net/Emacs/del.icio.us+tag%2Femacs/Emacspeak+--The+Complete+Audio+Desktop/cbdy6</link>
            <description>Emacspeak Inc (NASDOG: ESPK) announces immediate world-wide availability of Emacspeak 28.0 --a powerful audio desktop for leveraging today&#039;s evolving semantic WWW.</description>
            
            <pubDate>Thu, 24 Jul 2008 05:49:54 -0700</pubDate>
        </item>
            
        <item>
            <title>The W3C Markup Validation Service</title>
            <link>http://swik.net/W3C/Del.icio.us+W3C+Tags/The+W3C+Markup+Validation+Service/cbc25</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 00:52:49 -0700</pubDate>
        </item>
                </channel>
</rss>
