<?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>Datafeed Studio Blog &#187; Example Sites</title>
	<atom:link href="http://blog.datafeedstudio.com/category/example-sites/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.datafeedstudio.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 20 Jul 2010 18:24:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Datafeed Studio v2.1 &#8211; The &#8216;Meep Meep&#8217; Release!</title>
		<link>http://blog.datafeedstudio.com/datafeed-studio-v21-the-meep-meep-release</link>
		<comments>http://blog.datafeedstudio.com/datafeed-studio-v21-the-meep-meep-release#comments</comments>
		<pubDate>Sun, 16 Nov 2008 07:47:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Example Sites]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://blog.datafeedstudio.com/?p=26</guid>
		<description><![CDATA[
Whilst building my latest affiliate store for console bundles using Datafeed Studio I decided to add some new features to the application.
The main new feature is cache support across all the affiliate sites and pages created by Datafeed Studio. By setting the $CACHE_TIME_IN_SECONDS value in the main configuration file you can specify how long a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.datafeedstudio.com/wp-content/uploads/2008/11/f5482dca-1e90-4582-b09f-2cacad897160.jpg" alt="F5482DCA-1E90-4582-B09F-2CACAD897160.jpg" border="0" width="161" height="165" align="right" /></p>
<p>Whilst building my latest affiliate store for <a href="http://consolebundles.co.uk" target="_blank">console bundles</a> using <a href="http://datafeedstudio.com">Datafeed Studio</a> I decided to add some new features to the application.</p>
<p>The main new feature is <strong>cache support </strong>across all the affiliate sites and pages created by Datafeed Studio. By setting the $CACHE_TIME_IN_SECONDS value in the main configuration file you can specify how long a page should be cached for. Personally for my sites I have set it to the number of seconds in a day.</p>
<p>Once a page is cached, any subsequent visit to the page will require <strong>no database calls</strong> whatsoever until the cache time has expired.</p>
<p>That&#8217;s not all in the performance stakes though. From v2.1 the SQL used when displaying categories and products has been <strong>optimised</strong>. Previously when displaying a page with say ten products, this would have required 21 (yes, twenty-one!) database calls. One for the initial product selection, and then two more for each product to gather additional meta information about the product.</p>
<p>From v2.1 a similar page will require just one database call. This, coupled with the new caching feature, should result in <strong>much faster response times for your customers</strong>.</p>
<p>Apart from that, there are a few presentation changes with themes. First, store themes have a new &#8216;Buy Now&#8217; button which should <strong>increase conversions</strong>, secondly themes now include both the main stye.css file and the local CSS file.</p>
<p>Previously the local style.css was a complete copy of the main style.css file and this was the only CSS file included in a page view.</p>
<p>From this version pages load both the main style.css and the local style.css, with the local style.css being empty by default, but loaded after the main style.css so you can override or <strong>apply any new customisations</strong> you want to the presentation.</p>
<p>This is handy if you have several affiliate sites all using the same Datafeed Studio database and theme type as you can make a &#8220;global&#8221; change by changing the main style.css file, without having to update each of your sites individually.</p>
<p>For full details of all the changes in v2.1, see the ChangeLog within the Datafeed Studio distribution.</p>
<p>You can <a href="http://datafeedstudio.com/download.html">download v2.1 here</a>.</p>
<p><strong>Upgrade Notes</strong> :  If you are upgrading an existing installation note that for this release you <strong>must</strong> run the patch.php command-line tool located in admin/bin to upgrade your database (alternatively you can import the patch.sql file manually into your MySQL version or using a tool such as phpMyAdmin).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.datafeedstudio.com/datafeed-studio-v21-the-meep-meep-release/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invasion of the SEO Friendly Slugs</title>
		<link>http://blog.datafeedstudio.com/invasion-of-the-seo-friendly-slugs</link>
		<comments>http://blog.datafeedstudio.com/invasion-of-the-seo-friendly-slugs#comments</comments>
		<pubDate>Wed, 11 Jun 2008 13:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Example Sites]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.datafeedstudio.com/?p=12</guid>
		<description><![CDATA[
Datafeed Studio now supports SEO friendly URLs for your product categories and products.
Previously, Datafeed Studio URLs were pretty ugly :
http://example.com/display_product.php?mykey=123_123456789

Now, if you enable the SEO_FRIENDLY_URLS option in the configuration (enabled by default) you will get product URLs in the form :
http://example.com/123_123456789.html

Hmm&#8230;I suppose that is a slight improvement I hear you say, but wouldn&#8217;t it be [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.datafeedstudio.com/wp-content/uploads/2008/06/316818-hungry-slug.jpg" alt="316818_hungry_slug.jpg" border="0" width="165" height="124" align="right" /></p>
<p><a href="http://datafeedstudio.com">Datafeed Studio</a> now supports SEO friendly URLs for your product categories and products.</p>
<p>Previously, Datafeed Studio URLs were pretty ugly :</p>
<p><code>http://example.com/display_product.php?mykey=123_123456789<br />
</code></p>
<p>Now, if you enable the <strong>SEO_FRIENDLY_URLS</strong> option in the configuration (enabled by default) you will get product URLs in the form :</p>
<p><code>http://example.com/123_123456789.html<br />
</code></p>
<p>Hmm&#8230;I suppose that is a <em>slight</em> improvement I hear you say, but wouldn&#8217;t it be great if I could choose the value of the URL myself.</p>
<p>Well, now you can!</p>
<p>The latest Datafeed Studio release has &#8220;slug&#8221; support. Every product in your database can now have an unique slug (or path or permalink, call it what you will), so you can finally have URLs of your choosing, e.g.</p>
<p><code>http://example.com/my-cool-product.html</code></p>
<p>What&#8217;s more, slug support has been added to categories, so instead of :</p>
<p><code>http://example.com/show_category.php?catid=24</code></p>
<p>You now get :</p>
<p><code>http://example.com/category-bouncy-castles</code></p>
<p>To demonstrate the new URL structure I&#8217;ve created a new <a href="http://bestcarseat.co.uk" target="_blank">baby car seat</a> site, check it out to see the new SEO friendly URLs in action.</p>
<p>If you still prefer the non-SEO friendly URLs just set the SEO_FRIENDLY_URLS option to zero (this option can also be set in the site specific configuration files so you can enable/disable it on a per site basis).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.datafeedstudio.com/invasion-of-the-seo-friendly-slugs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Site Styles Now Supported</title>
		<link>http://blog.datafeedstudio.com/local-site-styles-now-supported</link>
		<comments>http://blog.datafeedstudio.com/local-site-styles-now-supported#comments</comments>
		<pubDate>Fri, 06 Jun 2008 09:02:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Example Sites]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.datafeedstudio.com/?p=10</guid>
		<description><![CDATA[The current release of Datafeed Studio now supports &#8220;local site styles&#8221;.
Previously a site would get all of its look and feel based on the theme it was associated with, e.g. Indiana Jones Toys is associated with the store theme known as &#8220;modern&#8221;.



However, if you then wanted to make a new store site with a different [...]]]></description>
			<content:encoded><![CDATA[<p>The current release of <a href="http://datafeedstudio.com">Datafeed Studio</a> now supports &#8220;local site styles&#8221;.</p>
<p>Previously a site would get all of its look and feel based on the theme it was associated with, e.g. <a href="http://indianajonestoys.co.uk" target="_blank">Indiana Jones Toys</a> is associated with the store theme known as &#8220;modern&#8221;.<br />
<a target="_blank" href="http://indianajonestoys.co.uk"><br />
<img src="http://blog.datafeedstudio.com/wp-content/uploads/2008/06/ijtoys.png" alt="ijtoys.png" border="0" width="191" height="157" align="left" style="margin-right: 10px" border="0"/><br />
</a><br />
However, if you then wanted to make a new store site with a different look you would have to make a complete copy of the theme, e.g. &#8220;modern2&#8243; and use that for the new site. This method still works, but is a bit tedious if all you want to do is change the font colour and a few other minor presentation changes on your new site.</p>
<p>So the latest release of Datafeed Studio supports local styles. When you register a new site a copy of the main CSS file (style.css)  of the theme you have chosen for the new site is automatically created and placed in the <b>site_configs</b> folder. Now instead of using the <b>style.css</b> file in the theme, your site will use the new  copy in the <b>site_configs</b> folder, this allows you to do local customisations without changing the main theme.<br />
<a target="_blank" href="http://buggypushchair.co.uk"><br />
<img src="http://blog.datafeedstudio.com/wp-content/uploads/2008/06/bp.png" alt="bp.png" border="0" width="191" height="157" border="0" align="right" style="margin-left: 10px"/><br />
</a><br />
As an example I have created a new <a href="http://buggypushchair.co.uk">Baby Pushchair</a> site, like the Indiana Jones site mentioned above, this uses the &#8220;modern&#8221; theme and I didn&#8217;t have to create a &#8220;modern2&#8243; theme to accommodate the presentation changes I wanted to make, they are all controlled by the local CSS file, which can be edited via the new <b>Style</b> link which is now present for store and price compare sites on the admin home screen.</p>
<p>So in summary, if you want to make a new affiliate site with a radically different look, then by all means create a new theme as usual, but if your new site is just a few cosmetic changes to an existing theme, simply  make your changes via the <b>Style</b> link.</p>
<p>I hope you all like this new feature &#8211; I&#8217;m sure it will help you create affiliate sites quicker and easier than the previous solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.datafeedstudio.com/local-site-styles-now-supported/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
