TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Twitter Bootstrap Now Powering 1% of The Web

140 pointsby adamseabrookalmost 12 years ago

20 comments

christiangencoalmost 12 years ago
There are several comments here about why using Bootstrap is bad, primarily because it limits the workflow and freedom of the designer, and includes too much stuff you don&#x27;t need.<p>But that&#x27;s entirely the point of Bootstrap.<p>It&#x27;s not something that&#x27;s supposed to be used by designers. It&#x27;s perfectly tailored for someone like me: a back&#x2F;middleware developer who sucks at design, but has enough sense to know that when I try to design something it looks like poop. It&#x27;s for projects I can&#x27;t afford to bring on a dedicated designer for. I can just include a single CSS file, follow a basic HTML structure, and have something that looks good enough on every browser and mobile device. It&#x27;s not going to win any design awards, but again, that&#x27;s entirely the point: without a lot of thought on the front end, I have a design that doesn&#x27;t get in the way of what I&#x27;m actually building.<p>What would people like me be doing without Bootstrap?
评论 #6118396 未加载
评论 #6117869 未加载
评论 #6117700 未加载
评论 #6117931 未加载
jacques_chesteralmost 12 years ago
I sometimes use stuff because everyone else is using it. And then I wonder why I did that.<p>I recently removed bootstrap from a website I have that is composed entirely of static HTML documents [1]. It&#x27;s a teaser &#x2F; marketing site for my current project. The sample sites looked nice and I figured that since I and CSS are of basically nodding acquaintance -- why not?<p>I discovered that Bootstrap was just too featuresome for my requirements and I could not, for the life of me, get it to look correct. Everything was slightly out of place. It drove me <i>nuts</i>.<p>This led to a quest to find a simple stylesheet with a document-focused layout. Such a thing is not easily found; all and sundry are bloody <i>obsessed</i> with displaying their infinite genius through monstrously bloated code for designs that swoosh and swoop and resize and spin and have this and that and the captain&#x27;s hat.<p>In the end I repurposed a stylesheet I&#x27;d commissioned as part of a wordpress theme from a good designer I know and trust[2]. A simple columnar layout. Done, dusted.<p>[1] <a href="http://confidest.com" rel="nofollow">http:&#x2F;&#x2F;confidest.com</a><p>[2] <a href="http://dribbble.com/karlbright" rel="nofollow">http:&#x2F;&#x2F;dribbble.com&#x2F;karlbright</a> . Insofar as the stylesheet you find above is bad, that&#x27;s because I&#x27;ve been hacking on it for a few weeks since forking the original.
评论 #6116436 未加载
评论 #6116127 未加载
评论 #6116240 未加载
评论 #6116368 未加载
chealdalmost 12 years ago
Mashable&#x27;s current design is based on Bootstrap. You wouldn&#x27;t know it to look at it, though - we used bootstrap-sass, ripped out the pieces we didn&#x27;t need, replaced others as the design called for it, while still getting the benefits of the scaffolding.<p>When you treat Bootstrap as a foundation rather than the entire presentational layer for an application, it&#x27;s really quite good. Unfortunately, many people throw Bootstrap into an application and call it done, resulting in a very homogeneous look-and-feel across a tremendous number of websites.
评论 #6119413 未加载
sgdesignalmost 12 years ago
That&#x27;s really impressive, if accurate.<p>If so many people are using Bootstrap as a default style, it makes me wonder if maybe the default way browser style HTML element shouldn&#x27;t be closer to what Bootstrap does?
评论 #6118135 未加载
评论 #6117288 未加载
评论 #6116598 未加载
exodustalmost 12 years ago
If Bootstrap is taking over the web one project at a time, yours is next. Unless... you take a stand and fight for the right to develop with the freedom <i>not</i> to be forced 75% of the way down the dev path before you&#x27;ve even begun.<p>At the professional web dev level, there&#x27;s never been a better time to make your own stuff from scratch in HTML and CSS. Working with designers, with UX, with the product team - you can make interesting things happen on all screens.<p>Building from scratch, a good responsive HTML page or website template is NOT &quot;reinventing the wheel&quot; as many bootstrappers claim. That is nonsense. The genius of HTML and modern CSS, and their consistent operation across devices, means it isn&#x27;t much work at all to create the site you want, without using framework training wheels.<p>The &quot;mobile first&quot; mantra has blown out of proportion and is now another annoying catch-phrase. It&#x27;s confusing too, does it mean mobile phone first or are we talking about tablets. Or just touch screens? Does that incldue touch screen laptops?<p>Is there an equivalent cliche in print? &quot;Sticky-note first&quot; is actually a lot clearer and easier to understand.<p>&quot;Mobile first&quot; sounds like a command issued from above, with which we must obey, or perish. Next, the grid system rhetoric.<p>The CREDIT for responsive websites belongs to modern browsers and their consistent rendering of CSS3 and HTML. We don&#x27;t <i>need</i> bootstrap to achieve responsive, mobile-friendly layouts. Grid layouts can be useful, but your whole page doesn&#x27;t NEED to be divided into columns and rows and spans or else crumble in a pathetic heap.<p>Finally, the worst thing you can tell a designer is &quot;hey, you can make it look however you like, but it must conform to the 12 column grid because that&#x27;s [the way of the future; the technical limitation; how 1% of the web is doing it&quot;. Bravo, developers telling designers to keep their layout energy in their pants and conform to the grid. &quot;Nope, those thumbs can&#x27;t be flush with a zero left and right margin, it will break the grid, duh!&quot;
评论 #6117026 未加载
评论 #6116954 未加载
mtarnovanalmost 12 years ago
1% of the indexed web, which might be less than 10% of the web at large (see for example here: <a href="http://www.quora.com/What-percentage-of-the-web-does-Google-index-and-how-has-it-changed-over-time" rel="nofollow">http:&#x2F;&#x2F;www.quora.com&#x2F;What-percentage-of-the-web-does-Google-...</a>)
评论 #6116173 未加载
评论 #6116533 未加载
jmdukealmost 12 years ago
I don&#x27;t use Bootstrap&#x2F;Foundation&#x2F;etc. because:<p>- It doesn&#x27;t really fit with my workflow. I find that when I use a framework I end up designing the copy, content, and functionality of my templates to fit within a given confine, which ticks me off. I prefer starting with the content that the page has to display and building the CSS up from there (it helps that I have more front-end experience than the average webdev.)<p>- I don&#x27;t like the look of them, for the most part. Yes, you can customize them, but you can still tell who started with a Bootstrap template. No, most customers won&#x27;t care (or even know what Bootstrap is), but I care, dammit, because I&#x27;ve seen a few dozen too many MVPs that never evolved their design past the &quot;hey, lets change the nav bar to red&quot; stage.<p>That being said, this is still incredibly inspiring. These frameworks are resulting in more people producing and publishing valuable work, which is awesome. I can&#x27;t wait to see what the future holds for these projects.
lechevalierd3onalmost 12 years ago
Bootstrap is great to give decent UI to dev who don&#x27;t like CSS or don&#x27;t have a good sense of design. But having so many website looking too a like it quite boring. IMO bootstrap is a great tool for internal tools but should not be used for user&#x2F;client facing UI.
r0salmost 12 years ago
For a recent project I decided to drop all frameworks and learn responsive design from the ground up.<p>I was amazed how easy it is, and how little &#x27;boilerplate&#x27; or scaffolding was needed.<p>Obviously there are tradeoffs, I&#x27;m sure my rounded corners don&#x27;t work on old versions of IE. Benefits are one less layer of complexity, and that&#x27;s powerful. I feel the same way about CSS preprocessors.<p>Now... I&#x27;m not going to evangelize against it, and I&#x27;m sure I&#x27;ll need to use bootstrap again. But it&#x27;s great to know I don&#x27;t need a framework, a grid, or any of that extra.
erikpukinskisalmost 12 years ago
I like Bootstrap for the same reason I like Ember. I can just throw some fairly complex HTML, interaction etc in there and it works well. Then, as I need to customize things, add more complex styles and interactions, I can do that. But I don&#x27;t <i>have</i> to. It means I can hack together a prototype that gives the impression of the complete app within a single day, and start doing usability testing day two.<p>I just opened up the app I&#x27;ve been working on for the last 6 weeks, which uses Bootstrap, but really a lot of it is customized. So I wondered whether I could just pull out Bootstrap.<p>And looking through it, there&#x27;s really not much of Bootstrap left. But then I&#x27;m poking around and there&#x27;s a dialog box with an attached suffix. And that&#x27;s not something I really want to fiddle with right now, so having one that Just Works is great.<p>Of course I could poke around on the web and maybe find some purpose-built HTML that does that task. But with Bootstrap I know that there&#x27;s a wide range of stuff that works across browsers, and I can just throw it in.
mstremalmost 12 years ago
Off topic, I did not know about meanpath and I was looking for a (website) source code search engine for sometime. <a href="https://meanpath.com/f/" rel="nofollow">https:&#x2F;&#x2F;meanpath.com&#x2F;f&#x2F;</a> If they opened all the search results I would surely use this often.
评论 #6117467 未加载
miloshadzicalmost 12 years ago
Powered by is definitely an overstatement but bootstrap and foundation are great default styles. I&#x27;m primarily a developer and they let me work on the code without going into how things look too early.
semiprivatealmost 12 years ago
Ok ok, first of all &quot;The Web&quot; and &quot;our source code search engine&quot; are completely different things and ya&#x27;ll fell for some rather obvious trolling&#x2F;crappy marketing talk.<p>Second of all, not liking bootstrap is like not liking martini shakers &#x27;cos you don&#x27;t have any martinis to shake.<p>Just because you don&#x27;t have a use for a tool doesn&#x27;t make the tool useless and clearly lots of people have martinis to shake.<p>This trolling and bickering is very non-hacker&#x2F;non-productive and ya&#x27;ll need to settle.
northwestalmost 12 years ago
It is encouraging to see that the world (both developers and &quot;consumers&quot;) &quot;invests&quot; in open source projects.<p>It means our resources are allocated in the most intelligent way.
评论 #6116239 未加载
Brajeshwaralmost 12 years ago
Bootstrap, Foundation and every other general purpose frameworks are good. Pretty good for non-designers, actually. However, if you&#x27;re a designer these framework are more of a harsh load of excess baggage that drags down the design. I have used Bootstrap for quite a few designs and so also with foundation and many other multitude of frameworks. I even did tried my hands on starting off my own grid framework.<p>However, of late, I&#x27;ve been doing it this way (rather WIP) -<p>* Setup a base starting skeleton code (HTML&#x2F;CSS).<p>* Include the most important ones such as - normalize, typography and&#x2F;or a grid.<p>Start with that and then depending on the size and complexity of the project, add frameworks under &quot;vendor&quot;, where bootstrap or foundation or any other framework goes. One thing to be aware is to extract the &quot;configs&quot; and &quot;globals&quot; from the framework you want to use and take it to your &quot;base&quot; starting point.<p>So,<p>- BASE (your starting lean code)<p>- A Vendor framework (Bootstrap, Foundation or just a grid framework like Mueller Grid or just a typography framework like Typeplate)<p>- Finally, your UI Codes.<p>Additionally, you an add the following (never goes to production)<p>- DEBUG Styles<p>- Shame or design-time-only styles.<p>This helps in staying lean with your codes to start a project and at the same time, ready to add in the heavy-weights if need be. The remainder is of course the User Interface that you need to design.<p>Note:<p>- A CSS pre-processor such as Sass or Less really help in this workflow.<p>- Following a methodology like BEM[1] or OOCSS[2] can really make life easy.<p>- The SMACSS[3] Book is a good one to look at.<p>1. <a href="http://bem.info/" rel="nofollow">http:&#x2F;&#x2F;bem.info&#x2F;</a><p>2. <a href="http://oocss.org/" rel="nofollow">http:&#x2F;&#x2F;oocss.org&#x2F;</a><p>3. <a href="http://smacss.com/" rel="nofollow">http:&#x2F;&#x2F;smacss.com&#x2F;</a><p>UPDATE: Here is my current organization (WIP) - <a href="https://www.dropbox.com/s/3airw24jdn3snsh/Screen%20Shot%202013-07-28%20at%2011.10.54%20pm.png" rel="nofollow">https:&#x2F;&#x2F;www.dropbox.com&#x2F;s&#x2F;3airw24jdn3snsh&#x2F;Screen%20Shot%2020...</a>
评论 #6117768 未加载
aantixalmost 12 years ago
I recently heard Mark Otto speak at a tech talk at Manilla.com. He&#x27;s incredibly humble and friendly.<p>He deserves all of the accolades that Bootstrap receives; what an amazing contribution to the web dev community.
hackapreneuralmost 12 years ago
Impressive. Big fan of bootstrap can&#x27;t wait for v3 and beyond =)
CoryG89almost 12 years ago
Damn, you can sell a bootstrap theme for $10 dollars!? Looks pretty simple to me.
wilfraalmost 12 years ago
That&#x27;s awesome and I&#x27;m a big fan of Bootstrap and use it for nearly every new project.<p>However I think &#x27;powered&#x27; is taking things a bit far. Maybe &#x27;styling&#x27; 1% of the web or &#x27;powering the front-end&#x27; of 1% of the web. Wordpress uses the term &#x27;powered&#x27; and that&#x27;s fine because they actually do power a huge number of sites. That doesn&#x27;t apply to most large sites running Bootstrap. Take Coinbase for example. They&#x27;re still basically just running stock Bootstrap - but the site is &#x27;powered&#x27; by a beefy custom backend.
评论 #6116147 未加载
_sabe_almost 12 years ago
&quot;I recently pulled a random selection of 10 websites from the sites I visit every day and found clear Twitter Bootstrap signatures on 0 of them.&quot;
评论 #6116153 未加载
评论 #6116136 未加载