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

HTML Blog

Hi there.

I was wondering how most HTML sites run their blogs. I know that CMS tools have it pretty easy as when you create a post, it updated on the blog homepage, possible on the sites homepage, etc. But when you have a straight HTML document, you have to create a post, and update your blog homepage (moving the other blogs down, and possibly your oldest blog post to a different page). Do most HTML blogs use PHP applications to achieve a blog so they don't have to update all of these things manually?

Thanks!

1 Answer

Kevin Korte
Kevin Korte
28,148 Points

I can't imagine anybody running a straight HTML blog. It would be a nightmare to maintain. You would need/want some sort of server side language and a database to do so. Some sort of language like PHP, Ruby, Python, etc that outputs HTML.

You're just asking for links to break, code to get lost, web errors, etc.