Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A Well-Designed Web App GUI Framework? [closed]

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.

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.

I know of the yahoo yui, but that's mostly javascript, though their grid css is a step in the right direction.

like image 622
Matthias Winkelmann Avatar asked Sep 06 '08 13:09

Matthias Winkelmann


People also ask

What is the UI framework?

The UI Framework is the set of classes and interfaces that define the elements and behavior of a window-based UI Subsystem. It defines a structure for defining user interfaces.

Which application can be used to design a website by using visual interface?

Webflow. The last website builder on this list is Webflow, a builder with a customizable visual interface that allows you to design your site without coding experience. The drag-and-drop builder makes it easy to achieve the design you want.

Do you need a UI framework?

Nobody should be building a modal from scratch in the year 2022, but that doesn't mean you need an enormous styles-included UI framework! There are tools that precisely solve the most important accessibility challenges while remaining totally agnostic when it comes to cosmetics and styles.


3 Answers

Try the samples on ExtJs. I find them immensely useful in working out the UI. (trees, panels, modals, etc etc)

like image 103
Glen Lipka Avatar answered Sep 22 '22 20:09

Glen Lipka


I realise this is an old thread but it still comes high up in Google searches so it's worth mentioning that Twitter have recently put out Twitter Bootstrap, a "toolkit for kickstarting CSS for websites, apps, and more" which looks fantastic! » https://github.com/twitter/bootstrap

like image 32
Galen King Avatar answered Sep 19 '22 20:09

Galen King


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 Open Source Web Design and Open Designs, which have some really slick templates that can be adapted to a web application so they at least don't look like crap.

There are also some commercial offerings, such as Gooey Templates.

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.

Edited to add: You might also want to consider learning Blueprint CSS. I've found it helps guide my layouts and helps them look "right", without constraining me to the layout constructed for another purpose.

like image 32
Tim Sullivan Avatar answered Sep 19 '22 20:09

Tim Sullivan