<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Edmonds Commerce Blog</title>
	<link>http://www.edmondscommerce.co.uk</link>
	<description>Freelance PHP Ecommerce and SEO Developer in the UK</description>
	<lastBuildDate>Tue, 23 Feb 2010 13:46:25 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>JsFiddle &#8211; Handy</title>
		<description><![CDATA[Check this out:
http://jsfiddle.net/ &#8211; handy  
]]></description>
		<link>http://www.edmondscommerce.co.uk/javascript/jsfiddle-handy/</link>
			</item>
	<item>
		<title>Magento Events Cheat Sheet Grep &#8211; Works for Any Version</title>
		<description><![CDATA[If you use the Magento event / observer system for extending Magento (if you don't you should) then you will find this little script handy for parsing out all of the events in the latest (eg Magento 1.4) version of Magento.
This is a Linux shell script so either use it on your server or if [...]]]></description>
		<link>http://www.edmondscommerce.co.uk/magento/magento-events-cheat-sheet-grep-works-for-any-version/</link>
			</item>
	<item>
		<title>Symfony 2 Looking Good :)</title>
		<description><![CDATA[http://symfony-reloaded.org/, a quick run down on the latest version of Symfony.
It's looking really good, especially exciting is the promise of massive performance advantages (3 times faster than Zend!).
]]></description>
		<link>http://www.edmondscommerce.co.uk/symfony/symfony-2-looking-good/</link>
			</item>
	<item>
		<title>Magento Image Upload from Admin &#8211; No Flash</title>
		<description><![CDATA[If you have any issues with the default Flash based image uploader for the Magento admin, check out this extension which replaces it with a much slicker, faster and less - well flash - image uploader.
http://www.magentocommerce.com/extension/1756/no-flash-uploader
nice  
]]></description>
		<link>http://www.edmondscommerce.co.uk/magento/magento-image-upload-from-admin-no-flash/</link>
			</item>
	<item>
		<title>Get Table Name in Magento (eg with Table Prefix)</title>
		<description><![CDATA[If you use table prefixes (you should) but you need to get the name of a table without having to hardcode in the table prefix, use this little snippet:
PLAIN TEXT
PHP:




$tableName = Mage::getSingleton&#40;'core/resource'&#41;-&#62;getTableName&#40;'catalog_product_option'&#41;; 






]]></description>
		<link>http://www.edmondscommerce.co.uk/magento/get-table-name-in-magento-eg-with-table-prefix/</link>
			</item>
	<item>
		<title>WordPress Installer Shell Script</title>
		<description><![CDATA[A nice little shell script for quickly install WordPress on Linux::
#!/bin/bash
wget http://wordpress.org/latest.zip
unzip latest.zip
cp -rf ./wordpress/* ./
]]></description>
		<link>http://www.edmondscommerce.co.uk/php/wordpress-installer-shell-script/</link>
			</item>
	<item>
		<title>Ubuntu XAMPP XDebug Install</title>
		<description><![CDATA[1] Download the latest version of ( XAMPP For Linux ) here
2] Install it. To install lampp, extract and put in /opt directory. Remember to extract it as ROOT.
3] Download Development package from same site.
4] Extract it, copy and paste "include" folder from Development package to /opt/lampp directory. ( This package would use for compiling [...]]]></description>
		<link>http://www.edmondscommerce.co.uk/ubuntu/ubuntu-xampp-xdebug-install/</link>
			</item>
	<item>
		<title>Collaborative Javascript Debugging &#8211; JSBin</title>
		<description><![CDATA[If you need to work collaboratively on some Javascript then check out JS Bin
It's just like pastebin, but with Javascript compatability, handy.
]]></description>
		<link>http://www.edmondscommerce.co.uk/javascript/collaborative-javascript-debugging-jsbin/</link>
			</item>
	<item>
		<title>Magento 1.4 Fatal Error Stack Frame + Solution</title>
		<description><![CDATA[If your shiny new Magento 1.4 is displaying this error message at the bottom of the page then you might want to apply this fix.
Fatal error: Exception thrown without a stack frame in Unknown on line 0
The solution is to comment out a small section of code in 
app/code/core/Mage/Core/Model/Cache.php
line 180
PLAIN TEXT
PHP:




/*try {


&#160; &#160; &#160; &#160; [...]]]></description>
		<link>http://www.edmondscommerce.co.uk/magento/magento-1-4-fatal-error-stack-frame-solution/</link>
			</item>
	<item>
		<title>Magento 1.4 Stable Released</title>
		<description><![CDATA[The latest and greatest version of Magneto has just been released (last Friday).
This release includes some great new features like WYSIWYG editors on the admin side, performance improvements and loads more.
Here's what has been added:

Implemented 3D Secure credit card validation (Visa and Mastercard)

Full reimplementation of PayPal modules, includes lot of new functionality and numerous bugfixes

Full [...]]]></description>
		<link>http://www.edmondscommerce.co.uk/magento/magento-1-4-stable-released/</link>
			</item>
</channel>
</rss>
