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

What language is needed for an "Admin Page"

I was just wondering what languages are required and how difficult it actually is. By "Admin Page" I mean a page that the client can access by adding /admin to the url and they are able to edit the website such as adding a blog post, adding a gallery to a site, or updating different parts without them needing to know how to code or asking me to do it through code. I already know html css and a small amount of JavaScript and php. Also is there a specific track that would help me with to learn how to do this?

2 Answers

Wordpress does this sort of thing with php so php would be one option.

Social sites such as Ravelry use Ruby so that would be another option. Both are covered here on treehouse.

Seems like wordpress is the way to go because James suggested it too, Thanks!

> they are able to edit the website such as adding a blog post, adding a gallery to a site, or updating different parts without them needing to know how to code

Sounds like you are thinking of a content management system or CMS. There are a lot of CMSes to choose from, Wordpress is a popular option, and there's a series of courses dedicated to it on Treehouse.

Great i'll check it out!