Page 1 of 1

Twitter Bootstrap

Posted: Sun Jun 10, 2012 5:51 pm
by Temor
Has anyone tried out the Twitter Bootstrap?
http://twitter.github.com/bootstrap/index.html

It's extremely useful for kickstarting a project. I made a fully functional site in 5 hours using this. A process that would take at least 12 hours of painful css and javascript coding.

The documentation is very detailed too, which makes this even easier to use :)

Well worth a look if you're like me and hate doing designs from scratch :P

Re: Twitter Bootstrap

Posted: Sun Jun 10, 2012 6:03 pm
by jacek
Erm, what does it do ?

Re: Twitter Bootstrap

Posted: Sun Jun 10, 2012 6:52 pm
by Temor
It's a flexible HTML, CSS and Javascript framework. You pretty much just download the library files and use the functions just as you would with jQuery and it does cool stuff.

Re: Twitter Bootstrap

Posted: Sun Jun 10, 2012 7:09 pm
by jacek
Temor wrote:jQuery

I'm out !

Re: Twitter Bootstrap

Posted: Sun Jun 10, 2012 8:39 pm
by Temor
I know you don't like jQuery. You really don't have to touch jQuery with bootstrap. You can do a lot of things without using it. The CSS part alone is quite overwhelming.
I'm pretty much just using the HTML and CSS templating functionalities. It makes it really easy to get a responsive design without the use of media queries etc.

Read through some of the docs and I'm sure you'll find at least one thing you'll like :)

Re: Twitter Bootstrap

Posted: Sun Jun 10, 2012 10:46 pm
by EcazS
Looks pretty cool, I'm gonna try it out.

Re: Twitter Bootstrap

Posted: Mon Jun 11, 2012 12:35 am
by bowersbros
The code area on this page was built (sort of) on it.

I got their idea, and then recreated it, because it isn't part of their framework.

http://zando.co.uk/current/php/preview.php

God it took ages, 2 days, to get it to look good.

Re: Twitter Bootstrap

Posted: Mon Jun 11, 2012 2:10 am
by EcazS
Hmm, the bootstrap thing seems like a real hassle.
I'll just stick to using a responsive CSS framework.

Re: Twitter Bootstrap

Posted: Mon Jun 11, 2012 6:24 am
by bowersbros
EcazS wrote:Hmm, the bootstrap thing seems like a real hassle.
I'll just stick to using a responsive CSS framework.


It has one of them built in.

It's really easy to use once you give it a go :)

Re: Twitter Bootstrap

Posted: Mon Jun 11, 2012 12:37 pm
by EcazS
Does the navigation always look the same?
I've looked at several bootstrap websites now and they all look the same... :/

Re: Twitter Bootstrap

Posted: Mon Jun 11, 2012 7:06 pm
by Temor
You're free to modify the CSS any way you like. I chose to remove my navigation all together and create my own.