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 trialAshley Keeling
11,476 Pointsi mean types of websites you can get like static, but i dont know what the others are
Teacher Russell
16,873 PointsTwo basic types of websites, static, which is usually html, css. What you see is what you get. The other type is dynamic. A dynamic site is written using a server side language, like php. If you want to process forms, access a database, etc. you need to build a dynamic site.
2 Answers
Steven Parker
231,261 PointsThe only "types" I'm aware of have to do with the intended purpose or content of the site. Things like:
- Blog or Personal Website
- Business Website
- eCommerce / Shopping Website
- Job Board
- Business Directory
- Knowledgebase
- Question & Answer Website
- NonProfits and Religious Websites
- Portfolio Websites
- Online Communities
- Coupon Website
- Auction Websites
- Podcasting Websites
- Special Interest Websites
- School or College Websites
- Online Dating
I'm not aware of what the word "static" might mean related to a website. Where did you hear or see this term?
Jack Cummins
17,417 PointsStatic means that you wrote the code from scratch.
Steven Parker
231,261 PointsRussell's description of "static" vs "dynamic" makes sense. I just never thought of those as "types".
Jack Cummins
17,417 PointsI know that Word Press is another type. Those are the only two types that I know.
Teacher Russell
16,873 PointsFrom scratch refers to the same here as it does in cooking. Is it homemade, or did you open a box and add water:) Recently, I built someone a gallery where I used bootstrap, just for the grid. Everything else was from scratch.
Steven Parker
231,261 PointsSteven Parker
231,261 PointsI'm not sure what you mean by "type". Things like "online shopping"?