8

what if there was a psuedo-html/css markup language which could generate browser-specific pages?
eg. index.psuedohtml ->
index.ie8.html
index.firefox.html
index.chrome.html
then the page size would be reduced a lot. the server could use the user agent to see which to respond with. is this a good idea?

Comments
Add Comment