<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Capitalizing Web Addresses</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2010/01/14/capitalizing-web-addresses/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2010/01/14/capitalizing-web-addresses/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tim Mayes</title>
		<link>http://www.dailydoseofexcel.com/archives/2010/01/14/capitalizing-web-addresses/#comment-43496</link>
		<dc:creator>Tim Mayes</dc:creator>
		<pubDate>Sun, 24 Jan 2010 00:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3483#comment-43496</guid>
		<description>&lt;p&gt;I prefer either 3 or 6, and I would use 3. Note, though, that WWW is technically a subdomain of your site. If you leave that off then you may end up with duplicate content problems in search engines. I think that you use WWW in all of your links, so you should redirect any non-WWW access to &lt;a href=&quot;http://WWW&quot; rel=&quot;nofollow&quot;&gt;http://WWW&lt;/a&gt;. Here&#039;s the .htaccess code to do that:&lt;/p&gt;
&lt;p&gt;# Redirect if dailydoseofexcel.com (case-insensitive) to &lt;a href=&quot;http://www.dailydoseofexcel.com&quot; rel=&quot;nofollow&quot;&gt;http://www.dailydoseofexcel.com&lt;/a&gt;&lt;br&gt;
RewriteCond %{HTTP_HOST} ^dailydoseofexcel.com [NC]&lt;br&gt;
RewriteRule (.*) &lt;a href=&quot;http://www.dailydoseofexcel.com/$1&quot; rel=&quot;nofollow&quot;&gt;http://www.dailydoseofexcel.com/$1&lt;/a&gt; [R=301,L]&lt;/p&gt;
&lt;p&gt;That assumes that you are on an Apache server and have control over the .htaccess file.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I prefer either 3 or 6, and I would use 3. Note, though, that WWW is technically a subdomain of your site. If you leave that off then you may end up with duplicate content problems in search engines. I think that you use WWW in all of your links, so you should redirect any non-WWW access to <a href="http://WWW" rel="nofollow">http://WWW</a>. Here&#8217;s the .htaccess code to do that:</p>
<p># Redirect if dailydoseofexcel.com (case-insensitive) to <a href="http://www.dailydoseofexcel.com" rel="nofollow">http://www.dailydoseofexcel.com</a><br />
RewriteCond %{HTTP_HOST} ^dailydoseofexcel.com [NC]<br />
RewriteRule (.*) <a href="http://www.dailydoseofexcel.com/$1" rel="nofollow">http://www.dailydoseofexcel.com/$1</a> [R=301,L]</p>
<p>That assumes that you are on an Apache server and have control over the .htaccess file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon</title>
		<link>http://www.dailydoseofexcel.com/archives/2010/01/14/capitalizing-web-addresses/#comment-43447</link>
		<dc:creator>Gordon</dc:creator>
		<pubDate>Wed, 20 Jan 2010 09:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3483#comment-43447</guid>
		<description>&lt;p&gt;For written (paper I presume) then 1 or 3, in that order.&lt;/p&gt;
&lt;p&gt;Online? 10, 1 then 4 in that order (keepin&#039; it lowercase, yo), but append a forward slash to the url of 10 as JP says.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For written (paper I presume) then 1 or 3, in that order.</p>
<p>Online? 10, 1 then 4 in that order (keepin&#8217; it lowercase, yo), but append a forward slash to the url of 10 as JP says.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Mocambique</title>
		<link>http://www.dailydoseofexcel.com/archives/2010/01/14/capitalizing-web-addresses/#comment-43439</link>
		<dc:creator>John Mocambique</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3483#comment-43439</guid>
		<description>&lt;p&gt;#6  - John W is right - CamelCasingMakesThingsEasierToRead&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>#6  &#8211; John W is right &#8211; CamelCasingMakesThingsEasierToRead</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vimal</title>
		<link>http://www.dailydoseofexcel.com/archives/2010/01/14/capitalizing-web-addresses/#comment-43372</link>
		<dc:creator>vimal</dc:creator>
		<pubDate>Fri, 15 Jan 2010 09:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3483#comment-43372</guid>
		<description>&lt;p&gt;like #1 as well.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>like #1 as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NancyK</title>
		<link>http://www.dailydoseofexcel.com/archives/2010/01/14/capitalizing-web-addresses/#comment-43369</link>
		<dc:creator>NancyK</dc:creator>
		<pubDate>Fri, 15 Jan 2010 05:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3483#comment-43369</guid>
		<description>&lt;p&gt;I like #6&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I like #6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Puls</title>
		<link>http://www.dailydoseofexcel.com/archives/2010/01/14/capitalizing-web-addresses/#comment-43359</link>
		<dc:creator>Ken Puls</dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3483#comment-43359</guid>
		<description>&lt;p&gt;Personally, I prefer #4.  And for the record, you can&#039;t argue the implied &lt;a href=&quot;http://www&quot; rel=&quot;nofollow&quot;&gt;http://www&lt;/a&gt;.  Most sites work with or without, but there are sites that do not prefix with www and will not work with it and vice versa.  It totally depends on how it was set up.  The &lt;a href=&quot;http://&quot; rel=&quot;nofollow&quot;&gt;http://&lt;/a&gt; is pretty much implied though, unless you use &lt;a href=&quot;https://&quot; rel=&quot;nofollow&quot;&gt;https://&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Personally, I prefer #4.  And for the record, you can&#8217;t argue the implied <a href="http://www" rel="nofollow">http://www</a>.  Most sites work with or without, but there are sites that do not prefix with www and will not work with it and vice versa.  It totally depends on how it was set up.  The <a href="http://" rel="nofollow">http://</a> is pretty much implied though, unless you use <a href="https://" rel="nofollow">https://</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reid</title>
		<link>http://www.dailydoseofexcel.com/archives/2010/01/14/capitalizing-web-addresses/#comment-43358</link>
		<dc:creator>Reid</dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3483#comment-43358</guid>
		<description>&lt;p&gt;I prefer #3, much easier to read. I&#039;m definately in the &quot;capitalize the O&quot; camp.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I prefer #3, much easier to read. I&#8217;m definately in the &#8220;capitalize the O&#8221; camp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris A</title>
		<link>http://www.dailydoseofexcel.com/archives/2010/01/14/capitalizing-web-addresses/#comment-43357</link>
		<dc:creator>Chris A</dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3483#comment-43357</guid>
		<description>&lt;p&gt;If the written correspondence is of the paper variety I prefer #1. The protocol is a given. If it&#039;s written in a digital format then I prefer #7 since that is most likely to be converted into a link for me. I really dislike it when the URLs are camel cased; it makes me feel like the author thinks I&#039;m an idiot and can&#039;t decipher their URL without help.&lt;/p&gt;
&lt;p&gt;The only time I feel camel casing is appropriate is when the URL can be easily mistaken for a less desirable phrase. Examples:&lt;br&gt;
Experts Exchange - &lt;a href=&quot;http://www.expertsexchange.com&quot; rel=&quot;nofollow&quot;&gt;http://www.expertsexchange.com&lt;/a&gt;&lt;br&gt;
Pen Island - &lt;a href=&quot;http://www.penisland.com&quot; rel=&quot;nofollow&quot;&gt;http://www.penisland.com&lt;/a&gt;&lt;br&gt;
and others found at &lt;a href=&quot;http://independentsources.com/2006/07/12/worst-company-urls/&quot; rel=&quot;nofollow&quot;&gt;http://independentsources.com/2006/07/12/worst-company-urls/&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If the written correspondence is of the paper variety I prefer #1. The protocol is a given. If it&#8217;s written in a digital format then I prefer #7 since that is most likely to be converted into a link for me. I really dislike it when the URLs are camel cased; it makes me feel like the author thinks I&#8217;m an idiot and can&#8217;t decipher their URL without help.</p>
<p>The only time I feel camel casing is appropriate is when the URL can be easily mistaken for a less desirable phrase. Examples:<br />
Experts Exchange &#8211; <a href="http://www.expertsexchange.com" rel="nofollow">http://www.expertsexchange.com</a><br />
Pen Island &#8211; <a href="http://www.penisland.com" rel="nofollow">http://www.penisland.com</a><br />
and others found at <a href="http://independentsources.com/2006/07/12/worst-company-urls/" rel="nofollow">http://independentsources.com/2006/07/12/worst-company-urls/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Kavanaugh</title>
		<link>http://www.dailydoseofexcel.com/archives/2010/01/14/capitalizing-web-addresses/#comment-43355</link>
		<dc:creator>Ed Kavanaugh</dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3483#comment-43355</guid>
		<description>&lt;p&gt;I&#039;m a #1 or #4 supporter depending on the perceived experience and knowledge of the person I&#039;m communicating with. I use #10 if dealing with a known Noob.&lt;/p&gt;
&lt;p&gt;Ed&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m a #1 or #4 supporter depending on the perceived experience and knowledge of the person I&#8217;m communicating with. I use #10 if dealing with a known Noob.</p>
<p>Ed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanya</title>
		<link>http://www.dailydoseofexcel.com/archives/2010/01/14/capitalizing-web-addresses/#comment-43354</link>
		<dc:creator>Tanya</dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3483#comment-43354</guid>
		<description>&lt;p&gt;#4 or 5. I have seen some site that do not start with www so I don&#039;t like that to be implied or assumed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>#4 or 5. I have seen some site that do not start with www so I don&#8217;t like that to be implied or assumed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

