<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Nick Bartlett</title>
	<link>http://nickbartlett.com/wordpress</link>
	<description>PHP Developer in Minnesota</description>
	<lastBuildDate>Sat, 05 May 2012 13:00:52 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2" -->

	<item>
		<title>Zend_Form Recaptcha doesn&#8217;t work with SSL</title>
		<description><![CDATA[I was able to get a recaptcha working on my Zend Framwork application, but as soon as I added the &#8220;&#8216;ssl&#8217; => true&#8221; to my zend_form, the captcha disappeared. Here ...]]></description>
		<link>http://nickbartlett.com/wordpress/zend_form-recaptcha-doesnt-work-with-ssl/</link>
			</item>
	<item>
		<title>How to move magento var and media directories</title>
		<description><![CDATA[I wanted to move magento&#8217;s var and media directories outside of the core code base so I wouldn&#8217;t have to put them in version control. It would make updating the ...]]></description>
		<link>http://nickbartlett.com/wordpress/how-to-move-magento-var-and-media-directories/</link>
			</item>
	<item>
		<title>Paypal IPN website payments standard return passback variables</title>
		<description><![CDATA[I was hoping to put a paypal subscription button on my website in about ten minutes today, but it ended up taking a couple hours because I could not figure ...]]></description>
		<link>http://nickbartlett.com/wordpress/paypal-ipn-website-payments-standard-return-passback-variables/</link>
			</item>
	<item>
		<title>Magento Unknown column &#8216;price_table_price.attribute_id&#8217; in &#8216;where clause&#8217;</title>
		<description><![CDATA[I&#8217;m new to Magento and this error took me a full day to solve. It would have helped if somebody had the solution on the internet, so I&#8217;m going to ...]]></description>
		<link>http://nickbartlett.com/wordpress/magento-unknown-column-price_table_price-attribute_id-in-where-clause/</link>
			</item>
	<item>
		<title>Magento Exception with message &#8216;Warning: include(Mage\xxxx\Helper\Data.php)</title>
		<description><![CDATA[If you receive this error with Magento Exception with message &#8216;Warning: include(Mage\xxxx\Helper\Data.php) then it means you&#8217;re calling a helper somewhere and the helper&#8217;s XML config is missing. For this example, ...]]></description>
		<link>http://nickbartlett.com/wordpress/magento-exception-with-message-warning-includemagexxxxhelperdata-php/</link>
			</item>
	<item>
		<title>Which file is Mage::helper</title>
		<description><![CDATA[The way to call helper classes and functions is to use the static helper function in the Mage class providing the component name and desired helper class. For example Mage::helper(‘customer’) ...]]></description>
		<link>http://nickbartlett.com/wordpress/which-file-is-magehelper/</link>
			</item>
	<item>
		<title>Zend Studio debugger doesn&#8217;t work on Magento</title>
		<description><![CDATA[Learning Magento is hard enough and when you&#8217;re debugger won&#8217;t stop at any breakpoints, that&#8217;s enough to take any developer out of his game. I was fortunate to find this ...]]></description>
		<link>http://nickbartlett.com/wordpress/zend-studio-debugger-doesnt-work-on-magento/</link>
			</item>
	<item>
		<title>Google Checkout Subscription HTML API Sucks</title>
		<description><![CDATA[I&#8217;ve had google&#8217;s subscription API in mind to use for my new site for over a year and tonight I tried to quickly integrate with their HTML API. I just ...]]></description>
		<link>http://nickbartlett.com/wordpress/google-checkout-subscription-html-api/</link>
			</item>
	<item>
		<title>Restart Zend Server CE on Windows</title>
		<description><![CDATA[What you do, don&#8217;t go to the control panel -> services and stop the service. I did this and was unable to log back into mysql, even after a reboot ...]]></description>
		<link>http://nickbartlett.com/wordpress/restart-zend-server-ce-on-windows/</link>
			</item>
	<item>
		<title>Magento set custom admin url</title>
		<description><![CDATA[Go to /app/etc/local.xml and add the below before &#60;admin&#62; &#60;routers&#62; &#60;adminhtml&#62; &#60;args&#62; &#60;frontName&#62;anothername&#60;/frontName&#62; &#60;/args&#62; &#60;/adminhtml&#62; &#60;/routers&#62; &#60;/admin&#62; You may need to delete the contents of the /var/ directory to clear ...]]></description>
		<link>http://nickbartlett.com/wordpress/magento-set-custom-admin-url/</link>
			</item>
</channel>
</rss>

