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 trialDejan Antonić
1,262 PointsSpace to create website
I'm new here. In which one space should I create website, instead of treehouse's workspaces, where should I practice?
3 Answers
Kevin Korte
28,149 PointsGo through some of the beginning tracks and course about setting up and building a website. They will explain literally everything, and how to do it.
Dejan Antonić
1,262 PointsThanks.
Richard Nicholls
1,301 PointsI was using notepad ++ but the editor in the treehouse workspace is excellent and my latest project is all coded within the treehouse editor.
Dejan Antonić
1,262 PointsThanks for answer. I'll try notepad++ anyway.
Niall Maher
16,985 PointsI think brackets is one of my favourite because it is very similar to the Treehouse IDE in the sense you can launch it in a browser directly from the editor without the confusion of installing a local server yourself. Fastest way to get started and loads of plugins to help you along with coding hints etc.
vincentvanhoven
6,176 Pointsvincentvanhoven
6,176 PointsThe best IDE (editor) for web development in my opinion is Netbeans. It's a great tool with many functions and I like it over Treehouse's Workspaces. If you are looking to practice HTML, CSS, JavaScript and the like, just Netbeans will suffice. If you want to practice with PHP, you'll need a webserver which you can either rent or run yourself. A great tool to do this would be USBWebserver (can be found easilly on Google).