Live data from Hacker News

Twitter Bootstrap Now Powering 1% of The Web

blog.meanpath.com

1–10 of 73 posts

Re: Twitter Bootstrap Now Powering 1% of The Web

#2
I sometimes use stuff because everyone else is using it. And then I wonder why I did that.

I recently removed bootstrap from a website I have that is composed entirely of static HTML documents [1]. It's a teaser / 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?

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 nuts.

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 obsessed 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's hat.

In the end I repurposed a stylesheet I'd commissioned as part of a wordpress theme from a good designer I know and trust[2]. A simple columnar layout. Done, dusted.

[1] http://confidest.com

[2] http://dribbble.com/karlbright . Insofar as the stylesheet you find above is bad, that's because I've been hacking on it for a few weeks since forking the original.

Re: Twitter Bootstrap Now Powering 1% of The Web

#4

I sometimes use stuff because everyone else is using it. And then I wonder why I did that. I recently removed bootstrap from a website I have that is composed entirely of static HTML documents [1]. It's a teaser / 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? I discovered that Bootstrap was just too featuresome…

If you compile Bootstrap from its LESS files you can pick and choose which parts you include.

Also means you can override a lot of the default mixins fairly simply.

Re: Twitter Bootstrap Now Powering 1% of The Web

#6
post #5

"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."

They claim to have 1% of the web not 10 or more. Thus checking 10 specific websites is meaning less.

Re: Twitter Bootstrap Now Powering 1% of The Web

#7
post #4

I sometimes use stuff because everyone else is using it. And then I wonder why I did that. I recently removed bootstrap from a website I have that is composed entirely of static HTML documents [1]. It's a teaser / 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? I discovered that Bootstrap was just too featuresome…

If you compile Bootstrap from its LESS files you can pick and choose which parts you include. Also means you can override a lot of the default mixins fairly simply.

That's good to know, thankyou. But I think for now I will stick with what I've got.

Re: Twitter Bootstrap Now Powering 1% of The Web

#8
That's awesome and I'm a big fan of Bootstrap and use it for nearly every new project.

However I think 'powered' is taking things a bit far. Maybe 'styling' 1% of the web or 'powering the front-end' of 1% of the web. Wordpress uses the term 'powered' and that's fine because they actually do power a huge number of sites. That doesn't apply to most large sites running Bootstrap. Take Coinbase for example. They're still basically just running stock Bootstrap - but the site is 'powered' by a beefy custom backend.

Re: Twitter Bootstrap Now Powering 1% of The Web

#9
post #8

That's awesome and I'm a big fan of Bootstrap and use it for nearly every new project. However I think 'powered' is taking things a bit far. Maybe 'styling' 1% of the web or 'powering the front-end' of 1% of the web. Wordpress uses the term 'powered' and that's fine because they actually do power a huge number of sites. That doesn't apply to most large sites running Bootstrap. Take Coinbase for example. They're still…

I did have "styled by" as the original headline. Bounced it off a few people who were not that sure what I meant so changed it to "powered by".
Post reply on HN