![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Ethernal Noob Join Date: Nov 2001
Posts: 1,891
| Why hasn't the markup language model been popular for visuals outside web design ?
__________________ Here to Deceive, Inveigle, Obfuscate Since 1945 |
| indigo0086 is offline | |
| | #2 | |
| Registered User Join Date: Jun 2008
Posts: 266
| I am not really familiar with markup, but I think XML is widely used for that.
__________________ Quote:
| |
| lruc is offline | |
| | #3 |
| Senior software engineer Join Date: Mar 2007 Location: Portland, OR
Posts: 5,762
| You haven't seen WPF/XAML? It's a question of whether it will take off. It's not that people haven't tried. EDIT: Check this out: http://en.wikipedia.org/wiki/List_of...rkup_languages
__________________ "Congratulations on your purchase. To begin using your quantum computer, set the power switch to both off and on simultaneously." -- raftpeople@slashdot Last edited by brewbuck; 01-18-2009 at 04:33 PM. |
| brewbuck is offline | |
| | #4 |
| Ethernal Noob Join Date: Nov 2001
Posts: 1,891
| That's quite a bit. I would imagine they all share a common sense of simplicity over their imperical models. I mean when I can I would use a RAD tool, but even then it's a matter of having a good tool that translates the many features of the Framework to the tools. With these markup languages, all you seem to need is a markup specification, and since the framework is essentially reading from the markup, the RAD tools would have a very accurate translation between the markup and the final design. I am really interested in it, A friend of mine is doing a project in it for work, and honestly I thought it was fishy that the web has evolved as it is and no one has decided to capitalize on their model. Guess I spoke too late.
__________________ Here to Deceive, Inveigle, Obfuscate Since 1945 |
| indigo0086 is offline | |
| | #5 |
| Super Moderator Join Date: Aug 2001
Posts: 7,813
| Adobe Flex uses something like this. I found it rather convoluted and more complicated than just specifying in code the positions of controls and objects.
__________________ If you aim at everything you will hit something but you won't know what it is. |
| Bubba is offline | |
| | #6 |
| Dr Dipshi++ Join Date: Oct 2006 Location: On me hyperplane
Posts: 1,221
| XML is quite commonly used in applications. While its good for online transactions and stuff, I'm not all that big on it for UI layout. Glade 3 is an visual GUI editor for Gtk that spits out XML documents defining your layout and controls. While its nice to be able to drag and drop widets it ends up spitting out 1000s of lines of XML (I would hate to have to write that all out by hand) and you lose a lot the flexibility you get by coding the interface yourself. As with XML you basically define your own markup language you end up with every app using a different XML based language, which can also be a pain to deal with.
__________________ Senior highbrow doctor of authority. |
| mike_g is offline | |
| | #7 |
| Crazy Fool Join Date: Jan 2003 Location: Canada
Posts: 2,596
| I've used glade. It's handy and you can use the same UI spec across different languages which is pretty handy.
__________________ jeff.bagu.org - Terrain rendering and other random stuff |
| Perspective is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Web designer needed! html, css and other design stuff... | Akkernight | Projects and Job Recruitment | 0 | 04-11-2009 09:33 AM |
| Why C Matters | DavidP | General Discussions | 136 | 01-16-2008 09:09 AM |
| language design question | elad | C++ Programming | 2 | 04-12-2004 10:14 AM |
| Web Design advice | sean | A Brief History of Cprogramming.com | 4 | 04-01-2003 04:34 PM |
| Free Web Page Design Templates | Nutshell | A Brief History of Cprogramming.com | 3 | 07-01-2002 05:59 PM |