This is going to sound crazy, but I am working on a site that still has over 1000 very regular dial up customers that will be near impossible to have upgrade their service in order to use our site. I'm currently working on a implementing a completely new site to move away from their existing site. The existing site is very low bandwidth and a 14k modem user can load the page in well under a minute. The new site unfortunately will load 10X+ slower. Believe it or not, these dial up customer represent a very healthy revenue stream and cannot be forgotten.
Question 1) Is there a built in way to have low and high bandwidth version of the site?
if not...
My thought is create side by side sites, one low, one high bandwidth capable. The top page of the site, I'll have to custom create some code that will judge the user's connection speed, and then direct responses accordingly. BUT from a management standpoint, we do not want to administer duplicate content on two sites.
Question 2) Is there a way to running a single DNN site on two different URL aliases that have the same content but with a completely different skin? In other words, module contents by reference?
Thank you so much for your time!
TK