<?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: NPR API How-to</title>
	<atom:link href="http://hearingvoices.com/news/2008/07/npr-api-how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://hearingvoices.com/news/2008/07/npr-api-how-to/</link>
	<description>Audio, art, adventure, tears, joy  &#38; cultcha blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 00:31:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: BG</title>
		<link>http://hearingvoices.com/news/2008/07/npr-api-how-to/#comment-26241</link>
		<dc:creator>BG</dc:creator>
		<pubDate>Wed, 25 Mar 2009 22:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://hearingvoices.com/news/?p=751#comment-26241</guid>
		<description>WCW, for dynamically generating content try the Query Generator:
http://www.npr.org/api/queryGenerator.php

here&#039;s some info i kicked out on it:
http://hearingvoices.com/news/2008/07/npr-api-query-generator/

the content will have to match one of the npr-defined categories, among them: programs, series, topic, or search terms.

so it&#039;s according to what the parameters are for the content you wanna display, but the Query Generator should be able to get you there.

for instance here&#039;s our widget for dynamically displaying series at NPR made by independent producers:
http://hearingvoices.com/news/webworks/npr-indies/

that and other widgets are at:
http://www.npr.org/api/widgets.php</description>
		<content:encoded><![CDATA[<p>WCW, for dynamically generating content try the Query Generator:<br />
<a href="http://www.npr.org/api/queryGenerator.php" rel="nofollow">http://www.npr.org/api/queryGenerator.php</a></p>
<p>here&#8217;s some info i kicked out on it:<br />
<a href="http://hearingvoices.com/news/2008/07/npr-api-query-generator/" rel="nofollow">http://hearingvoices.com/news/2008/07/npr-api-query-generator/</a></p>
<p>the content will have to match one of the npr-defined categories, among them: programs, series, topic, or search terms.</p>
<p>so it&#8217;s according to what the parameters are for the content you wanna display, but the Query Generator should be able to get you there.</p>
<p>for instance here&#8217;s our widget for dynamically displaying series at NPR made by independent producers:<br />
<a href="http://hearingvoices.com/news/webworks/npr-indies/" rel="nofollow">http://hearingvoices.com/news/webworks/npr-indies/</a></p>
<p>that and other widgets are at:<br />
<a href="http://www.npr.org/api/widgets.php" rel="nofollow">http://www.npr.org/api/widgets.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willow Wright</title>
		<link>http://hearingvoices.com/news/2008/07/npr-api-how-to/#comment-26237</link>
		<dc:creator>Willow Wright</dc:creator>
		<pubDate>Wed, 25 Mar 2009 21:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://hearingvoices.com/news/?p=751#comment-26237</guid>
		<description>Thanks for these instructions for manually placing content on a site, using NPR&#039;s API. 

Is there some info you might give me to place automatically, dynamically generating and updating content on the site, like you can with the Javascript modules that are available on the NPR stations site? 

This is great for manual update and control of exactly which article I might want to display, but for many areas of my site manual updating would not be appropriate. 

Thanks, WCW</description>
		<content:encoded><![CDATA[<p>Thanks for these instructions for manually placing content on a site, using NPR&#8217;s API. </p>
<p>Is there some info you might give me to place automatically, dynamically generating and updating content on the site, like you can with the Javascript modules that are available on the NPR stations site? </p>
<p>This is great for manual update and control of exactly which article I might want to display, but for many areas of my site manual updating would not be appropriate. </p>
<p>Thanks, WCW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HearVox News &#187; NPR API Query Generator</title>
		<link>http://hearingvoices.com/news/2008/07/npr-api-how-to/#comment-20451</link>
		<dc:creator>HearVox News &#187; NPR API Query Generator</dc:creator>
		<pubDate>Fri, 25 Jul 2008 14:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://hearingvoices.com/news/?p=751#comment-20451</guid>
		<description>[...] In response to Catherine&#8217;s comment: [...]</description>
		<content:encoded><![CDATA[<p>[...] In response to Catherine&#8217;s comment: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catherine Stifter</title>
		<link>http://hearingvoices.com/news/2008/07/npr-api-how-to/#comment-20445</link>
		<dc:creator>Catherine Stifter</dc:creator>
		<pubDate>Thu, 24 Jul 2008 22:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://hearingvoices.com/news/?p=751#comment-20445</guid>
		<description>Thanks bg,

I can see this is something I&#039;ll use right away.

I&#039;ve tried using the Query Generator to give me a list of stories on say, US immigrants, but the code that is generated is really dense. It&#039;s hard to see (and possible or not to sort) what gets returned.

I&#039;d love to see a How To on the QG. When you have a minute.

Catherine Stifter</description>
		<content:encoded><![CDATA[<p>Thanks bg,</p>
<p>I can see this is something I&#8217;ll use right away.</p>
<p>I&#8217;ve tried using the Query Generator to give me a list of stories on say, US immigrants, but the code that is generated is really dense. It&#8217;s hard to see (and possible or not to sort) what gets returned.</p>
<p>I&#8217;d love to see a How To on the QG. When you have a minute.</p>
<p>Catherine Stifter</p>
]]></content:encoded>
	</item>
</channel>
</rss>

