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 trialChloe Dahlborg
303 PointsDuring the tutorials,I'm building in the "workspace". When I am building my own site, where do I begin ?
Does it begin with purchasing a domain? I'm just curious as to what this process looks like outside of the tutorials
6 Answers
Jim Withington
12,025 PointsIn one of the sections of How to Make a Website, Nick suggested Brackets. It's pretty greatβlooks and works a lot like Workspaces. Very intuitive, and cross-platform!
Plus, as we get better, we can contribute to it since it's open source. :)
Bill Hinostroza
19,273 PointsIf you want your site to be public you have to purchase a domain and a hosting plan. You can also host your own site so others can see but that is a bit more complicated.
If you just want to create a site you can develop locally.
Which all you need is a text editor but if you want to use server side code you're going to need a server.
So, for that you need to download wamp(windows) or mamp(mac).
If you have anymore questions feel free to ask.
James Barnett
39,199 PointsYou can begin building your own site in Workspaces. If you want to launch your site so the world can see it that's when you need to purchase a domain and web hosting.
J Scott Erickson
11,883 PointsDepends really what kind you're developing. You can develop locally using a text editor ( I use Sublime Text 2 ) and then opening the files in your web browser of choice. This will work for plain HTML and JavaScript. If you want to make a site using PHP you'll need a server to develop locally.
Alexander Rasmussen
12,901 PointsGo to this site: http://www.sublimetext.com/2 Download it for the version you are running. When you safe a file as HTML in the program, simply just right-click on it in the folder and there you can choose witch browser you want to open the file in. I use Google Chrome, however you may have to check the website you are building in multiple browsers, to see if it is working optimized in different kind of browsers.
Chloe Dahlborg
303 PointsThanks for all the input, this is super helpful!