User Tools

Site Tools


web:site_organization

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
web:site_organization [2011/07/19 09:28]
cedwards Added Linking section
web:site_organization [2013/03/05 09:47] (current)
cedwards
Line 38: Line 38:
 a **%20** in place of the space or another sequence in the form of  a **%20** in place of the space or another sequence in the form of 
 **%<number>**.  For this reason, I recommend **not** using spaces or  **%<number>**.  For this reason, I recommend **not** using spaces or 
-special charactersin filenames.  Instead, I recommend using an  +special characters (other than _ or -) in filenames.  Instead, I recommend  
-underscore or a dash.  This keeps the URL still somewhat readable.   +using an underscore or a dash in place of a space.  This keeps the URL still  
-One other important distinction is the use of uppercase characters.  When you  +somewhat readable.  One other important distinction is the use of uppercase  
-use uppercase characters in folder, file, and thus URLs, you create an  +characters.  When you use uppercase characters in folder, file, and thus  
-"ugly" URL.  Be consistent in your naming.  In the interest of not confusing  +URLs, you create an "ugly" URL.  Be consistent in your naming.  In the  
-people with different cases in URLs, I recommend strongly that you keep all  +interest of not confusing people with different cases in URLs, I  
-file and folder names lowercase.  It will save you on headache relief down  +** strongly recommend** that you keep all file and folder names  
-the road.+lowercase.  It will save you on headache relief down the road.
  
 I recommend using folders to help you organize your site. Below is a  I recommend using folders to help you organize your site. Below is a 
Line 154: Line 154:
 / /
 |--images |--images
 +|  |--site-header.jpg
 | |
 |--sports |--sports
Line 165: Line 166:
 |  | |  |
 |  |--images |  |--images
 +|  |  |--sports-header.jpg
 +|  |  
 |  |--index.html |  |--index.html
 </code> </code>
Line 181: Line 184:
 relative link to reference an image in the /images folder as well: relative link to reference an image in the /images folder as well:
 <code> <code>
-<img src="../../images/site-header.jpg" alt="Sports">+<img src="../../images/site-header.jpg" alt="School">
 </code> </code>
  
Line 206: Line 209:
   - Type in **cd %userprofile%\desktop** and then press the **Enter** key.   - Type in **cd %userprofile%\desktop** and then press the **Enter** key.
   - Type in **wget -m http://school.wcs.k12.va.us** and press the **Enter** key. Obviously, replace school with your school's initials (e.g. vies.wcs.k12.va.us).   - Type in **wget -m http://school.wcs.k12.va.us** and press the **Enter** key. Obviously, replace school with your school's initials (e.g. vies.wcs.k12.va.us).
-  - Sit back and relax until it is finished and returns to the **C:\Documents and Settings\username\Desktop** prompt.  +  - Sit back and relax until it is finished and returns to the **C:\Documents and Settings\username\Desktop**  (for Windows XP) or **C:\users\username\desktop** (for Windows Vista or Windows 7) prompt.  
   - Type **exit** and press **Enter**.  The Command Prompt will go away.   - Type **exit** and press **Enter**.  The Command Prompt will go away.
  
web/site_organization.1311082103.txt.gz · Last modified: 2011/07/19 09:28 by cedwards