<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Edmonds Commerce</title>
	<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>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.3" -->

	<item>
		<title>Netbeans Disable Transparent Undocked Windows</title>
		<description><![CDATA[If you have a dual monitor setup you might decide to undock some of your Netbeans windows, for example for running XDebug sessions or PHPUnit testing. However you will find that by default, Netbeans sets the transparency of these windows to unreadable levels when they are not active. This really defeats the object and is [...]]]></description>
		<link>http://www.edmondscommerce.co.uk/netbeans/netbeans-disable-transparent-undocked-windows/</link>
			</item>
	<item>
		<title>Yii Setting up Authorisation &#8211; the Missing Manual</title>
		<description><![CDATA[Reading the generally very clear and concise Yii documentation you can quickly get started with the framework. However one issue that I struggled to be clear on is setting up the database driven authorisation system. I recommend reading this blog post which finally helped me to understand wth I was supposed to do. The official [...]]]></description>
		<link>http://www.edmondscommerce.co.uk/php/yii-setting-up-authorisation-the-missing-manual/</link>
			</item>
	<item>
		<title>Create a scrollable menu with an onHover effect</title>
		<description><![CDATA[I was recently asked by a client to create a scrollable, navigation menu for their site. However, they wanted it to have an onHover submenu that expanded to the side, over the top of the scrollbar. The problem with this is that there is noway to do this using normal css, over the overflow:scroll hides [...]]]></description>
		<link>http://www.edmondscommerce.co.uk/jquery/create-a-scrollable-menu-with-an-onhover-effect/</link>
			</item>
	<item>
		<title>Start windows on a specified workspace</title>
		<description><![CDATA[I rely on multiple desktops in order to keep my workflow organised. However each time I start up my computer I have to move these windows onto the correct desktop, which is a pain. Thankfully there is a way to place each window onto it's own desktop when your computer starts. This will explain the [...]]]></description>
		<link>http://www.edmondscommerce.co.uk/linux/start-windows-on-a-specified-workspace/</link>
			</item>
	<item>
		<title>How To Extract Files from Plesk Backups</title>
		<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>
		<link>http://www.edmondscommerce.co.uk/plesk/how-to-extract-files-from-plesk-backups/</link>
			</item>
	<item>
		<title>PHP Force Download with Custom Filename</title>
		<description><![CDATA[If you want to serve up text files for download (perhaps product feeds etc) then you might like this little snippet. Not only will it force the file to be downloaded but it allows you to specify a custom filename that it should be saved as. PLAIN TEXT PHP: if&#40;isset&#40;$_GET&#91;'download_file'&#93;&#41;&#41;&#123; &#160; &#160; header&#40;"Content-type: application/octet-stream"&#41;; &#160; [...]]]></description>
		<link>http://www.edmondscommerce.co.uk/php/php-force-download-with-custom-filename/</link>
			</item>
	<item>
		<title>Magento 2 &#8211; Key Points for Developers!</title>
		<description><![CDATA[The first development release of Magento 2 has a few areas worthy of note for developers of the coming changes to Magento. Magento 2 now requires PHP 5.3 Zend is still version 1.11.1. Magento 2 now implements templates on a per modules basis. So now all the different bits of the theme are separated into [...]]]></description>
		<link>http://www.edmondscommerce.co.uk/magento/magento-2-key-points-for-developers/</link>
			</item>
	<item>
		<title>Magento 2 Source Code Available on GitHub</title>
		<description><![CDATA[Magento version two is coming. For those of us who are eagerly awaiting the next major version of the most popular and powerful open source e-commerce platform, you can now see, track and download the code on GitHub. Not had chance to have an in depth look as yet but we expect great things! https://github.com/magento/magento2 [...]]]></description>
		<link>http://www.edmondscommerce.co.uk/magento/magento-2-source-code-available-on-github/</link>
			</item>
	<item>
		<title>Adding Confirm E-mail Address Field to Magento Frontend Forms</title>
		<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>
		<link>http://www.edmondscommerce.co.uk/magento/adding-confirm-e-mail-address-field-to-magento-frontend-forms/</link>
			</item>
	<item>
		<title>Magento Custom Product Type as Configurable Product</title>
		<description><![CDATA[If you have created a new product type and need to enable it to be included with configurable products you need to let Magento know that it should allow your product type to work with configurable products. To do this open your config xml and add the following xml. PLAIN TEXT XML: &#60;config&#62; &#160; &#160; [...]]]></description>
		<link>http://www.edmondscommerce.co.uk/magento/magento-custom-product-type-as-configurable-product/</link>
			</item>
</channel>
</rss>

