This tutorial explains how bloggers can make their images more accessible for people with visual impairments by adding ‘alt-text’. While most web accessibility tutorials assume that the all creators of web content code in raw HTML, it is 2009, and most bloggers today probably do not know HTML.
This tutorial also assumes that the blogger uses a blogging software (such as WordPress) and creates web content through a graphical interface. While this tutorial uses WordPress examples, the vast majority of this tutorial is applicable to any blogging software, content management system, and even to those who build webpages from scratch.
Tutorial
Understanding how to add ‘alt-text’ requires understanding how to edit a post in HTML mode, as well as understanding the structure of a HTML tag. These two prerequisites will be explained first. The content of this tutorial consists of the following sections:

Howto: Post your Blogger comment actions on Twitter automatically
February 18, 2009 — Restructure!My last tutorial showed you how to use Yahoo! Pipes to filter a WordPress comment feed so that it outputs a new feed containing only your comments. However, Blogger comment feeds require more processing than WordPress comment feeds to make the RSS items presentable as a twitterfeed tweet. (If you want the WordPress version of this tutorial, see the previous tutorial.)
The method in this tutorial creates the title of the feed item based on the blog post’s URL. For example, if I commented on Sweden expected to legalize gay marriage in May 2009 which has the URL http://gay-persons-of-color.blogspot.com/2009/01/sweden-expected-to-legalize-gay.html, the final tweet would be “commented on Sweden expected to legalize gay” with the URL appended at the end as a TinyURL link. Although the item title may not perfectly match the title of the original post (“Sweden expected to legalize gay” vs. “Sweden expected to legalize gay marriage in May 2009″), this method is easier and faster than extracting the real post title.
What you will need
Read the rest of this entry »