<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>John Pape Online Blog &#187; information technology</title>
	<atom:link href="http://johnpapeonline.com/tag/information-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnpapeonline.com</link>
	<description></description>
	<lastBuildDate>Tue, 28 Feb 2012 20:25:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<copyright>2006-2007 </copyright>
	<managingEditor>john@mediatunes.com (John Pape Online Blog)</managingEditor>
	<webMaster>john@mediatunes.com (John Pape Online Blog)</webMaster>
	<image>
		<url>http://johnpapeonline.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>John Pape Online Blog</title>
		<link>http://johnpapeonline.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>My Thoughts and Ideas</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>John Pape Online Blog</itunes:author>
	<itunes:owner>
		<itunes:name>John Pape Online Blog</itunes:name>
		<itunes:email>john@mediatunes.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://johnpapeonline.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Web Tip: Website Accessibility and Usability</title>
		<link>http://johnpapeonline.com/web-tip-website-accessibility-and-usability/</link>
		<comments>http://johnpapeonline.com/web-tip-website-accessibility-and-usability/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 18:53:10 +0000</pubDate>
		<dc:creator>johnpape</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[information technology]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://johnpapeonline.com/?p=1369</guid>
		<description><![CDATA[In this article I am going to explore two area in web development.  The first is the concept of &#8220;Usability&#8220;.  The next idea will be &#8220;Accessibility&#8220; In the world of web development usability is a major issue.  By usability I am talking about testing websites to make sure that the visitor can quickly, easily and [...]]]></description>
			<content:encoded><![CDATA[<p>In this article I am going to explore two area in web development.  The first is the concept of &#8220;<strong>Usability</strong>&#8220;.  The next idea will be &#8220;<strong>Accessibility</strong>&#8220;</p>
<p>In the world of web development <strong>usability</strong> is a major issue.  By usability I am talking about testing websites to make sure that the visitor can quickly, easily and simply navigate a website.  This makes the user experience better.</p>
<p>The idea of <strong>Accessibility</strong> goes even further than usability in that its goal is to allow access for all people.</p>
<h2>A little history</h2>
<p>Nearly 1 out 5 individuals in America have some level of disability.  This translate to about 30 million people.  As the population grows older this number is expected to increase as there will be more and more senior citizens.  Do you know that in the past 10 years there was an increase of 25%.  Unfortunately, with age come physical changes.  Some of these can limit a persons ability to do things.  But keep in mind this is not the only segment of the population that suffers disabilities.  And there needs need to be met.</p>
<h2>Making the Internet Accessible</h2>
<p>The Internet has become an integral part our everyday lifestyle.  It allows us to do things unheard of a decade ago.  The web offers us ways to communicate.  We can obtain information on nearly every subject under the sun and beyond.  We now have social online gatherings.  The opportunities abound will limitless ways to engage cultural activities.  The list could go on.  But the sad reality is that the disabled are sometimes excluded from totally experiencing these benefits.  However there is hope in providing for standard of accessibility that will help these individuals.</p>
<h2>Ways to Improve Accessibility</h2>
<p>Here is a list of ideas from the Web Content Web Content Accessibility Guidelines 1.0 that was created by the Web Accessibility Initiative of W3C.  These are way to increase the accessibility of web content.</p>
<blockquote><h2>1. Provide alternatives to audio-visual content</h2>
<p>Not all people will be able to use different kinds of content. These people may be disabled or may have a lower version of Internet browsers. Movies, sound clips, animations and other contents should be translated into text alternatives so as to provide information to the broadest range of viewers.</p>
<h2>2. Developers shouldn’t rely on color alone</h2>
<p>Many people are impaired in color differentiation. Developers shouldn’t rely too much on the use of colors to relay information in the websites. Charts that are color-coded should be modified and the background and foreground colors of the websites should have enough contrast to enable people with color differentiation impairment to easily navigate the site.</p>
<h2>3. Clarification of the use of natural language</h2>
<p>Content developers usually mark up the changes in natural language in their websites. They should be able to identify the dominant language that is used in the site so as to avoid confusion.</p>
<h2>4. Control of content changes that are time-sensitive</h2>
<p>This issue particularly involves people who have visual or cognitive impairments and those who are not able to read texts that are moving quickly. Movement is seen as an over-all enhancer to the look of the site, but it may pose some problems to people with cognitive impairments.</p>
<h2>5. Accessibility of user interfaces that are embedded</h2>
<p>Objects that posses their own interfaces should be made accessible, and alternative solutions must be provided if this is not possible.</p>
<h2>6. Provision of orientation and context information</h2>
<p>The provision of information on how the objects are organized is important to provide people with guidance on how to access information.</p>
</blockquote>
<p>This is by no means a comprehensive list but they are some practical tips to make a website more usable.  Careful consideration needs to be taken to make sure that Accessibility is included in the design process and that viable alternatives be provided.</p>
<h2>Benefits</h2>
<p>There are many benefits to improving accessibility of websites.  These benefit not only help those with disabilities but also improve the entire web community.  Businesses, Service Companies, Organizations and you as well will benefit.</p>
<blockquote><p>Need A Web Site?</p>
<p>Custom Web Design for Small Businesses by professional and experienced web designer and developer.</p>
<p>Here is what I can do for you&#8230;</p>
<ul>
<li>Innovative Web Design</li>
<li>Graphic Design Logos</li>
<li> Maintain Your Website</li>
<li> Data Driven Content</li>
<li>Flash Applications</li>
<li>Build Shopping Carts for Ecommerce</li>
<li>Custom PHP Applications and Programming</li>
<li>WordPress Installation &amp; Customization</li>
</ul>
<p>Get an affordable, attractive great website today.  Hire Me For Your Web Design Solution. View my portfolio at <a href="http://portfolio.mediatunes.com" target="_blank">http://portfolio.mediatunes.com</a></p>
</blockquote>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/accessibility' rel='tag' target='_self'>accessibility</a>, <a class='technorati-link' href='http://technorati.com/tag/information+technology' rel='tag' target='_self'>information technology</a>, <a class='technorati-link' href='http://technorati.com/tag/usability' rel='tag' target='_self'>usability</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Design' rel='tag' target='_self'>Web Design</a></p>

<!-- end wp-tags-to-technorati -->
<div id="simple_socialmedia"><ul class="ssm_row"><li class="twitter"><a target="_blank" href="http://twitter.com/share?url=http://johnpapeonline.com/web-tip-website-accessibility-and-usability/&amp;text=Web Tip: Website Accessibility and Usability">Tweet</a></li><li class="facebook"><a target="_blank" title="Share on Facebook" rel="nofollow" href="http://www.facebook.com/sharer.php?u=http://johnpapeonline.com/web-tip-website-accessibility-and-usability/&amp;t=Web Tip: Website Accessibility and Usability">Facebook</a></li><li class="linkedin"><a target="_blank" title="Share on LinkedIn" rel="nofollow" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://johnpapeonline.com/web-tip-website-accessibility-and-usability/&amp;title=Web Tip: Website Accessibility and Usability&amp;source=John Pape Online Blog">LinkedIn</a></li><li class="tumblr"><a target="_blank" title="Share on Tumblr" rel="nofollow" href="http://www.tumblr.com/share/link?url=http%3A%2F%2Fjohnpapeonline.com%2Fweb-tip-website-accessibility-and-usability%2F&name=John+Pape+Online+Blog&description=Web+Tip%3A+Website+Accessibility+and+Usability" title="Share on Tumblr">Tumblr</a></li><li class="stumble"><a target="_blank" title="Share on StumbleUpon" rel="nofollow" href="http://www.stumbleupon.com/submit?url=http://johnpapeonline.com/web-tip-website-accessibility-and-usability/">Stumble</a></li><li class="digg"><a target="_blank" title="Share on Digg" rel="nofollow" href="http://www.digg.com/submit?phase=2&amp;url=http://johnpapeonline.com/web-tip-website-accessibility-and-usability/">Digg</a></li><li class="delicious"><a target="_blank" title="Share on Delicious" rel="nofollow" href="http://del.icio.us/post?url=http://johnpapeonline.com/web-tip-website-accessibility-and-usability/&amp;title=INSERT_TITLE">Delicious</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://johnpapeonline.com/web-tip-website-accessibility-and-usability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Tip: Designing the Best Website Possible</title>
		<link>http://johnpapeonline.com/web-tip-the-key-to-better-websites/</link>
		<comments>http://johnpapeonline.com/web-tip-the-key-to-better-websites/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 18:40:39 +0000</pubDate>
		<dc:creator>johnpape</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[information technology]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://johnpapeonline.com/?p=1363</guid>
		<description><![CDATA[Today I want to explore the element of design.  Design is an art and is subjective to the tastes of the individual that experiences the design.  To put this concept into perspective I will present this scenario.  Imaging you are going to but a T-Shirt.  What do you look for?  For most of us we [...]]]></description>
			<content:encoded><![CDATA[<p>Today I want to explore the element of design.  Design is an art and is subjective to the tastes of the individual that experiences the design.  To put this concept into perspective I will present this scenario.  Imaging you are going to but a T-Shirt.  What do you look for?  For most of us we will look for a design that works for us.  So we can conclude that design is a key aspect in our decision.</p>
<p>One of the best ways to look a problem is to look at it from another person&#8217;s point of view.  To do this I will present two different situation to help you understand this concept.</p>
<h2>Site 1:</h2>
<p>Bob is shown a website.  This website has good design features, amazing images, good choice of color.  All the images are relevant to the content.  The choice of font are easy to read.</p>
<h2>Site 2 :</h2>
<p>Next, Bob is shown another website.  This website features gross and ugly images.  The resolution is out of whack.  The images have nothing to do with the content.  The color scheme looks like it came out of a blender.  There are no less than 10 font styles used on the page.  Each page has a different layout.</p>
<h2>Observation:</h2>
<p>Looking these two sites from Bob perspective might go something like this:</p>
<p>Bob really likes Site 1 a lot.   He is impressed with the artwork and design.  He found it easy to navigation.  It was as though the design enhances the content.  Bob, enjoyed the site so much he stayed a while, learned many new things and even came back.</p>
<p>As for Site B Bob could hardly wait to leave the site. Visually it gave him a migraine.  There was now way he would ever want to return.  It was so bad that he even removed from his browser history. Now that&#8217;s bad.  The worst thing Bob did not fell comfortable, was distracted and was disappointed.  Not very welcoming was it?</p>
<h2>Analysis:</h2>
<p>Like it or not most people DO judge on first impression.  In these two cases the impression ranged from good to bad.</p>
<p>Often our ego gets in the way of good design.  The primary thing to take away is to plan your websites carefully.  Get feedback for others and get their perspective.  Remember, everyone is different.  Keep in mind design is subject to interpretation.  The goal is to create a favorable impression the first time.</p>
<blockquote><p>Need A Web Site?</p>
<p>Custom Web Design for Small Businesses by professional and experienced web designer and developer.</p>
<p>Here is what I can do for you&#8230;</p>
<ul>
<li>Innovative Web Design</li>
<li>Graphic Design Logos</li>
<li> Maintain Your Website</li>
<li> Data Driven Content</li>
<li>Flash Applications</li>
<li>Build Shopping Carts for Ecommerce</li>
<li>Custom PHP Applications and Programming</li>
<li>WordPress Installation &amp; Customization</li>
</ul>
<p>Get an affordable, attractive great website today.  Hire Me For Your Web Design Solution. View my portfolio at <a href="http://portfolio.mediatunes.com" target="_blank">http://portfolio.mediatunes.com</a></p>
</blockquote>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/information+technology' rel='tag' target='_self'>information technology</a>, <a class='technorati-link' href='http://technorati.com/tag/Internet' rel='tag' target='_self'>Internet</a>, <a class='technorati-link' href='http://technorati.com/tag/usability' rel='tag' target='_self'>usability</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Design' rel='tag' target='_self'>Web Design</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Development' rel='tag' target='_self'>Web Development</a></p>

<!-- end wp-tags-to-technorati -->
<div id="simple_socialmedia"><ul class="ssm_row"><li class="twitter"><a target="_blank" href="http://twitter.com/share?url=http://johnpapeonline.com/web-tip-the-key-to-better-websites/&amp;text=Web Tip: Designing the Best Website Possible">Tweet</a></li><li class="facebook"><a target="_blank" title="Share on Facebook" rel="nofollow" href="http://www.facebook.com/sharer.php?u=http://johnpapeonline.com/web-tip-the-key-to-better-websites/&amp;t=Web Tip: Designing the Best Website Possible">Facebook</a></li><li class="linkedin"><a target="_blank" title="Share on LinkedIn" rel="nofollow" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://johnpapeonline.com/web-tip-the-key-to-better-websites/&amp;title=Web Tip: Designing the Best Website Possible&amp;source=John Pape Online Blog">LinkedIn</a></li><li class="tumblr"><a target="_blank" title="Share on Tumblr" rel="nofollow" href="http://www.tumblr.com/share/link?url=http%3A%2F%2Fjohnpapeonline.com%2Fweb-tip-the-key-to-better-websites%2F&name=John+Pape+Online+Blog&description=Web+Tip%3A+Designing+the+Best+Website+Possible" title="Share on Tumblr">Tumblr</a></li><li class="stumble"><a target="_blank" title="Share on StumbleUpon" rel="nofollow" href="http://www.stumbleupon.com/submit?url=http://johnpapeonline.com/web-tip-the-key-to-better-websites/">Stumble</a></li><li class="digg"><a target="_blank" title="Share on Digg" rel="nofollow" href="http://www.digg.com/submit?phase=2&amp;url=http://johnpapeonline.com/web-tip-the-key-to-better-websites/">Digg</a></li><li class="delicious"><a target="_blank" title="Share on Delicious" rel="nofollow" href="http://del.icio.us/post?url=http://johnpapeonline.com/web-tip-the-key-to-better-websites/&amp;title=INSERT_TITLE">Delicious</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://johnpapeonline.com/web-tip-the-key-to-better-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Tip: The Art of Arranging Website Content</title>
		<link>http://johnpapeonline.com/web-tip-moving-around-saying-a-lot-and-remembering-more/</link>
		<comments>http://johnpapeonline.com/web-tip-moving-around-saying-a-lot-and-remembering-more/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 18:25:07 +0000</pubDate>
		<dc:creator>johnpape</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[information technology]]></category>
		<category><![CDATA[page layout]]></category>
		<category><![CDATA[site architecture]]></category>
		<category><![CDATA[site navigation]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web devlopment]]></category>

		<guid isPermaLink="false">http://johnpapeonline.com/?p=1352</guid>
		<description><![CDATA[If you&#8217;ve ever moved furniture in your house you will learn that arranging content on your website is very similar.  In a house you will group certain types of furniture to match specific rooms, likewise you need to group certain types of information on specific pages. This simple example is useful in helping your understand [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever moved furniture in your house you will learn that arranging content on your website is very similar.  In a house you will group certain types of furniture to match specific rooms, likewise you need to group certain types of information on specific pages.</p>
<p>This simple example is useful in helping your understand the importance of positioning content into your website.  The goal is help eliminate a mess caused by confusion.</p>
<h2>Group similar information together</h2>
<p>In a home you will put beds and dressers in the bedroom.  In the living room you will put a couch, easy chair, coffee table.  You do this because these item help in the function of the room.</p>
<p>In a similar way you need to categorize your website&#8217;s content.  You need a constant logical flow of information.  You site&#8217;s visitor probably doesn&#8217;t want to bounce around from page to page and back again to the information they want.  For the most part you want to put similar content in the same area.</p>
<p>Let&#8217;s say you sell items on your website,  the idea here is to group these onto one page.  If you have several items then you will want to create a category and organized them into similar kinds of products.</p>
<p>Perhaps you maintain a website for an organization.  Again you want to group similar content into certain pages dedicated to that topic.  Also, you want to categorize your content to avoid cluttering the site.  I always like the simple and clean approach.</p>
<p>When creating categories for a website you will find that these are typically what you will find.</p>
<ul>
<li> Home</li>
<li> About Us</li>
<li>Resources</li>
<li> Contact</li>
</ul>
<p>Let&#8217;s go through each of these pages and figure out what type of content goes into them.  First let&#8217;s look at the Home page.</p>
<p>The <strong>Home</strong> page is usually the first page someone will arrive at on your website.  This page should have content that tells the visitor “What is this website about?”  In addition, it needs to show links to the other areas within the site.</p>
<p>Next let&#8217;s look at the <strong>About Us</strong> page.  This page contains content regarding the organization or person who owns the website.  By including this page you add reliability by allowing your visitor a chance to know who you are and some of your qualification and credentials.  This builds trust.</p>
<p>You will also want to include some sort of <strong>Resources</strong> page.  The primary aim of your website should be to provide something useful to the visitor.  This is done through your resources page.  If you have several resources you can have multiple pages under the Resources page to accommodate these items.  What can be included in your resources page.  You can include products, services your provide, audio, video, inactive games.  What goes here really depends on the goal of your site.  Remember the resource pages are there to provide something to the visitor.</p>
<p>Next you want a <strong>Contact</strong> page.  You want to provide a way for a visitor to contact you if they have a concern, question or need help. Although this information could be put in the About Us page a better practice is to create a separate page to handle the communication.  On this page you will want to provide email, phone and address information.  You can also include a form to make communication easier.</p>
<h2>Create a Layout That Help the Visitor</h2>
<p>With an understanding of the various page and you have your information ready, it is time to place this information on each page in an organized fashion.  To do this a page layout needs to be created.</p>
<p>As we continue with the furniture in the house example, you need to place your your content in such a manner that it is useful to the visitor.  In a room you will place certain furniture in specific spots in other to increase the function of the room.  For example in the living room you most likely place the couch in front of the television. You will also make sure that there is an unobstucted path though the room.  Similarly, the information on your site should have a layout that help to visitor find what they want.</p>
<p>It is recommended that a uniform layout be created for all the pages on your site.  This assists the visitor to move though the site quickly and easily.</p>
<p>There are four basic elements on a web page.  You will have a header that contains the name of the website or an organization&#8217;s name.  It may also include a company logo.    The header is usually found at the top of the page.  Next you will find an area dedicated to navigation.  The navigation will be located in the same on every page of the web site.  There are several popular locations for the navigation.  These are Horizontal above or below the header, Vertical on the left or right of the content area.  Next you need a content area which will contain the information specific to the page.  And finally a footer page that be located at the bottom of the page.</p>
<p><img class="alignnone size-full wp-image-1519" title="exa" src="http://johnpapeonline.com/wp-content/uploads/2010/02/exa.gif" alt="" width="200" height="100" /></p>
<p>When laying out the content on your website you want to consider the convenience and practicality of the site in the same way you would arrange furniture in a room.</p>
<blockquote><p>Need A Web Site?</p>
<p>Custom Web Design for Small Businesses by professional and experienced web designer and developer.</p>
<p>Here is what I can do for you&#8230;</p>
<ul>
<li>Innovative Web Design</li>
<li>Graphic Design Logos</li>
<li> Maintain Your Website</li>
<li> Data Driven Content</li>
<li>Flash Applications</li>
<li>Build Shopping Carts for Ecommerce</li>
<li>Custom PHP Applications and Programming</li>
<li>WordPress Installation &amp; Customization</li>
</ul>
<p>Get an affordable, attractive great website today.  Hire Me For Your Web Design Solution. View my portfolio at <a href="http://portfolio.mediatunes.com" target="_blank">http://portfolio.mediatunes.com</a></p>
</blockquote>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/information+technology' rel='tag' target='_self'>information technology</a>, <a class='technorati-link' href='http://technorati.com/tag/page+layout' rel='tag' target='_self'>page layout</a>, <a class='technorati-link' href='http://technorati.com/tag/site+architecture' rel='tag' target='_self'>site architecture</a>, <a class='technorati-link' href='http://technorati.com/tag/site+navigation' rel='tag' target='_self'>site navigation</a>, <a class='technorati-link' href='http://technorati.com/tag/usability' rel='tag' target='_self'>usability</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Design' rel='tag' target='_self'>Web Design</a>, <a class='technorati-link' href='http://technorati.com/tag/web+devlopment' rel='tag' target='_self'>web devlopment</a></p>

<!-- end wp-tags-to-technorati -->
<div id="simple_socialmedia"><ul class="ssm_row"><li class="twitter"><a target="_blank" href="http://twitter.com/share?url=http://johnpapeonline.com/web-tip-moving-around-saying-a-lot-and-remembering-more/&amp;text=Web Tip: The Art of Arranging Website Content">Tweet</a></li><li class="facebook"><a target="_blank" title="Share on Facebook" rel="nofollow" href="http://www.facebook.com/sharer.php?u=http://johnpapeonline.com/web-tip-moving-around-saying-a-lot-and-remembering-more/&amp;t=Web Tip: The Art of Arranging Website Content">Facebook</a></li><li class="linkedin"><a target="_blank" title="Share on LinkedIn" rel="nofollow" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://johnpapeonline.com/web-tip-moving-around-saying-a-lot-and-remembering-more/&amp;title=Web Tip: The Art of Arranging Website Content&amp;source=John Pape Online Blog">LinkedIn</a></li><li class="tumblr"><a target="_blank" title="Share on Tumblr" rel="nofollow" href="http://www.tumblr.com/share/link?url=http%3A%2F%2Fjohnpapeonline.com%2Fweb-tip-moving-around-saying-a-lot-and-remembering-more%2F&name=John+Pape+Online+Blog&description=Web+Tip%3A+The+Art+of+Arranging+Website+Content" title="Share on Tumblr">Tumblr</a></li><li class="stumble"><a target="_blank" title="Share on StumbleUpon" rel="nofollow" href="http://www.stumbleupon.com/submit?url=http://johnpapeonline.com/web-tip-moving-around-saying-a-lot-and-remembering-more/">Stumble</a></li><li class="digg"><a target="_blank" title="Share on Digg" rel="nofollow" href="http://www.digg.com/submit?phase=2&amp;url=http://johnpapeonline.com/web-tip-moving-around-saying-a-lot-and-remembering-more/">Digg</a></li><li class="delicious"><a target="_blank" title="Share on Delicious" rel="nofollow" href="http://del.icio.us/post?url=http://johnpapeonline.com/web-tip-moving-around-saying-a-lot-and-remembering-more/&amp;title=INSERT_TITLE">Delicious</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://johnpapeonline.com/web-tip-moving-around-saying-a-lot-and-remembering-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

