<?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>Like Wow Online &#187; accessibility</title>
	<atom:link href="http://www.likewowonline.net/tag/accessibility/feed" rel="self" type="application/rss+xml" />
	<link>http://www.likewowonline.net</link>
	<description>A weblog for designers, developers and anyone with an interest in web technology.</description>
	<lastBuildDate>Sat, 03 Oct 2009 07:14:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>siFR and the user experience</title>
		<link>http://www.likewowonline.net/web/ued/sifr-usability-study.html</link>
		<comments>http://www.likewowonline.net/web/ued/sifr-usability-study.html#comments</comments>
		<pubDate>Fri, 07 Mar 2008 01:56:16 +0000</pubDate>
		<dc:creator>Shimone Samuel</dc:creator>
				<category><![CDATA[User Experience]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[sifr]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.likewowonline.net/experience/sifr-usability-study.html</guid>
		<description><![CDATA[
Scalable Inman Flash Replacement or sIFR for short, combines Flash and JavaScript to enable the display of custom fonts on a web page. sIFR is attractive to both web designers and developers as it provides an accessible and semantic alternative to other methods of font replacement.
sIFR enhanced sites require a modern web browser with the [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.likewowonline.net/wp-content/2008/03/sifr-research.jpg' alt='Polaroid of the 22nd Street Caltrain station. San Francisco, CA' /></p>
<p><a href="http://en.wikipedia.org/wiki/Sifr">Scalable Inman Flash Replacement</a> or sIFR for short, combines Flash and JavaScript to enable the display of custom fonts on a web page. sIFR is attractive to both web designers and developers as it provides an accessible and semantic alternative to other methods of font replacement.</p>
<p>sIFR enhanced sites require a modern web browser with the Adobe Flash plugin installed and JavaScript enabled. For visitors lacking these features, sIFR  will degrade to a suitable baseline font and continue to render both on the page and in the generated source code.</p>
<p>In theory, sIFR is a perfect response to one of the more frustrating restrictions imposed on web designers by the medium. Unfortunately, the technology is not without its flaws and ultimately should not be considered a viable choice for web professionals.</p>
<p><span id="more-11"></span></p>
<p>The limitations of sIFR include: localization, extended character support, <acronym title="flash of unstyled content">fouc</acronym>, page zooming, text scaling, text wrapping, page load, cpu load, scalability, utf-8 compliance, <acronym title="Quality Assurance">QA</acronym> testing, future-proofing, upgradability, wmode support, dynamic text sizing, <acronym title="Document Object Model">DOM</acronym> support, and z-index collisions.</p>
<p>While there may be solutions or workarounds to <em>some</em> of the issues illustrated here, collectively they remain a barrier to the technology&#8217;s adoption as a standard.</p>
<h3>Related articles</h3>
<ul>
<li><a href="http://www.wizardworks.ca/articles/sifr-point-of-view.asp">Wizardworks: sIFR &#8211; Point Of View</a> (Publish date unknown)
<p>Jim offers a god breakdown on the pros and cons of sIR and I will  elaborate briefly on item #5: sIFR and Special Characters</p>
<ul>
<li>In order to truly support localized content, a separate .swf file would need to be created for each language, each of those .swf files would then need to contain the entire character set for that country.</li>
<li>The more characters added, the larger the .swf file becomes. This is noteworthy as few if any fonts families contain every character set for all languages.</li>
<li>Web designers may encounter much difficulty testing the site with different languages as the text and spacing is rendered differently depending on the user&#8217;s country and whether or not the Flash plugin is installed.</li>
<li>Support for dynamic widths is also a serious issue as the Flash movie  width must be explicitly set. This further reduces sIFR&#8217;s practicality as fixed widths cannot be used for text on localized websites.</li>
</ul>
</li>
<li><a href="http://usabletype.com/weblog/how-and-when-to-use-sifr/">Usable Type: How and When to Use sIFR</a> (December 24, 2004)
<p>Andy discredits much of the misinformation and concludes sIFR is best used to replace no more than one headline per page.</p>
</li>
<li><a href="http://virtuelvis.com/archives/2005/04/i-hate-sifr">Virtual Elvis: Why I hate sIFR</a> (April 29, 2005)
<p>A fabulous tirade about the difficulties of keyboard navigation and screen zooming for an Opera user.</p>
</li>
<li><a href="http://leftlane.org/2006/02/09/sifr-less-espncom/">Leftlane: ESPN.com Looking a Bit Pixelated</a> (February 9, 2006)
<p>Interesting to note in the comments here that while ESPN is one of the sites often quoted to be using sIFR it is a) not currently using sIFR and b) (quoting Mike Davidson) &#8220;It was actually not sIFR at all, and even pre-dated Inman’s IFR by at least two years. It was basically inline Flash files with text… that’s all. And yes, the page is huge and so are all of those images.&#8221;</p>
</li>
<li><a href="http://drupal.org/node/49682">Drupal: sIFR Module discussion</a> (February 16, 2006)
<p>In the comments section, a user notes that sIFR text is not searchable and cannot be made both selectable and linkable. The commentary further notes a lack of respect for user-specified font settings. Someone else points out that sIFR is not utf-8 compliant.</p>
</li>
<li><a href="http://www.mezzoblue.com/archives/2004/10/26/sifr/">Mezzoblue: The Pros and Cons of sIFR </a>(October 26, 2006)
<p>A notable article which points out the need to refresh the browser once Command/Ctrl + is used to increase font size. The inability to use sIFR for headers which are also links (the link destination will not show in the status bar) is also mentioned.</p>
</li>
<li><a href="http://forums.devshed.com/development-software-93/sifr-innovative-or-designer-s-junk-437356.html">Devshed Forums: SIFR &#8230; Innovative or Designer&#8217;s junk?</a> (April 13, 2007)
<p>A flaming forum rant that suggests using a pre-rendered PNG instead. The author also further points out the load and latency issues inherent in sIFR.</p>
</li>
<li><a href="http://sitening.com/blog/2007/12/14/new-flash-player-breaks-sifr/">Sitening: New Flash player breaks sIFR</a> (December 14, 2007)
<p>This is an important occasion to make note of. When Adobe released the latest version of their Flash browser plugin, earlier implementations of sIFR malfunctioned. While awaiting a fix, sites deploying sIFR were forced to remove the code &#8211; assuming they were even aware the feature stopped working.</p>
</li>
</ul>
<h3>Live sIFR examples</h3>
<p>As a test, interact with these (or any other) sIFR enabled web sites using different browsers such as Opera, Firefox, Safari, Internet Explorer and Konqueror. Try printing, previewing, selecting text, searching for text, increasing and decreasing font size, and other page-level interactions. Keep in mind that while every individual may use the internet in a unique way, all web browsers offer the same set of features to each of their users.</p>
<p>For the following examples I have included sample videos showing scripted interactions with each web site. These videos are made available as a point of reference should one of them cease using sIFR or the technology evolves.</p>
<ul>
<li>Aston Martin <a href="/wp-content/demos/amartin.html?width=588&amp;height=260" class="thickbox" title="Flash movie showing text selection and sizing on AstonMartin.com">See demo video</a>
<ol>
<li>Visit <a href="http://www.astonmartin.com" title="Aston Martin">www.astonmartin.com</a></li>
<li>Notice how the sIFR headers render after the content.</li>
<li>Try increasing the browser font size using the keyboard or option menu. Notice the header text size does not increase with the rest of the page.</li>
<li>Using the keyboard, try selecting all the body copy (Ctrl +A in Windows, Command +A in OSX). Notice the header is not selected.</li>
<li>Using your mouse, try selecting the entire body text including the header. Notice the header is not selected or selected irregularly.</li>
<li>Using Firefox, first select the header text with your mouse and then try to deselect it.</li>
<li>Select print preview and notice the header missing (<acronym title="For what it's worth">FWIW</acronym>: this is supposedly fixed with media=screen in the css link)</li>
<li>Try searching for text transformed with sIFR using Ctrl/Command +F. Notice how the text is not selected.</li>
</ol>
</li>
<li><strike>Hollywood Reporter</strike>
<ol>
<li><a href="http://www.hollywoodreporter.com">www.hollywoodreporter.com</a> has recently undergone a redesign and chosen not to continue using sIFR.</li>
</ol>
</li>
<li>Offbeat <a href="/wp-content/demos/offbeat.html?width=609&amp;height=428" class="thickbox" title="Flash movie showing text selection and sizing on Offbeat.com">See demo video</a>
<ol>
<li>Visit <a href="http://www.offbeat.com/">http://www.offbeat.com/</a></li>
<li>Watch how the content loads first and the headers second.</li>
<li>Notice how the first header is hidden when the navigation menu floats over it.</li>
<li>Using Firebug, inspect each header element. Notice how they all use a fixed width.</li>
<li>Search for text contained in a header. Although the text is found, it is not highlighted by the browser.</li>
<li>When viewing the demo video, note that although the word &#8220;Bach&#8221; is found 3 times in the header, it is not highlighted during a page search until a fourth attempt to find the word (which also appears in the body) or after selecting <em>Highlight All</em> as an option.</li>
<li>Attempt to open any of the header links in a new tab or window.</li>
<li>Block futura.swf using the AdBlock Plus plugin for Firefox and watch the headers disappear (<acronym title="For your information">FYI</acronym>: This has been fixed in a recent release of sIFR).</li>
</ol>
</li>
</ul>
<h3>Final thoughts</h3>
<p>When designing web sites, our foremost concern should be usability and the user experience. At no point should our visitors be forced to relinquish the basic comforts and features afforded by every modern browser.</p>
<p>As it stands, sIFR is not the hot topic it once was, likely for some or all of the reasons noted above. Many big-name sites are touted across the Web as using sIFR including: MSNBC, ESPN, Nike, ABC News, Visit Las Vegas, and The US Navy. <em>At the time of this writing, none of these web sites are using sIFR.</em></p>
<p>With that said, sIFR continues to be actively developed and <a href="http://wiki.novemberborn.net/sifr3" title="sIFR 3 Documentation &amp; FAQ"> version 3</a> is already in beta. As an entirely volunteer-based effort, the sIFR team should be applauded for their continued contributions to this ambitious project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.likewowonline.net/web/ued/sifr-usability-study.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Accessible footnotes with HTML and CSS</title>
		<link>http://www.likewowonline.net/web/dev/accessible-footnotes.html</link>
		<comments>http://www.likewowonline.net/web/dev/accessible-footnotes.html#comments</comments>
		<pubDate>Sat, 16 Feb 2008 00:36:21 +0000</pubDate>
		<dc:creator>Shimone Samuel</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[footnotes]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.likewowonline.net/presentation/accessible-footnotes.html</guid>
		<description><![CDATA[
Having recently set out on the long journey of mastering a new CMS I&#8217;ve found myself searching for and stumbling upon1 all manner of plugins, customizations and tweaks for WordPress.
The latest clever addition I found is the use of footnotes. When used properly, footnotes are an appropriate way of commenting on or referencing a portion [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.likewowonline.net/wp-content/2008/02/footnotes.jpg" alt="Standing in Dolores Park. Assessing what needs to be packed: a blanket, leash and shoes. San Francisco, CA" /></p>
<p>Having recently set out on the long journey of mastering a new <abbr title="Content Management System">CMS</abbr> I&#8217;ve found myself searching for and stumbling upon<sup><a href="presentation/accessible-footnotes.html#79730" class="action" id="fn1">1</a></sup> all manner of plugins, customizations and tweaks for <a href="http://www.wordpress.org">WordPress</a>.</p>
<p>The latest clever addition I found is the use of footnotes. When used properly, footnotes are an appropriate way of commenting on or referencing a portion of text<sup><a href="presentation/accessible-footnotes.html#80834" class="action" id="fn2">2</a></sup>.</p>
<p>Footnotes serve as a more graceful way to add an aside compared to the long-winded parenthetical. (For instance, here I could give some personal insight into the guilty pleasure of using lengthy digressions, but as you can see, by the time you reach the end of this amusing passage, the original point is confused with a new idea).</p>
<p><span id="more-10"></span></p>
<p>So let&#8217;s have a look at the requirements for this project:</p>
<ol>
<li>A format for referencing footnotes</li>
<li>A format for displaying footnotes</li>
<li>A method of moving between the two</li>
<li>Making your footnotes accessible</li>
</ol>
<h3>A format for referencing footnotes</h3>
<p>This first requirement is easy: footnotes are referenced nearly universally with superscript. Deciding what form of superscript to use: number, letter, figure or symbol is entirely up to you. I personally chose numbers.</p>
<p>Fortunately, support for superscript is part of the <a href="http://www.w3.org/TR/html401/struct/text.html%23h-9.2.3" title="W3C Recommendation - Paragraphs, lines and phrases">W3C recommendation</a> for paragraphs, lines and phrases &#8211; thereby making it perfectly valid for appropriate use.</p>
<p>In practice, your code may start off looking something like this:</p>
<pre>&lt;sup&gt;1&lt;/sup&gt;</pre>
<h3>A format for displaying footnotes</h3>
<p>Footnotes are commonly placed at the bottom or &#8220;foot&#8221; of a page or section. There is no rule stating a footnote cannot go elsewhere, but sticking to traditional conventions is a recommended best practice.</p>
<p>How you choose to style your footnotes is also a personal choice. Perhaps you can peruse your library or book collection to see how it&#8217;s been styled elsewhere.</p>
<p>However you choose to style your footnote, using CSS provides the most flexibility to differentiate it from preceding paragraphs.</p>
<p>The resulting code may start off looking something like this:</p>
<pre>&lt;div id="footnote"&gt;
	&lt;ol>
		&lt;li&gt;Footnote&lt;/li&gt;
	&lt;/ol&gt;
&lt;/div&gt;</pre>
<p>By applying an id to the containing div we can cascade the styling of content within. By using an ordered list we retain the continuity of footnotes throughout the page.</p>
<h3>A method of moving between the two</h3>
<p>Ideally, references should link to their respective footnotes and footnotes should link back to their references. This provides the user with an effortless method of jumping to the footnote and then returning to the passage.</p>
<p>The resulting code may look something like this:</p>
<pre>This is some text&lt;sup&gt;&lt;a href="#32066" id="fn1">1&lt;/a&gt;&lt;/sup&gt;

&lt;div id="footnote"&gt;
	&lt;li id="32066"&gt;This is a footnote &lt;a href="#fn1"&gt;&#8593;&lt;/a&gt;&lt;/li&gt;
&lt;/div&gt;</pre>
<p>&#8230; and the resulting output may look something like this:</p>
<div class="output">
<!-- the id name and href link has been changed here for demonstration purposes--></p>
<p>This is some text<sup><a href="#32066" id="xfn1">1</a></sup></p>
<div id="xfootnote">
<ol>
<li id="32066">This is a footnote <a href="#xfn1">&#8593;</a></li>
</ol></div>
</p>
</div>
<h3>Making your footnotes accessible</h3>
<p>For some, the example above may appear perfectly usable. You see a linked number in superscript, click and you&#8217;re taken to a footnote. A link in the footnote returns you to the sentence you last read. It doesn&#8217;t take much to deduce this just by looking at it.</p>
<p>For those who aren&#8217;t <em>looking</em> however the purpose isn&#8217;t as clear. Questions arise for those visiting the page with an assistive device such as JAWS: What is this linked number? Where does the link #32066 take me? Once I get there what will I find and how will I get back? Users of JAWS and other assistive devices are simply not seeing a page with the same clarity.</p>
<p>Once again we check the W3C HTML 4.01 specification for a solution and find a fitting one in <a href="http://www.w3.org/TR/html401/struct/links.html%23h-12.1.4" title="W3C specification for links in HTML documents">section 12.1.4: Link Titles</a>.</p>
<blockquote><p>The <em>title</em> attribute may be set for both <em>A</em> and <em>LINK</em> to add information about the nature of a link. This information may be spoken by a user agent, rendered as a tool tip, cause a change in cursor image, etc.</p></blockquote>
<p>The resulting code may look something like this:</p>
<pre>This is some text&lt;sup&gt;&lt;a href="#32066" id="fn1" title="see footnote">1&lt;/a&gt;&lt;/sup&gt;

&lt;div id="footnote"&gt;
	&lt;li id="32066"&gt;This is a footnote &lt;a href="#fn1" title="return to article"&gt;&#8593;&lt;/a&gt;&lt;/li&gt;
&lt;/div&gt;</pre>
<p>Add a little CSS and the possibilities are endless!</p>
<div class="output">
<!-- the id name and href link has been changed here for demonstration purposes--></p>
<p>This is some text<sup><a href="#32066" id="xfn3" class="action" title="see footnote">1</a></sup>
	</p>
<p>This is some more text that&#8217;s a bit longer than the first<sup><a href="#32062" class="action" id="xfn4" title="see footnote">2</a></sup></p>
<div id="demofootnote">
<ol>
<li id="32066">This is a footnote <a href="#xfn3" class="action" title="return to article">&#8593;</a></li>
<li id="32062">This is another footnote with longer text describing some point in greater detail and adding random irrelevance to this passage for the sole purpose of showing text wrapping. <a href="#xfn4" class="action" title="return to article">&#8593;</a></li>
</ol></div>
</p>
</div>
<p>That&#8217;s all there is to it. Your methods may vary but this should serve as a good starting point. See below for how we do it here at <em>Like Wow Online</em>.</p>
<p>In a future article we&#8217;ll learn how to automate footnote creation with AppleScript. Stay tuned for Part II.. Using AppleScript to create HTML footnotes</p>
<div id="footnote">
<ol>
<li id="79730">To me, <a href="http://www.stumbleupon.com">Stumble Upon</a> has become nearly as synonymous a verb as <a href="http://www.google.com">Google</a> and I falter when I see or use the term. In this instance I &#8220;stumbled&#8221; on Justin Blanton&#8217;s <a href="http://justinblanton.com/2005/08/footnotes-and-textpander">Footnotes and TextPander</a> article after seeing footnotes used to great effect on the <a href="http://justinblanton.com/projects/smartarchives/">SmartArchives for Wordpress</a> page.<a href="#fn1" class="action" title="return to article">&#8593;</a></li>
<li id="80834">Footnote as <a href="http://www.answers.com/topic/footnote" title="Answers.com definition for Footnote">defined</a> in the Answers.com dictionary reference: A note placed at the bottom of a page of a book or manuscript that comments on or cites a reference for a designated part of the text. <a href="#fn2" class="action" title="return to article">&#8593;</a></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.likewowonline.net/web/dev/accessible-footnotes.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
