<?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</title>
	<atom:link href="http://askmatt.co.uk/blog/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>Magento -Hide attributes with the value &#8216;No&#8217; on product pages</title>
		<link>http://askmatt.co.uk/blog/2011/03/magento-hide-attributes-with-the-value-no-on-product-pages/</link>
		<comments>http://askmatt.co.uk/blog/2011/03/magento-hide-attributes-with-the-value-no-on-product-pages/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 12:10:55 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[i like magento]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=136</guid>
		<description><![CDATA[How to hide attributes that have a 'no' value in Magento.]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2011/03/magento-hide-attributes-with-the-value-no-on-product-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento 1.42 change next customer_id</title>
		<link>http://askmatt.co.uk/blog/2011/01/magento-1-42-change-next-customer_id/</link>
		<comments>http://askmatt.co.uk/blog/2011/01/magento-1-42-change-next-customer_id/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 14:55:09 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[i like magento]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=132</guid>
		<description><![CDATA[ALTER TABLE customer_entity AUTO_INCREMENT=1000;]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2011/01/magento-1-42-change-next-customer_id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>France Telecom / Orange blocking port 25 email send &#8211; fix</title>
		<link>http://askmatt.co.uk/blog/2010/11/france-telecom-orange-blocking-port-25-email-send-fix/</link>
		<comments>http://askmatt.co.uk/blog/2010/11/france-telecom-orange-blocking-port-25-email-send-fix/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 23:55:28 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=128</guid>
		<description><![CDATA[The solution is here http://www.bergek.com/2007/11/29/making-postfix-listen-to-a-secondary-port/ You may need to install iptables: apt-get install iptables iptables -t nat -A PREROUTING -p tcp --dport 587 -j REDIRECT --to-ports 25 iptables-save]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2010/11/france-telecom-orange-blocking-port-25-email-send-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to restart Apache when virtual memory too low &#8211; run every minute as cron job</title>
		<link>http://askmatt.co.uk/blog/2010/11/script-to-restart-apache-when-virtual-memory-too-low-run-every-minute-as-cron-job/</link>
		<comments>http://askmatt.co.uk/blog/2010/11/script-to-restart-apache-when-virtual-memory-too-low-run-every-minute-as-cron-job/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 20:36:54 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=126</guid>
		<description><![CDATA[#!/bin/bash free -m &#124; grep Swap &#124; awk '{print $NF}' &#38;gt; /tmp/swapused virt=`cat /tmp/swapused` if [ $virt -le 100 ]; then top -bn1 &#124; mailx -s "Virtual Memory Low - Restarting Apache" test@askmatt.co.uk apache2ctl restart fi rm /tmp/swapused]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2010/11/script-to-restart-apache-when-virtual-memory-too-low-run-every-minute-as-cron-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu additonal IP addresses not available after hard reboot &#8211; slicehost</title>
		<link>http://askmatt.co.uk/blog/2010/09/ubuntu-additonal-ip-addresses-not-available-after-hard-reboot-slicehost/</link>
		<comments>http://askmatt.co.uk/blog/2010/09/ubuntu-additonal-ip-addresses-not-available-after-hard-reboot-slicehost/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 11:59:00 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[slicehost]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=105</guid>
		<description><![CDATA[Log in using ssh (putty) sudo ifup eth0:1 sudo ifup eth0:2 sudo ifup eth0:3 &#8230; and so on.]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2010/09/ubuntu-additonal-ip-addresses-not-available-after-hard-reboot-slicehost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

