Question: If you were developing a large, content-driven site, would you bother with Bootstrap? Bootstrap seemed a bit like overkill when I had to use it in my old job. The CSS and markup seemed excessive, and the strict JS was kind of a pain to deal with. I know I can get something that looks half-decent up and running quickly with it, but if I'm not planning to take any visual design from it, is there much of an ad…
What's a good alternative?
Bootstrap 3.1 released
101–110 of 138 posts
Re: Bootstrap 3.1 released
#102Compare that to Min, the extremely small (995 bytes) CSS framework. It has a Bootstrap to Min converter, has near-feature parity with Bootstrap, and is very easy to use. http://minfwk.com
(Disclaimer: I wrote Min.)
Re: Bootstrap 3.1 released
#103Question: If you were developing a large, content-driven site, would you bother with Bootstrap? Bootstrap seemed a bit like overkill when I had to use it in my old job. The CSS and markup seemed excessive, and the strict JS was kind of a pain to deal with. I know I can get something that looks half-decent up and running quickly with it, but if I'm not planning to take any visual design from it, is there much of an ad…
Re: Bootstrap 3.1 released
#104Earlier quoted context omitted.
Great? Looks bland. Anyone else have a weird box sitting under the download button? http://i.imgur.com/U5OyI7g.png
Have you got an ad-blocker running? I believe that box is meant to be an ad, which the creators of Bootstrap use to support the project.
Perhaps the CarbonAds thing is just flaky
Re: Bootstrap 3.1 released
#105Question: If you were developing a large, content-driven site, would you bother with Bootstrap? Bootstrap seemed a bit like overkill when I had to use it in my old job. The CSS and markup seemed excessive, and the strict JS was kind of a pain to deal with. I know I can get something that looks half-decent up and running quickly with it, but if I'm not planning to take any visual design from it, is there much of an ad…
Answer: You wouldn't. Bootstrap's extremely bloated, requires jQuery, and has a huge (required) JS file. Choose a small, leaner CSS framework, like Min - only 995 bytes and it is near feature parity with Bootstrap. http://minfwk.com
It could certainly be useful, but doesn't appear to me to be anywhere close to feature parity.
Re: Bootstrap 3.1 released
#106Question: If you were developing a large, content-driven site, would you bother with Bootstrap? Bootstrap seemed a bit like overkill when I had to use it in my old job. The CSS and markup seemed excessive, and the strict JS was kind of a pain to deal with. I know I can get something that looks half-decent up and running quickly with it, but if I'm not planning to take any visual design from it, is there much of an ad…
I can't imagine how many hundreds of hours of work Bootstraps components and plugins have saved me though! Carousel, popovers, tabs, accordions, toggles, drop downs, form styles, and more all rolled into one CSS and JS file that are easy to theme! YES PLEASE
Re: Bootstrap 3.1 released
#107Earlier quoted context omitted.
Defining all 4 screen sizes gets tedious. That aside, The new landing page on http://getbootstrap.com/ looks great
Great? Looks bland. Anyone else have a weird box sitting under the download button? http://i.imgur.com/U5OyI7g.png
Re: Bootstrap 3.1 released
#108Earlier quoted context omitted.
Answer: Don't bother for large websites. Get normalize.css If you really need grids, you can get a lighter framework.
This is the answer I've been hoping to hear.
Re: Bootstrap 3.1 released
#109Question: If you were developing a large, content-driven site, would you bother with Bootstrap? Bootstrap seemed a bit like overkill when I had to use it in my old job. The CSS and markup seemed excessive, and the strict JS was kind of a pain to deal with. I know I can get something that looks half-decent up and running quickly with it, but if I'm not planning to take any visual design from it, is there much of an ad…
If you want to avoid polluting the HTML too much, you could always use the mixins/classes from the LESS or SASS files ( https://github.com/twbs/bootstrap-sass for SASS). Even as a frontend developer who knows CSS pretty well, I like using Bootstrap. It lets me focus on more important things. For my workplace, the UI team will use a bit from Bootstrap, more if we're under time pressure to finish a project. They rather…
Re: Bootstrap 3.1 released
#110Question: If you were developing a large, content-driven site, would you bother with Bootstrap? Bootstrap seemed a bit like overkill when I had to use it in my old job. The CSS and markup seemed excessive, and the strict JS was kind of a pain to deal with. I know I can get something that looks half-decent up and running quickly with it, but if I'm not planning to take any visual design from it, is there much of an ad…
Answer: You wouldn't. Bootstrap's extremely bloated, requires jQuery, and has a huge (required) JS file. Choose a small, leaner CSS framework, like Min - only 995 bytes and it is near feature parity with Bootstrap. http://minfwk.com