
<?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: Objective-C Programming Tutorial &#8211; Creating A Twitter Client Part 1</title>
	<atom:link href="http://brandontreb.com/objective-c-programming-tutorial-creating-a-twitter-client-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://brandontreb.com/objective-c-programming-tutorial-creating-a-twitter-client-part-1/</link>
	<description>Code, Nerdyness, and Nonsense</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:25:55 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brandontreb</title>
		<link>http://brandontreb.com/objective-c-programming-tutorial-creating-a-twitter-client-part-1/comment-page-1/#comment-1018</link>
		<dc:creator>brandontreb</dc:creator>
		<pubDate>Thu, 11 Mar 2010 14:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://brandontreb.com/?p=205#comment-1018</guid>
		<description>@seriously - I am not claiming to have come up with the code 100%. Of course I would have had learn it from the Apple SDK.

Using NSURLConnection is a VERY standard process that doesn&#039;t change much from project to project. What really changes is how you interact with the data you receive from the web.  I am just showing how to use it to connect to Twitter.

So, stop being so CYNICAL and scouring the web looking for blogs where you can attempt to correct others in a sad attempt to boost your own self esteem.</description>
		<content:encoded><![CDATA[<p>@seriously &#8211; I am not claiming to have come up with the code 100%. Of course I would have had learn it from the Apple SDK.</p>
<p>Using NSURLConnection is a VERY standard process that doesn&#8217;t change much from project to project. What really changes is how you interact with the data you receive from the web.  I am just showing how to use it to connect to Twitter.</p>
<p>So, stop being so CYNICAL and scouring the web looking for blogs where you can attempt to correct others in a sad attempt to boost your own self esteem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seriously</title>
		<link>http://brandontreb.com/objective-c-programming-tutorial-creating-a-twitter-client-part-1/comment-page-1/#comment-1013</link>
		<dc:creator>Seriously</dc:creator>
		<pubDate>Sat, 06 Mar 2010 09:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://brandontreb.com/?p=205#comment-1013</guid>
		<description>Please cite your sources, 98% of this code is lifted directly from Apple&#039;s documentation: 

http://developer.apple.com/mac/library/DOCUMENTATION/Cocoa/Conceptual/URLLoadingSystem/Tasks/UsingNSURLConnection.html</description>
		<content:encoded><![CDATA[<p>Please cite your sources, 98% of this code is lifted directly from Apple&#8217;s documentation: </p>
<p><a href="http://developer.apple.com/mac/library/DOCUMENTATION/Cocoa/Conceptual/URLLoadingSystem/Tasks/UsingNSURLConnection.html" rel="nofollow">http://developer.apple.com/mac/library/DOCUMENTATION/Cocoa/Conceptual/URLLoadingSystem/Tasks/UsingNSURLConnection.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maxfiresolutions</title>
		<link>http://brandontreb.com/objective-c-programming-tutorial-creating-a-twitter-client-part-1/comment-page-1/#comment-954</link>
		<dc:creator>maxfiresolutions</dc:creator>
		<pubDate>Tue, 05 Jan 2010 19:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://brandontreb.com/?p=205#comment-954</guid>
		<description>Sir, i am a newbee on this and the iphone thing, but can you post/ tweet an image from the iphone using your code. I see that NSString is used, but is there any way to send images as tweets. I am really stuck on this one. Please forgive me for basic question. Thanks</description>
		<content:encoded><![CDATA[<p>Sir, i am a newbee on this and the iphone thing, but can you post/ tweet an image from the iphone using your code. I see that NSString is used, but is there any way to send images as tweets. I am really stuck on this one. Please forgive me for basic question. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamid</title>
		<link>http://brandontreb.com/objective-c-programming-tutorial-creating-a-twitter-client-part-1/comment-page-1/#comment-951</link>
		<dc:creator>Hamid</dc:creator>
		<pubDate>Sun, 27 Dec 2009 06:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://brandontreb.com/?p=205#comment-951</guid>
		<description>Very good and excellent article. I am waiting for the part 2 for this article which contains the formatted response of the result returned by the twitter sevice</description>
		<content:encoded><![CDATA[<p>Very good and excellent article. I am waiting for the part 2 for this article which contains the formatted response of the result returned by the twitter sevice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vit @freoniel</title>
		<link>http://brandontreb.com/objective-c-programming-tutorial-creating-a-twitter-client-part-1/comment-page-1/#comment-948</link>
		<dc:creator>vit @freoniel</dc:creator>
		<pubDate>Sat, 19 Dec 2009 10:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://brandontreb.com/?p=205#comment-948</guid>
		<description>Great Code! 
I&#039;m a newbie to study xcode to produce program for iphone and mac..

Thanks,will follow ur instruction then

Vit (@freoniel)
Bangkok,Thailand</description>
		<content:encoded><![CDATA[<p>Great Code!<br />
I&#8217;m a newbie to study xcode to produce program for iphone and mac..</p>
<p>Thanks,will follow ur instruction then</p>
<p>Vit (@freoniel)<br />
Bangkok,Thailand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thegrassynoel</title>
		<link>http://brandontreb.com/objective-c-programming-tutorial-creating-a-twitter-client-part-1/comment-page-1/#comment-942</link>
		<dc:creator>thegrassynoel</dc:creator>
		<pubDate>Wed, 16 Dec 2009 15:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://brandontreb.com/?p=205#comment-942</guid>
		<description>trying to create simple twitter client- what code would allow for different users to login with their username and passwords?</description>
		<content:encoded><![CDATA[<p>trying to create simple twitter client- what code would allow for different users to login with their username and passwords?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tianli</title>
		<link>http://brandontreb.com/objective-c-programming-tutorial-creating-a-twitter-client-part-1/comment-page-1/#comment-925</link>
		<dc:creator>Tianli</dc:creator>
		<pubDate>Mon, 07 Dec 2009 02:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://brandontreb.com/?p=205#comment-925</guid>
		<description>Thanks, Dude.
This is what I am looking for these days.
Bookmarked your web!!</description>
		<content:encoded><![CDATA[<p>Thanks, Dude.<br />
This is what I am looking for these days.<br />
Bookmarked your web!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paddoum</title>
		<link>http://brandontreb.com/objective-c-programming-tutorial-creating-a-twitter-client-part-1/comment-page-1/#comment-847</link>
		<dc:creator>paddoum</dc:creator>
		<pubDate>Sun, 29 Nov 2009 02:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://brandontreb.com/?p=205#comment-847</guid>
		<description>I also recommend mobibob suggestion!

Cheers!
Pierre</description>
		<content:encoded><![CDATA[<p>I also recommend mobibob suggestion!</p>
<p>Cheers!<br />
Pierre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paddoum</title>
		<link>http://brandontreb.com/objective-c-programming-tutorial-creating-a-twitter-client-part-1/comment-page-1/#comment-846</link>
		<dc:creator>paddoum</dc:creator>
		<pubDate>Sun, 29 Nov 2009 02:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://brandontreb.com/?p=205#comment-846</guid>
		<description>Great Tutorial, it helped me a lot in my recent work!</description>
		<content:encoded><![CDATA[<p>Great Tutorial, it helped me a lot in my recent work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xscript</title>
		<link>http://brandontreb.com/objective-c-programming-tutorial-creating-a-twitter-client-part-1/comment-page-1/#comment-844</link>
		<dc:creator>xscript</dc:creator>
		<pubDate>Sat, 28 Nov 2009 22:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://brandontreb.com/?p=205#comment-844</guid>
		<description>hey was just wondering when are you gona be doing part 2?</description>
		<content:encoded><![CDATA[<p>hey was just wondering when are you gona be doing part 2?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
