|
|
|
| (11 of 11) Naming Conventions |
|
PGood naming conventions given to each object is absolutely essential while creating a web page. Appropriate names provided to each graphic elements helping in easier maintenance.
Guidelines for naming conventions
- Names of the graphics should say something about the purpose of it on the page. eg Graphics used for navigations to about us page can have the word "AboutUs" in it.
- Suffix the name of the graphic with the location where it is present on the page. If the button "About" is present on top navigation bar, It can be named "TopAboutUS
- Separators present in the file can be named "TopSeperators"
- If the name contains more than one word, you might want to have the first letter of each word in Caps. Underscore can also be used to separate the words . E.g. Top_seperator, Left_services.
|
|
|