<?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>Capital Professional Services &#187; navigation</title>
	<atom:link href="http://www.capproservices.com/tag/navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.capproservices.com</link>
	<description>Creating a Place for You in Cyberspace</description>
	<lastBuildDate>Fri, 21 Oct 2011 20:06:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Making your web site accessible</title>
		<link>http://www.capproservices.com/2010/08/making-your-web-site-accessible/</link>
		<comments>http://www.capproservices.com/2010/08/making-your-web-site-accessible/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 23:09:39 +0000</pubDate>
		<dc:creator>Lisa McMahon</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[alt tag]]></category>
		<category><![CDATA[color blind]]></category>
		<category><![CDATA[disabilities]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[screen reader]]></category>
		<category><![CDATA[title tag]]></category>

		<guid isPermaLink="false">http://www.capproservices.com/?p=95</guid>
		<description><![CDATA[Keep in mind the needs of disabled visitors when you are designing your web site, especially for those who are blind or partially sighted Besides keeping your web site focused, it is also import to consider accessibility. Some of the people who visit your web site will be suing different monitors that yours or running [...]]]></description>
			<content:encoded><![CDATA[<h3>Keep in mind the needs of disabled visitors when you are designing your web site, especially for those who are blind or partially sighted</h3>
<p>Besides keeping your web site focused, it is also import to consider accessibility. Some of the people who visit your web site will be suing different monitors that yours or running it at a different resolution. More importantly, however, some users will have poor eyesight or even completely blind. How do you ensure that your web site is user-friendly to people with these limitations?</p>
<p>You might need to make some changes to the way you code your site to sthat you don&#8217;t alientat this group of users. It is possible that they may be using a screen reader which reads the words out loud. Some screen readers are more advanced than others but in all cases you should do your part to help your web visitor. Stick to the guidelines given here as well as clean HTML and CSS and your web site should be more accessible.<span id="more-95"></span></p>
<h3>Navigation</h3>
<p>This is one of the most challenging aspects of your web site to your users with disabilities. If you use Flash or JavaScript for your navigation bar, screen readers may ot be able to interpret the links. An easy alternative is to use CSS.</p>
<p>Users may also want to increase font size or remove the display of images (text-only) to make your web pages easier to read. If you use images for your navigation but any text embedded with them will not be able to be read by the screen reader.  The easiest way to fix this is to always use the &lt;alt&gt; tag for every image. For example if you designate a little house icon for your home page or even have the word &#8220;home&#8221; embedded in the button so it is no longer text, the screen reader can&#8217;t &#8220;see&#8221; it. If, however, the tag for you image is &lt;img alt=&#8221;link to home page&#8221; &#8230;&gt; the screen reader can describe the image to the user with disabilities. Also when images are turned off in the browser the alternate text will be displayed.</p>
<p>Also be careful in using tables in your page design. Screen readers often have difficulty understanding them. Tables can be made accessible by keeping them simple and not using empty cells.</p>
<h3>Hyperlinks</h3>
<p>You can also provide short cuts to navigate your site by including the accesskey attribute in your links. For example, &lt;a href=<a href="http://capproservices.com/">http://capproservices.com/</a> accesskey=&#8221;H&#8221;&gt; lets the user press Alt or Ctrl plus H to follow the link to your home page. Don&#8217;t try to do this for all of your links &#8212; just for the main navigation bar. JAWS, the most popular screen reader, can read Accesskeys aloud allowing users to access pages more quickly.</p>
<p>Another attribute to add to links is &lt;title&gt;. This will indicate to the user the destination of the link.</p>
<p>Using the right colors is also important for navigation. There are many people who are color blind. Tools such as <a href="http://colorfilter.wickline.org">http://colorfilter.wickline.org</a> will simulate how your web site pages appear to someone who is color blind.</p>
<p>There are also tools to help you check to be sure your web site adheress to the Web Accessibility Initiative (WAI):</p>
<ul>
<li><a href="http://www.etre.com/tools/accessibilitycheck" target="_blank">Accessibility check</a></li>
<li><a href="http://www.visionaustralia.org/info.aspx?page=1985">Accessibility Tools</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.capproservices.com/2010/08/making-your-web-site-accessible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perfecting your web site&#8217;s navigation</title>
		<link>http://www.capproservices.com/2009/04/web-site-navigation/</link>
		<comments>http://www.capproservices.com/2009/04/web-site-navigation/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:40:39 +0000</pubDate>
		<dc:creator>Lisa McMahon</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[breadcrumb]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web deign]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://www.capproservices.com/?p=32</guid>
		<description><![CDATA[&#8220;Build it and they will come&#8221; &#8212; at least, that&#8217;s what you&#8217;ve probably heard from a lot of web design firms wanting your dollars but not caring if your web site is a success. We&#8217;ll cover how to attract visitors on another page. Once you&#8217;ve got them, however, you&#8217;ve got to keep them interested. If [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Build it and they will come&#8221; &#8212; at least, that&#8217;s what you&#8217;ve probably heard from a lot of web design firms wanting your dollars but not caring if your web site is a success. We&#8217;ll cover how to attract visitors on another page. Once you&#8217;ve got them, however, you&#8217;ve got to keep them interested. If your navigation isn&#8217;t easy to understand and consistent across all the pages of your site.</p>
<h2>Navigation is crucial</h2>
<p>The components that make up the navigational structure of a web site are known as navigational elements. The first thing to consider is your domain or company name. If your company name is well branded, potential visitors may enter it into their browser&#8217;s address bar or a search engine. So although your name isn&#8217;t normally considered a navigational element, it becomes one when used to locate your web site. If this is a possibility for your site, keep your web site name short, don&#8217;t use punctuation or unusual spelling. You should also keep your subfolder names short, too, and for best search engine rankings, use keywords.<span id="more-32"></span></p>
<p>Usability studies show that a visitor&#8217;s path through a site frequently takes him back to the home page. Some visitors will start here but many may arrive at a page deep within your site. As they browse this page, if they find what they were searching for they may click on other links on that page. If they want to check out the site as a whole, they will want to start at the &#8220;beginning&#8221; which for web sites is the home page. For this reason, it is important to have a link to your home page on every page of your web site. This conventional navigational element is usually found on multiple locations. The usual locations for these links are: (1) the upper left, usually a graphical link; (2) in a text link at the bottom of the page, usually part of a horizontal menu bar; and (3) sometimes as part of a breadcrumb trail.</p>
<h2>Links</h2>
<p>During the infancy of the World Wide Web, pages were displayed in 16 or less colors, using mostly text and sometimes including very simple graphical images. Users expected all links to be blue underlined text, like <span class="stdLink"><span style="text-decoration: underline;"><span style="color: #0000ff;">this</span></span></span>. Today, web designers have done all kinds of tortuous things to links: like <a href="http://www.capproservices.com/html-editors/" target="_blank"><span style="color: #000000;">this</span></a> (click on &#8220;this&#8221; to see where it takes you), or <a href="http://www.capproservices.com/html-editors/" target="_blank"><span style="color: #000000;">this</span></a> or even <a href="http://www.capproservices.com/get-a-domain-name/" target="_blank"><span class="redBlinkLink"><strong><span style="color: #ffffff; font-family: Arial; background-color: #ff0000;">this</span></strong></span></a>. (For this last one, it is a white text with a red background, a black-dotted border and it BLINKS! You won&#8217;t see the blinking in all browsers, e.g., Internet Explorer.)</p>
<p>There&#8217;s nothing wrong with having distinctive links for your web site as long as your visitor can easily find them! Make sure they are in a different color from standard text. If a visitor looks at your web site and can&#8217;t immediately tell where all the links are, they won&#8217;t like it and won&#8217;t stick around very long.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.capproservices.com/2009/04/web-site-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.capproservices.com @ 2012-02-03 21:54:00 -->
