Re: [WSG] Accessible Adobe Photoshop and flash With Jaws

2007-09-26 Thread James Jeffery
Hi Marvin. I get the impression you are blind, from reading your previous posts i wouldn't have guessed that, some of your help and comments to other members are very good, you are clearly skilled at what you do and i admire your ability and progression in the field. The first reply i will give

[WSG] Out of Office AutoReply: WSG Digest [SEC=UNCLASSIFIED]

2007-09-26 Thread Allyson.Luders
I am currently working part time - Monday, Wednesday and Friday mornings only. If you need to contact someone urgently regarding the web, please contact David Bacon. For other issues, please contact Bruce Kilgour. Cheers Allyson Luders Onshore Energy and Minerals Division Geoscience Australia

[WSG] Out of Office Reply

2007-09-26 Thread LAMONT,Andrew
Hello, I will be out of the office until 2 October 2007. If you have any urgent enquiries please contact Samantha Stebbings on 026121 9162. Please note this email has not been forwarded. Thanks,AndrewNotice: The information contained in this email message and any attached files may be

RE: [WSG] Out of Office Reply

2007-09-26 Thread Koen Willems
-Oorspronkelijk bericht - Van: LAMONT,Andrew [EMAIL PROTECTED] Aan: wsg@webstandardsgroup.org Verzonden: 26-9-07 11:41 Onderwerp: [WSG] Out of Office Reply Hello,   I will be out of the office until 2 October 2007. If you have any urgent enquiries please contact Samantha Stebbings on

Re: [WSG] Accessible Adobe Photoshop and flash With Jaws

2007-09-26 Thread Christian Montoya
On 9/26/07, marvin hunkin [EMAIL PROTECTED] wrote: Hi. well, next year looking at doing the diploma in information technology, website development. a couple of challenges i have, is that a couple of units, i probably will not be able to do, as one is to use advanced and basic features

Re: [WSG] Accessible Adobe Photoshop and flash With Jaws

2007-09-26 Thread Breton Slivka
This might sound silly, but here it is anyway: Flash can do more than just graphics- You can also play sounds and manipulate them, to a certain extent with code. I've always wondered what the possibilities would be if someone applied themselves to making not just a website which is merely

[WSG] Form styling

2007-09-26 Thread Tom Livingston
Hello list, OK, I hate form styling. It's my least favorite thing. I have started using Eric Meyer's Reset style sheet. Does anyone have a favorite resource for dealing with forms. I am tired of resorting to... [cough] tables. I do manage on occasion to pull it off w/o tables, but it's always a

Re: [WSG] Form styling

2007-09-26 Thread Dave Woods
Tom, I put this together a while ago which you'll probably find useful http://www.dave-woods.co.uk/?p=91 with it in action here http://www.dave-woods.co.uk/wp-content/uploads/2007/09/accessible-forms1.html If you group the label with the form field then it's usually much easier to style the

Re: [WSG] Form styling

2007-09-26 Thread Tony Crockford
On 26 Sep 2007, at 18:15, Tom Livingston wrote: Does anyone have a favorite resource for dealing with forms. how about: http://www.accessify.com/tools-and-wizards/accessibility-tools/form- builder/default.php?type=css http://www.stuffandnonsense.co.uk/archives/stylish_accessible_forms.html

Re: [WSG] Form styling

2007-09-26 Thread Tee G. Peng
I, on the other hand, love form styling :) this is what I came out, a bit heavy on markup but it works consistently accross browsers, including IE 5 (except extra line- height). div class=form span class=col_leftlabel for=titleSubject: /label/span span class=col_rightinput name=title

Re: [WSG] Form styling

2007-09-26 Thread Tom Livingston
Dave, Thanks a lot for this. It's really simple and I don't mind the extra span element. So simple in fact, I threw up in my mouth a little from my own embarrassment. :-P THANKS! And thanks to the others for the replies. I will hang on to these in case a situation arises where one method is

Re: [WSG] Form styling

2007-09-26 Thread James Jeffery
To layout a form i usually do: form method=POST action=?php $_SERVER['DOCUMENT_ROOT']? fieldset legendLogin To Members Area/legend divlabel for=usernameUsername/labelinput type=text id=username name=username/div divlabel for=passwordUsername/labelinput type=password id=password name=password/div

Re: [WSG] Form styling

2007-09-26 Thread Dave Woods
Glad it helped :o) The idea for the span around the legend and div around the fieldset initially came from http://www.tyssendesign.com.au/articles/css/legends-of-style/ This then gave me the idea of including a span around the actual label text as it then provides extra flexibility for styling

Re: [WSG] Form styling

2007-09-26 Thread John Faulds
http://www.dave-woods.co.uk/wp-content/uploads/2007/09/accessible-forms1.html With your labels set to display: block, you don't realy need the extra br at the end of each one. ;) -- Tyssen Design www.tyssendesign.com.au Ph: (07) 3300 3303 Mb: 0405 678 590

Re: [WSG] Form styling

2007-09-26 Thread Mike at Green-Beast.com
Hi John, With your labels set to display: block, you don't realy need the extra br at the end of each one. ;) You're right, of course, but I think it's a good idea to keep the breaks. Not everyone supports styles so the breaks keep the form neat without them. My 2 cents. Cheers. Mike Cherim

Re: [WSG] Form styling

2007-09-26 Thread James Ellis
Hi Try using a definition list with the dt holding the labels and the dd holding the input - you can float the dt and dd to get two left-right columns and if you want to present the form differently then just use a dt/dd with no floats: form method=post action= fieldset legendLogin Foo/legend

Re: [WSG] Accessible Adobe Photoshop and flash With Jaws

2007-09-26 Thread James Ellis
Hi James J: I see no impediment to a blind person creating graphics. Just because they are only seen by people with sight doesn't and shouldn't mean they can't be created. A blind person can have a graphical work described to them and, as we all do, interpret it in their own way. Technically,