A Well-Designed Web App GUI Framework? - Stack Overflow most recent 30 from stackoverflow.com2009-12-05T02:11:30Zhttp://stackoverflow.com/feeds/question/47468http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/47468/a-well-designed-web-app-gui-framework4A Well-Designed Web App GUI Framework?MattW.2008-09-06T13:47:54Z2009-06-17T22:30:26Z
<p>As one of those people that never got around to properly learning design (or having no talent for it), the design seems to be the step always holding me back. It's not a problem for rich-clients, as the standard GUI toolkits provide some acceptable ways to design a good-looking interface, but the web is another story. </p>
<p>Question: Does anyone know of a high-quality framework for designing the interface of web applications? I'm thinking of standard snippets of html for an adequate set of controls (the standard html controls plus maybe navigations, lists, forms) and style sheets to give it an acceptable, modern look. If such a thing existed, it could even support themes in the way wordpress, drupal etc. allow it.</p>
<p>I know of the yahoo yui, but that's mostly javascript, though their grid css is a step in the right direction. </p>
http://stackoverflow.com/questions/47468/a-well-designed-web-app-gui-framework/47503#475033Answer by Tim Sullivan for A Well-Designed Web App GUI Framework?Tim Sullivan2008-09-06T14:37:55Z2009-01-09T16:19:09Z<p>I'm not sure that what you're looking for exists in the way you're looking for it. However, I've had some luck with places like <a href="http://www.oswd.org/" rel="nofollow">Open Source Web Design</a> and <a href="http://www.opendesigns.org/" rel="nofollow">Open Designs</a>, which have some really slick templates that can be adapted to a web application so they at least don't look like crap.</p>
<p>There are also some commercial offerings, such as <a href="http://www.gooeytemplates.com/" rel="nofollow">Gooey Templates</a>.</p>
<p>Once you're getting closer to launch, you can contact a pro to fix the details for you, or simply build on what you've got.</p>
<p><strong>Edited to add</strong>: You might also want to consider learning <a href="http://www.blueprintcss.org/" rel="nofollow">Blueprint CSS</a>. I've found it helps guide my layouts and helps them look "right", without constraining me to the layout constructed for another purpose.</p>
http://stackoverflow.com/questions/47468/a-well-designed-web-app-gui-framework/47506#475061Answer by reefnet_alex for A Well-Designed Web App GUI Framework?reefnet_alex2008-09-06T14:40:49Z2008-09-06T14:40:49Z<p>You'd probably also find the myriad of Wordpress templates reasonably useful to build on, as Wordpress is at least reasonable at separating content from layout. The also tend to have a modern bloggy feel. Of course teaming up with a talented designer is the ideal way to go in my experience! :)</p>
http://stackoverflow.com/questions/47468/a-well-designed-web-app-gui-framework/220008#2200083Answer by Glen Lipka for A Well-Designed Web App GUI Framework?Glen Lipka2008-10-20T21:27:17Z2008-10-20T21:27:17Z<p>Try the <a href="http://www.extjs.com/products/extjs/" rel="nofollow">samples on ExtJs</a>.
I find them immensely useful in working out the UI. (trees, panels, modals, etc etc)</p>
http://stackoverflow.com/questions/47468/a-well-designed-web-app-gui-framework/220079#2200791Answer by Chris MacDonald for A Well-Designed Web App GUI Framework?Chris MacDonald2008-10-20T21:50:06Z2008-10-20T21:50:06Z<p>I'll suggest <a href="http://code.google.com/webtoolkit/" rel="nofollow">Google Web Toolkit</a> if you're a Java developer. <a href="http://gwt.google.com/samples/Showcase/Showcase.html#CwRichText" rel="nofollow">Examples</a></p>
<p>I'll also second the suggestion for <a href="http://www.extjs.com/" rel="nofollow">Ext JS</a>. It's got a vast array of really slick looking UI elements, a incredibly well documented code, and a strong community.</p>
http://stackoverflow.com/questions/47468/a-well-designed-web-app-gui-framework/428772#4287721Answer by utku_karatas for A Well-Designed Web App GUI Framework?utku_karatas2009-01-09T16:32:38Z2009-01-09T16:38:02Z<p>This will be more than a framework OP originally wanted but I'll suggest having a look at <a href="http://www.morfik.com/" rel="nofollow">Morfik</a>. </p>
<p>You'll be able to build pretty slick user interfaces with the conventional drag&drop way and with theming support (The homepage itself is built in Morfik). There're numerous other advantages Morfik provides, though let me not drift to off-topic for the subject. You may download the trial and see...</p>
<p>ps. Disclaimer: I'd worked for them.</p>
http://stackoverflow.com/questions/47468/a-well-designed-web-app-gui-framework/1009835#10098350Answer by Pete for A Well-Designed Web App GUI Framework?Pete2009-06-17T22:30:26Z2009-06-17T22:30:26Z<p>Check out <a href="http://jacanasoftware.com" rel="nofollow">http://jacanasoftware.com</a>. Their templates feature multi level tabs, clean css, it validates, and the CSS won't mess with your controls. I highly recommend them.</p>