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 trialsimon lavery
17,485 PointsWeb design
I am doing the "how to design a website " course at the minute and I wanted to build a mock website as I went along, but where do you write the code. When I search for web design software I get sites that do the job for you, which also is the second part of my question, is learning to code being phased out with all the software that does it automatically, what are the benefits of knowing the code ? thanks
2 Answers
Kevin Korte
28,149 PointsHi Simon,
There are a lot of options for different places to write code, but to keep it simple, I'll suggest doing one of two. You can either start a new Workspaces here on your treehouse account, which will allow you to write and preview code in your browser, or download a copy of Sublime Text which is a nice software program that you write code in, and you can open the HTML file right in your browser and preview the code. I personally use Sublime Text a lot, on a lot of different project. It is "free" to try-out, but there is no time limit when the free part expires. So you can download it, try it out for as long as you need to, and eventually buy a license to support it's development if you like it.
As far as learning to code being phased out. The answer is no and it'll never happen. Websites that are GUI builders are popular, but are limited. Does every client need a custom website, no? For some people, the prebuilt sites are all they need. Even those sites are not built equally. But for a large majority of the sites, the functionality, features, and UX is so unique to the site, that it can't be replicated by computers. Web designer and developers careers and salaries are only going to continue to grow strongly in the future, I believe.
Caleb Kleveter
Treehouse Moderator 37,862 PointsGreat answer Kevin. I'm including a list of different text editors and IDE's (integrated development environment) you can use, some do cost though.
- Brackets - By Adobe, this one is free, but only good for front-end.
- Atom - My favorite, it is almost identical to Sublime, but I like the UI and UX better. It is slower though.
- NetBeans
- Coda - Mac only
- TextMate - Mac only
- Komodo Edit
- Notepad++
- Visual Studio Code
simon lavery
17,485 PointsThanks, I have just downloaded sublime text 3 but to a beginner even just us using that is complicated. Just watching some tutorials and there is alot to read on it.
Caleb Kleveter
Treehouse Moderator 37,862 PointsBrackets is a good start, it fairly easy to use.
simon lavery
17,485 Pointssimon lavery
17,485 PointsThanks Kevin, I have been using workspaces but I wanted something I could build on so I'll try sublime text.