<?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: 5 tips for using AJAX in WordPress</title>
	<atom:link href="http://www.wphardcore.com/2010/5-tips-for-using-ajax-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wphardcore.com/2010/5-tips-for-using-ajax-in-wordpress/</link>
	<description>Advanced WordPress Development</description>
	<lastBuildDate>Wed, 19 May 2010 11:11:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Gary Cao</title>
		<link>http://www.wphardcore.com/2010/5-tips-for-using-ajax-in-wordpress/comment-page-1/#comment-169</link>
		<dc:creator>Gary Cao</dc:creator>
		<pubDate>Mon, 12 Apr 2010 14:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.wphardcore.com/?p=39#comment-169</guid>
		<description>Well, it&#039;s actually not that complicated. Handling the request is simple, just hook it up. The part that matters is how to make it secure, and I believe you run into the same problem with every other CMS. It&#039;s not easy to make your plugin bullet-proofed.

Thanks for the suggestion regarding the &quot;back to top&quot; link. I&#039;m experimenting with a plugin that lets me do something about it. If it doesn&#039;t work, I&#039;ll just do it manually.</description>
		<content:encoded><![CDATA[<p>Well, it&#8217;s actually not that complicated. Handling the request is simple, just hook it up. The part that matters is how to make it secure, and I believe you run into the same problem with every other CMS. It&#8217;s not easy to make your plugin bullet-proofed.</p>
<p>Thanks for the suggestion regarding the &#8220;back to top&#8221; link. I&#8217;m experimenting with a plugin that lets me do something about it. If it doesn&#8217;t work, I&#8217;ll just do it manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santosh</title>
		<link>http://www.wphardcore.com/2010/5-tips-for-using-ajax-in-wordpress/comment-page-1/#comment-167</link>
		<dc:creator>santosh</dc:creator>
		<pubDate>Mon, 12 Apr 2010 14:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.wphardcore.com/?p=39#comment-167</guid>
		<description>Why wordpress made ajax handling so complicated ?

just one suggestion, after reading such a long post, if I want to navigate to any other link in header, I have to scroll up at least 10 to 15 times to reach header. So it is better if you add a &quot;Back to top&quot; link at the end of post and comments.</description>
		<content:encoded><![CDATA[<p>Why wordpress made ajax handling so complicated ?</p>
<p>just one suggestion, after reading such a long post, if I want to navigate to any other link in header, I have to scroll up at least 10 to 15 times to reach header. So it is better if you add a &#8220;Back to top&#8221; link at the end of post and comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Cao</title>
		<link>http://www.wphardcore.com/2010/5-tips-for-using-ajax-in-wordpress/comment-page-1/#comment-166</link>
		<dc:creator>Gary Cao</dc:creator>
		<pubDate>Mon, 12 Apr 2010 02:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.wphardcore.com/?p=39#comment-166</guid>
		<description>Thanks for the comment.

There &lt;strong&gt;was&lt;/strong&gt; a jQuery 1.3.3, however I don&#039;t know why but it was not publicly released, and the version number jumped right to v1.4 . The information in the article is still relevant though, as WordPress 2.9.2 is still using jQuery 1.3.2.

Perhaps it was only a developmental version, and because there were too many changes they decided to make it 1.4 instead. Anyone knows the details about this?

Anyways, in the Roadmap, they do mention 1.3.3: http://docs.jquery.com/JQuery_1.4_Roadmap</description>
		<content:encoded><![CDATA[<p>Thanks for the comment.</p>
<p>There <strong>was</strong> a jQuery 1.3.3, however I don&#8217;t know why but it was not publicly released, and the version number jumped right to v1.4 . The information in the article is still relevant though, as WordPress 2.9.2 is still using jQuery 1.3.2.</p>
<p>Perhaps it was only a developmental version, and because there were too many changes they decided to make it 1.4 instead. Anyone knows the details about this?</p>
<p>Anyways, in the Roadmap, they do mention 1.3.3: <a href="http://docs.jquery.com/JQuery_1.4_Roadmap" rel="nofollow">http://docs.jquery.com/JQuery_1.4_Roadmap</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fwolf</title>
		<link>http://www.wphardcore.com/2010/5-tips-for-using-ajax-in-wordpress/comment-page-1/#comment-163</link>
		<dc:creator>fwolf</dc:creator>
		<pubDate>Sun, 11 Apr 2010 18:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.wphardcore.com/?p=39#comment-163</guid>
		<description>Ehem .. Sorry, BUT: There &lt;strong&gt;never&lt;/strong&gt; was a jQuery version such as v1.3.3. Maybe you&#039;re confusing it with 1.2.3?

Just take a look for yourself at the &quot;past version&quot; download corner @ jquery.com: &lt;a href=&quot;http://docs.jquery.com/Downloading_jQuery#Past_Releases&quot; rel=&quot;nofollow&quot;&gt;http://docs.jquery.com/Downloading_jQuery#Past_Releases&lt;/a&gt;

cu, w0lf.</description>
		<content:encoded><![CDATA[<p>Ehem .. Sorry, BUT: There <strong>never</strong> was a jQuery version such as v1.3.3. Maybe you&#8217;re confusing it with 1.2.3?</p>
<p>Just take a look for yourself at the &#8220;past version&#8221; download corner @ jquery.com: <a href="http://docs.jquery.com/Downloading_jQuery#Past_Releases" rel="nofollow">http://docs.jquery.com/Downloading_jQuery#Past_Releases</a></p>
<p>cu, w0lf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stanley @ SEOAdsenseThemes.com</title>
		<link>http://www.wphardcore.com/2010/5-tips-for-using-ajax-in-wordpress/comment-page-1/#comment-149</link>
		<dc:creator>Stanley @ SEOAdsenseThemes.com</dc:creator>
		<pubDate>Fri, 09 Apr 2010 13:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.wphardcore.com/?p=39#comment-149</guid>
		<description>Man, you have no idea how I wished this stuff was written two years ago. To have such resources pooled into one article is so helpful and convenient.

I remember having to search and read numerous articles, forum postings and digging into the codes to do AJAX in plugins.</description>
		<content:encoded><![CDATA[<p>Man, you have no idea how I wished this stuff was written two years ago. To have such resources pooled into one article is so helpful and convenient.</p>
<p>I remember having to search and read numerous articles, forum postings and digging into the codes to do AJAX in plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Php Programmer</title>
		<link>http://www.wphardcore.com/2010/5-tips-for-using-ajax-in-wordpress/comment-page-1/#comment-144</link>
		<dc:creator>Php Programmer</dc:creator>
		<pubDate>Thu, 08 Apr 2010 11:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wphardcore.com/?p=39#comment-144</guid>
		<description>useful informative article...

Thanks for sharing this post.</description>
		<content:encoded><![CDATA[<p>useful informative article&#8230;</p>
<p>Thanks for sharing this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice</title>
		<link>http://www.wphardcore.com/2010/5-tips-for-using-ajax-in-wordpress/comment-page-1/#comment-128</link>
		<dc:creator>Fabrice</dc:creator>
		<pubDate>Mon, 05 Apr 2010 16:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wphardcore.com/?p=39#comment-128</guid>
		<description>Hello,

First, thanks a lot for these very helpfull tips.

I tried to use admin-ajax.php to handle my ajax requests ... but it&#039;s very slow. I tried to use Firebug to trace the time spent and it takes approx 7 seconds to retrieve 4 records in a database (just a select * + json in my ajax hook) on my Synology NAS.

I think it&#039;s not due to the hook because if I replace my code by a simple echo, it takes approx the same time.

I suspect admin-ajax to consume time. Any tips to increase speed ?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>First, thanks a lot for these very helpfull tips.</p>
<p>I tried to use admin-ajax.php to handle my ajax requests &#8230; but it&#8217;s very slow. I tried to use Firebug to trace the time spent and it takes approx 7 seconds to retrieve 4 records in a database (just a select * + json in my ajax hook) on my Synology NAS.</p>
<p>I think it&#8217;s not due to the hook because if I replace my code by a simple echo, it takes approx the same time.</p>
<p>I suspect admin-ajax to consume time. Any tips to increase speed ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TobiasBg</title>
		<link>http://www.wphardcore.com/2010/5-tips-for-using-ajax-in-wordpress/comment-page-1/#comment-82</link>
		<dc:creator>TobiasBg</dc:creator>
		<pubDate>Sat, 27 Mar 2010 10:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.wphardcore.com/?p=39#comment-82</guid>
		<description>Hi,

it looks like my suggestion on wp-ajax.php and wp_ajaxurl() is no longer valid. The feature was removed again from core, due to security concerns (see &lt;a href=&quot;http://core.trac.wordpress.org/ticket/12400&quot; rel=&quot;nofollow&quot;&gt;Ticket #12400 in Trac&lt;/a&gt;).
Instead, admin-ajax.php is the correct way to go (but might require some special love for frontend AJAX).

Regards,
Tobias</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>it looks like my suggestion on wp-ajax.php and wp_ajaxurl() is no longer valid. The feature was removed again from core, due to security concerns (see <a href="http://core.trac.wordpress.org/ticket/12400" rel="nofollow">Ticket #12400 in Trac</a>).<br />
Instead, admin-ajax.php is the correct way to go (but might require some special love for frontend AJAX).</p>
<p>Regards,<br />
Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Cao</title>
		<link>http://www.wphardcore.com/2010/5-tips-for-using-ajax-in-wordpress/comment-page-1/#comment-75</link>
		<dc:creator>Gary Cao</dc:creator>
		<pubDate>Sun, 21 Mar 2010 23:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wphardcore.com/?p=39#comment-75</guid>
		<description>Thanks. That&#039;s a nice Portfolio you got on your site!</description>
		<content:encoded><![CDATA[<p>Thanks. That&#8217;s a nice Portfolio you got on your site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Storm Taylor</title>
		<link>http://www.wphardcore.com/2010/5-tips-for-using-ajax-in-wordpress/comment-page-1/#comment-74</link>
		<dc:creator>Ian Storm Taylor</dc:creator>
		<pubDate>Sun, 21 Mar 2010 22:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.wphardcore.com/?p=39#comment-74</guid>
		<description>You made it right into my &quot;Must Read&quot; folder of feeds. Looking forward to new content!</description>
		<content:encoded><![CDATA[<p>You made it right into my &#8220;Must Read&#8221; folder of feeds. Looking forward to new content!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

