Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This article helped me refine an idea that's been sloshing around in my semi-subconscious for a while: a server-side plugin that lets the designer write 100% standards-compliant CSS, and it would be "compiled" to whatever is needed for various quirky browsers requesting to see the particular page... is this feasible?


You are partially describing what GWT does. Except that it doesnt do much special in the way of CSS yet...

But in terms of Javascript/HTML/AJAX, it compiles separate versions for each browser (which are automatically loaded), virtually eliminating the need to handle various quirky browser behaviors. And any standard Java app server works fine for the server side, nothing special needed there.


You mean Java or Flash? j/k same solution but different implementation. I think there are lots of systems like this it is pretty easy to get browser, OS, etc from all server code I am sure this has been done if not give it a go.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: