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

Development Tools

Im looking for an 'editor' that is similar to workspaces... able to upload images and fonts....

Im currently using text wrangler and do not want to find all the links attached to my uploaded files. is there a program that allows for uploaded images directly into the 'editor' or program?

I don't know if it has everything you want, but https://jsfiddle.net/ is pretty commonly used for online development.

Thanks for your question, Zachary! I'm new to Treehouse and just finished my How to Make a Webpage class. I was hoping to experiment with what I'd learned, and I was disappointed to find that I couldn't upload my images in Workspaces. I've now downloaded Brackets, as suggested.

You should be able to upload your own photos to Workspaces by using the same procedures as uploading for the basic HTML course.

Thanks, Ted! I haven't been through the Basic HTML class yet. But I'll try again later to get my images into Workspaces. I was able to get them into Brackets by moving them to a particular subfolder under my index.html and opening the whole folder as a Brackets project.

Yes, I use Brackets for all of my development. The only catch is that you need to install a server emulator like XAMPP for languages like PHP. Then the projects have to be in the htdocs folder in the XAMPP folder. But that is not hard to do.

8 Answers

But I use Brackets as a text editor. It has a live preview mode that is very nice.

Thanks, Ted! I had the same question so I appreciate the Brackets suggestion.

Or just build here in Workspaces by creating your own space.

my friend... workspaces is an awesome editor... but i cannot upload files to a hosting site from it.

You can download the workspace under the file menu and upload it to a live site with Filezilla or other similar program.

when i download the workspace... under what program do i save the file?

I have not actually tried it, but I assume you get a compressed folder with all the files in it. Then you use a text editor to make changes if you want. I use Brackets as noted above. It is well done and free.

Thank You. Very Helpful.

It looks interesting.

Ted Sumner, I wanted to say "thanks" again for the Brackets suggestion. As I'm working my way through my Treehouse videos, I've started building some web pages in Brackets to help me practice my newly-acquired skills. I'm learning so much and quickly becoming addicted to web page development.