<?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>Search Engine Optimization Blog - SEM News &#38; Opinion - David Ogletree &#187; WebmasterRadio.fm</title>
	<atom:link href="http://www.ogletreeseo.com/category/webmasterradiofm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ogletreeseo.com</link>
	<description>If you think it&#039;s expensive to hire a professional to do the job, wait until you hire an amateur - Red Adair</description>
	<lastBuildDate>Sun, 27 Feb 2011 20:47:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>I will be on Good Karma radio show today</title>
		<link>http://www.ogletreeseo.com/150.html</link>
		<comments>http://www.ogletreeseo.com/150.html#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:31:49 +0000</pubDate>
		<dc:creator>ogletree</dc:creator>
				<category><![CDATA[WebmasterRadio.fm]]></category>

		<guid isPermaLink="false">http://www.ogletreeseo.com/150.html</guid>
		<description><![CDATA[Today at 3 o&#8217;clock central time zone I will be on the GoodKarma show at www.webmasterradio.fm with Greg Niland aka GoodROI. We will be talking about Windows Vista gadgets.]]></description>
			<content:encoded><![CDATA[<p>Today at 3 o&#8217;clock central time zone I will be on the <a href="http://www.goodroi.com/goodkarma/">GoodKarma</a> show at <a href="http://www.webmasterradio.fm">www.webmasterradio.fm</a> with Greg Niland aka GoodROI. We will be talking about Windows Vista gadgets.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ogletreeseo.com/150.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing a Website With Blind Users in Mind</title>
		<link>http://www.ogletreeseo.com/112.html</link>
		<comments>http://www.ogletreeseo.com/112.html#comments</comments>
		<pubDate>Fri, 14 Jul 2006 21:18:59 +0000</pubDate>
		<dc:creator>ogletree</dc:creator>
				<category><![CDATA[accessible web site design for the blind]]></category>
		<category><![CDATA[WebmasterRadio.fm]]></category>

		<guid isPermaLink="false">http://www.ogletreeseo.com/112.html</guid>
		<description><![CDATA[Yesterday I spoke with Greg Niland aka GoodROI on the Webmaster Radio show GoodKarma. We spoke about the different aspects of disabled people using the Internet. I promised I would write down what we talked about with some of the lnks I mentioned. First I want to mention I am not a WAI (Web Accessibility [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I <a href="http://media.webmasterradio.fm/episodes/audio/2006/GK071306.mp3">spoke</a> with <a href="http://www.goodroi.com">Greg Niland</a> aka GoodROI on the <a href="http://www.webmasterradio.fm">Webmaster Radio</a> show <a href="http://www.goodroi.com/category/goodkarma-radio-show/">GoodKarma</a>.  We spoke about the different aspects of disabled people using the Internet.  I promised I would write down what we talked about with some of the lnks I mentioned.  First I want to mention I am not a <a href="http://www.w3.org/WAI/">WAI</a> (Web Accessibility Initiative) expert.  Everything that I talk about is from experience as a Blind user and a as a person who has trained Blind users how to use their computers.<span id="more-112"></span></p>
<h3>How to set up a website for blind users</h3>
<p>I could not find any current numbers of how many blind people there are in the US and world.  The most recent numbers were from the 90&#8242;s and they said 10 million.  Greg and I both agreed this number has to be way larger now maybe around 15 million.  There are more and more people getting on the Internet every year and the blind population is no different.  With the baby boomers hitting their late 50&#8242;s there are more and more people with visual impairments.  I have no data to prove this but I think the Blind community is more apt to buy stuff online than normal users because we do no have access to transportation like our sighted friends do.  Also the Internet opens many door to the blind that were not previously there.  When a blind person goes to a store somebody has to tell them what is in front of them and what the prices are.  With the Internet we can do this by ourselves.  </p>
<p>There are 2 types of blind people.  Ones that can read print and ones that cannot.  The ones that can not read print need an alternative to the monitor.  They have 3 options.  </p>
<li><a href="http://www.freedomscientific.com/fs_products/software_jaws.asp">Text to Speech (screen reader)</a></li>
<li><a href="http://www.deafblind.com/display.html">Braille Display</a></li>
<li>a person to read the screen to them.</li>
<p>For those who have low vision  (like me) there are 3 options</p>
<li><a href="http://www.synapseadaptive.com/aisquared/zoomtext_9/zoomtext_9_home_page.htm">Screen Magnification software</a></li>
<li>Larger Monitors</li>
<li>Flat Panel mounted on an arm</li>
<p>When designing a website with blind users in mind the main rule is to make sure everything you want to tell your users is in print somewhere.  The trend to use CSS have improved the Internet for blind users quite a bit. If you follow good SEO rules and use CSS there is a very good chance blind users can see your site.  The first rule that you see in every list is to use alt tags on your images.  Describe what you see in the image.  You don’t need to describe it in complete detail just describe what it is there for and of course any text that is on it.  Next you want use descriptive anchor text.  The links in this post our good examples of what to do.  The thing to avoid is a link that says “click here”.   It is very helpful to have a good sitemap.  Not just list of links but links with descriptions next to them.  Similar to how directories are set up.  </p>
<p>The largest group of blind users will be those with low vision.  If you make a site where a low vision person can easily read then you have made a website that normal users can easily read.  I have often said that advertisers should hire people with low vision to help with design.  Most ads are seen for a very short period of time and from a distance.  If you stick a person with low vision in front of your ad and they don’t get it then there is a good chance a sited person that is not paying close attention is going to get it.  It is very hard to read a site that has a weird background or text that has very little contrast against the background.  Don’t lock down the print size so we can’t use the browsers built in ability to enlarge text.  (In IE: View -> Text Size)</p>
<p>Most people don’t know that you can do almost anything on a computer without a mouse.  This is what blind people are doing.  It is a good idea to learn how to navigate your site without using a mouse.  Set up tab orders in your code.  </p>
<p>There is a ton of information on the Internet about blind people.  I found a bunch of information at <a href="http://www.nyise.org/access.htm">The New York Institute for Special Education</a> and <a href="http://www.nfb.org/tech/webacc.htm">The National Federation of the Blind</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ogletreeseo.com/112.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://media.webmasterradio.fm/episodes/audio/2006/GK071306.mp3" length="46430336" type="audio/mpeg" />
		</item>
		<item>
		<title>I will be on the radio today</title>
		<link>http://www.ogletreeseo.com/111.html</link>
		<comments>http://www.ogletreeseo.com/111.html#comments</comments>
		<pubDate>Thu, 13 Jul 2006 17:46:55 +0000</pubDate>
		<dc:creator>ogletree</dc:creator>
				<category><![CDATA[accessible web site design for the blind]]></category>
		<category><![CDATA[WebmasterRadio.fm]]></category>

		<guid isPermaLink="false">http://www.ogletreeseo.com/111.html</guid>
		<description><![CDATA[Today July 13, 2006 4:00 PM EST I will be on the GoodKarma show at www.webmasterradio.fm with Greg Niland aka GoodROI. We will be talking about Web Accessibility for the blind. I am legally blind and have been working in the IT world since 1996. I am certified by the State of Texas to teach [...]]]></description>
			<content:encoded><![CDATA[<p>Today July 13, 2006 4:00 PM EST I will be on the<br />
<a href="http://www.goodroi.com/goodkarma/">GoodKarma</a> show at <a href="http://www.webmasterradio.fm">www.webmasterradio.fm</a> with Greg Niland aka GoodROI.  We will be talking about Web Accessibility for the blind.</p>
<p>I am legally blind and have been working in the IT world since 1996.  I am certified by the State of Texas to teach blind people how to use their computers using adaptive technology.  I no longer actively go out and train but I do keep up with the world of adaptive technology.  I have been to several adaptive technology conferences.  I now work at home as an affiliate marketer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ogletreeseo.com/111.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webmasterradio.fm has released the Archives for download</title>
		<link>http://www.ogletreeseo.com/54.html</link>
		<comments>http://www.ogletreeseo.com/54.html#comments</comments>
		<pubDate>Sat, 02 Apr 2005 18:09:13 +0000</pubDate>
		<dc:creator>ogletree</dc:creator>
				<category><![CDATA[WebmasterRadio.fm]]></category>

		<guid isPermaLink="false">http://www.vsns.com/ogletreeseo/wordpress/2005/04/02/webmasterradiofm-has-released-the-archives-for-download/</guid>
		<description><![CDATA[Webmasterradio.fm realased the archives for their shows for download. You can use a rss reader to download them as a podcast or just download them. http://www.webmasterradio.fm/episodes]]></description>
			<content:encoded><![CDATA[<p>Webmasterradio.fm realased the archives for their shows for download.  You can use a rss reader to download them as a podcast or just download them.</p>
<p><a href="http://www.webmasterradio.fm/episodes">http://www.webmasterradio.fm/episodes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ogletreeseo.com/54.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

