<?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>Edmonds Commerce &#187; development</title>
	<atom:link href="http://www.edmondscommerce.co.uk/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edmondscommerce.co.uk</link>
	<description>Freelance PHP Ecommerce and SEO Developer in the UK</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:14:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>How To Extract Files from Plesk Backups</title>
		<link>http://www.edmondscommerce.co.uk/plesk/how-to-extract-files-from-plesk-backups/</link>
		<comments>http://www.edmondscommerce.co.uk/plesk/how-to-extract-files-from-plesk-backups/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 17:25:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[plesk]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2907</guid>
		<description><![CDATA[So you have a plesk backup file and you want to extract and open the files from it? No problem. This blog will show you how. The file is a mime file. The "mpack" package will let you unpack it. First we install the "mpack" package PLAIN TEXT CODE: sudo apt-get install mpack Let's imagine [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/plesk/how-to-extract-files-from-plesk-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Confirm E-mail Address Field to Magento Frontend Forms</title>
		<link>http://www.edmondscommerce.co.uk/magento/adding-confirm-e-mail-address-field-to-magento-frontend-forms/</link>
		<comments>http://www.edmondscommerce.co.uk/magento/adding-confirm-e-mail-address-field-to-magento-frontend-forms/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 16:44:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2887</guid>
		<description><![CDATA[If you are thinking of adding a confirmation of e-mail address to the front-end registration pages of your store e.g the Checkout billing page or the customer account registration, the little snippets below could be of use to you For the Checkout billing page 1. Locate the magento checkout billing page (billing.phtml) which can be [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/magento/adding-confirm-e-mail-address-field-to-magento-frontend-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get a configurable products parent in Magento</title>
		<link>http://www.edmondscommerce.co.uk/magento/how-to-get-a-configurable-products-parent-in-magento/</link>
		<comments>http://www.edmondscommerce.co.uk/magento/how-to-get-a-configurable-products-parent-in-magento/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 15:19:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento]]></category>
		<category><![CDATA[configurable products]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[magento problem]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2883</guid>
		<description><![CDATA[I recently needed magento to be able to load a product, and if that product was part of a configurable product detect this and return the parent product if that existed. Looking around google I came across this code snippet and thought it should work PLAIN TEXT PHP: $_product = Mage::getModel&#40;'catalog/product'&#41;-&#62;load&#40;$productId&#41;; $parentIdArray = $_product-&#62;loadParentProductIds&#40;&#41; &#160; [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/magento/how-to-get-a-configurable-products-parent-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento URL Request Routing</title>
		<link>http://www.edmondscommerce.co.uk/magento/magento-url-request-routing/</link>
		<comments>http://www.edmondscommerce.co.uk/magento/magento-url-request-routing/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 16:13:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2851</guid>
		<description><![CDATA[Magento is a typical PHP Model View Architecture (MVC) system which routes its URLs in ways not particularly different from other PHP MVC Frameworks like codeigniter, symphony etc. But the difference it has with other MVC architecture is that most of its routing directives or configurations are XML based i.e. found in one XML file [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/magento/magento-url-request-routing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compare two columns in mysql</title>
		<link>http://www.edmondscommerce.co.uk/mysql/compare-two-columns-in-mysql/</link>
		<comments>http://www.edmondscommerce.co.uk/mysql/compare-two-columns-in-mysql/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 18:02:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2844</guid>
		<description><![CDATA[Many database queries rely on seeing if two columns match / differ, however sometimes you may want to check if either column contains a sub-string of the other. MySql allows you to do this, but it isn't that well documented, so hopefully this will help someone looking for this in the future SELECT * FROM [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/mysql/compare-two-columns-in-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Path Tools Netbeans Open File in external program plus guake code</title>
		<link>http://www.edmondscommerce.co.uk/ubuntu/path-tools-netbeans-open-file-in-external-program-plus-guake-code/</link>
		<comments>http://www.edmondscommerce.co.uk/ubuntu/path-tools-netbeans-open-file-in-external-program-plus-guake-code/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 16:30:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2826</guid>
		<description><![CDATA[Not many people are aware of the Path Tools extension for netbeans, and even fewer know how to make it really useful. Effectively it provides 4 buttons - Copy Path, Open Folder, Open Terminal and Edit Path, the latter three being configurable. Its default for Open Folder is great (for gnome users) but that's the [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/ubuntu/path-tools-netbeans-open-file-in-external-program-plus-guake-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable netbeans auto-complete of method variables</title>
		<link>http://www.edmondscommerce.co.uk/netbeans/how-to-disable-netbeans-auto-complete-of-method-variables/</link>
		<comments>http://www.edmondscommerce.co.uk/netbeans/how-to-disable-netbeans-auto-complete-of-method-variables/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 13:10:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[netbeans]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2819</guid>
		<description><![CDATA[There is a new feature in Netbeans that tries to auto fill the variables for methods and functions in PHP. Whilst this may be something that is a time saver for some, it often gets these wrong, and if you are using descriptive variables in the method then these are overwritten if you have a [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/netbeans/how-to-disable-netbeans-auto-complete-of-method-variables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Netbeans Keyboard Select</title>
		<link>http://www.edmondscommerce.co.uk/netbeans/netbeans-keyboard-select/</link>
		<comments>http://www.edmondscommerce.co.uk/netbeans/netbeans-keyboard-select/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 12:03:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[netbeans]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2815</guid>
		<description><![CDATA[I recently installed the latest version of Netbeans (7.1) and decided to have a look through the available plugins at the same time. In there I found one called Quick File Chooser. This replaces the file selector with a keyboard optimised version, which includes auto-complete and narrowing down a file list as you type. If [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/netbeans/netbeans-keyboard-select/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crawl an xml sitemap quality check 301 and 404</title>
		<link>http://www.edmondscommerce.co.uk/php/crawl-an-xml-sitemap-quality-check-301-and-404/</link>
		<comments>http://www.edmondscommerce.co.uk/php/crawl-an-xml-sitemap-quality-check-301-and-404/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 17:54:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2782</guid>
		<description><![CDATA[On occasion, google and other tools will tell you there's errors with your sitemap.xml file and not give you the information of what exactly is wrong, so we wrote this little tool to crawl the sitemap and check for 301 redirections and 404 errors. It is a noddy file and should have much more error [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/php/crawl-an-xml-sitemap-quality-check-301-and-404/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove footer from Loaded Commerce (CRELoaded new name)</title>
		<link>http://www.edmondscommerce.co.uk/oscommerce/remove-footer-from-loaded-commerce-creloaded-new-name/</link>
		<comments>http://www.edmondscommerce.co.uk/oscommerce/remove-footer-from-loaded-commerce-creloaded-new-name/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 16:08:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oscommerce]]></category>
		<category><![CDATA[creloaded]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Loaded Commerce]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2742</guid>
		<description><![CDATA[Well known is how Loaded Commerce/CRELoaded protect their google banners they wack on all opensource versions of their code. Once you have removed the footer in the current version though, it checks the output buffer and you will find it after the closing html tag of your page. The function that does this is cre_uregisterBasicFunctions(); [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/oscommerce/remove-footer-from-loaded-commerce-creloaded-new-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

