[Fwd: [emacspeak The Complete Audio Desktop] Tutorial: Enhancing Web 2.0 Usability ...]

Hans Zoebelein <[email protected]> Fri, 01 Aug 2008 17:41:29 +0200
Newsgroups gmane.linux.redhat.blinux.announce
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============1296454677==
Content-Type: multipart/alternative;
	boundary="------------090902070603060900000702"

This is a multi-part message in MIME format.
--------------090902070603060900000702
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit



-------- Original Message --------
Subject: 	[emacspeak The Complete Audio Desktop] Tutorial: Enhancing Web 
2.0 Usability ...
Resent-Date: 	Fri, 1 Aug 2008 11:07:27 -0400 (EDT)
Resent-From: 	[email protected]
Date: 	Fri, 1 Aug 2008 08:07:37 -0700 (PDT)
From: 	T. V. Raman <[email protected]>
To: 	[email protected]



You can watch a video <http://www.youtube.com/watch?v=gdRP76jhpAc> of 
the tutorial Charles and I gave as part of the Google Open Source series 
on July 14. Emacspeak users can play the video by pressing |e e| on the 
above link and specifying |emacspeak-m-player-youtube-player| when prompted.


      Abstract

Google is the Web's premier creator of user-friendly Web 2.0 
applications, and I have long viewed it as part of our mission to do for 
users in the long tail (AKA users with special needs) what we've 
achieved for the mainstream user. Accessibility 2.0 
<http://www.abilitynet.org.uk/accessibility2/> is now a hot topic on the 
Web --- and we would like to move from a world where AJAX applications 
were a straight No-No with respect to blind users to a world where these 
same technologies are used to enhance their usability for everyone.

Google-AxsJAX <http://code.google.com/p/axsjax> is an Open Source 
framework for injecting accessibility for users with special needs --- 
and more generally, usability enhancements --- into Web 2.0 
applications. In this TechTalk, Charles Chen and I give a hands-on 
tutorial on using AxsJAX to enhance the usability of Web 2.0 
applications. The tutorial covers the following:

    * A brief introduction to the additional /opcodes/ introduced by W3C
      ARIA to the assembly language of the Web (AKA HTML+JavaScript).
    * AxsJAX library abstractions built on the above that help Web
      developers generate relevant feedback via the user's adaptive
      technology of choice.
    * Steps in creating fluent eyes-free interaction to Web
      applications, including enabling rapid access to parts of a
      complex Web page.

This tutorial focuses on solutions we've already built and deployed both 
within shipping products and as early end-user experiments. Google 
products that we will cover include:

    * Google WebSearch
    * Google Reader
    * Google Books
    * GMail and Google Talk
    * Google Scholar
    * Google Sky

And time permitting, we might even demonstrate how I now make up for all 
the time I save thanks to an efficient eyes-free auditory user interface 
by playing JawBreaker and reading XKCD via their AxsJAXed versions.

Note that writing AxsJAX enhancements to Web applications can help you 
win bragging rights and cool swag 
</home/build/google3/javascript/axsjax/THANKS.html>! The goal of this 
hands-on tutorial is to help you get there faster!



--
Posted By T. V. Raman to emacspeak The Complete Audio Desktop 
<http://emacspeak.blogspot.com/2008/08/tutorial-enhancing-web-20-usability.html> 
at 8/01/2008 08:07:00 AM

--------------090902070603060900000702
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
-------- Original Message --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
 cellspacing="0">
  <tbody>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Subject: </th>
      <td>[emacspeak The Complete Audio Desktop] Tutorial: Enhancing
Web 2.0 Usability ...</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Resent-Date: </th>
      <td>Fri, 1 Aug 2008 11:07:27 -0400 (EDT)</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Resent-From: </th>
      <td><a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Date: </th>
      <td>Fri, 1 Aug 2008 08:07:37 -0700 (PDT)</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">From: </th>
      <td>T. V. Raman <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]">&lt;[email protected]&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">To: </th>
      <td><a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a></td>
    </tr>
  </tbody>
</table>
<br>
<br>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>You can <a moz-do-not-send="true"
 href="http://www.youtube.com/watch?v=gdRP76jhpAc">watch a
video</a> of the tutorial Charles and I gave as part of the
Google Open Source series on July 14.
Emacspeak users can play the video by pressing <code>e e</code>
on the above link and specifying
<code>emacspeak-m-player-youtube-player</code> when prompted.</p>
<h3>Abstract</h3>
<p>
Google is the Web's premier creator of user-friendly Web 2.0
applications, and I have long viewed it as part of our mission to
do for users in the long tail (AKA users with special needs) what
we've achieved for the mainstream user. <a moz-do-not-send="true"
 href="http://www.abilitynet.org.uk/accessibility2/">Accessibility 2.0</a>
is now a hot topic on the Web
--- and we would like to move from a world where AJAX
applications were a straight No-No with respect to blind users to
a world where these same technologies are used to enhance their
usability for everyone.
</p>
<p>
<a moz-do-not-send="true" href="http://code.google.com/p/axsjax">Google-AxsJAX</a>
is an Open Source framework for injecting
accessibility for users with special needs --- and more
generally, usability enhancements --- into Web 2.0 applications.
In this TechTalk, Charles Chen and I give a hands-on tutorial on using
AxsJAX to enhance the usability
of Web 2.0 applications. The tutorial covers the following:
</p>
<ul>
  <li>
A brief introduction to the additional <i>opcodes</i> introduced
by W3C ARIA to the assembly language of the Web (AKA HTML+JavaScript).
  </li>
  <li>
AxsJAX library abstractions built on the above that help Web
developers generate relevant feedback via the user's adaptive
technology of choice.
  </li>
  <li>
Steps in creating fluent eyes-free interaction to Web
applications, including enabling rapid access to parts of a
complex Web page.
  </li>
</ul>
<p>This tutorial focuses on solutions we've already built and
deployed both within shipping products and as early end-user
experiments. Google products that we will cover include:
</p>
<ul>
  <li>
Google WebSearch
  </li>
  <li>
Google Reader
  </li>
  <li>
Google Books
  </li>
  <li>
GMail and Google Talk
  </li>
  <li>
Google Scholar
  </li>
  <li>
Google Sky
  </li>
</ul>
<p>And time permitting, we might even demonstrate how I now make up
for all the time I save thanks to an efficient
eyes-free auditory user interface by playing JawBreaker and
reading XKCD via their AxsJAXed versions. </p>
<p>
Note that writing AxsJAX enhancements to Web applications can
help you win <a moz-do-not-send="true"
 href="/home/build/google3/javascript/axsjax/THANKS.html">bragging
rights and cool swag</a>! The goal of this
hands-on tutorial is to help you get there faster!
</p>
</div>
<br>
<br>
--<br>
Posted By T. V. Raman to <a moz-do-not-send="true"
 href="http://emacspeak.blogspot.com/2008/08/tutorial-enhancing-web-20-usability.html">emacspeak
The Complete Audio Desktop</a> at 8/01/2008 08:07:00 AM
</body>
</html>

--------------090902070603060900000702--


--===============1296454677==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Blinux-announce mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/blinux-announce
--===============1296454677==--