<?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: Building a Datafeed Site &#8211; Step 3</title>
	<atom:link href="http://www.ericnagel.com/2010/03/building-a-datafeed-site-step-3.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ericnagel.com/how-to-tips/building-a-datafeed-site-step-3.html</link>
	<description>Affiliate Marketer - I make money, by making other companies money.</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:44:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Eric Nagel</title>
		<link>http://www.ericnagel.com/how-to-tips/building-a-datafeed-site-step-3.html/comment-page-1#comment-49898</link>
		<dc:creator>Eric Nagel</dc:creator>
		<pubDate>Wed, 16 Nov 2011 19:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=1224#comment-49898</guid>
		<description>That forces the site to go to www.

If your datafeed site is in a folder, you&#039;d change the RewriteRules at the end. Instead of ^browse (starts with browse) you&#039;d have ^folder\/browse

Eric</description>
		<content:encoded><![CDATA[<p>That forces the site to go to www.</p>
<p>If your datafeed site is in a folder, you&#8217;d change the RewriteRules at the end. Instead of ^browse (starts with browse) you&#8217;d have ^folder\/browse</p>
<p>Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pbtasse</title>
		<link>http://www.ericnagel.com/how-to-tips/building-a-datafeed-site-step-3.html/comment-page-1#comment-49795</link>
		<dc:creator>pbtasse</dc:creator>
		<pubDate>Tue, 15 Nov 2011 15:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=1224#comment-49795</guid>
		<description>The 3th and the 4th line: can you explain a bit?
If the website is under another folder (not in the root) does this need some change?
Thanks again!
I love Datafeed. It is easy to build website with.</description>
		<content:encoded><![CDATA[<p>The 3th and the 4th line: can you explain a bit?<br />
If the website is under another folder (not in the root) does this need some change?<br />
Thanks again!<br />
I love Datafeed. It is easy to build website with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pbtasse</title>
		<link>http://www.ericnagel.com/how-to-tips/building-a-datafeed-site-step-3.html/comment-page-1#comment-49794</link>
		<dc:creator>pbtasse</dc:creator>
		<pubDate>Tue, 15 Nov 2011 15:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=1224#comment-49794</guid>
		<description>Can we use a bit of random products per page to make things unique. If this way is good, it will be easy to do it</description>
		<content:encoded><![CDATA[<p>Can we use a bit of random products per page to make things unique. If this way is good, it will be easy to do it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Nagel</title>
		<link>http://www.ericnagel.com/how-to-tips/building-a-datafeed-site-step-3.html/comment-page-1#comment-49793</link>
		<dc:creator>Eric Nagel</dc:creator>
		<pubDate>Tue, 15 Nov 2011 15:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=1224#comment-49793</guid>
		<description>Sure:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^greenwhiteandblacktea.com [NC]
RewriteRule ^(.*)$ http://www.greenwhiteandblacktea.com/$1 [L,R=301]

RewriteRule ^browse\-(.*).php$ browse.php?cCategory=$1 [L]
RewriteRule ^(.*)\-p([0-9]+).php$ item.php?ProductID=$2&amp;cName=$1 [L]
RewriteRule ^images/(.*)\-i([0-9]+).jpg$ images/image.php?ProductID=$2 [L]</description>
		<content:encoded><![CDATA[<p>Sure:</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^greenwhiteandblacktea.com [NC]<br />
RewriteRule ^(.*)$ <a href="http://www.greenwhiteandblacktea.com/$1" rel="nofollow">http://www.greenwhiteandblacktea.com/$1</a> [L,R=301]</p>
<p>RewriteRule ^browse\-(.*).php$ browse.php?cCategory=$1 [L]<br />
RewriteRule ^(.*)\-p([0-9]+).php$ item.php?ProductID=$2&#038;cName=$1 [L]<br />
RewriteRule ^images/(.*)\-i([0-9]+).jpg$ images/image.php?ProductID=$2 [L]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pbtasse</title>
		<link>http://www.ericnagel.com/how-to-tips/building-a-datafeed-site-step-3.html/comment-page-1#comment-49792</link>
		<dc:creator>pbtasse</dc:creator>
		<pubDate>Tue, 15 Nov 2011 15:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=1224#comment-49792</guid>
		<description>Good design for the website: http://www.greenwhiteandblacktea.com/browse-black-tea.php
Please can you share with us the mod rewrite for this website.
There is no .htaccess in the files I download in this tutorial
Thanks</description>
		<content:encoded><![CDATA[<p>Good design for the website: <a href="http://www.greenwhiteandblacktea.com/browse-black-tea.php" rel="nofollow">http://www.greenwhiteandblacktea.com/browse-black-tea.php</a><br />
Please can you share with us the mod rewrite for this website.<br />
There is no .htaccess in the files I download in this tutorial<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Nagel</title>
		<link>http://www.ericnagel.com/how-to-tips/building-a-datafeed-site-step-3.html/comment-page-1#comment-49728</link>
		<dc:creator>Eric Nagel</dc:creator>
		<pubDate>Mon, 14 Nov 2011 21:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=1224#comment-49728</guid>
		<description>After that, it&#039;s all custom coding. Either add a field for unique description, or build a blog to go along side of the product feed. There&#039;s no one solution that fits everyone</description>
		<content:encoded><![CDATA[<p>After that, it&#8217;s all custom coding. Either add a field for unique description, or build a blog to go along side of the product feed. There&#8217;s no one solution that fits everyone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pankaj</title>
		<link>http://www.ericnagel.com/how-to-tips/building-a-datafeed-site-step-3.html/comment-page-1#comment-49727</link>
		<dc:creator>pankaj</dc:creator>
		<pubDate>Mon, 14 Nov 2011 20:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=1224#comment-49727</guid>
		<description>Great tutorial. But  i have a question,   how to add content to these sites. At this  moment , the site has pulled in all the datafeeds  and displaying links to merchant- more info and buy now. But i  want to add unique content on them or even edit  some of the import content
-- to avoid duplicate penalty  and to give more boost in SER   by writing content and avoiding the latest Panda slap of thin quality content.    Is there a way  out to do it?

Do we have to manually go to each import post and  then edit them manually ?

also do we have the option of importing specific products rather then whole stream.   Say i would like to work with only 30 products  rather then 100.</description>
		<content:encoded><![CDATA[<p>Great tutorial. But  i have a question,   how to add content to these sites. At this  moment , the site has pulled in all the datafeeds  and displaying links to merchant- more info and buy now. But i  want to add unique content on them or even edit  some of the import content<br />
&#8211; to avoid duplicate penalty  and to give more boost in SER   by writing content and avoiding the latest Panda slap of thin quality content.    Is there a way  out to do it?</p>
<p>Do we have to manually go to each import post and  then edit them manually ?</p>
<p>also do we have the option of importing specific products rather then whole stream.   Say i would like to work with only 30 products  rather then 100.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Nagel</title>
		<link>http://www.ericnagel.com/how-to-tips/building-a-datafeed-site-step-3.html/comment-page-1#comment-43057</link>
		<dc:creator>Eric Nagel</dc:creator>
		<pubDate>Sun, 27 Feb 2011 15:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=1224#comment-43057</guid>
		<description>Hi Max,

I ran into that problem years ago. For the bigger merchants, you need to break things apart. Either break off a merchant, or do it by network.

Proper indexing of the table helps, too.</description>
		<content:encoded><![CDATA[<p>Hi Max,</p>
<p>I ran into that problem years ago. For the bigger merchants, you need to break things apart. Either break off a merchant, or do it by network.</p>
<p>Proper indexing of the table helps, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max M</title>
		<link>http://www.ericnagel.com/how-to-tips/building-a-datafeed-site-step-3.html/comment-page-1#comment-42881</link>
		<dc:creator>Max M</dc:creator>
		<pubDate>Tue, 22 Feb 2011 03:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=1224#comment-42881</guid>
		<description>Hey eric. Great post. I am currently in the process of implementing datafeeds for CJ, GAN, ShareASale, Linkshare, and PepperJam. I have already coded they scripts to automatically download and insert the datafeeds into the table. The problem I am facing now is the sheer size of the table. The script I wrote hasnt finished inserting CJ products yet and I am already up to 3.5 million records - about 2.8GB! The part I would like your advise on is how to handle the sheer size of the table. Should I create a new table for each network? Create partitions? Would indexing suffice? Currently a query takes about 6 seconds. Would appreciate any ideas.</description>
		<content:encoded><![CDATA[<p>Hey eric. Great post. I am currently in the process of implementing datafeeds for CJ, GAN, ShareASale, Linkshare, and PepperJam. I have already coded they scripts to automatically download and insert the datafeeds into the table. The problem I am facing now is the sheer size of the table. The script I wrote hasnt finished inserting CJ products yet and I am already up to 3.5 million records &#8211; about 2.8GB! The part I would like your advise on is how to handle the sheer size of the table. Should I create a new table for each network? Create partitions? Would indexing suffice? Currently a query takes about 6 seconds. Would appreciate any ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LinkShare Merchandiser Web Service</title>
		<link>http://www.ericnagel.com/how-to-tips/building-a-datafeed-site-step-3.html/comment-page-1#comment-40533</link>
		<dc:creator>LinkShare Merchandiser Web Service</dc:creator>
		<pubDate>Mon, 25 Oct 2010 12:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=1224#comment-40533</guid>
		<description>[...] to the 3rd step in my Building a Datafeed Site series for an explanation of the ImgError JavaScript [...]</description>
		<content:encoded><![CDATA[<p>[...] to the 3rd step in my Building a Datafeed Site series for an explanation of the ImgError JavaScript [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

