Twitter bootstrap
-
Hello, Has anyone used twitter bootstrap UI framework? I just had a quick look and it looks interesting. I am planning to use it in my next project. What are your suggestions? Thanks
Have a look at the articles recently posted. It's been very popular here lately.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
Hello, Has anyone used twitter bootstrap UI framework? I just had a quick look and it looks interesting. I am planning to use it in my next project. What are your suggestions? Thanks
We're using it for the internal app I seem to have inherited, it's pretty good from the little I have needed to deal with. I don't really have much in the way of recommendations, I wasn't involved with the actual conversion, but the documentation has always provided what I need for new stuff I've added. The only downside I've seen is the vanilla style is very white on white (if you don't use "wells").
Sort of a cross between Lawrence of Arabia and Dilbert.[^]
-Or-
A Dead ringer for Kate Winslett[^] -
Have a look at the articles recently posted. It's been very popular here lately.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
Hello, Has anyone used twitter bootstrap UI framework? I just had a quick look and it looks interesting. I am planning to use it in my next project. What are your suggestions? Thanks
Hi, I've been using it recently and found it to be very good to use, enough so to spread the word on the codeproject with this introductory article: Create Clean Webpages with Twitter Bootstrap[^] There are others who've also created ASP MVC templates that use it which is pretty nice. Would certainly recommend giving it a bash :)
My Blog: www.dwmkerr.com My Charity: Children's Homes Nepal
-
Hello, Has anyone used twitter bootstrap UI framework? I just had a quick look and it looks interesting. I am planning to use it in my next project. What are your suggestions? Thanks
So far I've run into only one issue with Twitter bootstrap. It does not support padding on containers or grid components (
<div class="span6">
) out of the box. This means that if you'd like to have some colorful background with white general area, you'll run into this issue. Tweaks are possible, but the workarounds are awkward. Other than that it's pretty awesome and saves a lot of time on development. -
Hello, Has anyone used twitter bootstrap UI framework? I just had a quick look and it looks interesting. I am planning to use it in my next project. What are your suggestions? Thanks
Being a xaml developer at heart, there are times when one must code on the dirty web. For me, I just don't have the time or patients to worry about why a div or page element is in the wrong place. I don't really have the care to write too much JS. The bootstrapper is great and takes much of the pain away from you. Just a couple of lines of code and you get great style, great modal windows and a few other treats. I would recommend it if you can live with the site looking like many others. But then, if you were to download a template from somewhere then it is likely too anyway. Time to market it key so i'd go with it! :)