<?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 for Return True</title>
	<atom:link href="http://return-true.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://return-true.com</link>
	<description>Coding Tutorials, hints &#38; tips in PHP, jQuery, CSS &#38; HTML</description>
	<lastBuildDate>Fri, 12 Mar 2010 13:55:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on ZStore Helper WordPress Plugin For Zazzle Store Builder by Paul Robinson</title>
		<link>http://return-true.com/2009/03/zstore-helper-wordpress-plugin-for-zazzle-store-builder/comment-page-4/#comment-14826</link>
		<dc:creator>Paul Robinson</dc:creator>
		<pubDate>Fri, 12 Mar 2010 13:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=796#comment-14826</guid>
		<description>Hey there,

You will have to make that modification as I am not allowed to directly modify or distribute any of Zazzle&#039;s code (it was a condition of them allowing the release of the plugin).

I update every time I am aware of any changes that are made to Zazzle. I add new products whenever they become available. My sister is a committed Zazzler so whenever she tells me there is something to be updated.

Zazzle&#039;s store builder doesn&#039;t allow you to do that. Their builder just pulls back all products that match your filters but all of the products link directly to their product page. If you want to do what you mentioned you would have to do it manually.

My plugin just works as a bridge between the store builder &amp; WordPress as the way the builder works is incompatible with WordPress without some special handling. 

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>You will have to make that modification as I am not allowed to directly modify or distribute any of Zazzle&#8217;s code (it was a condition of them allowing the release of the plugin).</p>
<p>I update every time I am aware of any changes that are made to Zazzle. I add new products whenever they become available. My sister is a committed Zazzler so whenever she tells me there is something to be updated.</p>
<p>Zazzle&#8217;s store builder doesn&#8217;t allow you to do that. Their builder just pulls back all products that match your filters but all of the products link directly to their product page. If you want to do what you mentioned you would have to do it manually.</p>
<p>My plugin just works as a bridge between the store builder &#038; WordPress as the way the builder works is incompatible with WordPress without some special handling. </p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ZStore Helper WordPress Plugin For Zazzle Store Builder by Hork</title>
		<link>http://return-true.com/2009/03/zstore-helper-wordpress-plugin-for-zazzle-store-builder/comment-page-4/#comment-14825</link>
		<dc:creator>Hork</dc:creator>
		<pubDate>Fri, 12 Mar 2010 10:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=796#comment-14825</guid>
		<description>This looks like a great plugin! I have a few questions...

1) I&#039;m assuming that if I want to make Zazzle Store Builder links open in their own window, I&#039;ll still need to make the modifications in your other article to the original Store Builder code? Or has this already been done in this plugin?

2) You mentioned that as Zazzle updated their Store Builder, you had to update your code to accomodate changes. What&#039;s your commitment to keeping this plugin up to date with changes from Zazzle?

3) It seems like the main use for this is to add a store to an existing WP site. Do you know of anyone who has used WP as a multi-level interface to subsequent pages with various products from Zazzle defined wholly using the shortcodes? (e.g., categories of designs are shown in WP, and clicking on a category takes you to a page with multiple designs, and clicking on a design takes you to a store page for that design?)</description>
		<content:encoded><![CDATA[<p>This looks like a great plugin! I have a few questions&#8230;</p>
<p>1) I&#8217;m assuming that if I want to make Zazzle Store Builder links open in their own window, I&#8217;ll still need to make the modifications in your other article to the original Store Builder code? Or has this already been done in this plugin?</p>
<p>2) You mentioned that as Zazzle updated their Store Builder, you had to update your code to accomodate changes. What&#8217;s your commitment to keeping this plugin up to date with changes from Zazzle?</p>
<p>3) It seems like the main use for this is to add a store to an existing WP site. Do you know of anyone who has used WP as a multi-level interface to subsequent pages with various products from Zazzle defined wholly using the shortcodes? (e.g., categories of designs are shown in WP, and clicking on a category takes you to a page with multiple designs, and clicking on a design takes you to a store page for that design?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using AJAX In Your WordPress Theme Admin by Paul Robinson</title>
		<link>http://return-true.com/2010/01/using-ajax-in-your-wordpress-theme-admin/comment-page-1/#comment-14817</link>
		<dc:creator>Paul Robinson</dc:creator>
		<pubDate>Thu, 11 Mar 2010 13:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=1440#comment-14817</guid>
		<description>Not really. It just means that when you call single.php none of the normal WordPress functions such as &lt;code&gt;bloginfo()&lt;/code&gt; will be available since WordPress has not been loaded.

It just means you will have to figure out path&#039;s manually. You could always do it the way this tutorial does by passing your AJAX request through admin-ajax.php but you would have to deal with nonce generation etc. It would however allow you access to all the normal WordPress functions. It&#039;s up to you.</description>
		<content:encoded><![CDATA[<p>Not really. It just means that when you call single.php none of the normal WordPress functions such as <code>bloginfo()</code> will be available since WordPress has not been loaded.</p>
<p>It just means you will have to figure out path&#8217;s manually. You could always do it the way this tutorial does by passing your AJAX request through admin-ajax.php but you would have to deal with nonce generation etc. It would however allow you access to all the normal WordPress functions. It&#8217;s up to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using AJAX In Your WordPress Theme Admin by estern23</title>
		<link>http://return-true.com/2010/01/using-ajax-in-your-wordpress-theme-admin/comment-page-1/#comment-14816</link>
		<dc:creator>estern23</dc:creator>
		<pubDate>Thu, 11 Mar 2010 12:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=1440#comment-14816</guid>
		<description>So does that mean that i need to have a php file outside of the main wordpress folder?</description>
		<content:encoded><![CDATA[<p>So does that mean that i need to have a php file outside of the main wordpress folder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using AJAX In Your WordPress Theme Admin by Pail Robinson</title>
		<link>http://return-true.com/2010/01/using-ajax-in-your-wordpress-theme-admin/comment-page-1/#comment-14815</link>
		<dc:creator>Pail Robinson</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=1440#comment-14815</guid>
		<description>Ahhh. I&#039;d completely forgotten about that. I&#039;d just naturally assumed you had a die or exit in your code. Sorry about that.</description>
		<content:encoded><![CDATA[<p>Ahhh. I&#8217;d completely forgotten about that. I&#8217;d just naturally assumed you had a die or exit in your code. Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using AJAX In Your WordPress Theme Admin by Paul Robinson</title>
		<link>http://return-true.com/2010/01/using-ajax-in-your-wordpress-theme-admin/comment-page-1/#comment-14814</link>
		<dc:creator>Paul Robinson</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=1440#comment-14814</guid>
		<description>The reason for this is that you are calling single.php which is a template file without any of WordPress loading. That means that any WordPress functions won&#039;t be available, bloginfo included.</description>
		<content:encoded><![CDATA[<p>The reason for this is that you are calling single.php which is a template file without any of WordPress loading. That means that any WordPress functions won&#8217;t be available, bloginfo included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using AJAX In Your WordPress Theme Admin by CIp</title>
		<link>http://return-true.com/2010/01/using-ajax-in-your-wordpress-theme-admin/comment-page-1/#comment-14813</link>
		<dc:creator>CIp</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=1440#comment-14813</guid>
		<description>I returned, to clarify the 0, added at the end of the response, is because the wordpress use die(0), after the ajax call, so it is necessary to use die() in the function, before wordpress does.</description>
		<content:encoded><![CDATA[<p>I returned, to clarify the 0, added at the end of the response, is because the wordpress use die(0), after the ajax call, so it is necessary to use die() in the function, before wordpress does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using AJAX In Your WordPress Theme Admin by estern23</title>
		<link>http://return-true.com/2010/01/using-ajax-in-your-wordpress-theme-admin/comment-page-1/#comment-14811</link>
		<dc:creator>estern23</dc:creator>
		<pubDate>Thu, 11 Mar 2010 03:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=1440#comment-14811</guid>
		<description>Ok got another related issue:

After the ajax post submits it is getting a:
[php]
&lt;br /&gt;
&lt;b&gt;Fatal error&lt;/b&gt;:  Call to undefined function bloginfo() ...
[/php]

I am submitting the ajax request to the same page.

Any ideas why after the post that the php is not php?</description>
		<content:encoded><![CDATA[<p>Ok got another related issue:</p>
<p>After the ajax post submits it is getting a:</p>
<pre class="brush: php;">
&lt;br /&gt;
&lt;b&gt;Fatal error&lt;/b&gt;:  Call to undefined function bloginfo() ...
</pre>
<p>I am submitting the ajax request to the same page.</p>
<p>Any ideas why after the post that the php is not php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using AJAX In Your WordPress Theme Admin by Paul Robinson</title>
		<link>http://return-true.com/2010/01/using-ajax-in-your-wordpress-theme-admin/comment-page-1/#comment-14805</link>
		<dc:creator>Paul Robinson</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=1440#comment-14805</guid>
		<description>No worries. ;)

I know enough jQuery to get by but I&#039;m learning all the time too. It&#039;s a never ending cycle. :lol:

Should be getting them done soon, just got to get a decent mic. :)</description>
		<content:encoded><![CDATA[<p>No worries. <img src='http://return-true.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I know enough jQuery to get by but I&#8217;m learning all the time too. It&#8217;s a never ending cycle. <img src='http://return-true.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
<p>Should be getting them done soon, just got to get a decent mic. <img src='http://return-true.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using AJAX In Your WordPress Theme Admin by estern23</title>
		<link>http://return-true.com/2010/01/using-ajax-in-your-wordpress-theme-admin/comment-page-1/#comment-14804</link>
		<dc:creator>estern23</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=1440#comment-14804</guid>
		<description>Yah i am now using post. I was grabbing some code from another place that was using GET. changed it to POST.

Thanks for pointing that out to me. Always nice to have another set of eyes on something.

Spent like 3 hours messing with that simple ajax call last night... shows how good i am with jquery.

Every day is a school day.

Look forward to the new posts and screen casts</description>
		<content:encoded><![CDATA[<p>Yah i am now using post. I was grabbing some code from another place that was using GET. changed it to POST.</p>
<p>Thanks for pointing that out to me. Always nice to have another set of eyes on something.</p>
<p>Spent like 3 hours messing with that simple ajax call last night&#8230; shows how good i am with jquery.</p>
<p>Every day is a school day.</p>
<p>Look forward to the new posts and screen casts</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.021 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-12 14:59:43 -->
<!-- Compression = gzip -->