<?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: What exactly is JSON?</title>
	<atom:link href="http://shawnmccool.com/2009/04/15/what-exactly-is-json/feed/" rel="self" type="application/rss+xml" />
	<link>http://shawnmccool.com/2009/04/15/what-exactly-is-json/</link>
	<description>a blog about web and game development</description>
	<lastBuildDate>Mon, 08 Mar 2010 16:36:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ShawnMcCool</title>
		<link>http://shawnmccool.com/2009/04/15/what-exactly-is-json/comment-page-1/#comment-273</link>
		<dc:creator>ShawnMcCool</dc:creator>
		<pubDate>Thu, 16 Apr 2009 00:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://shawnmccool.com/?p=254#comment-273</guid>
		<description>As AJAX example would go something like this:

1) JavaScript client (browser) posts username and password to PHP.
2) PHP authenticates the information against the database.
3) PHP generates a response which is json_encoded and sent to the browser.
4) JavaScript client &#039;eval&#039;uates the JSON which creates an object.
5) JavaScript client then determines behavior based on the data in the object.</description>
		<content:encoded><![CDATA[<p>As AJAX example would go something like this:</p>
<p>1) JavaScript client (browser) posts username and password to PHP.<br />
2) PHP authenticates the information against the database.<br />
3) PHP generates a response which is json_encoded and sent to the browser.<br />
4) JavaScript client &#8216;eval&#8217;uates the JSON which creates an object.<br />
5) JavaScript client then determines behavior based on the data in the object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://shawnmccool.com/2009/04/15/what-exactly-is-json/comment-page-1/#comment-272</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 15 Apr 2009 23:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://shawnmccool.com/?p=254#comment-272</guid>
		<description>So, how would this all work in a full AJAX transaction? Would it go something like...

1. SQL query
2. PHP encode to JSON
3. JavaScript parses JSON
4. Client sees results
5. Client makes change to data
6. Annnnnnd not sure from here...</description>
		<content:encoded><![CDATA[<p>So, how would this all work in a full AJAX transaction? Would it go something like&#8230;</p>
<p>1. SQL query<br />
2. PHP encode to JSON<br />
3. JavaScript parses JSON<br />
4. Client sees results<br />
5. Client makes change to data<br />
6. Annnnnnd not sure from here&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
