<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Zencart + Ajax made easy (part 2)</title>
	<atom:link href="http://blog.rubikintegration.com/2008/12/19/zencart-ajax-made-easy-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rubikintegration.com/2008/12/19/zencart-ajax-made-easy-part-2/</link>
	<description>eCommerce Solutions for All!</description>
	<lastBuildDate>Sat, 04 Feb 2012 10:30:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: chris</title>
		<link>http://blog.rubikintegration.com/2008/12/19/zencart-ajax-made-easy-part-2/comment-page-1/#comment-233</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 19 May 2009 12:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rubikintegration.com/?p=28#comment-233</guid>
		<description>is the tutorial code available as yet?</description>
		<content:encoded><![CDATA[<p>is the tutorial code available as yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.rubikintegration.com/2008/12/19/zencart-ajax-made-easy-part-2/comment-page-1/#comment-17</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 09 Jan 2009 01:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rubikintegration.com/?p=28#comment-17</guid>
		<description>In the continuous effort to help our clients convert from leads to sale, we have been developing an Ajax checkout module for Zencart that makes the checkout process more &quot;seamless&quot;, we will soon introduce the demo of this module to you within a few days. You can subscribe to our newsletter on our homepage to get the notified as soon as it comes out.</description>
		<content:encoded><![CDATA[<p>In the continuous effort to help our clients convert from leads to sale, we have been developing an Ajax checkout module for Zencart that makes the checkout process more &#8220;seamless&#8221;, we will soon introduce the demo of this module to you within a few days. You can subscribe to our newsletter on our homepage to get the notified as soon as it comes out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.rubikintegration.com/2008/12/19/zencart-ajax-made-easy-part-2/comment-page-1/#comment-12</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 02 Jan 2009 05:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rubikintegration.com/?p=28#comment-12</guid>
		<description>Hi Bob,

This tutorial still has several parts to come, at least 2. After that I will tackle the admin part. I have been pretty busy playing with the Ajax Check Out for ZenCart as well.

With Jquery included by default in Zen 2.0, you can be sure that more and more Ajax contributions for ZenCart will be made by everyone.</description>
		<content:encoded><![CDATA[<p>Hi Bob,</p>
<p>This tutorial still has several parts to come, at least 2. After that I will tackle the admin part. I have been pretty busy playing with the Ajax Check Out for ZenCart as well.</p>
<p>With Jquery included by default in Zen 2.0, you can be sure that more and more Ajax contributions for ZenCart will be made by everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://blog.rubikintegration.com/2008/12/19/zencart-ajax-made-easy-part-2/comment-page-1/#comment-11</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 02 Jan 2009 05:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rubikintegration.com/?p=28#comment-11</guid>
		<description>Yes, admin is definitely tough. I&#039;m trying to use your tutorial to work out how to do a simple admin page with ajax - creating a layout controller that doesn&#039;t refresh every time you look at something as an example. Put your ajax class into admin/includes/classes/ajax.php and then $Ajax-&gt;start(); and Ajax-&gt;end() into application_top and application_bottom in admin. But get php fatal errors and can&#039;t even log into admin when that happens.

Will you be doing an ajax admin tutorial as part of this series? 

Also, is there a forum section for using ajax with zen cart? This blog seems to be the only place it is being tackled as a subject.  

Really appreciate the help you are putting into helping and educate the rest of us.</description>
		<content:encoded><![CDATA[<p>Yes, admin is definitely tough. I&#8217;m trying to use your tutorial to work out how to do a simple admin page with ajax &#8211; creating a layout controller that doesn&#8217;t refresh every time you look at something as an example. Put your ajax class into admin/includes/classes/ajax.php and then $Ajax-&gt;start(); and Ajax-&gt;end() into application_top and application_bottom in admin. But get php fatal errors and can&#8217;t even log into admin when that happens.</p>
<p>Will you be doing an ajax admin tutorial as part of this series? </p>
<p>Also, is there a forum section for using ajax with zen cart? This blog seems to be the only place it is being tackled as a subject.  </p>
<p>Really appreciate the help you are putting into helping and educate the rest of us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.rubikintegration.com/2008/12/19/zencart-ajax-made-easy-part-2/comment-page-1/#comment-10</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 31 Dec 2008 14:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rubikintegration.com/?p=28#comment-10</guid>
		<description>It can certainly work with the admin side, however you have to remember that Zen&#039;s backend does not have every page loaded through the index.php file just like the frontend.
We will probably have to insert the code into application_top and application_bottom in this case. Right now I&#039;m waiting for Zen 2.0 to see if there is any change on the backend&#039;s file structure.</description>
		<content:encoded><![CDATA[<p>It can certainly work with the admin side, however you have to remember that Zen&#8217;s backend does not have every page loaded through the index.php file just like the frontend.<br />
We will probably have to insert the code into application_top and application_bottom in this case. Right now I&#8217;m waiting for Zen 2.0 to see if there is any change on the backend&#8217;s file structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://blog.rubikintegration.com/2008/12/19/zencart-ajax-made-easy-part-2/comment-page-1/#comment-8</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 31 Dec 2008 05:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rubikintegration.com/?p=28#comment-8</guid>
		<description>How would this work with zen cart admin? e.g. if you wanted to speed up zen cart&#039;s admin from continuously refreshing the page in things like using catgories or the layout controller by using ajax? is that possible?? could you just put your code in the index.php on the admin side??</description>
		<content:encoded><![CDATA[<p>How would this work with zen cart admin? e.g. if you wanted to speed up zen cart&#8217;s admin from continuously refreshing the page in things like using catgories or the layout controller by using ajax? is that possible?? could you just put your code in the index.php on the admin side??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: blog.rubikintegration.com @ 2012-02-07 14:25:04 -->
