I'm one of those programmers that outright suck at design, and I find myself re-styling my web apps every time I develop them, for common tasks such as forms etc

Isn't there some kind of third party GUI rapid development framework that I can just include in my pages and be done with it?

Something I can include as a .css, and it'll automatically take care of styling input elements, forms, textareas etc?

link|improve this question
2  
I think you may be better asking at StackOverflow, which is our sister site for Programmers. ServerFault is for Professional System Administrators. – tombull89 Jan 7 at 17:45
You might also look at stackoverflow.com/questions/8700175/… – BartekR Jan 8 at 12:12
feedback

migrated from serverfault.com Jan 8 at 5:45

This question came from our site for system administrators and desktop support professionals.

4 Answers

Twitter's Bootstrap library is becoming quite popular for this.

link|improve this answer
feedback

I can't comment yet on here because of the reputation limits so need to post here! :(

There's two answers already on here, Blueprint and Bootstrap and I wanted to comment on both of them.

Bootstrap is popular but doesn't answer your problem! It's not a GUI, just a set of predone CSS/JS in a bundle. It is however extremely simple to get in to using.

Blueprint on the other hand is the same but also has available tools such as BluePrinter, GridCalc and BlueCalc that are GUIs to do the initial generation as you need it.

As a direct answer to your question, I'd say Blueprint.

link|improve this answer
By "GUI" he seems to mean something like Bootstrap, as evidenced by the line "styling input elements, forms, textareas etc..." – ceejayoz Jan 8 at 17:17
feedback

I've used Blueprint in the past when I'm first starting an application. I picked up on it when learning Ruby on Rails: http://blueprintcss.org/

link|improve this answer
feedback

Have a look at http://foundation.zurb.com/. It is responsive by default, so it looks good on mobile devices.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown