<?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>Computer Tips &#38; Tutorials &#187; Accessibility</title>
	<atom:link href="http://www.genealogy-computer-tips.com/category/accessibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.genealogy-computer-tips.com</link>
	<description>Tips and Tutorials for Your Genealogy Web Site</description>
	<lastBuildDate>Wed, 21 Jul 2010 21:55:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>10 Ways To Make Your Site Accessible Using Web Standards</title>
		<link>http://www.genealogy-computer-tips.com/10-ways-to-make-your-site-accessible-using-web-standards/</link>
		<comments>http://www.genealogy-computer-tips.com/10-ways-to-make-your-site-accessible-using-web-standards/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 15:38:05 +0000</pubDate>
		<dc:creator>Patricia Geary</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Website Design Tips & Tutorials]]></category>

		<guid isPermaLink="false">http://www.genealogy-computer-tips.com/10-ways-to-make-your-site-accessible-using-web-standards/</guid>
		<description><![CDATA[Smashing Magazine&#8217;s latest article 10 Ways To Make Your Site Accessible Using Web Standards Without argument, one of the most important things to consider when creating a website is that it be accessible to everyone who wants to view it. Does your website play nice with screen readers? Can a user override your style sheet [...]]]></description>
			<content:encoded><![CDATA[<p>Smashing Magazine&#8217;s latest article 10 Ways To Make Your Site Accessible Using Web Standards</p>
<blockquote><p>Without argument, one of the most important things to consider when creating a website is that it be accessible to everyone who wants to view it. Does your website play nice with screen readers? Can a user override your style sheet with a more accessible one and still see everything your website has to offer? Would another Web developer be embarrassed if they saw your code? If your website is standards-compliant, you could more confidently answer these questions.</p>
</blockquote>
<p>The article lists <strong>10 ways to improve the accessibility of your XHTML website by making it standards-compliant</strong>. They include: </p>
<ol>
<li>Specify the correct DOCTYPE</li>
<li>Define The Namespace And Default Language</li>
<li>Supply Proper Meta Tags</li>
<li>Use Accessible Navigation</li>
<li>Properly Escape JavaScript</li>
<li>Properly Escape HTML Entities</li>
<li>Use Only Lowercase Tags And Attributes</li>
<li>Label All Form Input Elements</li>
<li>Supply Alternative Content For Images</li>
<li>Use The &quot;id&quot; And &quot;class&quot; CSS Attributes Correctly</li>
</ol>
<p>You can read the entire article <a title="10 Ways To Make Your Site Accessible Using Web Standards." href="http://www.smashingmagazine.com/2009/06/18/10-ways-to-make-your-site-accessible-using-web-standards/">10 Ways To Make Your Site Accessible Using Web Standards</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.genealogy-computer-tips.com/10-ways-to-make-your-site-accessible-using-web-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACCESSIFY Gets A Facelift</title>
		<link>http://www.genealogy-computer-tips.com/accessify-gets-a-facelift/</link>
		<comments>http://www.genealogy-computer-tips.com/accessify-gets-a-facelift/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 22:57:44 +0000</pubDate>
		<dc:creator>Patricia Geary</dc:creator>
				<category><![CDATA[Accessibility]]></category>

		<guid isPermaLink="false">http://www.genealogy-computer-tips.com/?p=445</guid>
		<description><![CDATA[Accessify A verb: to make accessible I&#8217;ve written about Accessify.com in the past and when I paid the site a visit today, I discovered it had had a face lift. Accessify provides a collection of accessibility tools and goodies just for you which include: Skip Navigation Builder &#8211; Skip navigation links are very useful for [...]]]></description>
			<content:encoded><![CDATA[<p>Accessify<br />
A verb: to make accessible</p>
<p>I&#8217;ve written about <a title="Accessify: A collection of accessibility tools and goodies just for you." href="http://accessify.com/">Accessify.com</a> in the past and when I paid the site a visit today, I discovered it had had a face lift. Accessify provides a collection of accessibility tools and goodies just for you which include:</p>
<ul>
<li><a title="Skip Navigation Builder." href="http://accessify.com/tools-and-wizards/accessibility-tools/skipnav-builder/">Skip Navigation Builder</a> &#8211; Skip navigation links are very useful for keyboard-only users. This may be people who are completely blind and using a screen reader, but can also be used by people with poor vision or mobility problems.</li>
<li><a title="jQuery Function Builder." href="http://accessify.com/tools-and-wizards/developer-tools/jquery-builder/">jQuery Function Builder</a> &#8211; Confused by jQuery syntax? Never sure when/where to place your parentheses, curly brackets and so-on? Use this tool to quickly build up a collection of functions that will be called when the page has loaded/is ready.</li>
<li><a title="List-O-Matic." href="http://accessify.com/tools-and-wizards/developer-tools/list-o-matic/">List-O-Matic</a> &#8211; Generate CSS-styled navigation menus based on list items.</li>
<li>The new accessibility screencasts section, demonstrating accessible techniques in action (as well as video examples of how to use some of this site&#8217;s tools).</li>
<li><a title="Quick Accessibility Page Tester." href="http://accessify.com/tools-and-wizards/accessibility-tools/favelets/quick-page-test/">Quick Page Accessibility Test</a> &#8211; a favelet-based page check tool.</li>
<li><a title="Accessible Table Builder." href="http://accessify.com/tools-and-wizards/accessibility-tools/table-builder/">Accessible Table Builder</a> &#8211; Create an accessible table using scope, header and id attributes using a wizard to guide you through the process.</li>
<li><a title="Accessible Form Builder." href="http://accessify.com/tools-and-wizards/accessibility-tools/form-builder/">Accessible Form Builder</a> &#8211; Quickly create a form with CSS or table layout, including all label elements simply by typing a list of fields that you need.</li>
<li><a title="Accessible Pop-up Window Generator." href="http://accessify.com/tools-and-wizards/accessibility-tools/pop-up-window-generator/">Pop-up Window Generator</a> &#8211; Create pop-up windows that are accessible and search engine-friendly.</li>
<li><a title="Form Element Generator." href="http://accessify.com/tools-and-wizards/accessibility-tools/form-element-generator/">Form Element Generator</a> &#8211; Lets you easily build individual form elements that are accessible (requires JavaScript to work).</li>
</ul>
<p>So pop on over for a visit and give the various tools a try. I just finished playing with the List-O-Matic Menu Builder which allows both horizontal and vertical menus.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.genealogy-computer-tips.com/accessify-gets-a-facelift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access by Design: A Guide to Universal Usability for Web Designers</title>
		<link>http://www.genealogy-computer-tips.com/access-by-design/</link>
		<comments>http://www.genealogy-computer-tips.com/access-by-design/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 02:48:02 +0000</pubDate>
		<dc:creator>Patricia Geary</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Website Design Tips & Tutorials]]></category>

		<guid isPermaLink="false">http://www.genealogy-computer-tips.com/access-by-design/</guid>
		<description><![CDATA[I was busy updating my website Genealogy Web Creations when I came across a resource I just had to share. Access by Design: A Guide to Universal Usability for Web Designers is a book by Sarah Horton. This book is a primer &#8211; a simple and concise introduction to the fundamentals and basic principles about [...]]]></description>
			<content:encoded><![CDATA[<p>I was busy updating my website <a href="http://www.genealogy-web-creations.com/" title="Genealogy Web Creations">Genealogy Web Creations</a> when I came across a resource I just had to share. <strong>Access by Design: A Guide to Universal Usability for Web Designers</strong> is a book by Sarah Horton. This book is a primer &#8211; a simple and concise introduction to the fundamentals and basic principles about designing accessible and usable websites.</p>
<p>You can read Digital Magazine&#8217;s Review of the book here:<br />
<a href="http://www.digital-web.com/articles/access_by_design/" title="Digital Magazine.">http://www.digital-web.com/articles/access_by_design/ </a></p>
<p>And one from Web Reference here:<br />
<a href="http://www.webreference.com/reviews/access_by_design/" title="Web Reference.">http://www.webreference.com/reviews/access_by_design/ </a></p>
<p>And you can access the full html version of Access by Design from <a href="http://www.universalusability.com/access_by_design/" title="Access by Design from Universal Usability.">Universal Usability.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.genealogy-computer-tips.com/access-by-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bad Practices, Spam and Irate Web Designers</title>
		<link>http://www.genealogy-computer-tips.com/irate-web-designers/</link>
		<comments>http://www.genealogy-computer-tips.com/irate-web-designers/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 03:36:55 +0000</pubDate>
		<dc:creator>Patricia Geary</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[General Articles]]></category>
		<category><![CDATA[Website Design Tips & Tutorials]]></category>

		<guid isPermaLink="false">http://www.genealogy-computer-tips.com/irate-web-designers/</guid>
		<description><![CDATA[Today I received an e-mail touting a new book and website hosting service that I consider not only spam but very poor advice for budding website designers and genealogists. My friend Tina Clarke wrote about it on her blog Bad Practices, Spam and Irate Web Designers. After reading parts of their material and the methods [...]]]></description>
			<content:encoded><![CDATA[<p>Today I received an e-mail touting a new book and website hosting service that I consider not only spam but very poor advice for budding website designers and genealogists. My friend Tina Clarke wrote about it on her blog <a href="http://www.expression-web.net/irrate-web-designers/" title="Bad Practices, Spam and Irrate Web Designers.">Bad Practices, Spam and Irate Web Designers</a>.</p>
<p>After reading parts of their material and the methods they suggest using, I shudder to think of how many genealogists will buy the book and follow their advice for designing a website.</p>
<p>I echo Tina&#8217;s closing statement:</p>
<blockquote><p>&#8220;. . . .the owners of this book and site sent the email to the wrong two people who feel strongly about valid and accessible code. (My good friend Pat Geary also received this email). Hence this post from two irate web designers.&#8221; <span id="more-172"></span></p></blockquote>
<p>They offer a free download of the first chapter of the book which includes the following:</p>
<blockquote><p> Appendix F: Website Authoring Applications</p>
<p>This appendix presents detailed information on the two website authoring applications we recommend, Microsoft Word and Microsoft Publisher, and how to use them to create a genealogy website. A website authoring application creates the HTML files of the website. Also, the website authoring application should be capable of producing, in a straight-forward project, the genealogy book from the genealogy website. “The Book” as it is called in this guide is the traditional product of genealogy research and the dream of many genealogists.</p></blockquote>
<p><strong>&#8220;. . . . the two website authoring applications we recommend, Microsoft Word and Microsoft Publisher, and how to use them to create a genealogy website.&#8221;</strong> I have to admit, I did not get much beyond this. If you were going to build a house, you would select the proper tools for that job. If you were going to bake a cake, you would select the proper tools for that job. Microsoft Word is a word processor and a perfect tool for writing letters, books, etc. Items that are going to be PRINTED to paper. Micrsoft Publisher is a desktop publishing program and the tool to use for all kinds of publications destined for print. While both of these programs have the capabilities of saving pages in html format are they they best programs for creating a website? Absolutely not!</p>
<p>Both create bloated code, both create code that will not validate. Additional articles on using MS Word as a Web Publisher:</p>
<ul>
<li><a href="http://freepages.computers.rootsweb.com/~pasher/wpcode.htm" title="Webpages are NOT Created Equal.">Webpages are NOT Created Equal</a> by Pat Asher</li>
<li><a href="http://freepages.computers.rootsweb.com/~pasher/wpcode.htm" title="Using Word as a Web Publisher.">Using Word as a Web Publisher</a></li>
<li><a href="http://freepages.genealogy.rootsweb.com/~gearyfamily/test/" title="Scientific Study?">Scientific Study?</a></li>
<li><a href="http://www.jaydax.co.uk/vt/website/webeditorchoice.htm" title="Choosing a Web Page Editor.">Choosing a Web Page Editor</a></li>
</ul>
<p>I have both installed on my computer. I use both programs BUT NOT for creating websites. There are many web editors you can choose for building your website. I list some of them on the right sidebar at <a href="http://www.genealogy-web-creations.com/resources.htm" title="Resources for Website Design.">Resources for Website Design</a>.</p>
<p>So when you are ready to design your website, choose the best tool for the job, just as you would when building a house or baking a cake.</p>
<p>UPDATE: As of yesterday, Feb 22, 2008, I received two more unwanted e-mails offering a discounted price off of  &#8220;their book.&#8221;</p>
<blockquote><p>This is a comprehensive guide which covers every aspect of creating a genealogy website. Why do you need a genealogy website? All genealogy research in the future will involve the use of the internet. This means all genealogists should stake out their claim to their little corner of the internet ASAP. Now&#8217;s the time to start your own genealogy website. This book will show you that creating a genealogy website is no harder than creating any complex document such as a senior thesis, big term paper or a large report.</p></blockquote>
<p>My opinion on this has not changed. Pick the best tool for the job. Microsoft Word and/or Publisher are meant to be used for print documents. While both programs have the capabilities to save as a html page, neither of these is the tool you should be using to create your web pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.genealogy-computer-tips.com/irate-web-designers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Accessible Forms</title>
		<link>http://www.genealogy-computer-tips.com/accessible-forms/</link>
		<comments>http://www.genealogy-computer-tips.com/accessible-forms/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 00:17:33 +0000</pubDate>
		<dc:creator>Patricia Geary</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Expression Web Tutorials]]></category>
		<category><![CDATA[Accessible Forms]]></category>
		<category><![CDATA[Expression Web Articles]]></category>
		<category><![CDATA[Forms]]></category>

		<guid isPermaLink="false">http://www.genealogy-computer-tips.com/accessible-forms/</guid>
		<description><![CDATA[Many websites use forms &#8211; contact forms, search box forms, and guestbook forms. The list goes on. Internet shoppers use forms to select, pay and arrange for the delivery of their purchases. Forms are not the easiest thing to navigate for people with disabilities. We can make it easier by adding some elements to our [...]]]></description>
			<content:encoded><![CDATA[<p>Many websites use forms &#8211; contact forms, search box forms, and guestbook forms. The list goes on.  Internet shoppers use forms to select, pay and arrange for the delivery of their purchases. Forms are not the easiest thing to navigate for people with disabilities. We can make it easier by adding some elements to our forms. <a href="http://www.genealogy-web-creations.com/accessible-forms.html" title="Accessible Forms.">Learn how to make your forms accessible</a> and <a href="http://www.genealogy-web-creations.com/accessible-forms.html#ew" title="How to create accessible forms in Expression Web.">how to create those forms in Expression Web</a>.<br />
<!-- ddsig --></p>
Written by Patricia Geary - <a href="http://www.expression-web-tutorials.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://www.genealogy-computer-tips.com/accessible-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AccessColor &#8211; Online Tool for Color Contrast</title>
		<link>http://www.genealogy-computer-tips.com/accesscolor-online-tool-for-color-contrast/</link>
		<comments>http://www.genealogy-computer-tips.com/accesscolor-online-tool-for-color-contrast/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 16:32:59 +0000</pubDate>
		<dc:creator>Patricia Geary</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Website Design Tips & Tutorials]]></category>

		<guid isPermaLink="false">http://www.genealogy-computer-tips.com/accesscolor-online-tool-for-color-contrast/</guid>
		<description><![CDATA[Check the Color Contrast of Your Website &#8220;AccessColor tests the color contrast and color brightness between the foreground and background of all elements in the DOM to make sure that the contrast is high enough for people with visual impairments.&#8221; Read more To conform with Web Content Accessibility Guidelines 1.0, foreground and background color combinations [...]]]></description>
			<content:encoded><![CDATA[<h2>Check the Color Contrast of Your Website</h2>
<blockquote><p>&#8220;AccessColor tests the color contrast and color brightness between the foreground and background of all elements in the DOM to make sure that the contrast is high enough for people with visual impairments.&#8221; <a href="http://www.accesskeys.org/tools/color-contrast.html" title="AccessColor." target="_blank">Read more</a></p>
<p>To conform with <a href="http://www.accesskeys.org/tools/color-contrast.html#">Web Content Accessibility Guidelines 1.0</a>, foreground and background color combinations should provide sufficient contrast when viewed by someone with low vision or colour blindness, or when viewed on a black and white screen.</p>
<p>Two types of error messages may appear in the report:</p>
<ul>
<li>Warnings appear when either colour contrast or color difference fail for an element&#8217;s foreground and background colors.</li>
<li>Errors appear when both color contrast and color difference fail.</li>
</ul>
</blockquote>
<p><strong>Step 1</strong> &#8211; Run your site through the <a href="http://www.accesskeys.org/tools/color-contrast.html" title="AccessColor - Online Tool for Colour Contrast." target="_blank">Color Accessibility Checker</a>. You will receive a report that looks something like this:</p>
<p><a href="http://www.genealogy-computer-tips.com/images/color-report.jpg"><img src="http://www.genealogy-computer-tips.com/images/color-report-thumb.jpg" style="border-width: 0px" alt="color-report" border="0" height="196" width="240" /></a></p>
<p><strong>Step 2</strong> &#8211; Highlight the foreground color and go to <a href="http://slayeroffice.com/tools/color_palette/" title="http://slayeroffice.com/tools/color_palette/">http://slayeroffice.com/tools/color_palette/</a> Copy the foreground color to the Base Color | Click OK</p>
<p><a href="http://www.genealogy-computer-tips.com/images/color-pallette-tool.jpg"><img src="http://www.genealogy-computer-tips.com/images/color-pallette-tool-thumb.jpg" style="border-width: 0px" alt="color-pallette-tool" border="0" height="240" width="149" /></a></p>
<p><strong>Step 3</strong> &#8211; Take a darker color and replace the color that produces the error with the darker color. I use search and replace to find all instances of the color. You may have to do this a couple of times to get a good enough contrast that will &#8220;pass the test.&#8221; NOTE: If you are using a dark background color, you may find you will need to change it rather than the foreground color.</p>
<p><strong>Step 4</strong> &#8211; I go through each of the colors that produces an error until the site passes the test . The AccessColor results show that for this page, both color difference and color brightness meet the recommended standard .</p>
<p><a href="http://www.genealogy-computer-tips.com/images/color-report2.jpg"><img src="http://www.genealogy-computer-tips.com/images/color-report2-thumb.jpg" style="border-width: 0px" alt="color-report2" border="0" height="124" width="240" /></a></p>
<p>NOTE: Please note that the tool works the best with valid HTML pages. You can validate your page at <a href="http://validator.w3.org/" title="http://validator.w3.org/">http://validator.w3.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.genealogy-computer-tips.com/accesscolor-online-tool-for-color-contrast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
