<?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 Mundue Blog</title>
	<atom:link href="http://blog.mundue.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mundue.net</link>
	<description>Indie iPhone Development</description>
	<lastBuildDate>Wed, 05 Oct 2011 00:26:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on iOS 4, Why You So Slow? by Andy</title>
		<link>http://blog.mundue.net/2010/06/ios4-why-you-so-slow/comment-page-1/#comment-1339</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 05 Oct 2011 00:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mundue.net/?p=189#comment-1339</guid>
		<description>This is _the_ fix for the poor 2D drawing performance in my iPad app.  I can&#039;t take advantage of this excellent advice without thanking you.  Please keep up the good work.  

I find it alarming that such an inferior approach as using CGContextDrawImage is not only part of the standard API, but is even recommended by authors of textbooks on the subject.</description>
		<content:encoded><![CDATA[<p>This is _the_ fix for the poor 2D drawing performance in my iPad app.  I can&#8217;t take advantage of this excellent advice without thanking you.  Please keep up the good work.  </p>
<p>I find it alarming that such an inferior approach as using CGContextDrawImage is not only part of the standard API, but is even recommended by authors of textbooks on the subject.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple HTTP Request Handling by Using NSOperationQueue for background parsing &#124; Mundue Blog</title>
		<link>http://blog.mundue.net/2011/07/simple-http-request-handling/comment-page-1/#comment-1154</link>
		<dc:creator>Using NSOperationQueue for background parsing &#124; Mundue Blog</dc:creator>
		<pubDate>Sat, 03 Sep 2011 23:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mundue.net/?p=435#comment-1154</guid>
		<description>[...] &#124; mundue    Let&#8217;s say you&#8217;re making HTTP requests and handling responses as we described last time. Parsing the results is usually pretty easy, but what happens when you have a large blob of data, [...]</description>
		<content:encoded><![CDATA[<p>[...] | mundue    Let&#8217;s say you&#8217;re making HTTP requests and handling responses as we described last time. Parsing the results is usually pretty easy, but what happens when you have a large blob of data, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pricing and Ranking, Part 2 by Prepping for Christmas &#124; Mundue Blog</title>
		<link>http://blog.mundue.net/2010/11/pricing-and-ranking-part-2/comment-page-1/#comment-1140</link>
		<dc:creator>Prepping for Christmas &#124; Mundue Blog</dc:creator>
		<pubDate>Wed, 31 Aug 2011 00:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mundue.net/?p=310#comment-1140</guid>
		<description>[...] we&#8217;ve written about raising prices and maintaining a steady-ish revenue. This works well under normal circumstances, but would probably relegate us to the lower levels of [...]</description>
		<content:encoded><![CDATA[<p>[...] we&#8217;ve written about raising prices and maintaining a steady-ish revenue. This works well under normal circumstances, but would probably relegate us to the lower levels of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple HTTP Request Handling by ref</title>
		<link>http://blog.mundue.net/2011/07/simple-http-request-handling/comment-page-1/#comment-1134</link>
		<dc:creator>ref</dc:creator>
		<pubDate>Sun, 31 Jul 2011 20:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mundue.net/?p=435#comment-1134</guid>
		<description>Big thanks Erik!

I got it working with blocks. Or at least I think that I got it working properly thanks to your instructions.

I&#039;m quite new to Cocoa and Objective-C. 

Also big thanks to mundue!</description>
		<content:encoded><![CDATA[<p>Big thanks Erik!</p>
<p>I got it working with blocks. Or at least I think that I got it working properly thanks to your instructions.</p>
<p>I&#8217;m quite new to Cocoa and Objective-C. </p>
<p>Also big thanks to mundue!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple HTTP Request Handling by Erik</title>
		<link>http://blog.mundue.net/2011/07/simple-http-request-handling/comment-page-1/#comment-1133</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Fri, 29 Jul 2011 11:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mundue.net/?p=435#comment-1133</guid>
		<description>You just typedef a block that has the same signature as the succeededAction SEL, do the same for the failure case, and clients of the connection controller pass in blocks rather than specify SELs. In the didFail and didFinish delegate methods of URLConnection, you invoke the appropriate block rather than a SEL.

If URLConnection took blocks instead of a delegate, blocks could obviate the need for the helper class altogether, since you would define unique blocks for each URLConnection. But without blocks you really need something like what Mundue demonstrates in this blog post.</description>
		<content:encoded><![CDATA[<p>You just typedef a block that has the same signature as the succeededAction SEL, do the same for the failure case, and clients of the connection controller pass in blocks rather than specify SELs. In the didFail and didFinish delegate methods of URLConnection, you invoke the appropriate block rather than a SEL.</p>
<p>If URLConnection took blocks instead of a delegate, blocks could obviate the need for the helper class altogether, since you would define unique blocks for each URLConnection. But without blocks you really need something like what Mundue demonstrates in this blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple HTTP Request Handling by ref</title>
		<link>http://blog.mundue.net/2011/07/simple-http-request-handling/comment-page-1/#comment-1131</link>
		<dc:creator>ref</dc:creator>
		<pubDate>Mon, 25 Jul 2011 18:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mundue.net/?p=435#comment-1131</guid>
		<description>Thanks. This is really helpful. 

Could someone show how the blocks-implementation would look like, please? Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks. This is really helpful. </p>
<p>Could someone show how the blocks-implementation would look like, please? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple HTTP Request Handling by mundue</title>
		<link>http://blog.mundue.net/2011/07/simple-http-request-handling/comment-page-1/#comment-1130</link>
		<dc:creator>mundue</dc:creator>
		<pubDate>Sat, 23 Jul 2011 18:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mundue.net/?p=435#comment-1130</guid>
		<description>Good question! Up to now, most of the projects I&#039;m working on have to run on iOS 3.x, so blocks are out. Would be nice to have in more modern projects, though.</description>
		<content:encoded><![CDATA[<p>Good question! Up to now, most of the projects I&#8217;m working on have to run on iOS 3.x, so blocks are out. Would be nice to have in more modern projects, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple HTTP Request Handling by Erik</title>
		<link>http://blog.mundue.net/2011/07/simple-http-request-handling/comment-page-1/#comment-1129</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 23 Jul 2011 13:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mundue.net/?p=435#comment-1129</guid>
		<description>Why not use blocks instead of SELs?</description>
		<content:encoded><![CDATA[<p>Why not use blocks instead of SELs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3 Years On The App Store by mundue</title>
		<link>http://blog.mundue.net/2011/07/3-years-on-the-app-store/comment-page-1/#comment-1119</link>
		<dc:creator>mundue</dc:creator>
		<pubDate>Thu, 07 Jul 2011 00:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mundue.net/?p=432#comment-1119</guid>
		<description>Thanks! I don&#039;t think the video or slides are available (yet) for all the sessions. Check out http://360idev.com/session-videos.

There&#039;s an older post I wrote last year about ad mediation, but it&#039;s probably out of date http://blog.mundue.net/2010/09/optimizing-adwhirl-revenue. Neil Inglis has also written a good primer on the subject: http://www.neilinglis.com/2010/07/20/using-adwhirl-to-achieve-high-fill-rates.</description>
		<content:encoded><![CDATA[<p>Thanks! I don&#8217;t think the video or slides are available (yet) for all the sessions. Check out <a href="http://360idev.com/session-videos" rel="nofollow">http://360idev.com/session-videos</a>.</p>
<p>There&#8217;s an older post I wrote last year about ad mediation, but it&#8217;s probably out of date <a href="http://blog.mundue.net/2010/09/optimizing-adwhirl-revenue" rel="nofollow">http://blog.mundue.net/2010/09/optimizing-adwhirl-revenue</a>. Neil Inglis has also written a good primer on the subject: <a href="http://www.neilinglis.com/2010/07/20/using-adwhirl-to-achieve-high-fill-rates" rel="nofollow">http://www.neilinglis.com/2010/07/20/using-adwhirl-to-achieve-high-fill-rates</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3 Years On The App Store by Eric</title>
		<link>http://blog.mundue.net/2011/07/3-years-on-the-app-store/comment-page-1/#comment-1118</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 05 Jul 2011 20:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mundue.net/?p=432#comment-1118</guid>
		<description>Wow! That&#039;s great. Congratulation on 3 years! Is there a tape or blog post that goes with your talk in the Austin 360iDev conference? I wish I could talk to you and figure out how you do it. I&#039;ve been working at it for almost a year now and haven&#039;t been able to make it full time yet. Thanks for the inspiration!</description>
		<content:encoded><![CDATA[<p>Wow! That&#8217;s great. Congratulation on 3 years! Is there a tape or blog post that goes with your talk in the Austin 360iDev conference? I wish I could talk to you and figure out how you do it. I&#8217;ve been working at it for almost a year now and haven&#8217;t been able to make it full time yet. Thanks for the inspiration!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

