File Naming Conventions & Management
Naming Files
So basically it boils down to this:
- Be consistent with how you name your files.
- Do not use spaces in naming your files.
- Do not use special characters in naming your files.
- Use all lowercase, or if you do use some capitals, BE CONSISTENT.
- When naming images, do not start file names with numbers.
Managing Files
Keeping your files organized should go something like this:
- Always have a ROOT DIRECTORY.
- Your main page should always be named index.html.
- Only files that will be displayed on your site should be in your root directory.
- No Photoshop files (.psd).
- Pay attention to the File Naming rules above