<?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>askmatt &#187; e-commerce</title>
	<atom:link href="http://askmatt.co.uk/blog/category/e-commerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://askmatt.co.uk/blog</link>
	<description>ask matt</description>
	<lastBuildDate>Wed, 28 Sep 2011 15:20:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SEO is Dead</title>
		<link>http://askmatt.co.uk/blog/2011/09/seo-is-dead/</link>
		<comments>http://askmatt.co.uk/blog/2011/09/seo-is-dead/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 15:20:03 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[e-commerce]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=203</guid>
		<description><![CDATA[In 2001 SEO was pretty easy and you could get good listings by just changing the title tags of a page and repeat your keywords as often as possible throughout the page. There were &#8216;off page factors&#8217; like inbound links but it was simple to get these, signing guest books and a link exchange could [...]]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2011/09/seo-is-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento 1.42 &#8211; Change Check to Cheque</title>
		<link>http://askmatt.co.uk/blog/2011/06/magento-1-42-change-check-to-cheque/</link>
		<comments>http://askmatt.co.uk/blog/2011/06/magento-1-42-change-check-to-cheque/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 18:43:13 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[i like magento]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=199</guid>
		<description><![CDATA[If you are unable to change the words &#8220;send check to&#8221; to &#8220;send cheque to&#8221;, and none of the threads below help then you need to edit the words in /app/code/core/Mage/Payment/etc/system.xml. The word &#8220;check&#8221; appears around lines 173,234, and 241. Change it to &#8220;Cheque&#8221; and the problem is solved. http://www.magentocommerce.com/boards/viewthread/13015/ http://www.magentocommerce.com/boards/viewthread/175974/#t306651 http://www.magentocommerce.com/boards/viewthread/206309/#t268406 http://www.magentocommerce.com/boards/error.php/viewthread/20752/#t69552 http://www.magentocommerce.com/boards/error.php/viewthread/20752/#t69552]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2011/06/magento-1-42-change-check-to-cheque/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel rename images and prepend directory name</title>
		<link>http://askmatt.co.uk/blog/2011/05/excel-rename-images-and-prepend-directory-name/</link>
		<comments>http://askmatt.co.uk/blog/2011/05/excel-rename-images-and-prepend-directory-name/#comments</comments>
		<pubDate>Tue, 10 May 2011 10:51:59 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[e-commerce]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=196</guid>
		<description><![CDATA[Excel function to modify image filenames, it converts to all lower case, replaces spaces with hyphens and prepends a directory name to the string. &#8220;brands&#8221; is the directory that is added. &#8220;G2&#8243; contains the original filename. =CONCATENATE("brands/",LOWER(SUBSTITUTE(G2," ","-")))]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2011/05/excel-rename-images-and-prepend-directory-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento update stock levels after AFM delivery</title>
		<link>http://askmatt.co.uk/blog/2011/05/magento-update-stock-levels-after-afm-delivery/</link>
		<comments>http://askmatt.co.uk/blog/2011/05/magento-update-stock-levels-after-afm-delivery/#comments</comments>
		<pubDate>Tue, 10 May 2011 10:50:39 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[i like magento]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=186</guid>
		<description><![CDATA[&#60;?php $dir = "/home/afm/incoming/deliveries"; $pattern = "*.CSV"; if (is_dir($dir)) { if ($dh = opendir($dir)) { // iterate over file list while (($filename = readdir($dh)) !== false) { if (fnmatch($pattern, $filename)) { $file= $dir . "/" . $filename; $row = 1; if (($handle = fopen($file, "r")) !== FALSE) { while (($data = fgetcsv($handle, 1000, ",")) !== [...]]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2011/05/magento-update-stock-levels-after-afm-delivery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sage Product Import File Format</title>
		<link>http://askmatt.co.uk/blog/2011/05/sage-product-import-file-format/</link>
		<comments>http://askmatt.co.uk/blog/2011/05/sage-product-import-file-format/#comments</comments>
		<pubDate>Tue, 03 May 2011 20:21:45 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[e-commerce]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=175</guid>
		<description><![CDATA[Stock Code : Mandatory A code of up to thirty alphanumeric characters to uniquely identify the product. Description : Optional The product name or description.  Use up to sixty characters. Tax Code : Optional The VAT rate to be applied by default when you raise a product invoice or credit note, and when you create [...]]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2011/05/sage-product-import-file-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block countries using apache mod geo-ip / List of countries by fraud risk</title>
		<link>http://askmatt.co.uk/blog/2010/05/block-countries-using-apache-mod-geo-ip-list-of-countries-by-fraud-risk/</link>
		<comments>http://askmatt.co.uk/blog/2010/05/block-countries-using-apache-mod-geo-ip-list-of-countries-by-fraud-risk/#comments</comments>
		<pubDate>Mon, 31 May 2010 21:37:11 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=88</guid>
		<description><![CDATA[Install mod_geoip sudo apt-get install libapache2-mod-geoip The installation process creates a file /etc/apache2/mods-available/geoip.conf , ignore it and put the config info in apache2.conf , it will make it easier to find later. Find these lines in /etc/apache2/apache2.conf &#60;Files ~ &#8220;^\.ht&#8221;&#62; Order allow,deny Deny from all &#60;/Files&#62; and paste these lines directly below &#60;Files *&#62; #check [...]]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2010/05/block-countries-using-apache-mod-geo-ip-list-of-countries-by-fraud-risk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>250 Magento sites to annoy or inspire you</title>
		<link>http://askmatt.co.uk/blog/2010/03/265-magento-sites-to-annoy-or-inspire-you/</link>
		<comments>http://askmatt.co.uk/blog/2010/03/265-magento-sites-to-annoy-or-inspire-you/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 01:06:48 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=61</guid>
		<description><![CDATA[A list of 250 online stores that are powered by Magento.  Some of these sites do not appear to  be Magento powered at first, but by the time you get to checkout stage you will see that they all are. http://www.airbus-shop.com http://www.airjordanmart.com http://www.allamericanprintsupply.com http://www.amala.de http://www.andrearagazzo.com/de http://www.ariximballaggi.it http://www.artdunuphoto.fr http://www.artisanodesigns.com http://www.assireni.com http://www.atlastrailer.com http://www.australiauggshop.com http://www.az-boutique.fr http://www.aziendagricolavallicella.it http://www.bag-story.fr http://www.bambinoworld.es/ [...]]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2010/03/265-magento-sites-to-annoy-or-inspire-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Base table or view already exists: 1050 Table already exists &#8211; Upgrade 1.3.2.4 to 1.4.0.1 failed &#8211; How to fix</title>
		<link>http://askmatt.co.uk/blog/2010/03/base-table-or-view-already-exists-1050-table-already-exists-upgrade-1-3-2-4-to-1-4-0-1-failed-how-to-fix/</link>
		<comments>http://askmatt.co.uk/blog/2010/03/base-table-or-view-already-exists-1050-table-already-exists-upgrade-1-3-2-4-to-1-4-0-1-failed-how-to-fix/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 00:26:57 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=42</guid>
		<description><![CDATA[After several unsuccessful attempts to upgrade from Magento 1.3.2.4 to 1.4.0.1 I have finally accomplished the upgrade by installing a fresh version on Magento 1.4 and then switching the name of the database to the 1.3.2.4 version, but you will need to make a few modifications to the Mysql upgrade files to get this to [...]]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2010/03/base-table-or-view-already-exists-1050-table-already-exists-upgrade-1-3-2-4-to-1-4-0-1-failed-how-to-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quickly change a colour in a stylesheet from the command line</title>
		<link>http://askmatt.co.uk/blog/2010/01/quickly-change-a-colour-in-a-stylesheet-from-the-command-line/</link>
		<comments>http://askmatt.co.uk/blog/2010/01/quickly-change-a-colour-in-a-stylesheet-from-the-command-line/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 23:21:38 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=27</guid>
		<description><![CDATA[Change all instances of &#8216;#ebbc58&#8242; to &#8216;#ffff33&#8242; in all files ending .css in the directory &#8216;/var/www/skin/frontend/default/default/&#8217; and all its sub-directories. find /var/www/skin/frontend/default/default/ -name &#8220;*.css&#8221; -print &#124; xargs sed -i &#8216;s/ebbc58/ffff33/g&#8217;]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2010/01/quickly-change-a-colour-in-a-stylesheet-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EV SSL Certificate Prices</title>
		<link>http://askmatt.co.uk/blog/2009/10/ev-ssl-certificate-prices/</link>
		<comments>http://askmatt.co.uk/blog/2009/10/ev-ssl-certificate-prices/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 12:40:50 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[ev]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=9</guid>
		<description><![CDATA[Extended Validation SSL (EV SSL) immediately tells your customers that you are using the highest levels of SSL security available. By turning the address bar green and showing the visitor your company name, your SSL Certificate provides a higher level of trust and assurance than just the standard non-EV padlock.]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2009/10/ev-ssl-certificate-prices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

