:: Design Tips

File Names and Conventions

  1. All file names should be lower case only: ex. “psychology.html.”
  2. Be as brief as possible when naming files. Ex. for History Department Faculty List use “hist_fac_list.html.”
  3. No spaces or special characters like “ @, #, &” except for the underscore ( _ ).
  4. Files that are date specific should include the date of the posting or date of the event, class, workshop etc. ex. “english_workshop_052307.html.”
  5. Be consisent in how you name files and the logic to your naming. Ex. if you precede all press releases by date_description, follow this convention throughout. Do not change the order. This will allow you to see files sequentially and better manage your site.
  6. Every folder should have a file named index.html for its primary file.
  7. If the left side menu is used, it must be labeled “_menu.html.”
  8. If the right side column is used, it must be labeled “_menu_right.html.”
  9. Make sure that you use the proper file extension names. Ex. “.doc” for Word files, “.pdf” for Adobe Acrobat files, “.html” for web files.
  10. File naming conventions should mimic the folder naming convention they are in. Ex. staff folder should use files named “staff_dir.html”, workshop folder should be “workshop_050807.html” or “workshop_locate.html.”
  11. Use the fewest folders possible and try not generate more than 3 folders within any given folder. Too many nested folders is harder to maintain and confusing to your visitors.