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

HTML

What course to join?

I would like to create a website which allows someone to: Sign Up Log In Upload media e.g - Photographs and Videos

I have basic HTML language knowledge and a little CSS & PHP.

I'm a new user and not quite sure what course I should join first? Could anyone recommend me one? It would be great

Thanks

I would recommend just starting the front end web development track. It will give you a feel for how your skills fit in with the content. If it's too easy just jump ahead to the harder courses which can be found via the library link.

1 Answer

As Victor mentioned the Web Development Track is a good place to start. Regarding your requirements for user logins and uploading user media you will want to start looking at Content Management Systems (CMS).

A quick and easy route for this would be to learn Wordpress which there is a track for on here. Or you could build your own CMS using a backend web programming language like PHP, Ruby, Python, etc and mySQL database to store the information, there is tracks for all of these on Team Treehouse.