<?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: Simple Async HTTP Module for Appcelerator</title>
	<atom:link href="http://lostechies.com/seanbiefeld/2011/11/17/simple-async-http-module-for-appcelerator/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/seanbiefeld/2011/11/17/simple-async-http-module-for-appcelerator/</link>
	<description>curiosities of development, life, the universe and everything</description>
	<lastBuildDate>Thu, 16 May 2013 18:55:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Michael Stelly</title>
		<link>http://lostechies.com/seanbiefeld/2011/11/17/simple-async-http-module-for-appcelerator/#comment-1824</link>
		<dc:creator>Michael Stelly</dc:creator>
		<pubDate>Fri, 10 May 2013 17:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanbiefeld/?p=134#comment-1824</guid>
		<description>perfect! i was able to create an http module for my Alloy project. thx.</description>
		<content:encoded><![CDATA[<p>perfect! i was able to create an http module for my Alloy project. thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ludico8</title>
		<link>http://lostechies.com/seanbiefeld/2011/11/17/simple-async-http-module-for-appcelerator/#comment-1821</link>
		<dc:creator>Ludico8</dc:creator>
		<pubDate>Mon, 11 Mar 2013 03:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanbiefeld/?p=134#comment-1821</guid>
		<description>hi, i have a problem when data retrieves is a XML document :S in
 the success : function (response) {   section i cant see the response data when i apply JSON.parse, if i dont apply this, the response data come in text format :S </description>
		<content:encoded><![CDATA[<p>hi, i have a problem when data retrieves is a XML document :S in<br />
 the success : function (response) {   section i cant see the response data when i apply JSON.parse, if i dont apply this, the response data come in text format :S </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Palakorn</title>
		<link>http://lostechies.com/seanbiefeld/2011/11/17/simple-async-http-module-for-appcelerator/#comment-1806</link>
		<dc:creator>Palakorn</dc:creator>
		<pubDate>Thu, 03 May 2012 10:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanbiefeld/?p=134#comment-1806</guid>
		<description>This is very good snippet!</description>
		<content:encoded><![CDATA[<p>This is very good snippet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/seanbiefeld/2011/11/17/simple-async-http-module-for-appcelerator/#comment-1708</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 17 Nov 2011 17:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanbiefeld/?p=134#comment-1708</guid>
		<description>It is essentially a wrapper around Appcelerator&#039;s mobile httpclient, i dont think you can use straight up XMLHttpRequest or jQuery.ajax for native portions of the mobile API, maybe in the webviews. 
Ya async is a bit vague, something like asyncHttp might be better.</description>
		<content:encoded><![CDATA[<p>It is essentially a wrapper around Appcelerator&#8217;s mobile httpclient, i dont think you can use straight up XMLHttpRequest or jQuery.ajax for native portions of the mobile API, maybe in the webviews.<br />
Ya async is a bit vague, something like asyncHttp might be better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domenic Denicola</title>
		<link>http://lostechies.com/seanbiefeld/2011/11/17/simple-async-http-module-for-appcelerator/#comment-1707</link>
		<dc:creator>Domenic Denicola</dc:creator>
		<pubDate>Thu, 17 Nov 2011 16:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/seanbiefeld/?p=134#comment-1707</guid>
		<description>Hi Sean,

I&#039;ve been investigating Titanium a bit myself, so this post is definitely interesting. I&#039;m a bit confused as to what this offers over using `XMLHttpRequest` or `jQuery.ajax` though?

Also, I think the name of the module is pretty misleading: usually when one thinks of &quot;async&quot; what comes to mind is stuff like this: https://github.com/joyent/node/wiki/modules#wiki-async-flow</description>
		<content:encoded><![CDATA[<p>Hi Sean,</p>
<p>I&#8217;ve been investigating Titanium a bit myself, so this post is definitely interesting. I&#8217;m a bit confused as to what this offers over using `XMLHttpRequest` or `jQuery.ajax` though?</p>
<p>Also, I think the name of the module is pretty misleading: usually when one thinks of &#8220;async&#8221; what comes to mind is stuff like this: <a href="https://github.com/joyent/node/wiki/modules#wiki-async-flow" rel="nofollow">https://github.com/joyent/node/wiki/modules#wiki-async-flow</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
