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

JavaScript AJAX Basics (retiring) Programming AJAX Review Parsing JSON

Samantha North
Samantha North
9,450 Points

Displaying Ajax widgets outside of workspaces

Can anyone recommend a good way to display the widgets outside of workspaces? I heard that MAMP may work for this, but are there any other ways?

4 Answers

Kevin Korte
Kevin Korte
28,148 Points

It just depends on what you're working on.

If you want sometime like the TH Workspaces, you should check out Cloud 9.

If you're working in a framework like Ruby on Rails, they include their own server, so it just kind of "works".

And MAMP is a great alternative when you just need a basic Apache server for a simple php project.

Samantha North
Samantha North
9,450 Points

Thanks Kevin. Cloud9 looks good.

Kevin Korte
Kevin Korte
28,148 Points

I use Cloud9 a lot as it's super portable. It allows me to code anywhere. I've borrowed friends laptops before, and coded on that with Cloud9

Samantha North
Samantha North
9,450 Points

Would web pages using Ajax widgets also work with Heroku? I'm looking for an easy way to display my projects to potential employers.

Kevin Korte
Kevin Korte
28,148 Points

Absolutely, anything that provides a server to respond to an ajax call will work for you. Heroku is a nice production ready server platform, that does offer a free tier, so it's a great solution for some ajax projects that you can host for free.

Samantha North
Samantha North
9,450 Points

Awesome! many thanks for your suggestions