html - Programming Languages required to develop a website like Imgur? -


i'm new web development. far, have idea of html , css.

1) know programming languages required develop website imgur , what's role of each language used.

2) assuming user has uploaded image imgur, required steps generate unique hmtl file particular image.

you need:

  1. html
  2. css
  3. a server-side framework (e.g., php, ruby on rails, etc.)
  4. most javascript (but might able without it)
  5. a database backend, such postgresql or mongodb

you wouldn't need individual html sites. when goes http://www.yoursite.com/image/1, backend (usually .htaccess in apache) process , turn /image.php?id=1, php (or framework) uses create image-specific html page.

good luck!

-totallyuneekname


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -