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 trialAlexandra Cianciara
2,465 PointsJava Script tricks for web development
Hello, I know there is a basic track for java script for beginners but I am trying to understand/ looking for inspiration what cool stuff can be done with JS on the website. I know you can do: Rotating image gallery Animation of icons and other Life calendar or clock Subscription form
Are there any other cool stuff?
Thank you
1 Answer
Jennifer Nordell
Treehouse TeacherAlexandra Cianciara I was referred to a page a while back that has solidly some of the most impressive/cool JS and CSS I have seen to date. Take a look at this beauty (and don't forget to move your mouse around plenty and zoom in and out with the mouse wheel). This site is mind-blowing
Teacher Russell
16,873 PointsTeacher Russell
16,873 PointsThe sky is the limit with JS. If you're looking to just highlight a site with some bells and whistles, you can take a look at JQuery. If you're not deeply into programming, but just want to enhance a very simple sight, you can pull off tricks with that. There's a course here on JQuery, and a great on on JS and the DOM, and DOM by example.