Does anyone know to quickly implement an alternate version of my site with just basic HTML like how GMail does it?
+3
A:
I know of a way...but it's not quick.
The 'Basic HTML' feature of GMail is by no means a simple offering. It's like coding an entirely different application.
You're going to have to re-code all of the client-side features as some sort of server-side functionality and re-style everything so you're not using Javascript for UI behaviors.
Justin Niessner
2010-04-07 18:15:09
+2
A:
You write a whole new site and display the rich (or your current one) or the HTML-only one based on user preference.
Raveren
2010-04-07 18:15:11