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

HTML

Hi, i'd like to know Which software can I use in OS and windows like you use in the web course?

I mean, actually I use note pad to coding my project but I'd like to use a software similar to you use in the course how to make a Website course. regards.

4 Answers

Have you tried Sublime Text 2? I don't know what is used in the videos here; I thought Workspaces was the best for that. But I use Sublime for my development needs when I don't have a specific IDE for that particular language.

I hope that helps - else let me know exactly what you want to know and I'll try to answer that.

Cheers,

Steve.

Thanks a lot Steve! I'm new in this way so I'll try to use someone of this. I've heard about visual studio code but really I've never use it, some years ago I use notepad in windows and this work well, I'm gonna use new alternatives cause I'm working on OS.

cheers,

OSX as in Mac? Sublime works on that too. Let me know what you are looking for and I'll try to help better.

Steve.

Bogdan Cabaj
Bogdan Cabaj
16,349 Points

There are plenty of editors out there and most of them are free. Visual Studio Code (not Visual Studio), Brackets, Atom and as Steve mentioned Sublime Text 2. I would try them out but stick to one after you have a first look. Good thing with those free editors is that you can customize it the way you want it with built in options or through extensions.

Thank you so much Bogdan! I'll try to work with Visual Studio.

Bogdan Cabaj
Bogdan Cabaj
16,349 Points

Make sure you get Visual Studio Code not Visual Studio.

I currently use Dreamweaver from Adobe. It is a good platform for writing code and previewing. I have yet to explore it enough to make a judgement on the testing/compiling capabilities. Keep in mind that I use DW for html, css, javascript, & php. When I was studying C++, I was using Xcode. I like the build, compile, & test features with Xcode. I would have preferred to stay with Xcode. I cannot say at this time if I will stay with Dreamweaver, or look for editor to use.