<?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>Abledaccess</title>
	<atom:link href="http://abledaccess.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://abledaccess.com</link>
	<description>... And the solution is inclusion</description>
	<lastBuildDate>Tue, 21 May 2013 18:15:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Accessible font icons</title>
		<link>http://abledaccess.com/blog/accessible-font-icons/</link>
		<comments>http://abledaccess.com/blog/accessible-font-icons/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 17:31:59 +0000</pubDate>
		<dc:creator>Johnny Taylor</dc:creator>
				<category><![CDATA[Typography]]></category>
		<category><![CDATA[Adaptability]]></category>
		<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Style]]></category>

		<guid isPermaLink="false">http://abledaccess.com/?p=528</guid>
		<description><![CDATA[<p>And if that wasn't enough there is also this thing I've recently made aware of called font icons. "Font icons are awesome" and "stackable" for the sake of more complex styling. But more to the point of this post today, they are "accessible" (but they come with things to watch out for, hence the quotes).</p><p>Originally posted at <a href="http://abledaccess.com">Abledaccess.com</a></p>]]></description>
				<content:encoded><![CDATA[<p>I recently posted <a href="http://unboundedexistence.com/?p=5771" rel="external">a somewhat personal post on my other blog</a> that I wrote concerning &#8220;creative constraints.&#8221; And how a renewed interest in typography specifically has made me realize the value limit can play in my life.</p>
<p>Leading a life with creative aspirations foremost in mind hasn&#8217;t always been the most productive or fruitful of endeavours. Meaning at times it can be quite frustrating. Add to that a level of technical detail I seem to need to keep my interest piqued merely adds complexities to a situation that, if anything, would benefit from less difficulty rather than more.</p>
<p>But it would seem this interest in type, and web fonts in particular, will be quite the challenge for me going forward. There&#8217;s no shortage of nerdy details to occupy my mind with for <em>years</em> to come. I&#8217;m actually quite looking forward to it.</p>
<p>And if that wasn&#8217;t enough there is also this thing I&#8217;ve recently been made aware of called font icons. &#8220;<a href="http://css-tricks.com/examples/IconFont/" rel="external">Font icons are awesome</a>.&#8221; But more to the point of this post today, they are &#8220;accessible&#8221; (but they come with some things to watch out for, hence the quotes). And that <em>really</em> makes my dorky side drool. Details, details, details&#8230;</p>
<p><span id="more-528"></span></p>
<h2 id="section-2" class="entry-sub-head">Some background on Font Icons</h2>
<p>For some background on Font Icons read A List Apart&#8217;s March article <a href="http://alistapart.com/article/the-era-of-symbol-fonts" rel="external">The Era of Symbol Fonts</a>. But, I should state before moving on, short of briefly poking around in Adobe Illustrator &#8212; a vector drawing program (vectors, or more accurately lines, make up nearly the entire basis of these Font Icon things) &#8212; and exporting that drawing to a Scalable Vector Graphic (SVG), then <a href="http://icomoon.io" rel="external">importing said drawing to IcoMoon to get my Font Icon</a> so <a href="http://johnnytaylor.org" rel="external">I could do this with them (the email icon located at the bottom of the linked to page)</a>, I have virtually no other useful experience with Font Icons. However, I was asked to review <a href="http://wiki.fluidproject.org/display/fluid/Research+the+viability+of+using+icon+fonts+in+UI+Options" rel="external">the resulting research the Fluid Project conducted concerning their use of Font Icons</a> going forward to see how what they found translates. Here it goes. But I do recommend those interested in implementing Font Icons to read their research. It&#8217;s <em>very</em> (read: impressively) thorough.</p>
<p>This is a really complex issue. One that I&#8217;m not at all shamed to admit I don&#8217;t have a comfortable grasp on fully understanding at the moment. Which does speak to the learning curve involved in using Font Icons. It can be challenging to wrap one&#8217;s head around, at least it was for me. And I&#8217;m still learning.</p>
<p>You may wonder, like I did, why the <a href="http://fluidproject.org/" rel="external">Fluid Project</a> would be interested in exploring something such as Font Icons. Aren&#8217;t they looking for solutions to problems they don&#8217;t really have? Why aren&#8217;t people content standing still?</p>
<h2 id="section-3" class="entry-sub-head">It&#8217;s a bit of both</h2>
<p>Seriously, as with almost anything else there isn&#8217;t a simple yes or no answer.</p>
<p>Yes, with respect they already have a working solution for this issue in place with User Interface Options (UIO) (the feature on the top of each page on this site, should you be reading this in a browser, that lets a user accommodate the interface to suit their needs/ preferences better) specifically. Via lots of tiny raster images &#8212; which brings to mind why they weren&#8217;t using <a href="http://css-tricks.com/css-sprites/" rel="external">sprites</a>, I don&#8217;t know for sure, so I&#8217;ll avoid speculating (it really doesn&#8217;t matter any more, keep reading). However in terms of efficiency, even with sprites, there is still an amount of &#8220;waste&#8221; inherent in the process. I&#8217;m of course referring to all the various images in their different &#8220;states&#8221; that they would need to give a user even the most basic visual feedback. Fonts Icons could potentially better serve this end.</p>
<p>Point being Font Icons are essentially no different than any other text on a webpage. Aside from being &#8220;custom&#8221; bits of representational <em>graphic</em> information, which suffer from much the same problems images pose (where accessibility is concerned, more below), but they, unlike raster images, are &#8220;stylable&#8221; with CSS &#8212; everything you can do with CSS and text you can do to/ with Font Icons, &#8220;change opacity, rotation, add strokes, gradients, shadows, etc.&#8221; And while I bring it up, yes SVG images can be styled with CSS in certain circumstances, but <a href="http://wiki.fluidproject.org/display/fluid/Research+the+viability+of+using+icon+fonts+in+UI+Options#ResearchtheviabilityofusingiconfontsinUIOptions-IconFontsvsSVGIcons" rel="external">for reasons outlined in the Fluid Project&#8217;s research concerning SVG specifically</a>, Font Icons are preferable.</p>
<p>With UIOs theming feature alone (changing the interfaces colours for contrast perceptibility), instead of having to create and maintain images that reflect specific theme changes you can inject some simple CSS code into your style sheet to reflect theses alterations with the single Font Icon.</p>
<h2 id="section-4" class="entry-sub-head">Font Icons are scalable</h2>
<p>And like with regular text Font Icons are scalable. They are directly tied to the page&#8217;s font-size property. So as the text grows, these icons grow and remain every bit as &#8220;crisp&#8221; as any other letter form surrounding them. In an age of hi-DPI displays and laying out webpages with ems (essentially meaning Font Icons are directly related to a users specific browser&#8217;s text size preferences) a web author/ designer/ developer can&#8217;t possibly know how a user is consuming their content, this can theoretically be a welcomed addition to any web creators tool kit.</p>
<p>Towards accessibility, using images can be a little tricky. But with some care viable alternatives can be offered. Just like using the <code>alt</code> attribute in your mark-up for your images, to offer users a text alternative to viewing the image, you can use some <a href="http://www.w3.org/WAI/intro/aria" rel="external">Web Accessibility Initiative Accessible Rich Internet Application (WAI-ARIA)</a> code <a href="https://dl.dropboxusercontent.com/u/4345316/pua-test/pua-icons.html" rel="external">for adding visually hidden descriptive text</a> to a Font Icons through the use of;</p>
<pre>&lt;div aria-label="Descriptive text describing the Font Icon" role="img"&gt;&lt;/div&gt;</pre>
<p>This solution was fleshed out (hat tip to Heidi Valles) and tested on a variety of screen readers (another hat tip to Heidi and Justin Obara), Job Access with Speech (JAWS), Non-Visual Desktop Access (NVDA) and VoiceOver. And in various browsers (Firefox, Chrome and Internet Explorer 8, 9 and 10) for non-presentational Font Icons. Apparently Firefox with NVDA, I believe, had an issue not voicing the descriptive text with the <code>role="img"</code> missing. But it worked once it went in.</p>
<h2 id="section-5" class="entry-sub-head">The use of ligatures</h2>
<p>Which brings me to <a href="http://en.wikipedia.org/wiki/Typographic_ligature" rel="external">the use of ligatures</a>. This aspect of Font Icons is what I&#8217;m having the most difficulty understanding. But ideally, in efforts toward &#8220;accessibility,&#8221; this would be most desirable. In the sense using ligatures with Font Icons, as I understand it, is theoretically the text will remain text &#8220;underneath&#8221; the visual rendering. Meaning in a web browser the combination of characters will cause those individual characters to be replaced by a custom glyph, or a Font Icon in this case. Why should we care? Screen readers will read ligatured text as text and not glyphs.</p>
<p>But of course in practice using ligatures to implement Font Icons is still somewhat limited. Browser support is still sort of problematic. As far as Internet Explorer is concerned, as of this writing, only the current version (version 10) supports ligatures. Multiple language support, or in the very least, ways to create and edit ligature metadata (the information ligatures need to even display) for multiple languages is limited. And ligatures alone may not be descriptive enough to portray the intent of the Font Icon. As you are only allowed a single &#8220;word,&#8221; in the sense no spaces are allowed, in a ligature. But, that said, <a href="http://timepiece.inostudio.de/" rel="external">ligatures are pretty cool, indeed</a>.</p>
<p>And with all this ligature talk spoken both the Fluid Project and in my limited experience using Font Icons we&#8217;ve both come to the conclusion the easier and more reliable way to use/ inject Font Icons into a web design is to use CSS rather than through the use of ligatures.</p>
<h2 id="section-6" class="entry-sub-head">Wrapping it up</h2>
<p>So if you skipped directly to this, the not so drawn out point I was getting at is if the Fluid Project has use cases for simple, monotone (but should it be appropriate Font Icons are <a href="http://conor.cc/posts/icon-stacks" rel="external">&#8220;stackable&#8221; for the sake of more complex styling</a>) icons they have made a pretty strong case to use Font Icons, through CSS (not ligatures), going forward. I&#8217;ll be extremely excited to work with the Fluid Project and Font Icons as soon as their proposal is implemented into reality&#8230;</p>
<p>Originally posted at <a href="http://abledaccess.com">Abledaccess.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://abledaccess.com/blog/accessible-font-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Applicability of Keyboard Access</title>
		<link>http://abledaccess.com/blog/applicability-of-keyboard-access/</link>
		<comments>http://abledaccess.com/blog/applicability-of-keyboard-access/#comments</comments>
		<pubDate>Fri, 01 Feb 2013 00:23:04 +0000</pubDate>
		<dc:creator>Johnny Taylor</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Adaptability]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Disability]]></category>
		<category><![CDATA[Effort]]></category>
		<category><![CDATA[Inclusivity]]></category>
		<category><![CDATA[Preference]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://abledaccess.com/?p=493</guid>
		<description><![CDATA[<p>Back in December of 2011 I wrote (which is almost impossible for me to believe); &#8220;[I]n searching for alternative methods of access — which essentially means [the] ways [in which] I input my intentions into a computer, and I’ve also begun to experiment with a trackpad, too — I discovered the keyboard is my ideal [...]</p><p>Originally posted at <a href="http://abledaccess.com">Abledaccess.com</a></p>]]></description>
				<content:encoded><![CDATA[<p>Back in December of 2011 I wrote (which is almost impossible for me to believe);</p>
<figure class="blockquote">
<blockquote><p>&#8220;[I]n searching for alternative methods of access — which essentially means [the] ways [in which] I input my intentions into a computer, and I’ve also begun to experiment with a trackpad, too — I discovered the keyboard is my ideal method of access. I had to change a few [Operating System] OS specific key commands, for usability’s sake, but using the keyboard to control a computer cut way down on the time I used to fumble with the mouse.&#8221;</p></blockquote>
<figcaption class="citation">Johnny Taylor <cite><a href="http://abledaccess.com/blog/sometimes-be-selfish/">Sometimes it serves “us” to be selfish</a></cite></figcaption>
</figure>
<p>Habit is powerful thing. I&#8217;ve spent virtually the entire time on my computer &#8220;fumbling&#8221; around with various input devices. Specialty mice (specifically programmable mice), not so special mice (the <a href="http://en.wikipedia.org/wiki/Apple_USB_Mouse" rel="external">Apple hockey puck comes to mind</a>), trackballs (I hated using a trackball), Wacom tablets and most recently an Apple Track Pad. All had their pro&#8217;s but each had a lot of con&#8217;s. Mainly in terms of my ability to use them. More often than not, the trackball especially, they were just awkward for me to use in any productive fashion.</p>
<p>The irony of it all is the most productive means of access was sitting right there in front of my face, the whole time. The keyboard. And as time lapsed I was gravitating my use increasingly away from those various input devices I was <em>trying</em> to use to the keyboard without realizing it. Not because it was more natural feeling, rather it was just <em>easier</em> for me.</p>
<p><span id="more-493"></span></p>
<p>And in an even greater twist of irony, it wasn&#8217;t until Apple released OSX (Operating System Ten) Lion when I started exploring the keyboard as my &#8220;sole&#8221; means of input. And I don&#8217;t mean with common keystrokes — like Command + Q to quit and Application, say — to speed up my interactions with a computer, but by customizing certain OS dedicated &#8220;Keyboard Shortcuts&#8221; in the OSX System Preferences &#8220;Keyboard&#8221; pane.</p>
<p>In the System Preferences &gt; Keyboard pane (as far back as Snow Leopard) and under the &#8220;Keyboard Shortcuts&#8221; option you&#8217;ll see a list of Actions Categories, if you will, on the left side of the window. Then when you click on a &#8220;category&#8221; you&#8217;ll get a list of specific actions, and the key combinations that perform the actions they correspond to. For instance, in Mountain Lion in said Keyboard Shortcuts pane the &#8220;Launchpad &amp; Dock&#8221;, the highlighted &#8220;category&#8221; once you open the Keyboard System Preference on the left of the open window, on the right you&#8217;ll see both &#8220;Turn Dock On/ Off&#8221; and &#8220;Show Launchpad&#8221; with their corresponding &#8220;shortcuts&#8221;.</p>
<p>Under &#8220;Mission Control&#8221; (and this will only apply to Lion and above as it deals with OSX &#8220;Spaces&#8221;) I changed the &#8220;Move left a space&#8221; from Control (⌃) + Left Arrow (←) to Option (⌥) + Left Arrow (←) and  &#8221;Move right a space&#8221; from Control (⌃) + Right Arrow (→) to Option (⌥) + Right Arrow (→) by highlighting a specific action and pressing return so the action will allow you to record the key combinations I suggest (or a different  one of your choosing). This will give you the ability to switch &#8220;Spaces&#8221; a bit easier. Which essentially means &#8220;swiping&#8221; left or right between open Applications that happen to be in &#8220;Full screen mode&#8221;. I prefer  my key combinations simply for the reason I use the smaller Apple keyboard and the keys I cited are very close to each other. Again, it makes everything so much easier for me.</p>
<p>Next under &#8220;Keyboard &amp; Text&#8221; change &#8220;Move focus to the menu bar&#8221; from Control (⌃) + F2 to Command &amp; Option (<kbd>⌘</kbd> &amp; ⌥) + Left Arrow (←). This way when you press that key combination the Apple () menu on the top left corner of your screen will highlight, or receive focus. Then with the left and right arrow keys you have the option of moving the &#8220;focus&#8221; to any menu item on the left side of the menu bar across the top of your screen. And once you arrive at a desired menu item use the down arrow to open up that menu list and keep pressing the down arrow until you arrive at the desired menu item. To select it simply hit the space bar.</p>
<p>Same deal from &#8220;Move focus to status menus&#8221; (those are the items located adjacent, on the right side of the top of your screen, to the &#8220;menu bar&#8221;) change the &#8220;shortcut&#8221; from Control (⌃) + F8 to Command &amp; Option (<kbd>⌘</kbd> &amp; ⌥) + Right Arrow (→).</p>
<p>But by far the most efficient &#8220;Keyboard Shortcut&#8221; I&#8217;ve altered is for &#8220;Move focus to the dock&#8221;. This likely cuts a rather significant chunk of my day I&#8217;d spend switching between Applications, open or closed. I changed the &#8220;shortcut&#8221; from Control (⌃) + F3 to Option (⌥) + Down Arrow (↓). That&#8217;s seriously the function I use most on my computer.</p>
<p>And that&#8217;s essentially it. 5 simple &#8220;shortcuts&#8221; I use to make my day a little more efficient. But keep in mind, what makes these key stroke combinations so efficient for me is, as I said, is their proximity to each other and <a href="http://en.wikipedia.org/wiki/StickyKeys" rel="external">I use sticky keys</a> — which <a href="http://en.wikipedia.org/wiki/Modifier_key" rel="external">hold down the modifier keys</a> I need to press specific key combinations.</p>
<p>A sort of caveat: these &#8220;shortcuts&#8221; don&#8217;t come free of charge. For instance any of the Option (⌥) + Arrow Key combinations cause conflicts which various Application functions. The Option (⌥) + Right Arrow (→) when editing text will jump the cursor ahead an entire word. Versus just a single character should you press an arrow key by itself, had you not changed the shortcut. In Photoshop using Option (⌥) + Down Arrow (↓) while using the move tool duplicates the active layer. And in iTunes using Option (⌥) + Left Arrow (←) jumps back to the beginning of the song that is currently playing.</p>
<p>The good thing is once you change these options in the &#8220;System Preferences&#8221; those changes will override any setting the OS or an Application has set to do anything. I haven&#8217;t tested this out with any other commonly reserved key combinations, but I believe these modifications are reasonable, and in the year and a bit I&#8217;ve been using them I haven&#8217;t come across any issues, more than  what I stated above. Point being you have to weigh these things out. What&#8217;s more important to you? Find, and experiment with, your preferences. And never sit still.</p>
<p>This post is much longer than I imagined it would be. And it&#8217;s a lot more technical than I&#8217;d intended. And these &#8220;tips&#8221; are fairly specific, seeing how they are Apple centric, but <a href="http://abledaccess.com/blog/sometimes-be-selfish/">I promised I&#8217;d document what it was I did to help myself</a>. And that&#8217;s precisely what this is. A document detailing how I personally attempt to better my computer access through keyboard access. There you have it.</p>
<p>One last thing, I&#8217;m very interested in how &#8220;accessible&#8221; the various symbols I used in this post are. With screen readers especially. I have some testing to do. However should you happen to be a screen reader user, might you be so kind to leave a comment below, detailing, however briefly, your experiences with them are? Thanks a ton&#8230;</p>
<p>Originally posted at <a href="http://abledaccess.com">Abledaccess.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://abledaccess.com/blog/applicability-of-keyboard-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The efficiency of CSS interest</title>
		<link>http://abledaccess.com/blog/efficiency-of-css-interest/</link>
		<comments>http://abledaccess.com/blog/efficiency-of-css-interest/#comments</comments>
		<pubDate>Mon, 31 Dec 2012 21:29:00 +0000</pubDate>
		<dc:creator>Johnny Taylor</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Adaptability]]></category>
		<category><![CDATA[Assisstance]]></category>
		<category><![CDATA[Preference]]></category>
		<category><![CDATA[Sass]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Style]]></category>

		<guid isPermaLink="false">http://abledaccess.com/?p=485</guid>
		<description><![CDATA[<p>It's all about Object-oriented CSS and writing efficient code now. Gone are the days of writing a selector, then all the rules that apply to that single selector.  Make your CSS work for you, not the other way around.</p><p>Originally posted at <a href="http://abledaccess.com">Abledaccess.com</a></p>]]></description>
				<content:encoded><![CDATA[<p>As 2013 quickly approaches I can&#8217;t help but wonder where 2012 went. Actually this past year was quite an eventful one. One not so focused on the computer &#8212; if you take the regularity in which I have blogged since June as indication. But for the purposes of this post, and its home on this blog, I&#8217;ll keep this relevant.</p>
<p>With the first half of this year fully involved with my volunteer gig at the <a href="http://fluidproject.org" rel="external">Fluid Project</a>, and building <a href="http://studios.fluidproject.org" rel="external">Fluid Studios</a> specifically, I was pretty overwhelmed at times. That&#8217;s not necessarily a bad thing. Or looking back on it now, it wasn&#8217;t. I learned a few valuable lessons. Most important of which was how lacking my CSS skill set was, and in some cases still is, in terms of thoroughness. And testing specifically. Namely with the dreaded IE &#8212; precisely with versions 6 to 8.</p>
<p>Anyway, as I said, it wasn&#8217;t all bad &#8212; albeit very frustrating at times (which comes with the territory). But I really can&#8217;t complain. I received a new appreciation and a renewed interest in CSS. I&#8217;m all in. With everything. And my approach, especially. It&#8217;s all about <a href="http://oocss.org" rel="external">Object-oriented CSS</a> and writing efficient code now. Gone are the days of writing a selector, then all the rules that apply to that single selector. Make your CSS work for you, not the other way around. (Do me a favour? Don&#8217;t look at the CSS for Fluid Studios. Thanks.) I&#8217;m still learning but I haven&#8217;t been this excited about poking out code in a long time. A really long time&#8230;</p>
<p><span id="more-485"></span></p>
<p>Toward that end, I&#8217;ve spent the last little bit of this year, most of December mainly, trying out <a href="http://sass-lang.com" rel="external">Syntactically Awesome Style Sheets (Sass)</a>. To the point;</p>
<blockquote><p>Sass makes CSS fun again [that it does]. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.</p></blockquote>
<p>Farting around on the command line to see Sass&#8217; worth is one thing. But making productive of said tool is quite another. Enter <a href="http://incident57.com/codekit/" rel="external">Codekit</a> (which is much more than a web-framework plugin, or so it appears). And in recent weeks, I&#8217;ve really taken to using said tools, enjoying the time I spend developing for the web, and actively wanting to improve the CSS I write. That&#8217;s all that should matter, right? This is how I&#8217;m going to look at starting 2013, at least.</p>
<p>And sorry for the somewhat scattered post today, I&#8217;m rusty. I plan on resolving that soon into the new year. Stay tuned&#8230;</p>
<p>Originally posted at <a href="http://abledaccess.com">Abledaccess.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://abledaccess.com/blog/efficiency-of-css-interest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyboard accessibility</title>
		<link>http://abledaccess.com/blog/keyboard-access/</link>
		<comments>http://abledaccess.com/blog/keyboard-access/#comments</comments>
		<pubDate>Sat, 30 Jun 2012 19:35:05 +0000</pubDate>
		<dc:creator>Johnny Taylor</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ability]]></category>
		<category><![CDATA[Adaptability]]></category>
		<category><![CDATA[Assisstance]]></category>
		<category><![CDATA[Inclusivity]]></category>
		<category><![CDATA[Limits]]></category>
		<category><![CDATA[Preference]]></category>

		<guid isPermaLink="false">http://abledaccess.com/?p=351</guid>
		<description><![CDATA[<p>Anyway I thought this a worthwhile post to write only for the fact my Mom, as she was "fact-checking" my last blog post, asked me how she could interact with a computer without a mouse? And this is essentially how I do.</p><p>Originally posted at <a href="http://abledaccess.com">Abledaccess.com</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://abledaccess.com/?p=145">Not that long ago</a> I wrote about my initial experiences with <a href="http://en.wikipedia.org/wiki/Assistive_technology">Assistive Technology</a>. And even though those experiences happened quite some years ago and I&#8217;ve undergone a lot of healing and a number of behaviour alterations since, I still use a handful of <em>alternative</em> means to access a computer.</p>
<p>But by far the most important one I use, that makes the time I spend on a computer much more productive and enjoyable, is the manner in which I use a keyboard.</p>
<p>As my physical ability has progressively changed, my needs &#8212; in the sense the solutions I use &#8212; have not. Well that&#8217;s not entirely true. I no longer need <a href="http://en.wikipedia.org/wiki/Switch_Access_Scanning">switch access scanning</a> or <a href="http://en.wikipedia.org/wiki/Mouse_keys">mouse keys</a>, but I still heavily rely on the keyboard, and <a href="http://abledaccess.com/?p=73">sticky keys</a> especially, to interface a computer. I <em>can</em> use two hands to type, but that can be challenging (working in Photoshop is the exception) so I don&#8217;t typically use both hands. But in an effort to speed up my productivity I don&#8217;t so much <em>require</em> said solution, as I much <em>prefer</em> to use it.</p>
<p>Which gets to my point, my most productive use of time, in terms of my access, is the keyboard. Most of the solutions I currently use involve these 90 keys that lay before me&#8230;</p>
<p><span id="more-351"></span></p>
<p>So the key (har!) to keyboard accessibility is something that is often referred to as keyboard shortcuts, or <a href="http://en.wikipedia.org/wiki/Access_keys">access keys</a>. It&#8217;s these keys, usually through a combination of keystrokes, that give me a means of controlling a computer via a keyboard. These actions are mainly performed through the combined use of a <a href="http://en.wikipedia.org/wiki/Modifier_key">modifier key</a> (the Shift, Control, Option and Command keys on the Mac) and another letter, number, punctuation or function key.</p>
<p>And I, as stated above, use sticky keys too help my do this. All that means is when I press one or a bunch of modifier keys it remains pressed, which isn&#8217;t  at all what really happens but the computer remembers which key I&#8217;ve pressed and &#8220;holds&#8221; it, until I press another non-modifier key I need to tell the computer the action I wish it to perform.</p>
<p>This is where sticky keys play an all too important role. I typically only <a href="http://abledaccess.com/?p=250">type with one hand</a>. Which means pressing any combination of two or more keys on the keyboard, depending on where the combination of keys I need to press are related to each other of course, <em>can</em> be tricky to down right impossible. Sticky keys allow me to press a modifier key and, for all intents and purposes, it stays pressed (read: activated) until I press the other key I need to complete the combination for the action I need performed. I even use this solution for an action as fundamental as capitalizing the first letter of a new sentence. Pretty important, right?</p>
<p>Anyway I thought this a worthwhile post to write only for the fact my Mom, as she was &#8220;fact-checking&#8221; <a href="http://abledaccess.com/?p=402">my last blog post</a>, asked me how she could interact with a computer without a mouse? And this is essentially how I do&#8230;</p>
<p>Originally posted at <a href="http://abledaccess.com">Abledaccess.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://abledaccess.com/blog/keyboard-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Point is, assumption hurts</title>
		<link>http://abledaccess.com/blog/assumption-hurts/</link>
		<comments>http://abledaccess.com/blog/assumption-hurts/#comments</comments>
		<pubDate>Wed, 09 May 2012 22:00:29 +0000</pubDate>
		<dc:creator>Johnny Taylor</dc:creator>
				<category><![CDATA[Disability]]></category>
		<category><![CDATA[Ability]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Adaptability]]></category>
		<category><![CDATA[Assumption]]></category>
		<category><![CDATA[Dedication]]></category>
		<category><![CDATA[Exclusion]]></category>

		<guid isPermaLink="false">http://abledaccess.com/?p=402</guid>
		<description><![CDATA[<p>I will never forget the look of embarrassment that came over my Grandmother's face as this stranger spoke down at them. And adding insult to injury, the way I remember the whole interaction, is this woman was speaking about them, not to them. Even though they were right there. Assuming they could hear her and they couldn't appreciate what she was saying hurt my Grandmother. And whether that is fair or not, I haven't a clue. Point is, assumption hurts. Hers or mine...</p><p>Originally posted at <a href="http://abledaccess.com">Abledaccess.com</a></p>]]></description>
				<content:encoded><![CDATA[<p>Today, Wednesday may 9th, marks the very first <a href="http://www.mysqltalk.com/gaad.html" rel="external">Global Accessibility Awareness Day (GAAD)</a>. I encourage you to take a few minutes to <a href="http://www.mysqltalk.com/participate.html" rel="external">experience another perspective towards web accessibility first hand</a> by going pointing-deviceless (whether you use a mouse, trackpad or rollerball, use the keyboard) or using a screen reader to navigate your computer, for even five minutes, at some point today. Every little bit helps.</p>
<p>But in combing through various articles and Twitter links this morning I stumbled across <a href="http://simplyaccessible.com/article/awareness/" rel="external">a post written by Derek Featherstone, titled Awareness</a>, that immediately had me contemplating both my Grandparent&#8217;s struggles. To be fair, I&#8217;m not sure they saw their disabilities as anything they &#8220;struggled&#8221; with, as it was just something they had to deal with to successfully live a life. But for the purposes of this post and what GAAD actually represents it&#8217;s nearly impossible, for me at least, to fathom their lives as anything but a &#8220;struggle.&#8221;</p>
<p>When both my Grandparents were young — my Grandfather was 3 when he was struck by a motorcycle and contracted Red Measles while in the &#8220;Fever Hospital&#8221; and my Grandmother was 7 when she was afflicted with Meningitis — they were each left with their disability&#8217;s. But in spite of such matters they lived out their childhoods and met each other at a social club organized by/ for the Hearing Impaired in Dundee Scotland as young adults. They were married in 1948, had two children by 1955, then immigrated to Canada in 1957&#8230;</p>
<p><span id="more-402"></span></p>
<p>As Derek put it &#8220;disability and the concept of accessibility can be confusing. Awkward. Uncomfortable. The first step to true understanding is usually awareness.&#8221; I&#8217;d agree. And, for the record, while I&#8217;m not a huge fan of the label of &#8220;disability,&#8221; I do recognize the need to use it. While it denotes a specific amount of difference, in terms of what is different, the fact that something has to be said towards any difference seems backward to me. In a perfect world calling attention to anything would be moot, we&#8217;d already have intimate knowledge of everything, however we don&#8217;t live in a perfect world, obviously. Therefore raising awareness is so very important.</p>
<p>And, much like Derek, I&#8217;m not convinced my interest in issues relating to accessibility on the web, at least, stem from what my Grandparents had to deal with. It&#8217;d be nice to claim, but would be entirely disingenuous. Honestly, my interest comes from a much more selfish place, being myself. And how accessibility issues affect me, as a quadriplegic. And if awareness is a goal of today I could tell you <em>lots</em> about what makes my life more difficult. And actions I take to improve certain circumstances. But in all fairness today isn&#8217;t about me. It&#8217;s about other people. And recognizing what anyone who isn&#8217;t you has to deal with in order to live a life.</p>
<p>That said, what I&#8217;m about to write has little to do with web accessibility. But it&#8217;s most definitely related. Insomuch as it has to do with assumption and ignorance. Web designers/ developers, whether forced to or not, make a whole lot of assumptions in any given day at the craft. Now I&#8217;m not bashing that fact, unfortunately it&#8217;s the nature of the beast, as we don&#8217;t typically have full access the entire gamut of devices we need to test what it is we build.</p>
<p>When I was in grade 7 (this would have been in 1987) my family, and my Grandparents included, travelled to the UK to visit family. Now this isn&#8217;t anything I often think about, but it&#8217;s always something that has stuck with me ever since. While in Scotland, and visiting my Grandmother&#8217;s sister, a woman — I don&#8217;t recall if this person was family or simply just a friend of my &#8220;Aunt&#8221; and Grandparents — in the matter of a few minutes, referred to my Grandparents, openly (and without even a hint of shame), as being &#8220;Deaf and Dumb,&#8221; A number of times. I don&#8217;t ever remember feeling such anger and disgust for someone I hardly knew.</p>
<p>My Grandparent&#8217;s being Deaf wasn&#8217;t ever a problem with anyone in my family. Which leads me to believe she wasn&#8217;t family. They&#8217;ve always been my Grandparents, period. And now some insensitive woman was, whether she realized what she was inferring or not (this, after all, was the convention from years ago, &#8220;Dumb&#8221; was a term used to refer to and individual&#8217;s inability to speak, I believe), was insulting them to their Grandson, right in front of their faces!</p>
<p>Both my Grandparent&#8217;s were extremely accomplished at reading lips. They knew full well what she was saying. Whether my Grandparents interpreted what she was referring to them as was even remotely similar to my interpretation, isn&#8217;t for me to speculate, but there was no mistaking my Grandmother&#8217;s reaction. I will <em>never</em> forget the look of embarrassment that came over my Grandmother&#8217;s face as this stranger spoke down at them. And, adding insult to injury, the way I remember the whole interaction, is this woman was speaking about them, not to them. Even though they were right there. Assuming they couldn&#8217;t hear her and/ or they couldn&#8217;t appreciate what she was saying hurt my Grandmother. And whether that is fair or not, I haven&#8217;t a clue. Point is, assumption hurts. Her&#8217;s or mine.</p>
<p>There was so much more I set out to write, but in the interests of getting this posted before this day runs out, I&#8217;ll conclude with this: my Grandparent&#8217;s were very kind, loving and intelligent people who overcame a lot of ignorance in their life, but never was it more apparent than here. When a 13 year old kid saw enough of a problem with someone&#8217;s remarks to be so infuriated that he so vividly remembers the incident a full 25 years later I think says it all!</p>
<p>Always remember your assumptions will invariably cause a reaction. Good or bad&#8230;</p>
<p>Originally posted at <a href="http://abledaccess.com">Abledaccess.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://abledaccess.com/blog/assumption-hurts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
