<?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 for Labs</title>
	<atom:link href="http://labs.grupow.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.grupow.com</link>
	<description>It works in my machine!</description>
	<pubDate>Sat, 04 Feb 2012 13:03:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using ASIHTTPRequest by iOS - Interacting with RESTful web services at Labs</title>
		<link>http://labs.grupow.com/index.php/2011/03/using-asihttprequest/comment-page-1/#comment-17707</link>
		<dc:creator>iOS - Interacting with RESTful web services at Labs</dc:creator>
		<pubDate>Thu, 22 Dec 2011 02:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://labs.grupow.com/?p=764#comment-17707</guid>
		<description>[...] time ago i wrote a post talking about using</description>
		<content:encoded><![CDATA[<p>[...] time ago i wrote a post talking about using</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ASIHTTPRequest by Raúl</title>
		<link>http://labs.grupow.com/index.php/2011/03/using-asihttprequest/comment-page-1/#comment-16884</link>
		<dc:creator>Raúl</dc:creator>
		<pubDate>Tue, 29 Nov 2011 18:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://labs.grupow.com/?p=764#comment-16884</guid>
		<description>umm it's look like ASIHTTPRequest has been abandoned =(
they recommend moving to NSURLConnection.

you can read more info at: http://groups.google.com/group/asihttprequest/browse_thread/thread/7731197dbe71c260?pli=1</description>
		<content:encoded><![CDATA[<p>umm it&#8217;s look like ASIHTTPRequest has been abandoned =(<br />
they recommend moving to NSURLConnection.</p>
<p>you can read more info at: <a href="http://groups.google.com/group/asihttprequest/browse_thread/thread/7731197dbe71c260?pli=1" rel="nofollow">http://groups.google.com/group/asihttprequest/browse_thread/thread/7731197dbe71c260?pli=1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ASIHTTPRequest by Benjamin Kong</title>
		<link>http://labs.grupow.com/index.php/2011/03/using-asihttprequest/comment-page-1/#comment-16871</link>
		<dc:creator>Benjamin Kong</dc:creator>
		<pubDate>Tue, 29 Nov 2011 00:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://labs.grupow.com/?p=764#comment-16871</guid>
		<description>Hey! thanks for the tutorial really love it! Except now in ios5 i keep facing this build error! "ld: library not found for -lsystem_network
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1"
i have added all the linked libraries, but something isn't right.

Is there a deprecated form in the files for ios5?</description>
		<content:encoded><![CDATA[<p>Hey! thanks for the tutorial really love it! Except now in ios5 i keep facing this build error! &#8220;ld: library not found for -lsystem_network<br />
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1&#8243;<br />
i have added all the linked libraries, but something isn&#8217;t right.</p>
<p>Is there a deprecated form in the files for ios5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KissXML by Ta Minh Thanh</title>
		<link>http://labs.grupow.com/index.php/2010/11/kissxml/comment-page-1/#comment-14640</link>
		<dc:creator>Ta Minh Thanh</dc:creator>
		<pubDate>Tue, 06 Sep 2011 17:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://labs.grupow.com/?p=528#comment-14640</guid>
		<description>Thanks for you tutorial.
But I have a question. 
I use you sample to run KissXML but I got the error as following.


*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSCFString xmlChar]: unrecognized selector sent to instance 0xf0a0'
*** Call stack at first throw:
(
	0   CoreFoundation                      0x00ef15a9 __exceptionPreprocess + 185
	1   libobjc.A.dylib                     0x01045313 objc_exception_throw + 44
	2   CoreFoundation                      0x00ef30bb -[NSObject(NSObject) doesNotRecognizeSelector:] + 187
	3   CoreFoundation                      0x00e62966 ___forwarding___ + 966
	4   CoreFoundation                      0x00e62522 _CF_forwarding_prep_0 + 50
	5   Booksfinder                         0x000092c2 -[DDXMLNode nodesForXPath:error:] + 418
	6   Booksfinder                         0x000025fc -[BooksfinderViewController viewDidLoad] + 428


Do you have any ideas for fix thi problem?</description>
		<content:encoded><![CDATA[<p>Thanks for you tutorial.<br />
But I have a question.<br />
I use you sample to run KissXML but I got the error as following.</p>
<p>*** Terminating app due to uncaught exception &#8216;NSInvalidArgumentException&#8217;, reason: &#8216;-[NSCFString xmlChar]: unrecognized selector sent to instance 0xf0a0&#8242;<br />
*** Call stack at first throw:<br />
(<br />
	0   CoreFoundation                      0&#215;00ef15a9 __exceptionPreprocess + 185<br />
	1   libobjc.A.dylib                     0&#215;01045313 objc_exception_throw + 44<br />
	2   CoreFoundation                      0&#215;00ef30bb -[NSObject(NSObject) doesNotRecognizeSelector:] + 187<br />
	3   CoreFoundation                      0&#215;00e62966 ___forwarding___ + 966<br />
	4   CoreFoundation                      0&#215;00e62522 _CF_forwarding_prep_0 + 50<br />
	5   Booksfinder                         0&#215;000092c2 -[DDXMLNode nodesForXPath:error:] + 418<br />
	6   Booksfinder                         0&#215;000025fc -[BooksfinderViewController viewDidLoad] + 428</p>
<p>Do you have any ideas for fix thi problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ASIHTTPRequest by Raúl</title>
		<link>http://labs.grupow.com/index.php/2011/03/using-asihttprequest/comment-page-1/#comment-14003</link>
		<dc:creator>Raúl</dc:creator>
		<pubDate>Mon, 08 Aug 2011 16:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://labs.grupow.com/?p=764#comment-14003</guid>
		<description>i think you need to take a look at the binarywriter class 
check it out at: http://msdn.microsoft.com/en-us/library/system.io.binarywriter(v=VS.71).aspx</description>
		<content:encoded><![CDATA[<p>i think you need to take a look at the binarywriter class<br />
check it out at: <a href="http://msdn.microsoft.com/en-us/library/system.io.binarywriter" rel="nofollow">http://msdn.microsoft.com/en-us/library/system.io.binarywriter</a>(v=VS.71).aspx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ASIHTTPRequest by nngochue</title>
		<link>http://labs.grupow.com/index.php/2011/03/using-asihttprequest/comment-page-1/#comment-13968</link>
		<dc:creator>nngochue</dc:creator>
		<pubDate>Fri, 05 Aug 2011 08:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://labs.grupow.com/?p=764#comment-13968</guid>
		<description>Hi Raúl,

I'm want to upload a file from iPhone to ASP.Net server. I don't know how to write script asp for receive file. If you know, please help me and give me example code.

Thank you very much.</description>
		<content:encoded><![CDATA[<p>Hi Raúl,</p>
<p>I&#8217;m want to upload a file from iPhone to ASP.Net server. I don&#8217;t know how to write script asp for receive file. If you know, please help me and give me example code.</p>
<p>Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ASIHTTPRequest by Raúl</title>
		<link>http://labs.grupow.com/index.php/2011/03/using-asihttprequest/comment-page-1/#comment-11821</link>
		<dc:creator>Raúl</dc:creator>
		<pubDate>Fri, 29 Apr 2011 18:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://labs.grupow.com/?p=764#comment-11821</guid>
		<description>hehe, sorry about that. now should be fixed =)</description>
		<content:encoded><![CDATA[<p>hehe, sorry about that. now should be fixed =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ASIHTTPRequest by BER</title>
		<link>http://labs.grupow.com/index.php/2011/03/using-asihttprequest/comment-page-1/#comment-11806</link>
		<dc:creator>BER</dc:creator>
		<pubDate>Fri, 29 Apr 2011 02:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://labs.grupow.com/?p=764#comment-11806</guid>
		<description>Raúl, your source link ain't working.</description>
		<content:encoded><![CDATA[<p>Raúl, your source link ain&#8217;t working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ASIHTTPRequest by surabhi</title>
		<link>http://labs.grupow.com/index.php/2011/03/using-asihttprequest/comment-page-1/#comment-11165</link>
		<dc:creator>surabhi</dc:creator>
		<pubDate>Wed, 06 Apr 2011 22:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://labs.grupow.com/?p=764#comment-11165</guid>
		<description>Hey Raul,

Wonderful tutorial!!

I am new to ASIHttpRequest library and still fumbling with it....

I want to login to any website from within my applcation and want to save username and password in thr native application.

How should I do it using ASIHttpRequest??

Any help would be appreciated!

thanks in advance!
Surabhi</description>
		<content:encoded><![CDATA[<p>Hey Raul,</p>
<p>Wonderful tutorial!!</p>
<p>I am new to ASIHttpRequest library and still fumbling with it&#8230;.</p>
<p>I want to login to any website from within my applcation and want to save username and password in thr native application.</p>
<p>How should I do it using ASIHttpRequest??</p>
<p>Any help would be appreciated!</p>
<p>thanks in advance!<br />
Surabhi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with Robotlegs by Danilo Figueiredo</title>
		<link>http://labs.grupow.com/index.php/2010/07/getting-started-with-robotlegs/comment-page-1/#comment-9423</link>
		<dc:creator>Danilo Figueiredo</dc:creator>
		<pubDate>Thu, 03 Feb 2011 18:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://labs.grupow.com/?p=399#comment-9423</guid>
		<description>Awesome, one more for your list: http://blog.grifo.tv/2011/02/03/robotlegs-pdf-for-download/</description>
		<content:encoded><![CDATA[<p>Awesome, one more for your list: <a href="http://blog.grifo.tv/2011/02/03/robotlegs-pdf-for-download/" rel="nofollow">http://blog.grifo.tv/2011/02/03/robotlegs-pdf-for-download/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

