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

General Discussion

Alan Steffens
Alan Steffens
2,558 Points

Need help choosing a web dev platform, any suggestions?

So I'm an old school web developer, started doing web dev in 1995. For many years I used Microsoft's Frontpage product, then Expression Web. They had a nice environment with site wide search and replace, a toolbox of HTML, Form and other controls, drag and drop menus, ASP.NET and AJAX code, a debugging environment, site publishing that would detect what had changed locally and upload only the changed files to the website, color-coded HTML and CSS parsing and look-up when typing in code, and a built-in WYSIWYG display or split screen with your code so you didn't have to break from the dev environment and open a browser to check your code. Microsoft discontinued Expression Web about 4 years ago. I've been basically out of the web dev game for 5 years and am now picking it up again. When I ask other web developers what they use I get answers like "I use Notepad and a web browser to check my code." I guess I'm looking now for some web dev environment that is as sophisticated as Web Expression was. I could go to Visual Studio, but it is overkill for someone who is basically a designer, not a hard core ASP.NET, C# or Javascript coder. I miss the publishing, drag and drop controls, color-coded type ahead HTML and CSS coding environment and WYSIWYG display. Can someone out there recommend something somewhere between Expression Web and Notepad?

2 Answers

jason chan
jason chan
31,009 Points

I would highly recommend going with a mac. Everything is less hassle through mac. I used to be PC guy. I would just get a mac laptop. Have sublimetext. Have any stack set up. Your ready to roll out. Plus retina display is bees to knees. But if your on a budget PC is fine, it's just more set up for certain things.

For me mac has been less hassle for dev setups especially for nodejs, php lamp and rails.

I also used microsoft frontpage. LOLs.

Alan Steffens
Alan Steffens
2,558 Points

I was hoping for an answer to the dev platform question, not the OS I use. Too invested in Windows after 25+ years of using it (started with Windows 3.1 ~ 1991) to go Mac at this point. Thanks for your response, though!

Guil Hernandez
STAFF
Guil Hernandez
Treehouse Teacher

Hey Alan Steffens,

Check out Visual Studio Code or Atom. Both editors are free, open source, even customizable. :)

Alan Steffens
Alan Steffens
2,558 Points

Thanks for the suggestions Guil. That is more what I was after. I have downloaded both and started the long path toward learning their functionality and adopting a new platform for my dev efforts after 15 years of Frontpage/Expression Web use. Watching lots of training videos on them currently. I'm planning to use both VSCode and Atom for a while on my current project with one of them surely to eventually end up a clear winner for me based on my dev needs, habits and ease of use. Thanks again!

One last question ... what platform/environment do you use?