To view parent comment, click here.
To read all comments associated with this story, please click here.
isnt this more or less what microsoft stuffed into vista?
or at least, i could have sworn that one can do gui's using a xml based language there.
sadly they havent seperated the ui from the rest so that a creative person can go about and radically rewrite the ui if he wants to (that i know of).
but then, thats what the kde people did with kde4, no? so that all the variants of desktop clocks that they have use the same "engine", but each layout is rewritten on top of that?
You mean XAML?
It says here ( http://www.windows-now.com/blogs/rrelyea/archive/2004/03/31/2893.as... and http://www.simplegeek.com/PermaLink.aspx/b7e02709-0112-4977-9b73-1a... ) that they originally thought of supporting CSS (or CSS-like stuff), but then decided to pull it out for various reasons.
Actually Qt 4 (and through that all of KDE 4) does have Style Sheets (based on CSS) for apps.
See: http://doc.trolltech.com/4.3/stylesheet.html




Member since:
2006-11-24
My idea: What if we could incorporate CSS into GUIs outside the browser?
Since the only people who really take CSS seriously are web designers (the ones who create the blog websites with text gradient logos using CSS and Photoshop, among other features), what if we let the CSS folks work on the GUIs of applications outside the browser?
CSS, as a young stylesheet language, is engineered towards design and presentation of any markup-based web interface (XHTML, SVG, XUL, etc). Furthermore, the future iterations of CSS, like the CSS3 working draft, are being developed to give the web designers more say in the presentation of their websites, even though they are a long way from usurping some of the roles that web developers (those who use JavaScript frameworks like jQuery and Prototype) currently possess.
I know that, as of 2008, only Firefox-based browsers (using the Stylish extension) have the ability to customize the browser's own interface using CSS "userstyles", even though it goes only so far. This is because of Mozilla's XUL (XML User Interface Language) framework, which supports most other standards that are compatible with the XML standard.
Giving CSS designers control over the GUIs of applications, IMO, will allow for the development of better, more intuitive user interfaces. It's a natural evolution for graphical interfaces, that they should be designed (within the constraints of the programmers, of course).