<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Great Valley Computer Contest &#187; Load Time</title>
	<atom:link href="http://gvhscontest.com/category/load-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://gvhscontest.com</link>
	<description>Introducing NEPA&#039;s high school youth to information technology in a competitive environment.</description>
	<lastBuildDate>Mon, 14 Mar 2011 14:32:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Common Navigation Element</title>
		<link>http://gvhscontest.com/2009/common-navigation-element/</link>
		<comments>http://gvhscontest.com/2009/common-navigation-element/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 19:29:57 +0000</pubDate>
		<dc:creator>John Dawe, CFRE</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Load Time]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools and Resources]]></category>

		<guid isPermaLink="false">http://gvhscontest.com/?p=20</guid>
		<description><![CDATA[One of the contest criteria is a common navigation element, but what exactly does that mean?
From a design standpoint, it means that your site&#8217;s visitors will see the same navigational element on every single page.   This is most often done via a top or side nav.  For example, this website uses a right-side common navigational [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ricesigns.com/pictures/W1-6.gif" style="padding-left:10px;" align="right">One of the contest criteria is a common navigation element, but what exactly does that mean?</p>
<p>From a design standpoint, it means that your site&#8217;s visitors will see the same navigational element on every single page.   This is most often done via a top or side nav.  For example, this website uses a right-side common navigational element  that is the exact same thing no matter what page you&#8217;re on.   There is also a less prominent TOP navigational element that exists for the homepage and About pages.</p>
<p>From a programming standpoint, it means that if possible, the same file should be used on every page <span id="more-20"></span>for navigation.  Sometimes called &#8220;Include&#8221; pages, the navigation is placed in a separate file from the rest of the site.  That way, if you have to update a navigational link you only have to do it one place instead of on every single page.<!--more--></p>
<p>From a load-time standpoint, this helps because the navigation typically only loads once and that bit of code doesn&#8217;t have to load on every click.</p>
<p>Here are some varied resources on the subject of site navigation:</p>
<p><a href="http://articles.techrepublic.com.com/5100-10878_11-1058652.html">http://articles.techrepublic.com.com/5100-10878_11-1058652.html</a></p>
<p><a href="http://www.poynterextra.org/eyetrack2004/navigation.htm">http://www.poynterextra.org/eyetrack2004/navigation.htm</a></p>
<p><a href="http://searchenginesmarketer.com/2008/11/14/website-navigation-left-vs-top/">http://searchenginesmarketer.com/2008/11/14/website-navigation-left-vs-top/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gvhscontest.com/2009/common-navigation-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

