<?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>Digitivity &#187; Novice</title>
	<atom:link href="http://digitivity.org/category/audience/novice/feed" rel="self" type="application/rss+xml" />
	<link>http://digitivity.org</link>
	<description>The Digital Productivity Blog</description>
	<lastBuildDate>Mon, 24 May 2010 17:50:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>What Is NoFollow?</title>
		<link>http://digitivity.org/192/what-is-nofollow</link>
		<comments>http://digitivity.org/192/what-is-nofollow#comments</comments>
		<pubDate>Sat, 16 May 2009 19:01:11 +0000</pubDate>
		<dc:creator>Digitivity</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Novice]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.digitivity.org/?p=192</guid>
		<description><![CDATA[Nofollow is an HTML element attribute promoted by Google that purportedly helps stop blog spam.
Elements and attributes
OK, let&#8217;s break that down. HTML (Hypertext Markup Language) is the language that web pages are written in. It takes normal English text, and adds additional information (called &#8220;markup&#8221;) that allows machines (computers) to take an action they otherwise [...]


Related posts:<ol><li><a href='http://digitivity.org/303/blog-automation-with-blogprofitz-a-good-way-to-make-money-wordpress' rel='bookmark' title='Permanent Link: Blog Automation with BlogProfitz: A Good Way to Make Money?'>Blog Automation with BlogProfitz: A Good Way to Make Money?</a></li>
<li><a href='http://digitivity.org/463/how-to-stop-comment-spam-in-wordpress-with-the-akismet-plugin' rel='bookmark' title='Permanent Link: How to Stop Spam in WordPress with the Akismet Plugin'>How to Stop Spam in WordPress with the Akismet Plugin</a></li>
<li><a href='http://digitivity.org/397/target-com-games-google-serps-and-google-blinks' rel='bookmark' title='Permanent Link: Target.com games Google SERPs, and Google blinks'>Target.com games Google SERPs, and Google blinks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Nofollow is an HTML element attribute promoted by Google that purportedly helps stop blog spam.</p>
<h2>Elements and attributes</h2>
<p>OK, let&#8217;s break that down. <a href="http://en.wikipedia.org/wiki/HTML">HTML</a> (<strong>Hypertext Markup Language</strong>) is the language that web pages are written in. It takes normal English text, and adds additional information (called &#8220;markup&#8221;) that allows machines (computers) to take an action they otherwise wouldn&#8217;t have or display the text in a different manner.</p>
<p>An <strong>element</strong> is a word in the Hypertext Markup Language. Take a simple one, &lt;i&gt;. The action normally taken by a computer when it encounters text wrapped in an &lt;i&gt; element is to make the text italic. Like so:</p>
<p>&lt;i&gt;Italic text&lt;/i&gt; results in: <i>Italic text</i></p>
<p>An attribute is a property of an element that makes a machine treat that element somewhat differently. (Of course, you can&#8217;t really make a machine, other than your own, do anything. For example, a blog reader&#8217;s browser might be set to display all text in monospace, non-italic, single font size, regardless of attributes you set. I&#8217;m just using shorthand for saying you are requesting a machine to do such-and-such.)</p>
<p>Let&#8217;s take the &lt;a&gt; element. &#8220;A&#8221; is short for &#8220;anchor&#8221;, which defines a link. One attribute of the &lt;a&gt; element is the URL (address) of the link target. Like so:</p>
<p>&lt;a href=&#8221;http://google.com&#8221;&gt;Google&lt;/a&gt; results in this: <a href="http://google.com">Google</a></p>
<p>The &#8220;href&#8221; (hypertext reference) is the attribute.</p>
<h2>The problem: blog spam</h2>
<p>OK, before we get to the nofollow attribute, let&#8217;s take a detour into what problem Google was trying to solve. The rise of Google as the number one search engine put a lot of value on a site&#8217;s PageRank, a value that reflects the number of other sites that link to your site. Google ranks sites with higher PageRank higher in its search engine page results (SERPs).</p>
<p>Given this, spammers started to post comments on blogs with no other purpose than advertising their spam sites. The more blog sites that had spam comments linking to a spam site, the higher it would rank in Google. This wasn&#8217;t as much of a problem before the rise of blogs and blogging because most sites before then were static with no facility for commenting.</p>
<p>This was a problem for bloggers as well as for Google because they had to contend with deleting spam comments.</p>
<h2>The solution: the nofollow attribute value</h2>
<p>So, in 2005, Google <a href="http://googleblog.blogspot.com/2005/01/preventing-comment-spam.html">proposed</a> adding a &#8220;<a href="http://en.wikipedia.org/wiki/Nofollow">nofollow</a>&#8221; attribute value to HTML links. This works by setting the existing &#8220;rel&#8221; attribute of &lt;a&gt; elements to &#8220;nofollow&#8221;:</p>
<p>&lt;a href=&#8221;http://example.com&#8221; rel=&#8221;nofollow&#8221;&gt;Spam site&lt;/a&gt;</p>
<p>The attribute is &#8220;rel&#8221;, the value is &#8220;nofollow&#8221;. &#8220;Rel&#8221; indicates the relation of the link target to the current site. Note: even though &#8220;nofollow&#8221; is an attribute value, it&#8217;s commonly called an attribute or a tag.</p>
<p>The point of nofollow is that links with nofollow will be treated differently than links without it. Google purports to actually not follow the link and put the site it links to in its search index.  So, spammers can forget increasing their PageRank; they won&#8217;t even get into Google.</p>
<p>Hence, the theory goes, since they&#8217;re not getting any benefit from spam comments, they might as well not spam the blogs.</p>
<h2>How to use nofollow</h2>
<p>Actually, you probably don&#8217;t have to do anything to use nofollow. If you&#8217;re using any of the most common blogging or content management systems available, it likely already puts the &#8220;nofollow&#8221; attribute value in the outgoing linkadded as comments by your readers. Some systems even add &#8220;nofollow&#8221; to all outgoing links, even ones you add yourself.</p>
<p>To know for sure, you can just view the source of a page with comments and search for &#8220;nofollow&#8221;. If you find it, you&#8217;re using nofollow.</p>
<h2>Problems with nofollow</h2>
<p>This&#8217;ll be covered in a later post. Subscribe to the RSS feed (in the sidebar) for updates.</p>
<h2>Top Incoming Search Terms</h2>

<p>Related posts:<ol><li><a href='http://digitivity.org/303/blog-automation-with-blogprofitz-a-good-way-to-make-money-wordpress' rel='bookmark' title='Permanent Link: Blog Automation with BlogProfitz: A Good Way to Make Money?'>Blog Automation with BlogProfitz: A Good Way to Make Money?</a></li>
<li><a href='http://digitivity.org/463/how-to-stop-comment-spam-in-wordpress-with-the-akismet-plugin' rel='bookmark' title='Permanent Link: How to Stop Spam in WordPress with the Akismet Plugin'>How to Stop Spam in WordPress with the Akismet Plugin</a></li>
<li><a href='http://digitivity.org/397/target-com-games-google-serps-and-google-blinks' rel='bookmark' title='Permanent Link: Target.com games Google SERPs, and Google blinks'>Target.com games Google SERPs, and Google blinks</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://digitivity.org/192/what-is-nofollow/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Change the Background Image of the Windows Desktop</title>
		<link>http://digitivity.org/25/how-to-change-the-background-image-of-the-windows-desktop</link>
		<comments>http://digitivity.org/25/how-to-change-the-background-image-of-the-windows-desktop#comments</comments>
		<pubDate>Fri, 12 Dec 2008 01:58:47 +0000</pubDate>
		<dc:creator>Digitivity</dc:creator>
				<category><![CDATA[Novice]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[desktop background]]></category>

		<guid isPermaLink="false">http://www.digitivity.org/?p=25</guid>
		<description><![CDATA[Windows displays a background image on the desktop display if you want it to.  Sometimes, the computer manufacturer, such as HP or Dell, will set their own desktop image. You can change it easily if you like.
Open the Display properties through Start: Control Panel.  Then click on the Desktop tab.  Select the desired image in [...]


Related posts:<ol><li><a href='http://digitivity.org/266/dreamvue-a-desktop-app-to-manage-your-dreamhost-account' rel='bookmark' title='Permanent Link: Dreamvue: A Desktop App to Manage Your Dreamhost Account'>Dreamvue: A Desktop App to Manage Your Dreamhost Account</a></li>
<li><a href='http://digitivity.org/806/latest-windows-xp-update-crashes-computers-blue-screen' rel='bookmark' title='Permanent Link: Latest Windows XP Update Crashes Computers'>Latest Windows XP Update Crashes Computers</a></li>
<li><a href='http://digitivity.org/961/keep-notes-and-stay-organized-with-zim-desktop-wiki' rel='bookmark' title='Permanent Link: Keep Notes and Stay Organized with Zim Desktop Wiki'>Keep Notes and Stay Organized with Zim Desktop Wiki</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Windows displays a background image on the desktop display if you want it to.  Sometimes, the computer manufacturer, such as HP or Dell, will set their own desktop image. You can change it easily if you like.</p>
<p>Open the Display properties through Start: Control Panel.  Then click on the Desktop tab.  Select the desired image in the Background box, or specify a custom one.<br />
You can also choose to have no picture at all. The &#8216;None&#8217; option isn&#8217;t shown alphabetically, but rather as the first option. I usually specify &#8216;None&#8217; because it just takes that much less memory to display a flat color than a whole picture, not to mention transparency effects take less power for the computer to complete.</p>
<p><img style="max-width: 800px;" src="http://www.digitivity.org/blog/wp-content/uploads/2008/12/windows-desktop-image-change-1.png" alt="" /></p>
<p><img style="max-width: 800px;" src="http://www.digitivity.org/blog/wp-content/uploads/2008/12/windows-desktop-image-change-2.png" alt="" /></p>
<h2>Top Incoming Search Terms</h2>

<p>Related posts:<ol><li><a href='http://digitivity.org/266/dreamvue-a-desktop-app-to-manage-your-dreamhost-account' rel='bookmark' title='Permanent Link: Dreamvue: A Desktop App to Manage Your Dreamhost Account'>Dreamvue: A Desktop App to Manage Your Dreamhost Account</a></li>
<li><a href='http://digitivity.org/806/latest-windows-xp-update-crashes-computers-blue-screen' rel='bookmark' title='Permanent Link: Latest Windows XP Update Crashes Computers'>Latest Windows XP Update Crashes Computers</a></li>
<li><a href='http://digitivity.org/961/keep-notes-and-stay-organized-with-zim-desktop-wiki' rel='bookmark' title='Permanent Link: Keep Notes and Stay Organized with Zim Desktop Wiki'>Keep Notes and Stay Organized with Zim Desktop Wiki</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://digitivity.org/25/how-to-change-the-background-image-of-the-windows-desktop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
