<?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: Next generation web apps using REST, XML, XSLT, and XmlHTTPRequest</title>
	<atom:link href="http://decafbad.com/blog/2004/11/30/nextgenwebapps/feed" rel="self" type="application/rss+xml" />
	<link>http://decafbad.com/blog/2004/11/30/nextgenwebapps</link>
	<description>It's all spinning wheels and self-doubt until the first pot of coffee.</description>
	<lastBuildDate>Fri, 19 Mar 2010 00:06:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: 0xDECAFBAD &#187; Greatest Hits Vol. 1, the Tinkery Bits</title>
		<link>http://decafbad.com/blog/2004/11/30/nextgenwebapps/comment-page-1#comment-348851</link>
		<dc:creator>0xDECAFBAD &#187; Greatest Hits Vol. 1, the Tinkery Bits</dc:creator>
		<pubDate>Sat, 26 Apr 2008 20:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=568#comment-348851</guid>
		<description>&lt;p&gt;[...] Next generation web apps using REST, XML, XSLT, and XmlHTTPRequest Wherein I try to talk about AJAX before the the name was coined. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Next generation web apps using REST, XML, XSLT, and XmlHTTPRequest Wherein I try to talk about AJAX before the the name was coined. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Docunext Tech Stuff Archive &#187; Separating Functionality</title>
		<link>http://decafbad.com/blog/2004/11/30/nextgenwebapps/comment-page-1#comment-144623</link>
		<dc:creator>Docunext Tech Stuff Archive &#187; Separating Functionality</dc:creator>
		<pubDate>Wed, 02 May 2007 02:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=568#comment-144623</guid>
		<description>&lt;p&gt;[...] Other goodies: http://www.peej.co.uk/articles/rest.html http://www.prescod.net/ http://simile.mit.edu/timeline/ http://www.mnot.net/blog/2005/10/18/libxslt_web http://decafbad.com/blog/2004/11/30/nextgenwebapps [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Other goodies: <a href="http://www.peej.co.uk/articles/rest.html" rel="nofollow">http://www.peej.co.uk/articles/rest.html</a> <a href="http://www.prescod.net/" rel="nofollow">http://www.prescod.net/</a> <a href="http://simile.mit.edu/timeline/" rel="nofollow">http://simile.mit.edu/timeline/</a> <a href="http://www.mnot.net/blog/2005/10/18/libxslt_web" rel="nofollow">http://www.mnot.net/blog/2005/10/18/libxslt_web</a> <a href="http://decafbad.com/blog/2004/11/30/nextgenwebapps" rel="nofollow">http://decafbad.com/blog/2004/11/30/nextgenwebapps</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Rodger</title>
		<link>http://decafbad.com/blog/2004/11/30/nextgenwebapps/comment-page-1#comment-1393</link>
		<dc:creator>Richard Rodger</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=568#comment-1393</guid>
		<description>&lt;p&gt;You should take a look at http://www.json.org which provides a really nice JavaScript-native way to exchange data using XMLHttpRequest.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You should take a look at <a href="http://www.json.org" rel="nofollow">http://www.json.org</a> which provides a really nice JavaScript-native way to exchange data using XMLHttpRequest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://decafbad.com/blog/2004/11/30/nextgenwebapps/comment-page-1#comment-1394</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=568#comment-1394</guid>
		<description>&lt;p&gt;This is def a powerful set of techniques. I hadn&#039;t worked with a lot of javascript in several years but recently I&#039;d wanted to put a cleaner face on my proof of concept request icecast station: http://fiftyfly.mine.nu/RFM . An off hand comment somone had made regarding XMLHTTPRequest sounded so interesting I had to give it some thought. The result can be found here: http://fiftyfly.mine.nu/RFMamp.html . Faster, cleaner, far more flexible - this excercise has made me think about web services in a way I hadn&#039;t previously. Consider my eyes opened ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is def a powerful set of techniques. I hadn&#8217;t worked with a lot of javascript in several years but recently I&#8217;d wanted to put a cleaner face on my proof of concept request icecast station: <a href="http://fiftyfly.mine.nu/RFM" rel="nofollow">http://fiftyfly.mine.nu/RFM</a> . An off hand comment somone had made regarding XMLHTTPRequest sounded so interesting I had to give it some thought. The result can be found here: <a href="http://fiftyfly.mine.nu/RFMamp.html" rel="nofollow">http://fiftyfly.mine.nu/RFMamp.html</a> . Faster, cleaner, far more flexible &#8211; this excercise has made me think about web services in a way I hadn&#8217;t previously. Consider my eyes opened ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: memigo</title>
		<link>http://decafbad.com/blog/2004/11/30/nextgenwebapps/comment-page-1#comment-1395</link>
		<dc:creator>memigo</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=568#comment-1395</guid>
		<description>&lt;p&gt;&lt;strong&gt;Auto-trackback from memigo.com&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;InfoWorld article was added to memigo.  Thanks! 
Follow trackback to find related articles...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Auto-trackback from memigo.com</strong></p>
<p>InfoWorld article was added to memigo.  Thanks!<br />
Follow trackback to find related articles&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 好记性不如烂笔头</title>
		<link>http://decafbad.com/blog/2004/11/30/nextgenwebapps/comment-page-1#comment-1396</link>
		<dc:creator>好记性不如烂笔头</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=568#comment-1396</guid>
		<description>&lt;p&gt;&lt;strong&gt;XML, REST, XSLT, Web Services, good article about recent web technology trend&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Next generation web apps using REST, XML, XSLT, and XmlHTTPRequest - Archives - Blog - 0xDECAFBAD Blog...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>XML, REST, XSLT, Web Services, good article about recent web technology trend</strong></p>
<p>Next generation web apps using REST, XML, XSLT, and XmlHTTPRequest &#8211; Archives &#8211; Blog &#8211; 0xDECAFBAD Blog&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Power of Many</title>
		<link>http://decafbad.com/blog/2004/11/30/nextgenwebapps/comment-page-1#comment-1397</link>
		<dc:creator>The Power of Many</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=568#comment-1397</guid>
		<description>&lt;p&gt;&lt;strong&gt;Another piece of Mizzen&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Reading Building an Address Book as a Modern Web App, I see that deus x has brought up another major facet of the personal social-network web app I&#039;m speccing out in my mind: So, in the spirit of pico-projects, I&#039;ve...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Another piece of Mizzen</strong></p>
<p>Reading Building an Address Book as a Modern Web App, I see that deus x has brought up another major facet of the personal social-network web app I&#8217;m speccing out in my mind: So, in the spirit of pico-projects, I&#8217;ve&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
