Pardon my ignorance, but could someone give me a rundown of what bootstrap is, and how it works?
Bootstrap 2.0, From Twitter
11–20 of 163 posts
Re: Bootstrap 2.0, From Twitter
#12Love the new stuff - any reason why you removed the animation effects of button presses? I always thought that was one of the coolest pieces of bootstrap
Re: Bootstrap 2.0, From Twitter
#13Glad to see that Bootstrap 2.0 is out. Been following along on the 2.0-wip for the last couple days and very impressed with the new Responsive Design. One slight problem (Chrome, Mac OSX Lion): http://i.imgur.com/SOrUZ.png
A couple of refreshes (does Chrome have Shift + R for forcing reload without cache?) should sort it out.
Re: Bootstrap 2.0, From Twitter
#14Pardon my ignorance, but could someone give me a rundown of what bootstrap is, and how it works?
Pre-made css for design-handicapped people like me and web design framework for designers.
Re: Bootstrap 2.0, From Twitter
#15Re: Bootstrap 2.0, From Twitter
#16I have a personal project that uses Bootstrap but it pains me to use it on my mobile device.
The js templating (loading JSON data into the view) that I do is a necessary part but I'd be willing to hardcode.
Re: Bootstrap 2.0, From Twitter
#17I've been using Foundation for a new project and am really digging the responsive layout features.
Re: Bootstrap 2.0, From Twitter
#18In your opinion, what is the mobile equivalent of Bootstrap or what combination of JS/CSS packages can function as a bootstrap-type jumpstart? I have a personal project that uses Bootstrap but it pains me to use it on my mobile device. The js templating (loading JSON data into the view) that I do is a necessary part but I'd be willing to hardcode.
Re: Bootstrap 2.0, From Twitter
#19In your opinion, what is the mobile equivalent of Bootstrap or what combination of JS/CSS packages can function as a bootstrap-type jumpstart? I have a personal project that uses Bootstrap but it pains me to use it on my mobile device. The js templating (loading JSON data into the view) that I do is a necessary part but I'd be willing to hardcode.
or you could go with a collapsible column grid along the lines of http://fluidbaselinegrid.com/ where by you have the one code base for mobile and desktop browsers.