Common Web UI Styles

后端 未结 19 1535
無奈伤痛
無奈伤痛 2021-01-29 17:48

I have to present a prototype of an web app in the following days to one of my clients, the thing is I\'m not so good at CSS and worst of all I\'m almost never happy with the re

相关标签:
19条回答
  • 2021-01-29 18:05

    A relatively new PHP framework specifically designed for development of UI-focused software. Elements you have here including Tabs, Filters and Grids are included and will take you about 20 lines of code to implement.

    http://agiletoolkit.org/

    0 讨论(0)
  • 2021-01-29 18:05

    A combination of 960gs for layout and jQuery-UI or Jquery tools is great i use them almost in every project but i'd like to add to http://easyframework.com/ although its not a business friendly so make sure to check out its license but i like it

    0 讨论(0)
  • 2021-01-29 18:07

    There are a few frameworks aimed at (G)UI Design; Qooxdoo, JQuery UI and MochaUI being a few of them (although the last is more a proof-of-concept than a usable framework). These frameworks usually offer a variety of JS-powered elements (form elements, such as input fields and submit buttons, but other elements like tabs as well). However, it will still be up to you to position these elements, and perhaps style them, to your liking.

    Perhaps familiarizing yourself with a CSS framework (such as 960GS) might complement the above JS UI Frameworks.

    (As a personal disclaimer; I have very little experience with any of the frameworks mentioned above. But I'm sure either Google or SO can provide answers I can't.)

    0 讨论(0)
  • 2021-01-29 18:10

    Sass looks like it has potential as a way to mitigate some css headaches.

    0 讨论(0)
  • 2021-01-29 18:12

    If you are targeting modern, non IE, browsers, then you should check out Sproutcore. For mockups I use mockingbird.

    0 讨论(0)
  • 2021-01-29 18:15

    I can't believe nobody has mentioned:

    http://www.extjs.com/

    Its a commercial js frameworks, but pretty affordable, and makes putting together a nice UI a breeze. There's a much more complete set of elements then jqueryui, and its designed to make an entire app. I've only played with it a little, but I really love it so far. Free for personal use.

    If you really want to get a feel for a complete UI developed with EXT, try this url:

    http://docs.sencha.com/extjs/4.2.1/extjs-build/examples/feed-viewer/feed-viewer.html

    0 讨论(0)
提交回复
热议问题