<?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 Data-Diggers.com</title>
	<atom:link href="http://www.data-diggers.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.data-diggers.com</link>
	<description>Zen Cart Optimization, Performance and A/B Split Testing Modules for Zen Cart</description>
	<lastBuildDate>Thu, 29 Sep 2011 11:57:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Query Cache v1.5 released by admin</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-5-released/comment-page-1/#comment-100</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 29 Sep 2011 11:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=37#comment-100</guid>
		<description>It doesn&#039;t matter if You write &#039;select a,b,c,d,e from table&#039; or &#039;select * from table&#039;.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t matter if You write &#8216;select a,b,c,d,e from table&#8217; or &#8216;select * from table&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TruboImages ReleaseCandidate &#8211; volounteers needed. by admin</title>
		<link>http://www.data-diggers.com/index.php/2011/01/truboimages-releasecandidate-volounteers-needed/comment-page-1/#comment-98</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 02 Sep 2011 11:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.com/?p=330#comment-98</guid>
		<description>TurboImages won&#039;t solve Your problem but I&#039;ll address the issue in coming article. I also had to struggle with large amounts of images (~500.000). For now I can write that the best solution seems to be to create tree-like structure of subdirectories. SSD drive is also a must due to random seek latency.</description>
		<content:encoded><![CDATA[<p>TurboImages won&#8217;t solve Your problem but I&#8217;ll address the issue in coming article. I also had to struggle with large amounts of images (~500.000). For now I can write that the best solution seems to be to create tree-like structure of subdirectories. SSD drive is also a must due to random seek latency.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TruboImages ReleaseCandidate &#8211; volounteers needed. by admin</title>
		<link>http://www.data-diggers.com/index.php/2011/01/truboimages-releasecandidate-volounteers-needed/comment-page-1/#comment-97</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 02 Sep 2011 11:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.com/?p=330#comment-97</guid>
		<description>Thanks!

TurboImages will be relased within two weeks I think.. Documentation may be scarce though ;)</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>TurboImages will be relased within two weeks I think.. Documentation may be scarce though <img src='http://www.data-diggers.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QueryCache v1.7 Beta for ZenCart 1.3.9h is available by Sebastian</title>
		<link>http://www.data-diggers.com/index.php/2011/01/querycache-v1-7-beta-for-zencart-1-3-9h-is-available/comment-page-1/#comment-96</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Thu, 14 Jul 2011 14:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.com/?p=324#comment-96</guid>
		<description>Your add on significantly reduced queries

from 1500 to 147 oncertain product info pages with complex atributes and price factors

I&#039;m testing it now, but it seems ( and pray to the LORD ) it works ok 

Even when I&#039;m running

Zen Cart 1.3.8a

Patch: 1::

Database Patch Level: 1.3.8


thanks a lot for this contribution</description>
		<content:encoded><![CDATA[<p>Your add on significantly reduced queries</p>
<p>from 1500 to 147 oncertain product info pages with complex atributes and price factors</p>
<p>I&#8217;m testing it now, but it seems ( and pray to the LORD ) it works ok </p>
<p>Even when I&#8217;m running</p>
<p>Zen Cart 1.3.8a</p>
<p>Patch: 1::</p>
<p>Database Patch Level: 1.3.8</p>
<p>thanks a lot for this contribution</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Query Cache v1.5 released by elan</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-5-released/comment-page-1/#comment-95</link>
		<dc:creator>elan</dc:creator>
		<pubDate>Fri, 08 Jul 2011 04:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=37#comment-95</guid>
		<description>hi, I was wondering:
if i wrote code like this:
 $sql = &#039;select b,c,d from table&#039;;
 $result = $sql-&gt;fetch_num($sql); // i don&#039;t know if this method exists in zencart db class, just a hypothesis.
 $b = $result[0]; $c = $result[1]; $d = $result[2];
will it be overwritten like this:
 $sql = &#039;select * from table&#039;;// select a,b,c,d from table
then my varibles will be just messed up...</description>
		<content:encoded><![CDATA[<p>hi, I was wondering:<br />
if i wrote code like this:<br />
 $sql = &#8216;select b,c,d from table&#8217;;<br />
 $result = $sql-&gt;fetch_num($sql); // i don&#8217;t know if this method exists in zencart db class, just a hypothesis.<br />
 $b = $result[0]; $c = $result[1]; $d = $result[2];<br />
will it be overwritten like this:<br />
 $sql = &#8216;select * from table&#8217;;// select a,b,c,d from table<br />
then my varibles will be just messed up&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TruboImages ReleaseCandidate &#8211; volounteers needed. by Antonio</title>
		<link>http://www.data-diggers.com/index.php/2011/01/truboimages-releasecandidate-volounteers-needed/comment-page-1/#comment-94</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Sun, 26 Jun 2011 19:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.com/?p=330#comment-94</guid>
		<description>Hi!!

Hope you can recover your lost backup.

I´m interest at Turboimages, i can participate at your test if do you want


Best regards,

Antonio</description>
		<content:encoded><![CDATA[<p>Hi!!</p>
<p>Hope you can recover your lost backup.</p>
<p>I´m interest at Turboimages, i can participate at your test if do you want</p>
<p>Best regards,</p>
<p>Antonio</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TruboImages ReleaseCandidate &#8211; volounteers needed. by Ron Fauth</title>
		<link>http://www.data-diggers.com/index.php/2011/01/truboimages-releasecandidate-volounteers-needed/comment-page-1/#comment-93</link>
		<dc:creator>Ron Fauth</dc:creator>
		<pubDate>Thu, 16 Jun 2011 12:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.com/?p=330#comment-93</guid>
		<description>Hi Data Digger,

I have sent you last week an email for release candidate.

Do i have a change?

best regards,

Ron</description>
		<content:encoded><![CDATA[<p>Hi Data Digger,</p>
<p>I have sent you last week an email for release candidate.</p>
<p>Do i have a change?</p>
<p>best regards,</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TruboImages ReleaseCandidate &#8211; volounteers needed. by Ron Fauth</title>
		<link>http://www.data-diggers.com/index.php/2011/01/truboimages-releasecandidate-volounteers-needed/comment-page-1/#comment-92</link>
		<dc:creator>Ron Fauth</dc:creator>
		<pubDate>Wed, 08 Jun 2011 15:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.com/?p=330#comment-92</guid>
		<description>Hi Data Digger,

My website has about 48000 pictures and about 39.000 products, end of this year about 50.000 products.

The problem is the amount off pictures in 1 map (/images)

I hope your solution will speed up our site.

And yes i can make subdir

Thanks and i hope to hear from you.

Bye,
Ron</description>
		<content:encoded><![CDATA[<p>Hi Data Digger,</p>
<p>My website has about 48000 pictures and about 39.000 products, end of this year about 50.000 products.</p>
<p>The problem is the amount off pictures in 1 map (/images)</p>
<p>I hope your solution will speed up our site.</p>
<p>And yes i can make subdir</p>
<p>Thanks and i hope to hear from you.</p>
<p>Bye,<br />
Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Tracking Interface v1.1 by Amara</title>
		<link>http://www.data-diggers.com/index.php/2010/03/user-tracking-interface-v1-1/comment-page-1/#comment-90</link>
		<dc:creator>Amara</dc:creator>
		<pubDate>Tue, 31 May 2011 22:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.com/?p=216#comment-90</guid>
		<description>I love this mod and have been using it successfully - until I installed an SEO mod that utilizes a 301 redirect.  After installing the SEO mod, the &quot;Recently Viewed&quot; products sidebox recognizes that there is a recently viewed product (ie there is a blank product showing in the sidebox with no pic or product info), but doesn&#039;t display the product info.

Any ideas of what I can change (other than uninstalling the SEO mod) to make the two play nice?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I love this mod and have been using it successfully &#8211; until I installed an SEO mod that utilizes a 301 redirect.  After installing the SEO mod, the &#8220;Recently Viewed&#8221; products sidebox recognizes that there is a recently viewed product (ie there is a blank product showing in the sidebox with no pic or product info), but doesn&#8217;t display the product info.</p>
<p>Any ideas of what I can change (other than uninstalling the SEO mod) to make the two play nice?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QueryCache v1.7 Beta for ZenCart 1.3.9h is available by admin</title>
		<link>http://www.data-diggers.com/index.php/2011/01/querycache-v1-7-beta-for-zencart-1-3-9h-is-available/comment-page-1/#comment-89</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 26 May 2011 18:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.com/?p=324#comment-89</guid>
		<description>42 queries is pretty good result. Don&#039;t worry about number of queries - it doesn&#039;t matter. What matters is query time - if it&#039;s low it&#039;s ok.</description>
		<content:encoded><![CDATA[<p>42 queries is pretty good result. Don&#8217;t worry about number of queries &#8211; it doesn&#8217;t matter. What matters is query time &#8211; if it&#8217;s low it&#8217;s ok.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

