Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

What technology would you use to create a carousel?

What language or technology would you use to create a carousel for products like books? Is it javascript? Right now I only know HTML & CSS and have just begun JavaScript.

2 Answers

It is javascript A plug-in aptly called carousel.js!

Even though you only know HTML/CSS -- I think if you tinker with it enough you should be able to get i!

I have seen these in Bootsrap sites, and one of their main layouts feature a carousel. (http://getbootstrap.com/examples/carousel/) this of course, leads you to checking out Bootstrap (www.getbootstrap.com) and from there you could see how you could be able to implement it.

Here are some tutorials: http://parkhurstdesign.com/improved-carousels-twitter-bootstrap/ http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-carousel.php

I also found some on github and Slick looks interesting if its something you'd like a little more control over: http://kenwheeler.github.io/slick/

Hope this helps!

That helps a lot, thanks. I appreciate all of the links you gave. Is bootstrap hard to learn or figure out? That github link "slick" seems to be very close to what I was looking for.

If you know css3 good enough as well then you can create them using only css3 and html, this helps, but it is way easier to use jQuery.