<?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>On UX &#187; Accessibility</title>
	<atom:link href="http://www.onux.be/archives/category/accessibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onux.be</link>
	<description>On User Experience, accessibility, usability and such...</description>
	<lastBuildDate>Fri, 26 Aug 2011 20:09:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Whitespace</title>
		<link>http://www.onux.be/archives/2009/whitespace/</link>
		<comments>http://www.onux.be/archives/2009/whitespace/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 10:47:18 +0000</pubDate>
		<dc:creator>Benjamin Surkyn</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.onux.be/?p=22</guid>
		<description><![CDATA[Just came across an article explaining what is white space and how to use it in modern web design. A must read!]]></description>
			<content:encoded><![CDATA[<p>Just came across an article explaining <a href="http://webdesigntuts.com/web-design/using-white-space-effectively-in-web-design/">what is white space and how to use it in modern web design</a>. A must read!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onux.be/archives/2009/whitespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why not to use Flash</title>
		<link>http://www.onux.be/archives/2007/why-not-to-use-flash/</link>
		<comments>http://www.onux.be/archives/2007/why-not-to-use-flash/#comments</comments>
		<pubDate>Fri, 19 Jan 2007 09:46:30 +0000</pubDate>
		<dc:creator>Benjamin Surkyn</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.onux.be/archives/2007/why-not-to-use-flash/</guid>
		<description><![CDATA[Here&#8217;s a nice article on the demise of Flash. Like the author, I too love flash sites. But there are also a lot of reasons why not to use it: Annoying Flash Ads Not search engine friendly Bad usability (each flash site has its own way of operating it) Not accessible to people with disabilities [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a nice article on the <a href="http://fadtastic.net/2006/12/11/the-demise-of-flash-8-main-reasons/">demise of Flash</a>. Like the author, I too love flash sites. But there are also a lot of reasons why not to use it:</p>
<ol>
<li>Annoying Flash Ads</li>
<li>Not search engine friendly</li>
<li>Bad usability (each flash site has its own way of operating it)</li>
<li>Not accessible to people with disabilities</li>
<li>Downward compatibility issues</li>
<li>Overburdening of the developers</li>
<li>No or bad internationalization</li>
<li>Not compliant with any open standard.</li>
</ol>
<p>Two extra reasons I want to add, though: Since you need a plug-in to be able to see a flash site (over 50% of the internet users has one installed), you&#8217;re reliable on an extra piece of software which isn&#8217;t guaranteed to be available. So people might not be able to view your site at all. So reason number 9, you can&#8217;t be 100% sure your message reaches your target audience. And secondly, there is no way to enable tracking as you can with HTML sites.</p>
<p>Conclusion: Flash looks good and tempting but only use it as you would use an image, not as a complete site or for critical parts, like your navigation structure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onux.be/archives/2007/why-not-to-use-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building accessible sites</title>
		<link>http://www.onux.be/archives/2004/building-accessible-sites/</link>
		<comments>http://www.onux.be/archives/2004/building-accessible-sites/#comments</comments>
		<pubDate>Mon, 05 Apr 2004 16:50:07 +0000</pubDate>
		<dc:creator>Benjamin Surkyn</dc:creator>
				<category><![CDATA[Accessibility]]></category>

		<guid isPermaLink="false">http://www.onux.be/archives/2004/building-accessible-sites/</guid>
		<description><![CDATA[You can&#8217;t read any webstandard oriented site, without reading something about accessibility. But what makes a site accessible? Here are a few guidelines to follow: Provide a text-alternative for all non-text items, like images, forms, objects, &#8230; This can most of the time be done with a alt="" or a title="" depending on the tag. [...]]]></description>
			<content:encoded><![CDATA[<p>You can&#8217;t read any webstandard oriented site, without reading something about accessibility. But what makes a site accessible? Here are a few guidelines to follow: <span id="more-3"></span></p>
<ol>
<li>Provide a text-alternative for all non-text items, like images, forms, objects, &#8230; This can most of the time be done with a <code class="html">alt=""</code> or a <code class="html">title=""</code> depending on the tag. If more than a few words are required, you can use <code class="html">longdesc=""</code> for images.</li>
<li>Don&#8217;t use colors to make something clear and keep a good contract between your colors. If you ask for a user to click the green link, this will make not much sense to a visually impared visitor (blind, colorblind, &#8230;). Use color only for your layout, not for your content.</li>
<li>Use correct markup. This means if you have a paragraph, use <code class="html">&lt;p&gt;</code> if you have a title, use a header <code class="html">&lt;h*&gt;</code> (replace the * with a number from 1 to 9, depending on the importance of the header). Don&#8217;t use tags like <code class="html">&lt;font&gt;</code> or <code class="html">&lt;strike&gt;</code>. They don&#8217;t describe what the text means, but how it should look. Use CSS for this.</li>
<li>Set the document&#8217;s language. It a program tries to read a Dutch page in English, the listener will probably not understand what&#8217;s on the page. Therefore set your language, use <code class="html">lang=""</code> in your HTML and <code class="html">xml:lang=""</code> in your XML and XHTML pages. You can define these attributes in most elements. Do so for your <code class="html">&lt;html&gt;</code> and every tag that is in a different language than your main page. Also if you have abbreviations like HTML or CSS, provide the full text also, the first time the abbreviation or acronym occurs. Use the <code class="html">&lt;abbr&gt;</code> and <code class="html">&lt;acronym&gt;</code> tags for it.</li>
<li>Ensure that tables have enough and the correct markup. This means using <code class="html">&lt;td&gt;</code> for data cells and <code class="html">&lt;th&gt;</code> for header cells. You can also use the <code class="html">summary=""</code> attribute for the <code class="html">&lt;table&gt;</code> tag. And tags like <code class="html">&lt;thead&gt;</code>, <code class="html">&lt;tbody&gt;</code> and <code class="html">&lt;tfoot&gt;</code> to group your table header, body and footer respectively. To group columns, use <code class="html">&lt;col&gt;</code> and <code class="html">&lt;colgroup&gt;</code>.</li>
<li>If you use new technology on your page, make sure there is also a version available without this technology.</li>
<li>Make sure the navigation you use is not only accessible or a mouse. Events like <code class="html">onmouseclick();</code> is therefore not a good option. Also provide accesskey to your most important links using the <code class="html">accesskey=""</code> attribute.</li>
<li>The text in a hyperlink (text in the <code class="html">&lt;a&gt;</code> container) should be meaningfull. Use text like: &#8220;next chapter&#8221; or &#8220;download program x&#8221; and not &#8220;here&#8221;.</li>
<li>Use a tableless layout. Tables should only be used to show tablular data, like a list of members or results,&#8230;</li>
<li>Provide labels for your forms. Use the <code class="html">&lt;label for=""&gt;</code> tag, where for refers to the name of the form-element it relates to. Also make sure that the order of your formfields is logical, so that you can use the tab key to navigate. The <code class="html">tabindex=""</code> attribute can help you with that.</li>
<li>Using W3C compliant code, will help making your page accessible more easy.</li>
</ol>
<p>If your pages have all of these points covered, your site will mostlikely be accessible.<br />
If you want to check this, try surfing to your site using <a title="Opera Browser" href="http://www.opera.com">Opera</a> and disabling color, author stylesheets and images. If you page is still readable, it is accessible.</p>
<p>Maybe a final note. Your listing in search engines will also benifit from making your site accessible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onux.be/archives/2004/building-accessible-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

