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

Frederik Linnemann
Frederik Linnemann
7,255 Points

Introduction to Programming - Writing Your Program

In the video Writing Your Program, about 1min in the video, he changes to TextMate, and already has some source code in, and that is somehow linked to the console. So I have no clue of how to get that or how to connect the to to each other, and I use TextWrangler.

1 Answer

Hi Frederik,

This old post may help you out. If not, you basically need to create a new folder on your computer. Then inside that, you'll want to create an HTML file called "index.html" with the content that Jim has in the video at 0:55. You can then open that file with Google Chrome and you should see "Introduction To Programming" in your browser, just as Jim has. That will get you up to the same stage as Jim. Then follow the rest of the video.

I recommend you learn some (or some more) HTML before you attempt this course. It assumes you understand the basic structure of a website, and how all the files work together.

Hope this helps :)