<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>All Access Blogging</title>
    <link rel="alternate" type="text/html" href="http://www.allaccessblogging.com/" />
    
    <id>tag:www.allaccessblogging.com,2008-04-02://38</id>
    <updated>2009-05-25T14:55:59Z</updated>
    <subtitle>Tips for making your blog more accessible to people with disabilities</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Commercial 4.23-en</generator>

<link rel="self" href="http://feeds.feedburner.com/AllAccessBlogging" type="application/atom+xml" /><feedburner:emailServiceId>AllAccessBlogging</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry>
    <title>What CAPTCHAs mean to people who can't get through them</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/v9U3OIzBdv8/what-captchas-mean-to-people-w.html" />
    <id>tag:www.allaccessblogging.com,2009://38.15887</id>

    <published>2009-06-01T13:45:57Z</published>
    <updated>2009-05-25T14:55:59Z</updated>

    <summary>CAPTCHAs, for those who don't know, are those squiggly letters you have to type in to prove you're a human and not a spammer. They're often used in signup processes on websites, and when you're trying to comment on blogs....</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
        <category term="Tips for Your Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p>CAPTCHAs, for those who don't know, are those squiggly letters you have to type in to prove you're a human and not a spammer.  They're often used in signup processes on websites, and when you're trying to comment on blogs.  Often the response to people who can't manage a CAPTCHA, including some people with learning disabilities as well as those with visual impairments, is that they should just get a friend to help them.</p>

<p>I was cleaning out my web bookmarks on accessibility a while ago and came across this gem from Nickie of Nickie's Nook, in a post from a couple of years ago called <a href="http://puppybraille.livejournal.com/531831.html">Accessible social media: It's not just for fun anymore</a>, on the topic of how it feels to be a visually impaired user confronted with a visual CAPTCHA:</p>

<blockquote><p>It's kind of like saying "People can come here in wheelchairs, as long as they have friends to carry them up the stairs."</p></blockquote>

<p><a href="http://www.allaccessblogging.com/archives/2007/07/interview-with-blogger-nickie.html">I've interviewed Nickie on this blog</a>, she's no slouch when it comes to technology.  But she also has a very busy life, and she doesn't need to hit roadblocks like CAPTCHAs when she's trying to get things done online.</p>

<p>I've just checked to make sure that the tip <a href="http://allaccessblogging.com/comment-spam.html">Fight Comment Spam Without Locking Out Your Readers</a> is updated (I hope!).  So if you haven't seen it before, head on over and check it out.</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2009/06/what-captchas-mean-to-people-w.html</feedburner:origLink></entry>

<entry>
    <title>How to use the ALT and TITLE Attributes for Greater Accessibility and Less Karma Damage</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/j9IOIok8Gvc/alt-and-title-attributes.html" />
    <id>tag:www.allaccessblogging.com,2009://38.15873</id>

    <published>2009-05-28T18:15:43Z</published>
    <updated>2009-05-29T12:40:00Z</updated>

    <summary>One of the first tips I wrote for this site was about how (and why) to add alternative text to your images. Knowing when and how to use good alternative text for an image, and when to use the "blank"...</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
        <category term="Tips for Your Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p>One of the first tips I wrote for this site was about <a href="http://allaccessblogging.com/label-your-images.html">how (and why) to add alternative text to your images</a>.  Knowing when and how to use good alternative text for an image, and when to use the "blank" alternative, is one of the most important things you can do to make your web page more accessible and less annoying for your visitors who have visual disabilities or who find it easier to use browsers without images showing - such as mobile phone users who are trying to limit their bandwidth charges!</p>

<p>But whenever I discuss alternative text, stored in a bit of code known as the "alt attribute," someone invariably asks about the different between the alt attribute and the title attribute.  In the code for an image, you can put one of each, and often people are left wondering what the difference is and how to use them both effectively.</p>

<p>So let's start from the beginning.  Here is some image code with both an alt and a title attribute:</p>

<p><code><br />
&lt;img src="http://www.lizardkingdom.org/archives/2005/04/bluecarpos.jpg" alt="Movie Poster for Blue Car" title="totally awesome movie, I really enjoyed it" /&gt;<br /></p>

<p></code></p>

<p>The alt= part says what the picture is, the title= part is extra comments.</p>

<p>Repeat after me:</p>

<p><strong>Alt</strong> means alternative.</p>

<p><strong>Title</strong> is for extra information.</p>

<p>The alt attribute for an image should be whatever is needed to replace the image if it were to disappear.  It needs to be fairly short, and the important information needs to be up front so it doesn't hold the reader hostage to a long, drawn-out explanation.  If the image is a link, the alt text needs to say so, and where the link goes.  Every image that's not a background image should have an alt attribute, either with some text, or blank if the image is purely decorative.  </p>

<p>The title attribute is for any additional information, often displayed in a popup box by some browsers when you mouse over the image.  You don't want to put any critical information here.  It's often not accessible to people who use a keyboard instead of a mouse, it may not be resizable for people who need larger text to see it, and it only stays up for a short time which means it may be difficult for people with any reading difficulties.  The number of images that really need title attributes are probably few and far between, and it's okay to leave it off.</p>

<p>So when you're thinking about accessibility, the alt attribute is where you should focus.</p>

<p>What's a bad way to use the alt attribute?</p>

<p>Stuffing it full of keywords hoping to increase your page's search engine rankings.</p>

<p>Seriously, people, I know you love some Google ranking, but when you use the alt attribute on an image to cram keywords at the expense of its actual function, you're essentially telling people who need it that you care more about your page rank than about whether they can even understand what's going on with your blog.</p>

<p>That's bad karma, yes?</p>

<p><em>Sources and further reading are after the jump, if you're viewing this post on the home page.</em></p>]]>
        <![CDATA[<h2>Sources and Further Reading</h2>

<ul>
	<li><a href="http://www.rnib.org.uk/wacblog/general/better-connected-better-results-top-tips-for-titles/">Top tips for TITLE attributes</a> on the Web Access Centre Blog </li>
	<li><a href="http://fadtastic.net/2007/04/19/proper-use-of-alt-and-title-attributes/">Proper Use of ALT and TITLE Attributes</a> on Fadtastic (though I disagree with parts of it)</li>
	<li><a href="http://juicystudio.com/article/using-title-attribute.php">Using the title Attribute</a> by Gez Lemon on Juicy Studio</li>
	<li><a href="http://webaxe.blogspot.com/2006/10/title-attribute_11.html">The Title Attribute (podcast)</a> at Web Axe.</li>
</ul>]]>
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2009/05/alt-and-title-attributes.html</feedburner:origLink></entry>

<entry>
    <title>Glenda Watson Hyatt Is Rocking Blog Accessibility</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/xjvFmWVC4zA/glenda-watson-hyatt-rocking-bl.html" />
    <id>tag:www.allaccessblogging.com,2009://38.15917</id>

    <published>2009-05-25T14:07:24Z</published>
    <updated>2009-05-25T14:07:23Z</updated>

    <summary>Glenda Watson Hyatt, for those of you who don't know yet, is a woman on a mission: helping bloggers understand web accessibility. Yes, our armies are gathering strength! Glenda recently had the opportunity to present at SOBCon: Biz School for...</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
        <category term="Fun Stuff" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p><a href="http://www.doitmyselfblog.com">Glenda Watson Hyatt</a>, for those of you who don't know yet, is a woman on a mission: helping bloggers understand web accessibility.  Yes, our armies are gathering strength!</p>

<p>Glenda recently had the opportunity to present at SOBCon: Biz School for Bloggers, and apparently it went quite well!  You can <a href="http://www.doitmyselfblog.com/2009/sobcon-recap/">read more about her presentation</a>, or make sure you <a href="http://www.doitmyselfblog.com/2009/how-pour-is-your-blog/">download her e-book on blog accessibility</a>.</p>

<p>I find Glenda's success heartening, for a couple of reasons.  First, she had an opportunity to present to a large number of bloggers who were fairly new to the topic.  I think many people who have presented on accessibility would agree that if you advertise a session on accessibility or web standards, a smaller number of people show up than would be there if you advertised a session on "web design tips" or "search engine optimization."  Also, attendees at an accessibility session are generally people who already know something about the subject.  I'm not sure how SOBCon works, but it sounds from the feedback around the web that Glenda managed to reach a large number of "accessibility newbies" and their eyes were really opened.</p>

<p>Second, it's great to see the commenters on Glenda's post mentioning that they are trying to improve the accessibility of their blogs in concrete ways based on her presentation.  It's good to open people's eyes, but to create change, they have to take action.</p>

<p>So hurray for accessibility outreach to bloggers!  If you haven't checked out Glenda's e-book yet, make sure you do!</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2009/05/glenda-watson-hyatt-rocking-bl.html</feedburner:origLink></entry>

<entry>
    <title>Helping Your Readers Who Don't Use A Mouse</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/48jw06lJVtA/helping-your-readers-who-dont.html" />
    <id>tag:www.allaccessblogging.com,2009://38.15915</id>

    <published>2009-05-19T16:21:22Z</published>
    <updated>2009-05-19T16:21:29Z</updated>

    <summary>A few weeks ago, one of my friends mentioned All Access Blogging on her blog and described it as a site with tips on making your blog more accessible to visually impaired readers. Ouch! Although I always try to point...</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
        <category term="Tips for Your Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p>A few weeks ago, one of my friends mentioned All Access Blogging on her blog and described it as a site with tips on making your blog more accessible to visually impaired readers.  Ouch!  Although I always try to point out the benefits of the accessibility tips here for people with motor and cognitive disabilities as well as visual disabilities, apparently I'm not doing my best at communicating my purpose here!  </p>

<p>So today I thought I'd present a tip that's primarily helpful to people with motor disabilities.  There are many people with various motor disabilities who navigate the web without using a mouse.  No, it's true!  You can get a lot done with a keyboard.</p>

<p>To make your blog more usable for these folks, you can make sure that your links have a "focus" state, which means a visual change when someone has selected the link.  If you're a mouse user, you see what's called the hover state when you "mouse over" a link.  Sometimes the link changes color, is highlighted, or some other change.  For keyboard users, the focus state is the critical piece because it tells that person where they are on the page as they tab through - when the link is "selected," not hovered over with a mouse cursor.  If you imagine counting the number of links on a page, and then trying to tab to link number 49, you can imagine how it might come in handy to have a visual reminder of how far you've gotten... unless you're the kind of person who would never lose track of where they were when doing such things, which I am definitely not!</p>

<p>As discussed in the tip about <a href="http://allaccessblogging.com/link-colors.html">choosing your blog's link colors for accessibility</a>, text color alone isn't really enough to ensure a positive experience for all of your blog's readers.  Some readers have color blindness, visual impairments, or may have lost a little of their color sensitivity as they have gotten older.  So I would encourage you to use something other than just a color change to indicate the focus state.</p>

<p>For more on this tip and how to implement it on your blog, head on over to <a href="http://www.allaccessblogging.com/link-focus.html">Give Your Links a Focus State</a>, a new section of <a href="http://www.allaccessblogging.com/make-your-blog-accessible.html">How to Make Your Blog Accessible</a>.  And as always, let me know if you have any thoughts, comments, or suggestions.</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2009/05/helping-your-readers-who-dont.html</feedburner:origLink></entry>

<entry>
    <title>Music plays automatically on your blog?  Think twice.</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/MmYX5jQ0tUo/music-plays-automatically-on-y.html" />
    <id>tag:www.allaccessblogging.com,2009://38.15885</id>

    <published>2009-05-01T02:49:05Z</published>
    <updated>2009-05-01T02:49:51Z</updated>

    <summary>I've been of two minds about blogs where music plays automatically when your visitor arrives. On the one hand, I desperately hate it. A lot. I often listen to music when I'm online, so then your music is clashing with...</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
        <category term="Tips for Your Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p>I've been of two minds about blogs where music plays automatically when your visitor arrives.  On the one hand, I desperately hate it.  A lot.  I often listen to music when I'm online, so then your music is clashing with my music and it's annoying.  I also sometimes open sites in five or six tabs, so when music starts up, I have to hunt for which blog it is and often scroll down pretty far to find the button to turn it off.  And don't even get me started about when I used to read blogs while holding a sleeping infant and music would start up...</p>

<p>The only reason I didn't reject it utterly was that I once saw someone take a poll of their readers, and most of them liked the music.  So in an attempt to be open-minded, I thought that in some cases it was an issue of knowing your audience, and if they liked it, then perhaps it was okay.</p>

<p>While going through research material the other day, though, I came across this tidbit in <a href="http://www.webcredible.co.uk/user-friendly-resources/web-accessibility/motor-impaired.shtml">Improving accessibility for motor impaired users</a> over at Webcredible:</p>

<blockquote><p>Some motor impaired web users utilise voice recognition software to navigate through web pages. If pages on your website start to play audio without users knowing about this in advance then this can severely conflict with the voice recognition software.</p>

<p>There's nothing wrong with using audio but do make sure that it doesn't start by default when users arrive at the page. Instead, provide a link/button that users can select to start the audio.</p></blockquote>

<p>Oops.</p>

<p>My frustration at hearing two different kinds of music overlap is likely minimal compared to the experience of someone who actually can't navigate the page because they can't hear their software.  Whether the person is motor impaired or visually impaired, if they depend on audio cues for their software in order to read your blog, automatic music - or automatically playing a video with sound - is quite a roadblock. </p>

<p>My frustration at having to click through tabs and scroll down on blogs to figure out where to click to make the music stop is also likely minimal compared to the work required of someone with a visual impairment to even <strong>find</strong> the source of the noise.</p>

<p>So bloggers, let's be kind, and make our music and other audio opt in.</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2009/04/music-plays-automatically-on-y.html</feedburner:origLink></entry>

<entry>
    <title>Accessibility and Facebook?  Whyever not?</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/Xh1c_hU1DKA/accessibility-and-facebook-why.html" />
    <id>tag:www.allaccessblogging.com,2009://38.15835</id>

    <published>2009-04-14T01:30:40Z</published>
    <updated>2009-04-14T01:35:09Z</updated>

    <summary>Quick link: Making Facebook Accessible for Everyone. It describes an ongoing partnership between Facebook and the American Foundation for the Blind to make sure that Facebook can be enjoyed by everyone regardless of how they access the web - including...</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
        <category term="Accessibility in the Blogosphere" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p>Quick link: <a href="http://blog.facebook.com/blog.php?post=71852922130">Making Facebook Accessible for Everyone</a>.</p>

<p>It describes an ongoing partnership between Facebook and the <a href="http://www.afb.org">American Foundation for the Blind</a> to make sure that Facebook can be enjoyed by everyone regardless of how they access the web - including with screen magnification software or screen readers.</p>

<p>Very cool!</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2009/04/accessibility-and-facebook-why.html</feedburner:origLink></entry>

<entry>
    <title>Deafness and the User Experience: Thoughts from a Session at SXSW</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/96EgDPyr8xM/deafness-and-the-user-experien.html" />
    <id>tag:www.allaccessblogging.com,2009://38.15804</id>

    <published>2009-04-01T04:02:24Z</published>
    <updated>2009-04-01T04:03:41Z</updated>

    <summary>I did not attend as many of the web accessibility panels at the South by Southwest conference as I had thought I might. I did make it to the one I was most interested in: Deafness and the User Experience....</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p>I did not attend as many of the web accessibility panels at the South by Southwest conference as I had thought I might.  I did make it to the one I was most interested in: <a href="http://www.sxsw.com/interactive/talks/schedule/?action=show&id=IAP0900487">Deafness and the User Experience</a>.  </p>

<p>The session had originally been titled "Aging, Cognition, and Deafness: The Quirky Corners of Web Accessibility."  To be honest, when I saw that title, I had thought "why are they using the word quirky?"  I felt like it reinforced the misconception that web accessibility issues are primarily about people with visual impairments.  As it happens, the presenters on Aging and Cognition were caught in a schedule conflict between the presentation and the <a href="http://www.webstandards.org/">Web Standards Project</a> meeting.  <a href="http://www.sxsw.com/interactive/talks/schedule/?action=bio&id=103947">Lisa Herrod</a> decided to go ahead and do her part of the presentation, about web accessibility issues for people who are hard of hearing or deaf, whether they identify as culturally Deaf or not.  She had previously written an <a href="http://www.alistapart.com/articles/deafnessandtheuserexperience">article published on A List Apart</a> on the topic, and the title of her article became the title of the panel.</p>

<p>I did learn a lot from the session, but consider some of her tips for making web content more accessible to people in these groups (from the article, which is a good outline of what she discussed in the session):</p>

<ul>
	<li>Use headings and subheadings.</li>
	<li>Make one point per paragraph.</li>
	<li>Use bulleted lists.</li>
	<li>Include a glossary for specialized vocabulary, e.g., medical or legal terminology, and provide definitions in simpler language.</li>
</ul>

<p>Basically, the session reinforced my feeling that most web accessibility best practices are anything BUT quirky, regardless of whose needs you're trying to meet.  These tips would help anyone who is trying to get information from your website or blog.  I'm not saying this to downplay what Ms. Herrod presented (and indeed there are some issues specific to the deaf, hard of hearing, and Deaf populations).  I just found it inspiring, though, to consider how much you achieve when you do the basic work of writing well and coding well.</p>

<p>I would still love to attend this <a href="http://scenariogirl.com/accessibility/aging-cognition-deafness/">presentation in its originally conceived form</a>, but big thanks to Ms. Herrod for the inspiration and a good session.</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2009/03/deafness-and-the-user-experien.html</feedburner:origLink></entry>

<entry>
    <title>Web Accessibility Panels at SXSW: Will You Be There?</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/rA9phGeU-50/web-accessibility-panels-at-sx.html" />
    <id>tag:www.allaccessblogging.com,2009://38.15776</id>

    <published>2009-03-11T18:00:01Z</published>
    <updated>2009-03-11T18:11:55Z</updated>

    <summary> The South by Southwest Interactive (SXSWi) conference starts Friday, and I'm going, hurray! Not that I don't love my home office, complete with toddler who insists on climbing into my lap often no matter what diversions Grandma has arranged,...</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p><img src="http://www.allaccessblogging.com/archives/2009/03/picture-26.png" width="272" height="291" alt=""/ class="lpic"></p>

<p>The South by Southwest Interactive (SXSWi) conference starts Friday, and I'm going, hurray!  Not that I don't love my home office, complete with toddler who insists on climbing into my lap often no matter what diversions Grandma has arranged, but a few days out of the house to learn new things will be a nice change of pace.</p>

<p>There are quite a few accessibility sessions:</p>

<p><a href="http://sxsw.com/interactive/talks/schedule?action=show&id=IAP0900743">Making Web Widgets Accessible: Tools and Techniques</a> on Saturday at 10:00 a.m. is geared towards developers: "Browser vendors, code library developers, and Ajax gurus demo best practices for making widgets and dynamic web content accessible. You'll also see how they're implementing W3C's new Accessible Rich Internet Applications Suite, WAI-ARIA."</p>

<p><a href="http://sxsw.com/interactive/talks/schedule?action=show&id=IAP0900302">Accessible Flash and Flex Applications</a> on Sunday at 10:00 a.m. is another developer session: "Developers are increasingly interested in delivering accessible applications that use Flash-based technologies but are uncertain as to what is possible and how to develop and test their applications. This panel will look at best practices and examples, and share information on what's new in Flash accessibility."</p>

<p>I may attend <a href="http://sxsw.com/interactive/talks/schedule?action=show&id=IAP0900038">AJAX Accessibility: An ARIA Duet</a> on Sunday at 11:30 even though I don't build applications, just because <a href="http://www.knowbility.org">Knowbility</a> director Sharron Rush is on the panel, and she's one of my favorites: "Accessible Rich Internet Applications (ARIAs) are not just possible but freely obtained through open source techniques. ARIA developer Becky Gibson will demonstrate ARIA coding techniques and existing toolkits to solve real world challenges posed by accessible technology advocate Sharron Rush."</p>

<p>Monday at 5:00 p.m. is the one I'm most excited about, though.  It's listed as <a href="http://www.sxsw.com/interactive/talks/schedule/?action=show&id=IAP0900487">Deafness and the User Experience</a> on the main SXSW site but listed as "Aging, Cognition, and Deafness: The Quirky Corners of Web Accessibility" on the "My SXSW" site.  Perhaps the presenter decided she had to pare it down for time?  Either way, this is going to be cool: "The user experience for a culturally Deaf audience is a fascinating area, influenced by sign language, history, education and migration. This session looks at the different needs of both the culturally Deaf and post-lingual (non-signing) deaf audience, and discusses what you can do to improve the UX for both groups."</p>

<p><a href="http://sxsw.com/interactive/talks/schedule/?action=show&id=IAP0901357">Universal Design for Web Applications</a> is a book reading on Tuesday at noon.  It's based on the <a href="http://powells.com/biblio/4-9780596518738-2">O'Reilly book of the same name</a>.</p>

<p>If you're heading to SXSWi, take a look at these great learning opportunities!  And let me know if I missed anything, the schedule is quite overwhelming!</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2009/03/web-accessibility-panels-at-sx.html</feedburner:origLink></entry>

<entry>
    <title>Hey Automattic and Six Apart, help us build an accessible blogosphere</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/74izJLS694k/hey-automattic-and-six-apart-h.html" />
    <id>tag:www.allaccessblogging.com,2009://38.15061</id>

    <published>2009-03-01T14:08:11Z</published>
    <updated>2009-02-26T02:44:46Z</updated>

    <summary>In Glenda Watson's accessibility review of WordPress 2.7, she had a few things to say about the dialogue box used to upload an image: The thing that really bugs me is, in the “Add an Image” dialog box, the Title...</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
        <category term="Accessibility in the Blogosphere" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p>In Glenda Watson's <a href="http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/">accessibility review of WordPress 2.7</a>, she had a few things to say about the dialogue box used to upload an image:</p>

<blockquote><p>The thing that really bugs me is, in the “Add an Image” dialog box, the Title is marked as a required field, not the Caption that becomes the ALT: a crucial piece in web accessibility.</p>

<p>It is the ALT text that enables an individual using a text-to-speech screen reader to hear what an image is; not the TITLE. It is the ALT text that appears on the webpage when an image does not load; not the TITLE.</p></blockquote>

<p>Confusion about the difference between ALT and TITLE already abounds, and Glenda is right that the WordPress scrambling of all these elements does not help.  </p>

<p>The "title" that the WordPress dialogue box is asking for does not perform the same function as the TITLE attribute in HTML.  WordPress uses the title as an internal label for the image to help you find it again if you want to re-use it.  That's why the default value is the filename.  Using that field automatically as the TITLE in the HTML makes little sense, since the purpose of the TITLE attribute in HTML is to convey <strong>extra</strong> information about the image.</p>

<p>"Caption" is a word that most people associate with print publication captions that appear under photographs, and there is an HTML tag called CAPTION which is for something totally different than what happens with the caption in the WordPress dialogue box, which becomes the ALT text.</p>

<p>The logical place to ask for something that would turn into the ALT text would be in the "description" field, except that it's too long.  And why in the world would you need to fill out three separate fields for one image, anyway?</p>

<p>There are similar issues in my beloved Movable Type as well.  In Movable Type 3, there wasn't a prompt in the default File Upload process for the ALT attribute, and the filename was used as the ALT text by default.  In Movable Type 4, using the asset manager, whatever you include in the Name field becomes the ALT text, but there's no indication that this is the case in the dialogue box.  Leaving the Name field blank produces a blank alt attribute and the asset manager uses the filename as the asset's name within the system.  If you use the Better File Uploader plugin (which is awesome), you can configure it to ask for alt text during the upload process, but it will still fill in the image's filename by default and you have to replace it with something meaningful.</p>

<p>The beauty of using HTML and CSS together is to separate content from presentation.  I would argue that the way both WordPress and Movable Type handle image uploading fails to separate two other things that should be separate: the content added by the user and the internal functions of the blogging tool.  When a blogger is presented with a dialogue box because she or he is adding content to their blog, in this case an image, that blogger should be prompted to add the information that will make that image work for the readers and the blogger.  The needs of the software for a label to use when filing the image should be secondary, and yet they seem to drive the design of the upload process.</p>

<p>It's a disservice to people with disabilities, but also to bloggers, who aren't being given the information they need to set up their images with full understanding of the consequences for certain decisions.  Given that a properly labeled dialogue box would go a long way toward conveying the needed information, it just doesn't seem that hard to fix.</p>

<p>So how about it, Automattic and Six Apart?  Care to tweak your tools to encourage accessible blogs with proper use of attributes?  There's a pumpkin muffin in it for you.</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2009/03/hey-automattic-and-six-apart-h.html</feedburner:origLink></entry>

<entry>
    <title>Does your blog post have sections?  Get organized with headings.</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/tkCzz86da3s/does-your-blog-post-have-secti.html" />
    <id>tag:www.allaccessblogging.com,2008://38.14458</id>

    <published>2009-02-26T02:36:01Z</published>
    <updated>2009-02-26T02:37:52Z</updated>

    <summary>A group called WebAIM recently did a survey of screen reader users - people who use software that reads a computer screen aloud for them. Out of 1100 screen reader users who responded, 76% of them said they always or...</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
        <category term="Tips for Your Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p>A group called WebAIM recently did a <a href="http://webaim.org/blog/screen-reader-survey-results">survey of screen reader users</a> - people who use <a href="http://www.allaccessblogging.com/archives/2007/05/about-screen-readers.html">software that reads a computer screen aloud</a> for them.  Out of 1100 screen reader users who responded, 76% of them said they always or often used headings to find the information they were looking for on a web page.</p>

<p>This is good news if you want to make your blog more welcoming for people with disabilities who use a screen reader, which includes some people with movement-related disabilities and learning disabilities as well as people with visual impairments.  There are probably already some headings built into your template.  Chances are, the titles of your posts are already marked as headings, making it easier for people using screen reader software to jump from post to post.  Some people with certain disabilities find it easier to use text-only browsers, and they benefit from headings as well.</p>

<p>Your sidebars may also have some headings if you have titles for different sections or widgets; see <a href="http://www.allaccessblogging.com/sidebars-organized.html">Keep Your Sidebars Organized</a> for more information on that topic.  Within your posts, you can also use headings to organize your information or break up long posts.  If you're writing a personal essay, it may not make sense to break up your posts into sections, although it can be used for effect.  If you're writing an informational blog post with distinct sections, like a Top 5 post or a step by step tutorial, you may want to think about using headings.  </p>

<p>The trick is to make sure you're using proper heading code instead of just making the heading bigger and bolder than your regular text by changing its appearance.  Unfortunately, screen reader software can't really tell that you're made it purple.  It just takes a quick tweak behind the scenes to add the right code.  Search engines also look at text that is marked as a heading and they give it a little more weight when they're figuring out what the page is about.</p>

<p>I've added a section to the guide on <a href="http://www.allaccessblogging.com/make-your-blog-accessible.html">How to Make Your Blog Accessible</a> that walks through <a href="http://www.allaccessblogging.com/blog-posts-headings.html">how to use heading code in your posts</a>.  </p>

<p>Take a look and let me know what you think.</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2009/02/does-your-blog-post-have-secti.html</feedburner:origLink></entry>

<entry>
    <title>Help Australian Brush Fire Victims, Get Techie E-Books, Everyone Wins!</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/bZJtRm8rZ8c/help-australian-brush-fire-vic.html" />
    <id>tag:www.allaccessblogging.com,2009://38.15052</id>

    <published>2009-02-12T18:09:25Z</published>
    <updated>2009-02-12T18:16:49Z</updated>

    <summary>This isn't on the usual topic of this blog, but I just thought I'd let y'all know that SitePoint is running a fundraiser for the Australian Red Cross right now. For $29.95, the usual cost of one of their E-Books,...</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p>This isn't on the usual topic of this blog, but I just thought I'd let y'all know that SitePoint is running a <a href="http://www.sitepoint.com/blogs/2009/02/11/70000-usd-in-the-bag-with-two-days-to-go-%E2%80%93-help-us-hit-100000-usd/">fundraiser for the Australian Red Cross</a> right now.  </p>

<p>For $29.95, the usual cost of one of their E-Books, you can get five of them, and all of the money is going to the charity.  They had a goal of $50,000, and they had reached $75,000 as of yesterday morning.  So they've upped their goal to $100,000.</p>

<p>If you wouldn't mind having some good reference materials around on HTML, CSS, or Javascript, take a look - they also have some books on freelancing, server side topics, and more.</p>

<p>The fundraiser ends Friday, so take a look and spread the word.</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2009/02/help-australian-brush-fire-vic.html</feedburner:origLink></entry>

<entry>
    <title>Accessibility for Bloggers: This Party's Just Getting Started</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/QW_2BWuWGPg/accessibility-for-bloggers-thi.html" />
    <id>tag:www.allaccessblogging.com,2009://38.15023</id>

    <published>2009-01-23T19:38:32Z</published>
    <updated>2009-01-23T19:38:43Z</updated>

    <summary>At this point, I'm not sure anyone could count the number of blogs that focus on how to improve your blog, usually with the aim of making more money. Wouldn't it be great if there were just as many comprehensive...</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
        <category term="Resources" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p>At this point, I'm not sure anyone could count the number of blogs that focus on how to improve your blog, usually with the aim of making more money.  Wouldn't it be great if there were just as many comprehensive resources focused on making blogs more accessible to people with disabilities?  There are a lot of great resources out there on accessibility, but precious few focused specifically on blogging.</p>

<p>In 2002, Mark Pilgrim created the classic <a href="http://diveintoaccessibility.org/">Dive Into Accessibility</a>.  He combined stellar information about why you should make your blog accessible with specific direction on how to make changes in the most commonly used blogging tools of the day.  While the "why" information has held up well over time, the "how" has become somewhat less useful over time - as is inevitable on the internet.</p>

<p>In 2005, the American Foundation for the Blind released <a href="http://www.afb.org/Section.asp?SectionID=57&TopicID=167&DocumentID=2757">How To Make Your Blog Accessible To Blind Readers</a>.  It was a good rough draft of a guide for the most common issues that bloggers could address, but a little light on the "how," especially when you consider the wide variation in what options blogging tools offer for editing and customization.</p>

<p>Now in 2009, Glenda Watson Hyatt is jumping into the field over at her blog, the <a href="http://www.doitmyselfblog.com">Do It Myself Blog</a>.  Glenda is known as the "left thumb blogger" because she does all her typing with her left thumb - which you couldn't possibly guess by watching her network on Twitter.  She is the author of a <a href="http://www.workinfonet.bc.ca/webaccessguides/accessguide/index.htm">Simplified Web Accessibility Guide</a> and has plenty of other experience consulting and writing about web accessibility.  Encouraged by <a href="http://lorelle.wordpress.com/">Lorelle</a>, who has long been an advocate for blog accessibility, Glenda is now stepping up her accessibility evangelism to tackle the blogosphere.</p>

<p>In <a href="http://www.doitmyselfblog.com/2009/combining-two-passions-to-build-an-accessible-blogosphere/">Combining Two Passions to Build an Accessible Blogosphere</a>, she nails the exact issue I've observed since I started thinking and writing about this topic:</p>

<blockquote><p>Individuals are attracted to blogging because it is a relatively easy way to share their stories and knowledge and to build a community of like-minded people. However, because many bloggers come to blogging with minimal, if any, web design experience, they are doing small things that unintentionally exclude individuals from their blogs; things that can easily be rectified.</p></blockquote>

<p>I'm excited to see what Glenda comes up with.  She brings a wealth of experience to the table, as well as the perspective of a user with mobility issues - a population that often comes in second to users with visual disabilities when web accessibility is being discussed.</p>

<p>So Glenda, welcome!  And perhaps in 10 years, the "accessibility for bloggers" corner of the blogosphere will have multiplied so much that no one person can keep track of it all!</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2009/01/accessibility-for-bloggers-thi.html</feedburner:origLink></entry>

<entry>
    <title>Do you use screen reader software?  Take this survey.</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/9Kj9bW_Y4gQ/do-you-use-screen-reader-softw.html" />
    <id>tag:www.allaccessblogging.com,2008://38.14973</id>

    <published>2008-12-20T04:16:40Z</published>
    <updated>2008-12-20T04:20:00Z</updated>

    <summary>Over at the mighty WebAIM blog, there's an invitation to screen reader users to complete a survey about their preferences for how web sites are set up. There are several questions in the survey which I find particularly interesting from...</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
        <category term="Fun Stuff" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p>Over at the mighty WebAIM blog, there's an <a href="http://webaim.org/blog/screen-reader-survey/">invitation to screen reader users</a> to complete a survey about their preferences for how web sites are set up.  There are several questions in the survey which I find particularly interesting from a blogging perspective:</p>

<p>The question "How difficult are different links with the same text repeated multiple times on the same page?" covers quite a few cases in blogging.  The words comment, comments, permalink, more, and others are often used with each post, meaning up to 15 or 20 instances on the main page of a blog.  For people who are familiar with the blog format, do these still cause trouble?</p>

<p>"How difficult are pop-up windows to you?" makes me think of Haloscan comments on blogger blogs.  Do they cause problems for people using screen readers?</p>

<p>The question about how often users "navigate by headings" is relevant to the next section of the <a href="http://www.allaccessblogging.com/make-your-blog-accessible.html">Guide to Making Your Blog Accessible</a> that I'm working on - how do you break up a long post (or even sidebar) into sections that help your readers navigate?</p>

<p>If you're a screen reader user, <a href="http://webaim.org/projects/screenreadersurvey/">take the survey</a> when you get a chance, and spread the word.</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2008/12/do-you-use-screen-reader-softw.html</feedburner:origLink></entry>

<entry>
    <title>Another New Year's Resolution for 2009: Update to new accessibility standards!</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/QPkwnOK4Pgo/another-new-years-resolution-f.html" />
    <id>tag:www.allaccessblogging.com,2008://38.14943</id>

    <published>2008-12-11T22:24:16Z</published>
    <updated>2008-12-11T22:24:17Z</updated>

    <summary>The World Wide Web Consortium (W3C) is a collection of ubergeeks who develop web standards that help all of our software play nicely together. Today, they announced the finalization of the next version of the Web Content Accessibility Guidelines (WCAG),...</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p>The World Wide Web Consortium (W3C) is a collection of ubergeeks who develop web standards that help all of our software play nicely together.  Today, they announced the <a href="http://www.w3.org/2008/12/wcag20-pressrelease.html">finalization of the next version of the Web Content Accessibility Guidelines (WCAG)</a>, meant to ensure that the web remains accessible to people with disabilities even as technology evolves.</p>

<p>If you're a geeky coder type, by all means dig in.  The WCAG documents are written for people who are building websites, not people who are adding content to blogs using software that does the "building" for them.  That's one of the reasons I started All Access Blogging (though I have not been able to give it the attention it deserves so far): to translate the world of accessibility guidelines intended for software developers into plain language that would help bloggers know what to focus on when making choices about how their blogs are set up and adding content.</p>

<p>So this is another "to do" for my 2009 - bring all my blogs up to date themselves, update the content here to reflect the new guidelines, and keep moving forward!</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2008/12/another-new-years-resolution-f.html</feedburner:origLink></entry>

<entry>
    <title>Want Your Blog To Display Correctly in IE, Firefox, Safari, Chrome, and Opera?</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AllAccessBlogging/~3/uiJS5eOhCUk/want-your-blog-to-display-correctly.html" />
    <id>tag:www.allaccessblogging.com,2008://38.14794</id>

    <published>2008-12-04T22:22:52Z</published>
    <updated>2008-12-04T22:22:37Z</updated>

    <summary>I recently started using Google's browser Chrome since I was having some some issues with Firefox. Overall, I'm pretty happy with it. For a few days, though, I was convinced that one of the sites I read regularly was completely...</summary>
    <author>
        <name>Skye</name>
        
    </author>
    
        <category term="Fun Stuff" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allaccessblogging.com/">
        <![CDATA[<p>I recently started using Google's browser Chrome since I was having some some issues with Firefox.  Overall, I'm pretty happy with it.</p>

<p>For a few days, though, I was convinced that one of the sites I read regularly was completely broken, because it looked HORRIBLE all of a sudden.  I knew the blogger had been planning a redesign, so I assumed she was just in the middle of rearranging.  Then I looked at her blog again in Firefox, and it was still just fine.  Oops!</p>

<p>It reminded me that I'd bookmarked <a href="http://googlewebmastercentral.blogspot.com/2008/09/workin-it-on-all-browsers.html">Workin' it on all browsers</a> from the Official Google Webmaster Central blog a couple of months ago, so I dug it up and read it.</p>

<p>Their first tip for webmasters is "Ensure browser compatibility by focusing on accessibility."  I perked up a bit - do they mean what I think they mean?  Sadly, no.  When they say accessibility, they mean using simpler HTML instead of "fancy features like AJAX."</p>

<p>Their second tip, though, is key both for cross-browser compatibility and for accessibility as we discuss it on this blog: <strong>Consider validating your code</strong> to ensure it conforms with web standards.  The more that websites and blogs are built in accordance with web standards, the easier it is on your visitors who are using assistive technology - and the more likely that your blog will work properly in all modern browsers.</p>

<p>So validating my code is definitely one of my New Year's resolutions for all my blogs.  Now if only there were a web standard creating an extra two hours a day in 2009 for all webmasters...</p>]]>
        
    </content>
<feedburner:origLink>http://www.allaccessblogging.com/archives/2008/12/want-your-blog-to-display-correctly.html</feedburner:origLink></entry>

</feed>
