|
| |
|
|
chadb
Posts: 487 From: Kansas Status: offline
|
Redirect a page per users config - 5/28/2003 14:08:20
Is there a way to check for a directory on a users computer, and redirect if a certain directory is found? Thanks
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Redirect a page per users config - 5/28/2003 15:03:11
quote:
Is there a way to check for a directory on a users computer, Nope - Thank goodness!
_____________________________
Gil Harvey, 1947-2004
|
|
|
|
chadb
Posts: 487 From: Kansas Status: offline
|
RE: Redirect a page per users config - 5/28/2003 16:42:43
What I was going to do, I am not going to do now. I am developing a sight for low vision clients, and if they had a screen reader installed, it would redirect them to a text only site.
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Redirect a page per users config - 5/28/2003 16:45:23
quote:
What I was going to do, I am not going to do now. I am developing a sight for low vision clients, and if they had a screen reader installed, it would redirect them to a text only site. That can be done - has nothing to do with what directories are on thier HD
_____________________________
Gil Harvey, 1947-2004
|
|
|
|
chadb
Posts: 487 From: Kansas Status: offline
|
RE: Redirect a page per users config - 5/28/2003 16:47:17
Any suggestions would be helpful!!
|
|
|
|
Justjay
Posts: 697 From: Montreal, QC Canada Status: offline
|
RE: Redirect a page per users config - 5/28/2003 16:47:19
Exactly and you may want to explore CSS options for different media
< Message edited by justjay -- 5/28/2003 5:01 PM >
_____________________________
JustJay thejehm.net Web Solutions SAH Link Exchange Serious About Hosting
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Redirect a page per users config - 5/28/2003 17:07:30
quote:
I am developing a sight for low vision clients, and if they had a screen reader installed, it would redirect them to a text only site. Why? Valid HTML was developed with this in mind - ALT attributes will be ' read' for images and the textual content will be read.
_____________________________
Gil Harvey, 1947-2004
|
|
|
|
slbergh
Posts: 322 Joined: 11/8/2002 From: Iowa Status: offline
|
RE: Redirect a page per users config - 5/28/2003 17:23:11
I agree with JustJay. CSS is the way to go. Not only is it much cleaner than regular HTML, but it works with screen readers.
_____________________________
Digital data lasts forever...or 5 years, whichever comes first!
|
|
|
|
chadb
Posts: 487 From: Kansas Status: offline
|
RE: Redirect a page per users config - 5/28/2003 17:27:04
Thanks for the advise, I will check into that!!
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Redirect a page per users config - 5/28/2003 17:39:55
quote:
Not only is it much cleaner than regular HTML, but it works with screen readers. Huh? Are you saying HTML doesn' t?
_____________________________
Gil Harvey, 1947-2004
|
|
|
|
slbergh
Posts: 322 Joined: 11/8/2002 From: Iowa Status: offline
|
RE: Redirect a page per users config - 5/28/2003 17:47:49
No. HTML does work with screen readers, but, again, it' s not as clean as CSS. Remember, a screen reader literally reads the code, so if you have tons of <font face=xxx size=x> to format your text throughout, or worse yet, use inline styles, the person using the reader is going to spend more time listening to formatting than content.
_____________________________
Digital data lasts forever...or 5 years, whichever comes first!
|
|
|
|
slbergh
Posts: 322 Joined: 11/8/2002 From: Iowa Status: offline
|
RE: Redirect a page per users config - 5/28/2003 18:05:44
True. I guess I' ve gotten to the point where I think of the standard formatting tags as being included as HTML (all the font and color tags), as opposed to the content.
_____________________________
Digital data lasts forever...or 5 years, whichever comes first!
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Redirect a page per users config - 5/28/2003 19:56:43
quote:
Remember, a screen reader literally reads the code, so if you have tons of <font face=xxx size=x> to format your text throughout, or worse yet, use inline styles, the person using the reader is going to spend more time listening to formatting than content. I' m not sure about all screen readers but Home Page Reader by IBM does not read any tags (or the formating) just the text, links and ALT attributes. The Cleanliness of HTML is not the language - it' s the author [:p]
_____________________________
Gil Harvey, 1947-2004
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|