<?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 &#187; ajax</title>
	<atom:link href="http://www.radebatz.net/mano/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radebatz.net/mano</link>
	<description>mano's blog</description>
	<lastBuildDate>Sat, 21 Jan 2012 10:11:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>JSON-RPC</title>
		<link>http://www.radebatz.net/mano/2010/07/27/json-rpc/</link>
		<comments>http://www.radebatz.net/mano/2010/07/27/json-rpc/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 04:17:21 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[JSON-RPC]]></category>
		<category><![CDATA[zen-cart]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1175</guid>
		<description><![CDATA[I&#8217;ve started converting all ajax calls to using JSON-RPC as format. As it turned out the format I initially created wasn&#8217;t actually that different anyway. The good thing is that there is now a central method to make rpc calls and that will actually look at the format and decide whether the call was successful [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2010/07/27/json-rpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>admin UI progress</title>
		<link>http://www.radebatz.net/mano/2010/05/17/admin-ui-progress/</link>
		<comments>http://www.radebatz.net/mano/2010/05/17/admin-ui-progress/#comments</comments>
		<pubDate>Mon, 17 May 2010 05:08:18 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[online store]]></category>
		<category><![CDATA[zen-cart]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=1077</guid>
		<description><![CDATA[I&#8217;ve had quite a bit of fun with the latest version of jquery and the jquery UI widgets. Slowly things are coming together, so after the fold there is a screenshot of the current state of the improved Plugin Manager. Beside the actual widgets there isn&#8217;t really a lot of design. I hope to get [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2010/05/17/admin-ui-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZenMagick Ajax</title>
		<link>http://www.radebatz.net/mano/2010/03/11/zenmagick-ajax/</link>
		<comments>http://www.radebatz.net/mano/2010/03/11/zenmagick-ajax/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 22:39:58 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[zen-cart]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=955</guid>
		<description><![CDATA[With the number of sites using Ajax growing it might be a good time to review some of the Ajax code in ZenMagick. In particular I&#8217;d like to review the returned JSON structures. Right now, all of the demo code just assumes that the data returned is good, as long as there is a successful [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2010/03/11/zenmagick-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax in Zenmagick</title>
		<link>http://www.radebatz.net/mano/2009/03/29/ajax-in-zenmagick/</link>
		<comments>http://www.radebatz.net/mano/2009/03/29/ajax-in-zenmagick/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 22:15:24 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[online store]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[zen-cart]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=537</guid>
		<description><![CDATA[ZenMagick comes with a basic set of Ajax support and tools. This includes both storefront and admin. Here is a quick overview about what is currently possible and how it is done. 1) storefront Ajax requests are handled by controllers, just like any other request. The point is that this allows the same theme specific [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2009/03/29/ajax-in-zenmagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>is there need for one-page-checkout?</title>
		<link>http://www.radebatz.net/mano/2009/03/19/is-there-need-for-one-page-checkout/</link>
		<comments>http://www.radebatz.net/mano/2009/03/19/is-there-need-for-one-page-checkout/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 08:39:40 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[online store]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[zen-cart]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=531</guid>
		<description><![CDATA[Recently I&#8217;ve been asked about one-page-checkout for ZenMagick. It&#8217;s an interesting idea and a lot of carts allow it. The checkout is the most critical part of an e-commerce application and Zen Cart and ZenMagick are no exceptions. That, and compatibility issues, explains perhaps why ZenMagick still uses (and will in the near future) Zen [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2009/03/19/is-there-need-for-one-page-checkout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ajax security</title>
		<link>http://www.radebatz.net/mano/2009/01/23/ajax-security/</link>
		<comments>http://www.radebatz.net/mano/2009/01/23/ajax-security/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 04:04:51 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[online store]]></category>
		<category><![CDATA[request handling]]></category>
		<category><![CDATA[security access control]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[zen-cart]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=405</guid>
		<description><![CDATA[I&#8217;ve just checked in a change that allows to configure access and authentication requirements of Ajax calls on method level. That means it is possible to restrict single methods of an Ajax controler to HTTPS, or require to be registered. The second would then allow to use the sessions account details rather than an accountId [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2009/01/23/ajax-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>product associations</title>
		<link>http://www.radebatz.net/mano/2009/01/19/product-associations/</link>
		<comments>http://www.radebatz.net/mano/2009/01/19/product-associations/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 02:11:08 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[catalog manager]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[online store]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[reflection]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[zen-cart]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=393</guid>
		<description><![CDATA[Since it is now possible to inject methods into ZMObject based classes, I figured I might as well use it. In fact, this is how most new (framework) features come to exist. So, what better place than to keep improving the unfinished product associations plugin. I decided to attach a new JSON/Ajax method to the [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2009/01/19/product-associations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquery 1.3</title>
		<link>http://www.radebatz.net/mano/2009/01/15/jquery-13/</link>
		<comments>http://www.radebatz.net/mano/2009/01/15/jquery-13/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 03:48:46 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[catalog manager]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery 1.3]]></category>
		<category><![CDATA[online store]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[zen-cart]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=387</guid>
		<description><![CDATA[As part of my work on the new product picker I&#8217;ve upgraded to jquery 1.2.6. So today they release 1.3! Sounds like a goor release with tons of new stuff. I guess I&#8217;ll be upgrading again soon In a way  this is good, because it means I&#8217;ll be reviewing all used JS and try consolidate [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2009/01/15/jquery-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>more ajax coming</title>
		<link>http://www.radebatz.net/mano/2009/01/13/more-ajax-coming-2/</link>
		<comments>http://www.radebatz.net/mano/2009/01/13/more-ajax-coming-2/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 23:35:26 +0000</pubDate>
		<dc:creator>DerManoMann</dc:creator>
				<category><![CDATA[ZenMagick]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[catalog manager]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[online store]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[zen-cart]]></category>

		<guid isPermaLink="false">http://www.radebatz.net/mano/?p=372</guid>
		<description><![CDATA[With 0.9.4.1 out of the way I&#8217;ll be continuing with some more Ajax related work. Next thing on my list is a nice looking product picker. So far I&#8217;ve succeeded in reusing the category tree plus some jquery code to load products for the selected category. To make things even better I just added pagination [...]]]></description>
		<wfw:commentRss>http://www.radebatz.net/mano/2009/01/13/more-ajax-coming-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

