<?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>Thu, 17 May 2012 09:01:45 +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>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>
		<item>
		<title>more progress</title>
		<link>http://www.radebatz.net/mano/2012/02/10/more-progress/</link>
		<comments>http://www.radebatz.net/mano/2012/02/10/more-progress/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 08:48:27 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1474</guid>
		<description><![CDATA[Finally some more progress &#8211; and almost visible I&#8217;ve created a new (empty) app for the store-installer to come. Things will start humble, but I hope over time this will grow into the kind of installer we&#8217;ve all been dreaming about&#8230;]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2012/02/10/more-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>baby steps</title>
		<link>http://www.radebatz.net/mano/2012/02/09/baby-steps/</link>
		<comments>http://www.radebatz.net/mano/2012/02/09/baby-steps/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 04:09:01 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1470</guid>
		<description><![CDATA[With all the infrastructure work on ZenMagick, there is unfortunately not much progress in terms of real features. One thing I managed to do today, tough, is coming close to progress. The new email code now properly supports zencart smtpauth option and does work with gmail out-of-the-box. So, not really a new feature, but satisfying [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2012/02/09/baby-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>templating</title>
		<link>http://www.radebatz.net/mano/2012/01/21/templating/</link>
		<comments>http://www.radebatz.net/mano/2012/01/21/templating/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 10:11:00 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[templating]]></category>
		<category><![CDATA[twig]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1467</guid>
		<description><![CDATA[Some people might have noticed issue 363 to add support for twig templates to ZenMagick. As you can see from the initial comments, I first thought we might add this as a plugin. This was a fair assumption, considering that a long time ago I already had a working prototype of a twig plugin working [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2012/01/21/templating/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

