Archive for July, 2006

Include a Trailing Slash on Directory URLs

Including a trailing slash on a directory URL will decrease page load time because it reduces the number of times the browser has to access the web server.

Read the rest of this entry »

Posted by Herman on July 4th, 2006 .
Filed under: Web Design | 1 Comment »

Trailing Slash - Creating Correct Link Structure

When building your web site it’s important to incorporate the correct link structure from the beginning. This will save a lot of headaches in the future should you decide to expand your web site.

1. Should you link to your home page with or without a trailing slash?

http://www.example.com (without the trailing slash)

http://www.example.com (with the trailing slash)

Read the rest of this entry »

Posted by Herman on July 3rd, 2006 .
Filed under: Web Design | 1 Comment »