Earlier quoted context omitted.
yeah, like using for icons http://www.w3.org/TR/html4/present/graphics.html#edef-I
Thanks for pointing that out. That seems like an odd design decision. Edit: I wonder what motivated it. "i" for images and no one uses it to italicize text anymore?
Bootstrap 2.0, From Twitter
71–80 of 163 posts
Re: Bootstrap 2.0, From Twitter
#72Yes, Bootstrap is great. Honestly, I love using it. But where are all the people that I used to see screeching about semantic markup? Because this takes things in exactly the opposite direction.
There's a solution for that: use the LESS source. Mixin the various bootstrap classes into the styles you write for your clean, semantic markup. It's a nicer way to work, and it permits removal of almost all the presentational "bootstrap" classes from your markup. With some thoughtfully-structured markup, you can even do away with wrapper divs in many instances.
This isn't without some sharp edges—you have to grasp what the various moving pieces of bootstrap do, and what different mixins you must apply to achieve the desired effect, but it's a cleaner/more powerful approach IMO.
To be clear, I'm glad about the CSS-only approach too because it enables non-designers to get over the suck threshold quickly. Using the LESS is more work at first but it pays dividends in the long run.
Re: Bootstrap 2.0, From Twitter
#73Yes, Bootstrap is great. Honestly, I love using it. But where are all the people that I used to see screeching about semantic markup? Because this takes things in exactly the opposite direction.
Re: Bootstrap 2.0, From Twitter
#74This is awesome! Major improvements since 1.4. Even though the main use case for Bootstrap seems to be for rapid prototyping, any thoughts on using it for a production app (but perhaps custom-themed), instead of rolling a custom design altogether? It seems Bootstrap has matured to the level that it can be used as for most projects with little customizations if any. A lot of what I read in the comments imply that Boot…
I converted my Bootstrap 2 theme into a dark one: http://i.imgur.com/qm1iA.png
I call it... Darkstrap.
Re: Bootstrap 2.0, From Twitter
#75Yes, Bootstrap is great. Honestly, I love using it. But where are all the people that I used to see screeching about semantic markup? Because this takes things in exactly the opposite direction.
Re: Bootstrap 2.0, From Twitter
#76My only fear is that widespread use of these kind of pre-designed frameworks might create a homogenized web. I understand that you can re-skin but I'm thinking many folks will go with the pre-built look/feel. Even so, this is awesome for getting stuff out quickly. Great job.
Re: Bootstrap 2.0, From Twitter
#77Earlier quoted context omitted.
Thanks for pointing that out. That seems like an odd design decision. Edit: I wonder what motivated it. "i" for images and no one uses it to italicize text anymore?
yeah my best guess is that "i" for "icon", it's a good use, from the w3c "their use is discouraged in favor of style sheets." so I guess it doesn't really hurt no one, but the purists, or am I wrong?
Re: Bootstrap 2.0, From Twitter
#78Yes, Bootstrap is great. Honestly, I love using it. But where are all the people that I used to see screeching about semantic markup? Because this takes things in exactly the opposite direction.
yeah, like using for icons http://www.w3.org/TR/html4/present/graphics.html#edef-I
Re: Bootstrap 2.0, From Twitter
#79Has anyone compared this to the Skeleton responsive grid? I like that the styling on skeleton is more minimalist, but worry that I'm missing on some features from Bootstrap.
At least, it gives me something to hack on this weekend :D
Re: Bootstrap 2.0, From Twitter
#80Earlier quoted context omitted.
I'm curious about this as well. I was checking out the 2.0-wip earlier today and all of the button animations remained intact.
Yeah, I saw it just a day or two ago as well and it was still there. I wonder if they're removing effects that aren't compatible across all browsers?
I'm glad they got rid of it. It made the buttons feel "squishy" and unresponsive.