<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>robertdot.org</title>
  <link>http://robertdot.org</link>
  <description>The Complete Robertdot Blog Feed.</description>
  <language>en-us</language>
  <lastBuildDate>Tue, 18 Jul 2006 23:07:55 GMT</lastBuildDate>
  <generator>Custom script based on LiveJournal RSS feed</generator>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2006/07/18/json-an-alternative-to-xml-in-ajax.html</guid>
   <pubDate>Tue, 18 Jul 2006 23:07:55 GMT</pubDate>
   <title>JSON, An Alternative to XML in AJAX</title>
   <link>http://robertdot.org/2006/07/18/json-an-alternative-to-xml-in-ajax.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/ajax.html" rel="tag">Ajax</a>,  
     <a href="http://robertdot.org/tags/geek.html" rel="tag">Geek</a>,  
     <a href="http://robertdot.org/tags/javascript.html" rel="tag">JavaScript</a>,  
     <a href="http://robertdot.org/tags/json.html" rel="tag">JSON</a> 
    </p>
    <p>
     I admit it.  I like <acronym title="Asynchronous Javascript and XML">Ajax</acronym>.  Sure it's a dumb buzzword.  But, as you'll recall, in <a href="http://robertdot.org/2006/06/23/how-to-make-an-ajax-chat-room.html"><cite>How To Make an Ajax Chat Room</cite></a>, I said something like, <q>It just turns out XML is slightly more usable for complex stuff and that synchronous requests defeat the point.  Though <q><acronym title="Asynchronous JavaScript and Text">Ajat</acronym></q> have many uses.</q>  The point I was trying to make is that sometimes sending text back instead of <acronym title="Extensible Markup Language">XML</acronym> is nice.  For example, I can send back a <samp>1</samp> if the action was successful.  But sometimes that isn't enough.  Sometimes, text and XML are both the wrong tools for the job.  That's where <acronym title="Javascript Object Notation">JSON</acronym> comes in.
    </p>
    <p>
     Continue Reading &#34;JSON, An Alternative to XML in AJAX&#34; on <a href="http://robertdot.org/2006/07/18/json-an-alternative-to-xml-in-ajax.html">Robertdot</a> or <a href="http://robertdot.livejournal.com/1912.html" rel="nofollow">LiveJournal</a>&hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2006/07/18/json-an-alternative-to-xml-in-ajax.html</comments>
  </item>
 </channel>
</rss>