Saturday, March 10, 2012

File Management in Website Development

Rule No. 1

Only ONE word for filename in lowercase

Rule No. 2

Create different folders for each topic or subtopic

Rule No. 3

In each of the different folders for each topic should contain 2 folders:
a) images - the images that are CURRENTLY being used in the website
b) media - all the images that are used WHILE developing the website

Rule No. 4

Let index be the main page of your website

Example

WEBPROJECT
  |
  |---> [index.html / index.php / index.asp]    THE MAIN PAGE OF THIS WEBSITE
  |  
  |---> [images]
  |
  |---> [media]
  |
  |--->[Chapter 1]
  |              |
  |              |---> index.html
  |              |
  |              |---> [images]
  |              |
  |              |---> [media]
  |
  |--->[Chapter 2]
                 |
                 |---> index.html
                 |
                 |---> [images]
                 |
                 |---> [media]

No comments:

Post a Comment