<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joshua Ostrom - riafan &#187; JSON</title>
	<atom:link href="http://www.joshuaostrom.com/category/json/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuaostrom.com</link>
	<description>RIA, embedded programming, what else!</description>
	<lastBuildDate>Thu, 10 Nov 2011 20:12:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>AMFPHP Support for JSON POSTs</title>
		<link>http://www.joshuaostrom.com/2009/07/24/amfphp-support-for-json-post/</link>
		<comments>http://www.joshuaostrom.com/2009/07/24/amfphp-support-for-json-post/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 19:58:38 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2009/07/24/amfphp-support-for-json-post/</guid>
		<description><![CDATA[I found myself wanting to use JSON POSTs (not just GETs) with AMFPHP. Here&#8217;s the addition. Open up core\json\app\Gateway.php. After $rawArgs = explode('/', $args); add the following if(isset($_POST) &#038;&#038; count($_POST) > 0) { $len = count($rawArgs); // Check for and remove [last] empty arg from URL '/' explosion if($len &#038;&#038; trim($rawArgs[$len-1]) == "") unset($rawArgs[$len-1]); // [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2009/07/24/amfphp-support-for-json-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

