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
Twitter Bootstrap
Re: Twitter Bootstrap
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
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
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
Looks pretty cool, I'm gonna try it out.
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: Twitter Bootstrap
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.
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.
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Re: Twitter Bootstrap
Hmm, the bootstrap thing seems like a real hassle.
I'll just stick to using a responsive CSS framework.
I'll just stick to using a responsive CSS framework.
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: Twitter Bootstrap
It has one of them built in.EcazS wrote:Hmm, the bootstrap thing seems like a real hassle.
I'll just stick to using a responsive CSS framework.
It's really easy to use once you give it a go
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Re: Twitter Bootstrap
Does the navigation always look the same?
I've looked at several bootstrap websites now and they all look the same... :/
I've looked at several bootstrap websites now and they all look the same... :/
Re: Twitter Bootstrap
You're free to modify the CSS any way you like. I chose to remove my navigation all together and create my own.