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
Mihai Tabla
6,493 PointsLearn coding by myself.. Suggests ?
Hi all,
I want to learn coding by myself in JS and Jquerry, not copy-pasting from the internet the codes that already are there. Can you suggest me a site or something like this to learn how to code by myself different things ? The basic things on this site i've learned are not enough.
Thx
Mihai Tabla
6,493 Pointsi want to get started, to reproduce a code ( also it has to be commented )
Evan Gatchell
5,878 Pointstuts+ http://tutsplus.com/
Marcus Parsons
15,719 PointsAnother great (and free) option to learning JavaScript is CodeAcademy.com. They also have HTML, CSS, jQuery, Python, Ruby, and PHP courses. All free and all awesome!
Ryan Field
Courses Plus Student 21,242 PointsRyan Field
Courses Plus Student 21,242 PointsOne of the best ways to learn is to think of something (page, app, function) that you think would be cool to create, and then to sit down and try and make it yourself while referring to the documentation. Most of the stuff you will need is there, but if you get stuck, you can always do a web search for the thing you're trying to do, and most likely you'll find that the question you have has already been answered on some forum/page.