Hi Nick, On Thu, Jan 24, 2013 at 9:02 AM, Nick Rosser <[email protected]> wrote: > > Or the fact that all the styling is delegated to the CSS? We've gone to > great pains to allow styling in the CSS with no back-end code changes. So > far it's working! And don't forget our "small device / mobile" solution uses > a responsive CSS approach, check out
The notion of making a web application flexible enough to display well, and remain useful, on any device whether a smart phone or desktop with a huge monitor, is something I am beginning to examine. Can you recommend some online resources for studying how to use CSS to do this? Being a programmer, my first thought on making my web apps adapt their interfaces to the device on which they're displayed was to use some fo the new features in HTML5 to learn what the device is, and then programmatically (using Javascript on the client side and perl or Java or C++ on the server side) adapt the interface to available screen realestate. I know little about CSS and have in the past limited myself to either having a colleague, who is a CSS guru, revise our CSS files, or writing my own inline CSS; and thus only with my web apps where the server side code is implemented in Perl (I don't think I ever used CSS with a JSP/JSF application). I am thus intrigued by the notion that you can do this sort of thing without programmatic changes by using the right CSS. I guess, a related question involves how, or whether, this sort of practice can be used with jQuery. Cheers Ted
