<?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>radebatz.net::mano</title>
	<atom:link href="http://www.radebatz.net/mano/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radebatz.net/mano</link>
	<description>mano's blog</description>
	<lastBuildDate>Sun, 25 Nov 2012 09:30:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress integration from non global namespace</title>
		<link>http://www.radebatz.net/mano/2012/11/25/wordpress-integration-from-non-global-namespace/</link>
		<comments>http://www.radebatz.net/mano/2012/11/25/wordpress-integration-from-non-global-namespace/#comments</comments>
		<pubDate>Sun, 25 Nov 2012 09:30:10 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1516</guid>
		<description><![CDATA[Looks like finally with WordPress 3.4 it will be possible to use the API by loading the WP code from within a class/function. It is amazing that is has taken so long to get this done, but as I remember there used to be a lot more globals that depended on file being included from [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2012/11/25/wordpress-integration-from-non-global-namespace/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>over-overdue ZenMagick update</title>
		<link>http://www.radebatz.net/mano/2012/10/11/over-overdue-zenmagick-update/</link>
		<comments>http://www.radebatz.net/mano/2012/10/11/over-overdue-zenmagick-update/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 08:32:56 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1510</guid>
		<description><![CDATA[It&#8217;s been a long long time sine I last wrote about what is happening with ZenMagick. For the most part the reason for this is that I haven&#8217;t been working on ZenMagick for the last &#8211; uhm 3 month or so. Having said that, this doesn&#8217;t mean the project is stalled or abandoned. Quite the [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2012/10/11/over-overdue-zenmagick-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zenmagick.org status</title>
		<link>http://www.radebatz.net/mano/2012/10/11/zenmagick-org-status/</link>
		<comments>http://www.radebatz.net/mano/2012/10/11/zenmagick-org-status/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 08:22:19 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1508</guid>
		<description><![CDATA[And it happened again. Due to some issues with renewing the domain (the ISP changed owner in between), zenmagick.org is currently down. And thanks to the apparently stupid go daddy it always is a mission to get it back. Looks like there have been problems renewing the domain for the ISP itself &#8211; sigh. I&#8217;ll [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2012/10/11/zenmagick-org-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pricing II</title>
		<link>http://www.radebatz.net/mano/2012/05/17/pricing-ii/</link>
		<comments>http://www.radebatz.net/mano/2012/05/17/pricing-ii/#comments</comments>
		<pubDate>Thu, 17 May 2012 09:01:45 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1500</guid>
		<description><![CDATA[I am very close to having the new pricing code pass all shopping cart tests. In fact, one benefit of this change is that for the first time it is possible to run a complete cart test over all products in one go. The stats for that look something like this: Client IP: 127.0.0.1;   PHP: 5.3.10;   ZenMagick: [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2012/05/17/pricing-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pricing</title>
		<link>http://www.radebatz.net/mano/2012/05/15/pricing/</link>
		<comments>http://www.radebatz.net/mano/2012/05/15/pricing/#comments</comments>
		<pubDate>Tue, 15 May 2012 04:17:25 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1497</guid>
		<description><![CDATA[This week I have taken another stab at improving the ZenMagick pricing code. The main reason right now is to further reduce the number of SQL queries per request. As part of the process to encapsulate zen-cart logic as much as possible there is a class ZenCartCheckoutOrder that is compatible with zen-cart. However, it is [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2012/05/15/pricing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>not so weekly update</title>
		<link>http://www.radebatz.net/mano/2012/05/03/not-so-weekly-update/</link>
		<comments>http://www.radebatz.net/mano/2012/05/03/not-so-weekly-update/#comments</comments>
		<pubDate>Thu, 03 May 2012 09:59:51 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[online shopping]]></category>
		<category><![CDATA[symfony2]]></category>
		<category><![CDATA[zen-cart]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1494</guid>
		<description><![CDATA[After having published a first snapshot of the upcoming ZenMagick 0.9.14 it seems time to write about what is new and shiny in the next release. Perhaps the biggest change is that zen-cart is now loaded on demand and ZenMagick is the main request handler. What does that mean? It means that for example, ZenMagick [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2012/05/03/not-so-weekly-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the crumbtrail saga</title>
		<link>http://www.radebatz.net/mano/2012/03/29/the-crumbtrail-saga/</link>
		<comments>http://www.radebatz.net/mano/2012/03/29/the-crumbtrail-saga/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 03:36:06 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1491</guid>
		<description><![CDATA[I&#8217;ve finally written some reasonably easy addition to the ZenMagick PHP templating engine that allows to set the crumbtrail (and other bits, if required) in the actual view. This is something I&#8217;ve been struggling for a long time. The crumbtrail code has been a source of bending backwards and ugly code for a very long [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2012/03/29/the-crumbtrail-saga/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>breaking changes</title>
		<link>http://www.radebatz.net/mano/2012/03/11/breaking-changes/</link>
		<comments>http://www.radebatz.net/mano/2012/03/11/breaking-changes/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 09:09:40 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[zen-cart]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1489</guid>
		<description><![CDATA[There are some big changes coming in ZenMagick. One of the big concerns was (and still is) the integration (or lack thereof) with zencart. To pave the way for some real improvements for this there has been a huge amount of work to make things simpler, cleaner and faster. Right now ZenMagick is integrated via [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2012/03/11/breaking-changes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>progress</title>
		<link>http://www.radebatz.net/mano/2012/03/05/progress-2/</link>
		<comments>http://www.radebatz.net/mano/2012/03/05/progress-2/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 08:05:37 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[online shopping]]></category>
		<category><![CDATA[zen-cart]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1482</guid>
		<description><![CDATA[&#160; &#160; To see the progress I am digging through the resolved issues and that list is slowly but steadily growing. Right now there are about 7 issues left, although some might not get resolved for the next release. One of the bigger issues is to upgrade ZenMagick to using the symfony routing component. This [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2012/03/05/progress-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>more more progress</title>
		<link>http://www.radebatz.net/mano/2012/02/13/more-more-progress/</link>
		<comments>http://www.radebatz.net/mano/2012/02/13/more-more-progress/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 08:23:33 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[zencart]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1476</guid>
		<description><![CDATA[Preparations for starting to use the symfony routing component are almost complete. This will replace the current url mappings &#8211; another piece of ZenMagick code retired in favour of a proven, externally maintained component. With the url mappings gone things will be a lot easier and perhaps it will even be possible to drop the [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2012/02/13/more-more-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
