Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-03 Thread Ryan Moore
Ya, it's colliding with another script i have but i'll figure it out.

Thanks Again.

On 8/3/07, Robert O'Rourke [EMAIL PROTECTED] wrote:

 Ryan Moore wrote:
  page cannot be displayed...???
 
  On 8/2/07, *Robert O'Rourke* [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] wrote:
 
 
 
  http://webrocket.ulmb.com/ability/
  http://webrocket.ulmb.com/ability/
 

 Strange, works for me...
 The alistapart article someone sent you looks like a good solution. Same
 thing I guess but it won't conflict with scriptaculous (I assume because
 the article is from 2001).


 Rob


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-03 Thread Robert O'Rourke

Ryan Moore wrote:

page cannot be displayed...???

On 8/2/07, *Robert O'Rourke* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:




http://webrocket.ulmb.com/ability/
http://webrocket.ulmb.com/ability/



Strange, works for me...
The alistapart article someone sent you looks like a good solution. Same 
thing I guess but it won't conflict with scriptaculous (I assume because 
the article is from 2001).



Rob


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Looking for a Stylesheet Switcher Script

2007-08-02 Thread Ryan Moore
I'm looking for a Stylesheet Switcher Script that users can use to
dynamically change text sizes on the fly.

Our text size is already quite legible and sized in em's for easy resizing,
but i've been told by the powers that be that we also need a style sheet
switcher.

Anyone know where i can find a nice script for this?

RM


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-02 Thread World S. Group

Hi Ryan,

We use this script on our website to do the same. Look at the code for 
the path and you can easily nick it. Right now, it works using 
javascript but you can do the same using php or asp by changing the 
style sheets dynamically.


Hope this helps.

Best Regards,

Amit Bhaskar
Managing Director

Webmirer Ltd
Unit No 002L
iBic, Aston Science Park
Holt Court, Jennens Road
Birmingham
B7-4EJ


Telephone: 0121 250 3850,   0121 288 1121
Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Mobile: 07886430883

Website: www.webmirer.co.uk http://www.webmirer.co.uk

Fulfil your *legal obligations*. Increase you *market share*, increase 
your *visibility*. Make your *website* *accessible* to all.



Company Name: Webmirer Ltd.
Limited Company Registered in England and Wales under registered number: 
05746719
Registered Address:  Faraday Wharf, Aston Science Park, Birmingham, UK 
B7 4BB
 






Ryan Moore wrote:
I'm looking for a Stylesheet Switcher Script that users can use to 
dynamically change text sizes on the fly. 

Our text size is already quite legible and sized in em's for easy 
resizing, but i've been told by the powers that be that we also need a 
style sheet switcher. 


Anyone know where i can find a nice script for this?

RM

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-02 Thread Robert O'Rourke

Ryan Moore wrote:
I'm looking for a Stylesheet Switcher Script that users can use to 
dynamically change text sizes on the fly. 

Our text size is already quite legible and sized in em's for easy 
resizing, but i've been told by the powers that be that we also need a 
style sheet switcher. 


Anyone know where i can find a nice script for this?

RM



You don't necessarily need a style sheet switcher for that. If its the 
global font-size you're changing just some javascript to edit the css 
property and a cookie to store the user preference as they navigate 
between pages would be sufficient.


I'm in the jquery camp when it comes to creating simple js effects like 
this. Are you comfortable with writing javascript at all? If not there's 
a a plugin I saw a while ago that might be of interest.


http://webrocket.ulmb.com/ability/

Ironically though the page has a js popup ad the first time you go to 
it... the plugin seems to be alright though.


Rob


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-02 Thread Mike at Green-Beast.com
Ryan Moore wrote:
 I'm looking for a Stylesheet Switcher Script
 that users can use to dynamically change
 text sizes on the fly.

Hello Ryan,

One might argue that offering a style changer solely to increase font size 
is something to reconsider, and I would agree, but then again, there's no 
real harm in doing this.

Here are two PHP scripts that you are welcome to use.

1) PHP Font Sizer: This lightweight script is a straight-up font sizer offer 
the user 4 values (default settings are 100%, 120%, 140%, 160%). This script 
requires the user accepts cookies and it doesn't check for this unlike the 
next option. This script was made in July of 2006 and could probably be 
tweaked, but that's always the case.
http://mikecherim.com/experiments/php_font_sizer.php

2) PHP Style Changer: This smart script first tests to see if the user 
accepts cookies. If they do accept cookies then the script user interface 
(simple text link) will be available to them. If they don't allow cookies 
they can get a message saying a script is available to them if they decide 
to change that settings, or, better yet, just don't offer the feature they 
can't use. Just make sure the text size is adequate upon landing. This 
script is optimized for two style sheets, but it can be extended with a 
little effort. This script was made in Sept of 2006 and could probably be 
tweaked, but that's always the case.
http://mikecherim.com/experiments/php_style_changer.php

The advantage to these is that they are both server-side scripts so they 
don't require that the user have JavaScript enabled in addition to cookies.

Hope this is useful to you.

Cheers.
Mike Cherim
http://green-beast.com/



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-02 Thread Alexey Beshenov
 I'm looking for a Stylesheet Switcher Script that users can use to
 dynamically change text sizes on the fly.

Check this:

http://beshenov.ru/misc/textresizer.html

-- 
Alexey Beshenov. http://beshenov.ru/


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-02 Thread Ryan Moore
page cannot be displayed...???

On 8/2/07, Robert O'Rourke [EMAIL PROTECTED] wrote:

 Ryan Moore wrote:
  I'm looking for a Stylesheet Switcher Script that users can use to
  dynamically change text sizes on the fly.
 
  Our text size is already quite legible and sized in em's for easy
  resizing, but i've been told by the powers that be that we also need a
  style sheet switcher.
 
  Anyone know where i can find a nice script for this?
 
  RM
 

 You don't necessarily need a style sheet switcher for that. If its the
 global font-size you're changing just some javascript to edit the css
 property and a cookie to store the user preference as they navigate
 between pages would be sufficient.

 I'm in the jquery camp when it comes to creating simple js effects like
 this. Are you comfortable with writing javascript at all? If not there's
 a a plugin I saw a while ago that might be of interest.

 http://webrocket.ulmb.com/ability/

 Ironically though the page has a js popup ad the first time you go to
 it... the plugin seems to be alright though.

 Rob


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-02 Thread Ryan Moore
Thanks Mike,

These are nice solutions but unfortunately i'm limited to what i can do on
the server level as we have a site that is built into a large CMS as we are
a medical facility.  So i'm stuck with only solutions at the client side of
things for now.

RM

On 8/2/07, Mike at Green-Beast.com [EMAIL PROTECTED] wrote:

 Ryan Moore wrote:
  I'm looking for a Stylesheet Switcher Script
  that users can use to dynamically change
  text sizes on the fly.

 Hello Ryan,

 One might argue that offering a style changer solely to increase font size
 is something to reconsider, and I would agree, but then again, there's no
 real harm in doing this.

 Here are two PHP scripts that you are welcome to use.

 1) PHP Font Sizer: This lightweight script is a straight-up font sizer
 offer
 the user 4 values (default settings are 100%, 120%, 140%, 160%). This
 script
 requires the user accepts cookies and it doesn't check for this unlike the
 next option. This script was made in July of 2006 and could probably be
 tweaked, but that's always the case.
 http://mikecherim.com/experiments/php_font_sizer.php

 2) PHP Style Changer: This smart script first tests to see if the user
 accepts cookies. If they do accept cookies then the script user interface
 (simple text link) will be available to them. If they don't allow cookies
 they can get a message saying a script is available to them if they decide
 to change that settings, or, better yet, just don't offer the feature they
 can't use. Just make sure the text size is adequate upon landing. This
 script is optimized for two style sheets, but it can be extended with a
 little effort. This script was made in Sept of 2006 and could probably be
 tweaked, but that's always the case.
 http://mikecherim.com/experiments/php_style_changer.php

 The advantage to these is that they are both server-side scripts so they
 don't require that the user have JavaScript enabled in addition to
 cookies.

 Hope this is useful to you.

 Cheers.
 Mike Cherim
 http://green-beast.com/



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-02 Thread akella
May be this is what u are looking for?
http://www.alistapart.com/stories/alternate/
http://www.alistapart.com/stories/alternate/

-- 
С уважением,
Юрий akella Артюх
организатор UAWEB-2007 http://uaweb.in.ua,
skype: akella_,
+38 096 970 64 28,
http://cssing.org.ua

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-02 Thread Ryan Moore
Thanks Amit,

I really enjoyed your websites accessibility and the various options
available.  Your code works nicely, but unfortunately is causing an issue
with some other JS we have that i'm trying to debug.  We have a menu built
on the script.aculuo.us framework which is quite accessible, but when i add
your code it starts off with all of my menu items fully expanded.

I'll have to figure out a work around for this.  Has to be something related
to the onload functionality of the script you have that's colliding with the
existing JS.  I'll have to mediate and make sure they play together nicely.

Thanks Again.

On 8/2/07, World S. Group [EMAIL PROTECTED] wrote:

   Hi Ryan,

 We use this script on our website to do the same. Look at the code for the
 path and you can easily nick it. Right now, it works using javascript but
 you can do the same using php or asp by changing the style sheets
 dynamically.

 Hope this helps.

 Best Regards,

 Amit Bhaskar
 Managing Director

 Webmirer Ltd
 Unit No 002L
 iBic, Aston Science Park
 Holt Court, Jennens Road
 Birmingham
 B7-4EJ


 Telephone: 0121 250 3850,   0121 288 1121
 Email: [EMAIL PROTECTED]
 Mobile: 07886430883

 Website: www.webmirer.co.uk

  Fulfil your *legal obligations*. Increase you *market share*, increase
 your *visibility*. Make your *website* *accessible* to all.

 
 Company Name: Webmirer Ltd.
 Limited Company Registered in England and Wales under registered number:
 05746719
 Registered Address:  Faraday Wharf, Aston Science Park, Birmingham, UK B7
 4BB

 




 Ryan Moore wrote:

 I'm looking for a Stylesheet Switcher Script that users can use to
 dynamically change text sizes on the fly.

 Our text size is already quite legible and sized in em's for easy
 resizing, but i've been told by the powers that be that we also need a style
 sheet switcher.

 Anyone know where i can find a nice script for this?

 RM

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

RE: [WSG] Looking for a Stylesheet Switcher Script [SEC=UNCLASSIFIED]

2007-08-02 Thread Watson, Denis
 
 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of akella
Sent: 3 August 2007 4:06 AM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Looking for a Stylesheet Switcher Script



May be this is what u are looking for?
http://www.alistapart.com/stories/alternate/ 
http://www.alistapart.com/stories/alternate/ 

-- 
С уважением,
Юрий akella Артюх
организатор UAWEB-2007 http://uaweb.in.ua,
skype: akella_,
+38 096 970 64 28,
http://cssing.org.ua 
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 


# Important Notice ## 
This e-mail and attachments (if any) is intended for the original 
addressee only.  If you are not the intended recipient , any use 
or dissemination of this communication is prohibited.  
Please advise the sender by return e-mail and delete the e-mail 

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***