<?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 for Nerd Diary</title>
	<atom:link href="http://nerddiary.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://nerddiary.org</link>
	<description>a sysadmin&#039;s journey into the world of affiliate marketing</description>
	<lastBuildDate>Wed, 07 Jul 2010 16:15:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on PhpBay Pro Keyword Search Tricks by Nerdy Guy</title>
		<link>http://nerddiary.org/affiliate-code-tricks/phpbay-pro-keyword-search-tricks/73/comment-page-1#comment-206</link>
		<dc:creator>Nerdy Guy</dc:creator>
		<pubDate>Wed, 07 Jul 2010 16:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://nerddiary.org/?p=73#comment-206</guid>
		<description>Good point.  Thanks Martin!</description>
		<content:encoded><![CDATA[<p>Good point.  Thanks Martin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PhpBay Pro Keyword Search Tricks by Martin</title>
		<link>http://nerddiary.org/affiliate-code-tricks/phpbay-pro-keyword-search-tricks/73/comment-page-1#comment-132</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 28 May 2010 07:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://nerddiary.org/?p=73#comment-132</guid>
		<description>You forgot to mention that non of this works for the API version of phpbay. It is only good for the WP plugin version.
.-= Martin´s last blog ..&lt;a href=&quot;http://www.freeseoarticles.net/after-installing-wordpress/&quot; rel=&quot;nofollow&quot;&gt;After installing WordPress&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>You forgot to mention that non of this works for the API version of phpbay. It is only good for the WP plugin version.<br />
<span class="cluv"> Martin´s last blog ..<a href="http://www.freeseoarticles.net/after-installing-wordpress/" rel="nofollow">After installing WordPress</a> </span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PhpBay Pro Keyword Search Tricks by Armand Pociask</title>
		<link>http://nerddiary.org/affiliate-code-tricks/phpbay-pro-keyword-search-tricks/73/comment-page-1#comment-123</link>
		<dc:creator>Armand Pociask</dc:creator>
		<pubDate>Wed, 26 May 2010 16:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://nerddiary.org/?p=73#comment-123</guid>
		<description>I won&#039;t recommend software programs very often but this new service is fantastic. It is a keyword tool having a database of millions of key words showing the adwords traffic count monthly along with the google competition count as well as other figures. 

At a click of a button you will discover phrases with traffic but no competition and I have used it already to get webpages and sites to the top of the various search engines, even without backlinks. 

You can look at a video of it in use here - http://MarketEyeSite.com</description>
		<content:encoded><![CDATA[<p>I won&#8217;t recommend software programs very often but this new service is fantastic. It is a keyword tool having a database of millions of key words showing the adwords traffic count monthly along with the google competition count as well as other figures. </p>
<p>At a click of a button you will discover phrases with traffic but no competition and I have used it already to get webpages and sites to the top of the various search engines, even without backlinks. </p>
<p>You can look at a video of it in use here &#8211; <a href="http://MarketEyeSite.com" rel="nofollow">http://MarketEyeSite.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Affiliate Marketing &#8211; The journey begins by maps4pets</title>
		<link>http://nerddiary.org/affiliate-journal/hello-world/1/comment-page-1#comment-68</link>
		<dc:creator>maps4pets</dc:creator>
		<pubDate>Thu, 08 Apr 2010 06:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://nerddiary.org/?p=1#comment-68</guid>
		<description>Update please. It would be nice to make contact.</description>
		<content:encoded><![CDATA[<p>Update please. It would be nice to make contact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Step Two: Where to host your new site? by theD</title>
		<link>http://nerddiary.org/affiliate-journal/step-two-where-to-host-your-new-site/22/comment-page-1#comment-22</link>
		<dc:creator>theD</dc:creator>
		<pubDate>Fri, 04 Dec 2009 20:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://nerddiary.org/?p=22#comment-22</guid>
		<description>Thanks for the tip.

To get Automysqlbackup working on one of my accounts here is what I did:

- Dump the file (automysqlbackup.sh) into the root, not the web root. That would not be wise.
- Set the permissions to 744. By default it is probably 644.
- Set the owner and group being the account/username. (You shouldn&#039;t have to do this.)
- Create a backup directory in the root or the www root if you want access to them via http.
- Edit the mysql stuff and set BACKUPDIR. It should look something like &quot;/home/[account name]/backups&quot; or &quot;/home/[account name]/backups/public_html&quot;
- Setup the email stuff if you want it mailed.
- Create a cron job. The command should be similar to this&quot;/home/[account name]/automysqlbackup.sh.2.5&quot;.

Note: the dedicated servers have a backup utility in WHM that will FTP all your goods. Pretty handy,</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.</p>
<p>To get Automysqlbackup working on one of my accounts here is what I did:</p>
<p>- Dump the file (automysqlbackup.sh) into the root, not the web root. That would not be wise.<br />
- Set the permissions to 744. By default it is probably 644.<br />
- Set the owner and group being the account/username. (You shouldn&#8217;t have to do this.)<br />
- Create a backup directory in the root or the www root if you want access to them via http.<br />
- Edit the mysql stuff and set BACKUPDIR. It should look something like &#8220;/home/[account name]/backups&#8221; or &#8220;/home/[account name]/backups/public_html&#8221;<br />
- Setup the email stuff if you want it mailed.<br />
- Create a cron job. The command should be similar to this&#8221;/home/[account name]/automysqlbackup.sh.2.5&#8243;.</p>
<p>Note: the dedicated servers have a backup utility in WHM that will FTP all your goods. Pretty handy,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Affiliate Marketing &#8211; The journey begins by maps4pets</title>
		<link>http://nerddiary.org/affiliate-journal/hello-world/1/comment-page-1#comment-4</link>
		<dc:creator>maps4pets</dc:creator>
		<pubDate>Fri, 06 Nov 2009 16:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://nerddiary.org/?p=1#comment-4</guid>
		<description>We really look forward to your comments on affiliation marketing. Please let us know if we can help with anything as we have run an affiliation programme within the pet industry for a few months now and could maybe share our mistakes and successes with you.</description>
		<content:encoded><![CDATA[<p>We really look forward to your comments on affiliation marketing. Please let us know if we can help with anything as we have run an affiliation programme within the pet industry for a few months now and could maybe share our mistakes and successes with you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Affiliate Marketing &#8211; The journey begins by Ruth - Web Career Girl</title>
		<link>http://nerddiary.org/affiliate-journal/hello-world/1/comment-page-1#comment-3</link>
		<dc:creator>Ruth - Web Career Girl</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://nerddiary.org/?p=1#comment-3</guid>
		<description>Congrats on starting your new journey and documenting it here. Good luck and I look forward to reading more :)
.-= Ruth - Web Career Girl´s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/WebCareerGirl/~3/1cb8cHSfvxc/my-ebook-writing-challenge-for-november.html&quot; rel=&quot;nofollow&quot;&gt;My eBook Writing Challenge for November&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Congrats on starting your new journey and documenting it here. Good luck and I look forward to reading more <img src='http://nerddiary.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<span class="cluv"> Ruth &#8211; Web Career Girl´s last blog ..<a href="http://feedproxy.google.com/~r/WebCareerGirl/~3/1cb8cHSfvxc/my-ebook-writing-challenge-for-november.html" rel="nofollow">My eBook Writing Challenge for November</a> </span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Step One: You need a domain, right? by hanji - money-code</title>
		<link>http://nerddiary.org/affiliate-journal/step-one-you-need-a-domain-right/18/comment-page-1#comment-2</link>
		<dc:creator>hanji - money-code</dc:creator>
		<pubDate>Tue, 27 Oct 2009 16:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://nerddiary.org/?p=18#comment-2</guid>
		<description>Discount Domain Club is definitely the way to go. Basically spending around $7/.com domains on new purchases and renewals. I should have joined years ago.

h
.-= hanji - money-code&#180;s last blog ..&lt;a href=&quot;http://www.money-code.com/2009/10/so-you-messed-up-now-what/&quot; rel=&quot;nofollow&quot;&gt;So you messed up, now what?&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Discount Domain Club is definitely the way to go. Basically spending around $7/.com domains on new purchases and renewals. I should have joined years ago.</p>
<p>h<br />
<span class="cluv"> hanji &#8211; money-code&#180;s last blog ..<a href="http://www.money-code.com/2009/10/so-you-messed-up-now-what/" rel="nofollow">So you messed up, now what?</a> </span></p>
]]></content:encoded>
	</item>
</channel>
</rss>
