ASP.NET MVC3 CSS framework -
i'm wondering, css framework best suitable asp.net mvc 3? i've tried yaml , has several drawbacks in opinion, @ least using asp.net mvc 3:
- uses inputs buttons default (so, not compatible jquery ui, because jquery ui uses buttons in dialogs example).
- you need adjust css asp.net mvc 3 validation.
- i don't how describe forms (well may subjective opinion regarding this, anyway need use custom editors if wish stick yaml css style).
- some css class names not intuitive.
nothing, show stoppers, maybe there's better alternative - something, adapted asp.net mvc specifics, or may asp.net mvc project stub, adapted yaml css framework.
update: oocss looking good, lightweight , structured, worth checking out.
update 2: twitterbootstrap getting popular too, can asp.net mvc here http://nuget.org/packages/twitter.bootstrap
i have used both blueprint (http://www.blueprintcss.org/) , 960grid (http://960.gs/) quite mvc.
but more leaning towards "blueless" (https://github.com/michaek/blueless) - ".less" (http://lesscss.org/) version of blueprint excellent "chirpy" (http://chirpy.codeplex.com/) vs2010 add-in automagically converts , minimises css, javascript, less, coffeescript etc. quite transparently. wonderful tool.
both blueprint , 960grid layout , typography ... form design/styling @ standard jquery ui framework (http://jqueryui.com/) .. or perhaps telerik mvc extensions (http://www.telerik.com/products/aspnet-mvc.aspx)
hope helps.
Comments
Post a Comment