I’ve heard today of a new framework produced by Twitter.
Link to the framework: http://twitter.github.com/bootstrap/
I’m wondering if someone has used it already and what they think about it.
And what kind of website can use this framework?
I’m currently developing a web app in PHP/MSYQL/jQuery/jQuery UI can i use it in the same time?
And the last question, what kind of technologies do they use?
Thanks!
Aside from being the most watched repository over at GitHub, Twitter’s Boostrap allows you to create carefully crafted sites with intuitive UI’s and with usability in mind. It has a good backwards compatibility track record, so you can support older browsers like IE7, so you don’t have to worry about breaking your design with complex layouts (as long as you stick to the grid) in aging browsers.
Healthy code, carefully crafted grid system, responsive design, ample UI elements and bountiful jQuery custom plugins are just a few things that separate the bootstrap from the rest and there is still a lot of room for growth.
And yes, it can be used along with the jQuery UI framework, jQuery is at the heart of the framework.