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 trialMatthew Rigdon
8,223 PointsHow to test out your own HTML/CSS/Javascript?
I want to start building a website using HTML/CSS/Javascript, but I didn't want to be limited to using the Workspace.
Are there any programs that allow you to write code and view it easily? What are the options?
5 Answers
Radu Ioan Stochita
3,558 PointsJust grab a text editor(it is recommend to take one with syntax highlighting, often called a programming text editor) and run it in the browser.
If you don't know how to do that, just follow this tutorial
Some programming text editors you might like:
Sublime Text - this is the one I enjoy using.
Adobe Dreamweaver - I think that it's too expensive. This is not actually a text editor, it's an IDE.
TextMate - Mac Only
Coda - Mac Only
I hope that this will help you decide.
Andrew McCormick
17,730 PointsThere are many..
Codepen http://codepen.io/pen/
JsFiddle http://jsfiddle.net/
JsBin http://jsbin.com/
and more.. http://www.sitepoint.com/7-code-playgrounds/
Not to mention that for HTML/JS/CSS you can just save on your local machine and open in any browser
Kenneth Porterfield
2,839 PointsI use the text editor Atom. https://atom.io/ Like Andrew said, you can just save in on your machine and open it in a browser from there.
Caleb Kleveter
Treehouse Moderator 37,862 PointsSublime Text 3, Brackets (by Adobe), andVisual Studio (if your on PC) are all good text editors.
Andrew McCormick
17,730 PointsI didn't even think to mention IDEs. If you are using a true IDE like Visual Studio, NetBeans, or Eclipse then those have integrated environments where you can run your code without using an external browser.
Gregory Davis
13,435 PointsI just discovered Brackets not too long ago and have been enjoying it a lot.
Caleb Kleveter
Treehouse Moderator 37,862 PointsNow, Brackets is only really good for front-end.
Caleb Kleveter
Treehouse Moderator 37,862 PointsHow do I change the file path that the plugins will go to for Atom? I changed were it is located on the computer and I can't search the packages or themes now.
Caleb Kleveter
Treehouse Moderator 37,862 PointsCaleb Kleveter
Treehouse Moderator 37,862 PointsHave you used Dreamweaver? I've heard that programs like that write really messy code that is almost impossible to read and refactor.
Radu Ioan Stochita
3,558 PointsRadu Ioan Stochita
3,558 PointsI have used it a couple years ago, but I wrote the code myself. I don't recommend using a WYSIWYG editor, because it can give you messy code which you are not going to understand and it is going to take you an era to actually modify it.
Just get a text editor and start coding.
BUT don't get me wrong, if you want to use a WYSIWYG program, like Adobe Muse, go for it, it is going to take you less time to "code" a website.