File naming conventions

Posted: February 18th, 2012 | Author: | Filed under: basics | No Comments »
All file names in this course must follow this naming convention:
  • no capital letters
  • no spaces
  • no special characters except _
  • always use file name extensions:
    • .html for HTML markup files
    • .css for CSS style sheet files
    • .js for Javascript files
    • .gif for GIF image files
    • .jpg for JPEG image files
    • .png for PNG image files
    • .php for PHP files

All folder names should follow the same conventions as for files

  • except that folders don’t need file name extensions

Related posts:

  1. Some research about how users view pages and the conventions for designing sign-up forms


Leave a Reply