I am creating a web site with two different skins, first for 56kbs speeds (it almost does not have any style), second for fast internet speed (with css styles and perhaps ajax).
How can I use one page for both of them? I mean when I click on corresponding hyperlink in two sites(skins), I go to one page with corresponding skin. (I build one page and then assign skin to it)
Thanks

Mahesh ChandPosted Mar 10, 2011, 4:03 PM
What I suggest is, you keep the good version of your website by default and give users an option to switch to lighter version. This is how MSDN does it.
Majid KamaliPosted Mar 13, 2011, 1:25 AM
Suthish NairPosted Mar 12, 2011, 12:53 PM
Majid KamaliPosted Mar 10, 2011, 4:22 PM
Majid KamaliPosted Mar 10, 2011, 3:49 PM
This style (dynamically added style), is for this user only, or for all users?
Excuse me. Thanks again.
Mahesh ChandPosted Mar 10, 2011, 1:50 PM
Majid KamaliPosted Mar 10, 2011, 12:42 PM
Is your link, related to what I want?
Thanks
Mahesh ChandPosted Mar 10, 2011, 11:00 AM
http://forums.asp.net/t/1167113.aspx/1?Dynamically+add+a+stylesheet+file+to+a+page
Mahesh ChandPosted Mar 10, 2011, 10:58 AM
Other option is to have a different URL for high speed than low speed connection. Keep one default (depending on what majority of users use your website).