<?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: WordPress JSON API Plugin</title>
	<atom:link href="http://digwp.com/2010/05/wordpress-json-api-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2010/05/wordpress-json-api-plugin/</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:22:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Daisy</title>
		<link>http://digwp.com/2010/05/wordpress-json-api-plugin/#comment-5866</link>
		<dc:creator>Daisy</dc:creator>
		<pubDate>Wed, 30 Jun 2010 00:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2153#comment-5866</guid>
		<description>This seems very useful. I will try this on my site. I have tough time searching my own posts.</description>
		<content:encoded><![CDATA[<p>This seems very useful. I will try this on my site. I have tough time searching my own posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://digwp.com/2010/05/wordpress-json-api-plugin/#comment-5254</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Mon, 07 Jun 2010 22:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2153#comment-5254</guid>
		<description>Definitely saving this one.  I have a Maui blog where posts are geotagged, and this will certainly make it easy those throw them together on a Google Map.</description>
		<content:encoded><![CDATA[<p>Definitely saving this one.  I have a Maui blog where posts are geotagged, and this will certainly make it easy those throw them together on a Google Map.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slobodan</title>
		<link>http://digwp.com/2010/05/wordpress-json-api-plugin/#comment-5244</link>
		<dc:creator>Slobodan</dc:creator>
		<pubDate>Mon, 07 Jun 2010 12:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2153#comment-5244</guid>
		<description>Works perfect now, thanks Chris.</description>
		<content:encoded><![CDATA[<p>Works perfect now, thanks Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://digwp.com/2010/05/wordpress-json-api-plugin/#comment-5243</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Mon, 07 Jun 2010 12:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2153#comment-5243</guid>
		<description>This problem is fixed now too. In the article I mentioned I needed to hack one of the plugin files. I had done that, but I think the plugin was upgraded and lost that hack. The point was that the JSON needed to have a value and label, so I re-hacked the post.php file (in the folder &quot;models&quot; to have:

$this-&gt;set_value(&#039;label&#039;, get_the_title($this-&gt;id));
$this-&gt;set_value(&#039;value&#039;, get_permalink($this-&gt;id));

Around line 132.</description>
		<content:encoded><![CDATA[<p>This problem is fixed now too. In the article I mentioned I needed to hack one of the plugin files. I had done that, but I think the plugin was upgraded and lost that hack. The point was that the JSON needed to have a value and label, so I re-hacked the post.php file (in the folder &#8220;models&#8221; to have:</p>
<p>$this->set_value(&#8216;label&#8217;, get_the_title($this->id));<br />
$this->set_value(&#8216;value&#8217;, get_permalink($this->id));</p>
<p>Around line 132.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brittany Boitnott</title>
		<link>http://digwp.com/2010/05/wordpress-json-api-plugin/#comment-5155</link>
		<dc:creator>Brittany Boitnott</dc:creator>
		<pubDate>Thu, 03 Jun 2010 07:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2153#comment-5155</guid>
		<description>Hey, I have been reading for reviews of bloggers, and after hunting through bing, I came to this article, it really issweet article. Too bad I took long getting to . Bookmarked you already. I shall visit soon. Just keep writing and follower count will go up.</description>
		<content:encoded><![CDATA[<p>Hey, I have been reading for reviews of bloggers, and after hunting through bing, I came to this article, it really issweet article. Too bad I took long getting to . Bookmarked you already. I shall visit soon. Just keep writing and follower count will go up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rilwis</title>
		<link>http://digwp.com/2010/05/wordpress-json-api-plugin/#comment-5109</link>
		<dc:creator>Rilwis</dc:creator>
		<pubDate>Wed, 02 Jun 2010 17:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2153#comment-5109</guid>
		<description>Very nice information. This plugin can help us work with ajax much easier. Thanks, Chris Coyer.</description>
		<content:encoded><![CDATA[<p>Very nice information. This plugin can help us work with ajax much easier. Thanks, Chris Coyer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris M</title>
		<link>http://digwp.com/2010/05/wordpress-json-api-plugin/#comment-5098</link>
		<dc:creator>Chris M</dc:creator>
		<pubDate>Wed, 02 Jun 2010 10:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2153#comment-5098</guid>
		<description>Very very cool, bye bye XML RPC :P</description>
		<content:encoded><![CDATA[<p>Very very cool, bye bye XML RPC :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slobodan</title>
		<link>http://digwp.com/2010/05/wordpress-json-api-plugin/#comment-5080</link>
		<dc:creator>Slobodan</dc:creator>
		<pubDate>Tue, 01 Jun 2010 15:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2153#comment-5080</guid>
		<description>Sorry, the 404 prob was caching issue, it loads it properly now. But the second prob is still there.</description>
		<content:encoded><![CDATA[<p>Sorry, the 404 prob was caching issue, it loads it properly now. But the second prob is still there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slobodan</title>
		<link>http://digwp.com/2010/05/wordpress-json-api-plugin/#comment-5079</link>
		<dc:creator>Slobodan</dc:creator>
		<pubDate>Tue, 01 Jun 2010 15:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2153#comment-5079</guid>
		<description>Still has some strange problems.

In firefox doesn&#039;t work at all and still shows the autocomplete.js as 404 page. When i try to open the js file it doesn&#039;t work (404), but when i add the &quot;www&quot;  it shows it.

In Chrome it does work (strange, it shows the js file with and without the &quot;www&quot;) when i type in &quot;c&quot; for example, but when i continue typing &quot;css&quot; it shows nothing. Tried &quot;WordPress&quot; too, doesn&#039;t work. Nothing except few single characters work.</description>
		<content:encoded><![CDATA[<p>Still has some strange problems.</p>
<p>In firefox doesn&#8217;t work at all and still shows the autocomplete.js as 404 page. When i try to open the js file it doesn&#8217;t work (404), but when i add the &#8220;www&#8221;  it shows it.</p>
<p>In Chrome it does work (strange, it shows the js file with and without the &#8220;www&#8221;) when i type in &#8220;c&#8221; for example, but when i continue typing &#8220;css&#8221; it shows nothing. Tried &#8220;WordPress&#8221; too, doesn&#8217;t work. Nothing except few single characters work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://digwp.com/2010/05/wordpress-json-api-plugin/#comment-5075</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Tue, 01 Jun 2010 11:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=2153#comment-5075</guid>
		<description>Thanks for the heads up, some folder got moved, should be fixed now.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up, some folder got moved, should be fixed now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

