navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Redirect a page per users config

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Redirect a page per users config
Page: [1]
 
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

(in reply to chadb)
Justjay

 

Posts: 697
From: Montreal, QC Canada
Status: offline

 
RE: Redirect a page per users config - 5/28/2003 16:28:02   
What are you trying to accomplish?

_____________________________

JustJay
thejehm.net Web Solutions
SAH Link Exchange
Serious About Hosting

(in reply to chadb)
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.

(in reply to chadb)
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

(in reply to chadb)
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!!

(in reply to chadb)
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

(in reply to chadb)
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

(in reply to chadb)
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!

(in reply to chadb)
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!!

(in reply to chadb)
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

(in reply to slbergh)
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!

(in reply to chadb)
Justjay

 

Posts: 697
From: Montreal, QC Canada
Status: offline

 
RE: Redirect a page per users config - 5/28/2003 17:58:16   
Exactly....

_____________________________

JustJay
thejehm.net Web Solutions
SAH Link Exchange
Serious About Hosting

(in reply to chadb)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: Redirect a page per users config - 5/28/2003 18:00:05   
quote:

Not only is it much cleaner than regular HTML


I think you mean that it is much cleaner than inline styles... since all a CSS does is define the style of the HTML...

without HTML you wouldn' t have much to define using the CSS :)

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to chadb)
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!

(in reply to chadb)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: Redirect a page per users config - 5/28/2003 18:09:25   
quote:

I guess I' ve gotten to the point where I think of the standard formatting tags as being included as HTML


They are, but so are <p> and <div> etc... tho some have been dropped in newer HTML standards..


:)

Without the HTML tag for the CSS to modify it wouldn' t do much for you... but I understand what you meant.

This is true whether or not you' re coding for a reader or a browser... CSS makes your HTML cleaner... aside from the fact that it makes it possible to modify all styles from a single source page.

Saves on typing too... or drop down menu' s in FP :)

< Message edited by bobby -- 5/28/2003 6:10 PM >


_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to chadb)
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

(in reply to slbergh)
Page:   [1]

All Forums >> Web Development >> General Web Development >> Redirect a page per users config
Page: [1]
Jump to: 1





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