<?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 Cocoa Butter</title>
	<atom:link href="http://www.spikesoft.net/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.spikesoft.net/blog</link>
	<description>Yet another Cocoa development blog</description>
	<lastBuildDate>Wed, 09 May 2012 17:57:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Delaying the shutdown sequence by Lorenzo</title>
		<link>http://www.spikesoft.net/blog/?p=30&#038;cpage=1#comment-22</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Wed, 09 May 2012 17:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.spikesoft.net/blog/?p=30#comment-22</guid>
		<description>Thank you, good catch. I don&#039;t get a lot of traffic on the blog, and I haven&#039;t checked it in quite some time. Wordpress notifications aren&#039;t working either. I&#039;ve put an update out that fixes that. Thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you, good catch. I don&#8217;t get a lot of traffic on the blog, and I haven&#8217;t checked it in quite some time. WordPress notifications aren&#8217;t working either. I&#8217;ve put an update out that fixes that. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capitalize first character of an NSString by Mohammad Ali</title>
		<link>http://www.spikesoft.net/blog/?p=24&#038;cpage=1#comment-21</link>
		<dc:creator>Mohammad Ali</dc:creator>
		<pubDate>Tue, 06 Dec 2011 14:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.spikesoft.net/blog/?p=24#comment-21</guid>
		<description>Thanks djleop!!! thats really works fine..</description>
		<content:encoded><![CDATA[<p>Thanks djleop!!! thats really works fine..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Delaying the shutdown sequence by Leif</title>
		<link>http://www.spikesoft.net/blog/?p=30&#038;cpage=1#comment-20</link>
		<dc:creator>Leif</dc:creator>
		<pubDate>Mon, 03 Oct 2011 15:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.spikesoft.net/blog/?p=30#comment-20</guid>
		<description>There is a problem in the sample app.

The call to [[NSApp sharedApplication] replyToApplicationShouldTerminate:YES]; actually crashes your app with an unrecognized selector (sharedApplication) being sent to the NSApp instance which does not implement that method (it is a class method not an instance method). You just don&#039;t notice that it crashes because you expect it to exit anyways.

The call should be:
[[NSApplication sharedApplication] replyToApplicationShouldTerminate:YES];

Then your application wil shutdown gracefully instead of crashing.</description>
		<content:encoded><![CDATA[<p>There is a problem in the sample app.</p>
<p>The call to [[NSApp sharedApplication] replyToApplicationShouldTerminate:YES]; actually crashes your app with an unrecognized selector (sharedApplication) being sent to the NSApp instance which does not implement that method (it is a class method not an instance method). You just don&#8217;t notice that it crashes because you expect it to exit anyways.</p>
<p>The call should be:<br />
[[NSApplication sharedApplication] replyToApplicationShouldTerminate:YES];</p>
<p>Then your application wil shutdown gracefully instead of crashing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mutually exclusive NSTableView selections by Lorenzo</title>
		<link>http://www.spikesoft.net/blog/?p=1&#038;cpage=1#comment-13</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Wed, 06 Apr 2011 18:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.spikesoft.net/blog/?p=1#comment-13</guid>
		<description>Thanks, I&#039;m glad you found it useful.</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;m glad you found it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mutually exclusive NSTableView selections by Cerrato Giuseppe</title>
		<link>http://www.spikesoft.net/blog/?p=1&#038;cpage=1#comment-12</link>
		<dc:creator>Cerrato Giuseppe</dc:creator>
		<pubDate>Wed, 23 Mar 2011 09:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.spikesoft.net/blog/?p=1#comment-12</guid>
		<description>Well I definitely liked reading it. This article offered by you is very constructive for proper planning.</description>
		<content:encoded><![CDATA[<p>Well I definitely liked reading it. This article offered by you is very constructive for proper planning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mutually exclusive NSTableView selections by Lorenzo</title>
		<link>http://www.spikesoft.net/blog/?p=1&#038;cpage=1#comment-11</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Mon, 14 Mar 2011 17:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.spikesoft.net/blog/?p=1#comment-11</guid>
		<description>Great! I&#039;m glad you found it useful. The only alternative I had was to redesign the UI. I really didn&#039;t want to do that, so I finally hammered this out.</description>
		<content:encoded><![CDATA[<p>Great! I&#8217;m glad you found it useful. The only alternative I had was to redesign the UI. I really didn&#8217;t want to do that, so I finally hammered this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mutually exclusive NSTableView selections by Wayne</title>
		<link>http://www.spikesoft.net/blog/?p=1&#038;cpage=1#comment-10</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Mon, 14 Mar 2011 11:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.spikesoft.net/blog/?p=1#comment-10</guid>
		<description>Super fantastic!!! I had a very similar problem and your example helped me perfectly. After a whole day of trying to work out a solution and trying many ideas (from googling), I can now take a break. Thank you everyone.</description>
		<content:encoded><![CDATA[<p>Super fantastic!!! I had a very similar problem and your example helped me perfectly. After a whole day of trying to work out a solution and trying many ideas (from googling), I can now take a break. Thank you everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capitalize first character of an NSString by Lorenzo</title>
		<link>http://www.spikesoft.net/blog/?p=24&#038;cpage=1#comment-7</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Tue, 28 Sep 2010 13:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.spikesoft.net/blog/?p=24#comment-7</guid>
		<description>Thanks, this is pretty nifty. Short, sweet and to the point. Even though its compact, its still easy to read.</description>
		<content:encoded><![CDATA[<p>Thanks, this is pretty nifty. Short, sweet and to the point. Even though its compact, its still easy to read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capitalize first character of an NSString by djleop</title>
		<link>http://www.spikesoft.net/blog/?p=24&#038;cpage=1#comment-6</link>
		<dc:creator>djleop</dc:creator>
		<pubDate>Mon, 27 Sep 2010 15:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.spikesoft.net/blog/?p=24#comment-6</guid>
		<description>You can do this in one line this way :

+(NSString *) stringWithSentenceCapitalization:(NSString *)string{
	return [NSString stringWithFormat:@&quot;%@%@&quot;,[[string substringToIndex:1] capitalizedString],[string substringFromIndex:1]];
}</description>
		<content:encoded><![CDATA[<p>You can do this in one line this way :</p>
<p>+(NSString *) stringWithSentenceCapitalization:(NSString *)string{<br />
	return [NSString stringWithFormat:@"%@%@",[[string substringToIndex:1] capitalizedString],[string substringFromIndex:1]];<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mutually exclusive NSTableView selections by Lorenzo</title>
		<link>http://www.spikesoft.net/blog/?p=1&#038;cpage=1#comment-5</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Sun, 13 Jun 2010 01:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.spikesoft.net/blog/?p=1#comment-5</guid>
		<description>Ah yes, thanks for that reminder.</description>
		<content:encoded><![CDATA[<p>Ah yes, thanks for that reminder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

