Tuesday, July 21, 2009

Naming Conventions

* Do not use spaces in file names.
* Browsers will replace the spaces with %20.
* Better practise is to use _ or - instead of spaces.
* Or even better just use one word.
* Also try and avoid using & or @ or % symbols or similar.
* Avoid using capital letters for readability as some browsers are case sensitive.
* There is no real difference between .htm and .html file names.
* Just be consistent with your naming.

No comments:

Post a Comment