[WSG] I am currently out of the office Re: WSG Digest

2011-12-06 Thread Rebecca Rodgers
I am currently out of the office on annual leave and will return on
Monday, 12 December.  If you have an urgent query, please contact the
office on (02) 9319 7901 or email Catherine Grenfell on
cather...@steptwo.com.au.

Otherwise, I will respond to your email on my return.

Kind regards
Rebecca


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Accessible Slideshow

2011-12-06 Thread Ted Drake
Unfortunately, I didn’t find that slideshow yet.

The YUI2 carousel with ARIA plugin works nicely. You can set it to auto play, 
it’s not the same as a slide show.
http://developer.yahoo.com/yui/examples/carousel/carousel-ariaplugin.html

Ted


On 12/6/11 11:13 AM, "David Laakso"  wrote:

  On 12/6/11 12:44 PM, Ted Drake wrote:
Re: [WSG] Accessible Slideshow



These are just some of the features I would look for in an accessible slideshow.


 --
 Ted Drake



 Does such a slideshow exist; and, if so, can you please point to one that uses 
those features... and, includes any other features that are important to an 
accessible slideshow?

 ~d




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] Accessible Slideshow

2011-12-06 Thread David Laakso

On 12/6/11 12:44 PM, Ted Drake wrote:




These are just some of the features I would look for in an accessible 
slideshow.



--
Ted Drake



Does such a slideshow exist; and, if so, can you please point to one 
that uses those features... and, includes any other features that are 
important to an accessible slideshow?


~d

--
Desktop. Laptop. Tablet. Mobile!
http://chelseacreekstudio.com/



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Accessible Slideshow

2011-12-06 Thread Ted Drake
Before looking for an accessible slide show, it would help to think about what 
would make a slideshow accessible.


 1.  Do the images have alternate text. If the slideshow is adding images to 
the DOM, make sure the alt attribute is being used.
 2.  If the images are preloaded in a list, are they truly hidden? Most 
slideshows use positioning instead of display:none or visibility:hidden to hide 
images. This allows for smoother animations. If the slideshow is using position 
to hide images, make sure it is using aria-hidden=”true” and 
aria-hidden=”false” on the appropriate images.
 3.  Does the slideshow offer a hover behavior that is also keyboard 
accessible? This is especially true when an image’s caption is displayed on 
:hover. Make sure this works with :active and :focus as well.
 4.  Are there buttons to move the slideshow back and forth? Do they use links 
like ? Add role=”button” to links that behave like buttons.
 5.  if the slideshow has a main stage that has images loaded into it, are they 
being announced? If the slideshow is the key focus of the page, set focus to 
the image when it is loaded.  If it is a sub module on a page, you could use 
aria-live=”polite” to let the user know the slideshow has changed.
 6.  Are there alternate buttons if it is on a mobile device and uses a custom 
swipe gesture?

These are just some of the features I would look for in an accessible slideshow.


--
Ted Drake
Yahoo! Inclusive Design
http://accessibility.yahoo.com
Twitter: @yahooaccess
Facebook: http://www.facebook.com/YahooAccessibility



On 12/6/11 8:48 AM, "Stefan Gaertners"  wrote:

Hi,

habe you tried Eric Meyers S5 http://meyerweb.com/eric/tools/s5/faq.html ?

Kind regards,

Stefan

Am 06.12.2011 um 14:43 schrieb "Web Dandy" :

Hi,

Does anyone know of any accessible slideshows which allow text and images?

Thanks,



Elaine Wildash

Web Dandy
"Web Design That Works"



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Accessible Slideshow

2011-12-06 Thread Stefan Gaertners
Hi,

habe you tried Eric Meyers S5 http://meyerweb.com/eric/tools/s5/faq.html ?

Kind regards,

Stefan

Am 06.12.2011 um 14:43 schrieb "Web Dandy" :

> Hi,
>  
> Does anyone know of any accessible slideshows which allow text and images?
>  
> Thanks,
>  
> 
> Elaine Wildash
> 
> Web Dandy
> "Web Design That Works"
>  
>  
> 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> *** 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> *** 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

RE: [WSG] Accessible Slideshow

2011-12-06 Thread Birendra Patel
Hi Elaine

 

Visit this site. You will find everything here 

 

http://www.downloadjavascripts.com/Carousel.aspx

 

Enjoy

Birendra

 

From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Web Dandy
Sent: Tuesday, December 06, 2011 7:14 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] Accessible Slideshow

 

Hi,

 

Does anyone know of any accessible slideshows which allow text and images?

 

Thanks,

 



Elaine Wildash

Web Dandy
"Web Design That Works"

 

 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***<>

RE: [WSG] Accessible Slideshow

2011-12-06 Thread Web Dandy
Hi,

 

Does anyone know of any accessible slideshows which allow text and images?

 

Thanks,

 



Elaine Wildash

Web Dandy
"Web Design That Works"

 

 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***<>

[WSG] wamp, php my admin and jaws

2011-12-06 Thread Marvin Hunkin
hi. a blind website student using a screen reader jaws for windows from 
http://www.freedomscientific.com and learning php, and my lecturer is on 
holidays now. using the command line my sql, i created a text file and 
put the following commands in ; USE addresssbook; LOAD DATA INFILE 
'addresssbook.sql' INTO TABLE tperson; and now got a sql database called 
addressbook.sql in the wamp folder, the www. folder and a folder i 
created called FourthPHP, and the php my admin is not very screen reader 
friendly, using firefox and a lot of links, and got totally frustrated, 
it did work yesterday, but the date field was not in, and takes forever 
uploading. so, want to use the my sql command. so what is the command, 
and when i try to run \. addressbook.txt get a error cannot open the 
file. did try the mysql - h locahost 
c:\wamp\www\FourthPHP\addressbook.sql but got a unknown database errorr. 
my lecturer has this file and the script which goes with it, which is in 
the same folder, a php script called db.php. can any one help me out? 
this is driving me nuts, giving me a major headache, and my lecturer is 
on hollidays till febuary 6, and do not have time to wait. so banging my 
head against a brick wall. any ideas, need help. this is pissing me off 
real bad, trying this to work for the last couple of days, as a remote 
online student, and got all the notes and exercises and the assignment 
for php. and also html, css, and java script over the hollidays. Marvin, 
from Devonport, Tasmania, Australia.



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



[WSG] Wamp, php my admina And Accessibility Help

2011-12-06 Thread Marvin Hunkin
hi. a blind website student using a screen reader jaws for windows from 
http://www.freedomscientific.com and learning php, and my lecturer is on 
holidays now. using the command line my sql, i created a text file and 
put the following commands in ; USE addresssbook; LOAD DATA INFILE 
'addresssbook.sql' INTO TABLE tperson; and now got a sql database called 
addressbook.sql in the wamp folder, the www. folder and a folder i 
created called FourthPHP, and the php my admin is not very screen reader 
friendly, using firefox and a lot of links, and got totally frustrated, 
it did work yesterday, but the date field was not in, and takes forever 
uploading. so, want to use the my sql command. so what is the command, 
and when i try to run \. addressbook.txt get a error cannot open the 
file. did try the mysql - h locahost 
c:\wamp\www\FourthPHP\addressbook.sql but got a unknown database errorr. 
my lecturer has this file and the script which goes with it, which is in 
the same folder, a php script called db.php. can any one help me out? 
this is driving me nuts, giving me a major headache, and my lecturer is 
on hollidays till febuary 6, and do not have time to wait. so banging my 
head against a brick wall. any ideas, need help. this is pissing me off 
real bad, trying this to work for the last couple of days, as a remote 
online student, and got all the notes and exercises and the assignment 
for php. and also html, css, and java script over the hollidays. Marvin, 
from Devonport, Tasmania, Australia.



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***