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

CSS How to Make a Website Beginning HTML and CSS Follow Along with Workspaces

Abhineet Asthana
Abhineet Asthana
2,098 Points

where can I have my own workspaces, not hosted by teamtreehouse?

n

6 Answers

Some text editors worth checking out are Sublime (it's free but they will sometimes prompt you asking you to buy it), Github's Atom, Adobe's Brackets, and Windows folks seem to like Notepad++. There are also IDE's, which are useful for more complex programming.

Emma Willmann
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Emma Willmann
Treehouse Project Reviewer

Another great option is to use Codepen. You can write code in html, css, and javascript on the top half of the screen and see the results in the bottom of the screen.

Otherwise, definitely suggest getting a good text editor like the others have suggested. I prefer Sublime Text, but also like using Notepad++.

Lim Yongtaek
Lim Yongtaek
3,638 Points

Thanks Emma. Great help!

Wayne Priestley
Wayne Priestley
19,579 Points

Hi,

All you need is a code editor on your computer, there are loads to choose from for both Mac and PC.
Some are free while others are paid for, but usually come with a free trial of some sort.
A simple Google search for code editors will bring up a list of free and paid options out there.

Hope this helps.

There's a lot of code editors you can download, some of them :

Sublime text

Brackets

Notepad++

James Barnett
James Barnett
39,199 Points

Codio is basically Workspaces (with a few more features) hosted by Codio instead of Treehouse.

However if you want to host your own coding environment, then the previous suggestions about text editors are what you want.

so with all of your blog, we won't be able to download Workspace to code locally from our laptop right?