<?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>Fri, 17 Aug 2007 14:08:05 GMT</lastBuildDate>
  <generator>Custom script based on LiveJournal RSS feed</generator>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2007/08/17/iui-makes-iphone-development-easier.html</guid>
   <pubDate>Fri, 17 Aug 2007 14:08:05 GMT</pubDate>
   <title>iUI Makes iPhone Development Easier</title>
   <link>http://robertdot.org/2007/08/17/iui-makes-iphone-development-easier.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/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/iphone.html" rel="tag">iPhone</a>,  
     <a href="http://robertdot.org/tags/javascript.html" rel="tag">JavaScript</a>,  
     <a href="http://robertdot.org/tags/phones.html" rel="tag">Phones</a> 
    </p>
    <p>
     The iPhone was a little less exciting when Apple revealed that web apps were the only way developers could write applications for the iPhone.  While committed folks eventually opened the phone up for third-party applications, some interesting stuff was happening on the web application front.  It's called iUI.
    </p>
    <p>
     Continue Reading &#34;iUI Makes iPhone Development Easier&#34; on <a href="http://robertdot.org/2007/08/17/iui-makes-iphone-development-easier.html">Robertdot</a> or <a href="http://robertdot.livejournal.com/11519.html" rel="nofollow">LiveJournal</a>&hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2007/08/17/iui-makes-iphone-development-easier.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2006/10/23/ajax-vs-specific-accessibility-vs-general-accessibility.html</guid>
   <pubDate>Mon, 23 Oct 2006 21:10:06 GMT</pubDate>
   <title>Ajax vs Specific Accessibility vs General Accessibility</title>
   <link>http://robertdot.org/2006/10/23/ajax-vs-specific-accessibility-vs-general-accessibility.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/accessibility.html" rel="tag">Accessibility</a>,  
     <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/web-design.html" rel="tag">Web Design</a> 
    </p>
    <p>
     I was reading Rob Cherny's article <cite>Accessible Ajax, A Basic Hijax Example</cite> and started thinking a little more about accessibility.  Cherney claims that this hijax method, using unobtrusive JavaScript to make a form submit with Ajax instead of traditional <code>POST</code>ing when Ajax is available, is more accessible.  While I think it is more accessible than <strong>only</strong> using Ajax, it is only more accessible for generic alternative browsers; it isn't any more accessible for disabled people.
    </p>
    <p>
     Continue Reading &#34;Ajax vs Specific Accessibility vs General Accessibility&#34; on <a href="http://robertdot.org/2006/10/23/ajax-vs-specific-accessibility-vs-general-accessibility.html">Robertdot</a>,  <a href="http://robertdot.livejournal.com/5804.html" rel="nofollow">LiveJournal</a>, or <a href="http://blog.myspace.com/index.cfm?fuseaction=blog.view&amp;friendID=18355253&amp;blogID=183969420" rel="nofollow">MySpace</a>&hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2006/10/23/ajax-vs-specific-accessibility-vs-general-accessibility.html</comments>
  </item>
  <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>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2006/06/23/how-to-make-an-ajax-chat-room.html</guid>
   <pubDate>Fri, 23 Jun 2006 06:06:00 GMT</pubDate>
   <title>How To Make an Ajax Chat Room</title>
   <link>http://robertdot.org/2006/06/23/how-to-make-an-ajax-chat-room.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> 
    </p>
    <p>
     I've been helping this guy from India with an <acronym title="Asynchronous Javascript and XML">Ajax</acronym> / <acronym title="Extensible Markup Language">XML</acronym> chat <abbr title="application">app</abbr>.  I wrote one ages ago, but I think it broke.  So, since I'm already giving a how-to, I might as well write it down.
    </p>
    <p>
     Continue Reading &#34;How To Make an Ajax Chat Room&#34; on <a href="http://robertdot.org/2006/06/23/how-to-make-an-ajax-chat-room.html">Robertdot</a> &hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2006/06/23/how-to-make-an-ajax-chat-room.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2006/01/28/near-misses-ajax-and-accessibility.html</guid>
   <pubDate>Sat, 28 Jan 2006 01:01:44 GMT</pubDate>
   <title>Near Misses, AJAX, And Accessibility</title>
   <link>http://robertdot.org/2006/01/28/near-misses-ajax-and-accessibility.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/accessibility.html" rel="tag">Accessibility</a>,  
     <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/personal.html" rel="tag">Personal</a>,  
     <a href="http://robertdot.org/tags/web-design.html" rel="tag">Web Design</a>,  
     <a href="http://robertdot.org/tags/web-standards.html" rel="tag">Web Standards</a> 
    </p>
    <p>
     There is nothing like starting my day by looking over my shoulder to see a green Jeep (1990-1996), tires squealing, sliding towards me. My natural reflexes propelled my body quickly to the other corner despite my brain knowing that the Jeep would come to a stop well before it collided with me. The guy in the Jeep wasn't so sure. I just kept walking. It wasn't the first time I'd almost gotten hit, and it wasn't the closest. It was the loudest. I looked back after I had walked twenty or thirty feet and couldn't tell if the guy in the Jeep was pissed or shaken. He was still sitting there. That means something.
    </p>
    <p>
     Continue Reading &#34;Near Misses, AJAX, And Accessibility&#34; on <a href="http://robertdot.org/2006/01/28/near-misses-ajax-and-accessibility.html">Robertdot</a> &hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2006/01/28/near-misses-ajax-and-accessibility.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2006/01/07/cross-site-scripting-with-ajax-and-php.html</guid>
   <pubDate>Sat, 07 Jan 2006 11:01:58 GMT</pubDate>
   <title>Cross Site Scripting With Ajax And PHP</title>
   <link>http://robertdot.org/2006/01/07/cross-site-scripting-with-ajax-and-php.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/php.html" rel="tag">PHP</a>,  
     <a href="http://robertdot.org/tags/web-design.html" rel="tag">Web Design</a> 
    </p>
    <p>
     Recently I had the challenge of writing a file browser for our content server at work. The gist was that we'd store our content includes, image, javascript, and css files on a different server than our live HTML. Without getting into the guts of the system, a template would be created and the guts (images, JS, CSS, content, and form) would be stuck into the template when it was <q>written</q> to the live server. I won't debate the practicality at this point, as it has it's merits and defects. The point is we have a content server.
    </p>
    <p>
     Continue Reading &#34;Cross Site Scripting With Ajax And PHP&#34; on <a href="http://robertdot.org/2006/01/07/cross-site-scripting-with-ajax-and-php.html">Robertdot</a> &hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2006/01/07/cross-site-scripting-with-ajax-and-php.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2005/10/31/nothing-for-halloween.html</guid>
   <pubDate>Mon, 31 Oct 2005 01:10:33 GMT</pubDate>
   <title>Nothing For Halloween</title>
   <link>http://robertdot.org/2005/10/31/nothing-for-halloween.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/halloween.html" rel="tag">Halloween</a>,  
     <a href="http://robertdot.org/tags/personal.html" rel="tag">Personal</a> 
    </p>
    <p>
     I thought about going out this weekend. Then I didn't. Maybe not the most fun move on Halloween, but whatever.
    </p>
    <p>
     Continue Reading &#34;Nothing For Halloween&#34; on <a href="http://robertdot.org/2005/10/31/nothing-for-halloween.html">Robertdot</a> &hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2005/10/31/nothing-for-halloween.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2005/07/24/charlie-and-rejects.html</guid>
   <pubDate>Sun, 24 Jul 2005 00:07:43 GMT</pubDate>
   <title>Charlie And Rejects</title>
   <link>http://robertdot.org/2005/07/24/charlie-and-rejects.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/movies.html" rel="tag">Movies</a> 
    </p>
    <p>
     I love L.A. because the speed limit is actually governed by the flow of traffic. The speed limit is as-fast-as-traffic-will-let-you-go-without-scaring-yourself. Sometimes that is 110 MPH. Sometimes it's 5 MPH. It's not like in Alabama where they say <q>go with the flow of traffic</q> but will pull you over for going above the speed limit. That is one reason why I love L.A.
    </p>
    <p>
     Continue Reading &#34;Charlie And Rejects&#34; on <a href="http://robertdot.org/2005/07/24/charlie-and-rejects.html">Robertdot</a> &hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2005/07/24/charlie-and-rejects.html</comments>
  </item>
 </channel>
</rss>