<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>askmatt</title>
	<link>http://askmatt.co.uk/blog</link>
	<description>ask matt</description>
	<lastBuildDate>Wed, 28 Sep 2011 15:20:03 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>SEO is Dead</title>
		<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>
		<link>http://askmatt.co.uk/blog/2011/09/seo-is-dead/</link>
			</item>
	<item>
		<title>Magento 1.42 &#8211; Change Check to Cheque</title>
		<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>
		<link>http://askmatt.co.uk/blog/2011/06/magento-1-42-change-check-to-cheque/</link>
			</item>
	<item>
		<title>Excel rename images and prepend directory name</title>
		<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>
		<link>http://askmatt.co.uk/blog/2011/05/excel-rename-images-and-prepend-directory-name/</link>
			</item>
	<item>
		<title>Magento update stock levels after AFM delivery</title>
		<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>
		<link>http://askmatt.co.uk/blog/2011/05/magento-update-stock-levels-after-afm-delivery/</link>
			</item>
	<item>
		<title>Sage Product Import File Format</title>
		<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>
		<link>http://askmatt.co.uk/blog/2011/05/sage-product-import-file-format/</link>
			</item>
	<item>
		<title>Magento -Hide attributes with the value &#8216;No&#8217; on product pages</title>
		<description><![CDATA[How to hide attributes that have a 'no' value in Magento.]]></description>
		<link>http://askmatt.co.uk/blog/2011/03/magento-hide-attributes-with-the-value-no-on-product-pages/</link>
			</item>
	<item>
		<title>Magento 1.42 change next customer_id</title>
		<description><![CDATA[ALTER TABLE customer_entity AUTO_INCREMENT=1000;]]></description>
		<link>http://askmatt.co.uk/blog/2011/01/magento-1-42-change-next-customer_id/</link>
			</item>
	<item>
		<title>France Telecom / Orange blocking port 25 email send &#8211; fix</title>
		<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>
		<link>http://askmatt.co.uk/blog/2010/11/france-telecom-orange-blocking-port-25-email-send-fix/</link>
			</item>
	<item>
		<title>Script to restart Apache when virtual memory too low &#8211; run every minute as cron job</title>
		<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>
		<link>http://askmatt.co.uk/blog/2010/11/script-to-restart-apache-when-virtual-memory-too-low-run-every-minute-as-cron-job/</link>
			</item>
	<item>
		<title>Ubuntu additonal IP addresses not available after hard reboot &#8211; slicehost</title>
		<description><![CDATA[Log in using ssh (putty) sudo ifup eth0:1 sudo ifup eth0:2 sudo ifup eth0:3 &#8230; and so on.]]></description>
		<link>http://askmatt.co.uk/blog/2010/09/ubuntu-additonal-ip-addresses-not-available-after-hard-reboot-slicehost/</link>
			</item>
</channel>
</rss>

