<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Language and Computation</title>
	<atom:link href="http://omlog.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://omlog.wordpress.com</link>
	<description>Academia, Linguistics, Programming, and Personal stuff</description>
	<lastBuildDate>Thu, 17 Sep 2009 09:55:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on What&#8217;s a UITextEffectsWindow? And why is it receiving messages? by Chris Wild</title>
		<link>http://omlog.wordpress.com/2009/09/17/whats-a-uitexteffectswindow-and-why-is-it-receiving-messages/#comment-71</link>
		<dc:creator>Chris Wild</dc:creator>
		<pubDate>Thu, 17 Sep 2009 09:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://omlog.wordpress.com/?p=116#comment-71</guid>
		<description>You got to be careful with those properties, The number of times I&#039;ve forgot to add the self. and hit problems. The answer is to have a different name for your variable than your property, that way you get into the habit of using the property name because it&#039;s the one that makes sense.

eg.

NSString* _hiddenVariable;

Property  (retain) NSString* Name;

@Synthesize Name = _hiddenVariable;


The only thing to remember when doing this is to add IBOutlet when needed to the property and not the variable declaration. Otherwise Interface Builder will pick up your variable and not the property.</description>
		<content:encoded><![CDATA[<p>You got to be careful with those properties, The number of times I&#8217;ve forgot to add the self. and hit problems. The answer is to have a different name for your variable than your property, that way you get into the habit of using the property name because it&#8217;s the one that makes sense.</p>
<p>eg.</p>
<p>NSString* _hiddenVariable;</p>
<p>Property  (retain) NSString* Name;</p>
<p>@Synthesize Name = _hiddenVariable;</p>
<p>The only thing to remember when doing this is to add IBOutlet when needed to the property and not the variable declaration. Otherwise Interface Builder will pick up your variable and not the property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Application Promiscuity by Chris Wild</title>
		<link>http://omlog.wordpress.com/2009/09/07/application-promiscuity/#comment-69</link>
		<dc:creator>Chris Wild</dc:creator>
		<pubDate>Mon, 07 Sep 2009 14:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://omlog.wordpress.com/?p=114#comment-69</guid>
		<description>I&#039;ve still got to finish off timbles, which is my maths program. I&#039;ll email you a link to the silverlight version...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve still got to finish off timbles, which is my maths program. I&#8217;ll email you a link to the silverlight version&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Progress! by Making Progress!</title>
		<link>http://omlog.wordpress.com/2009/06/26/making-progress/#comment-56</link>
		<dc:creator>Making Progress!</dc:creator>
		<pubDate>Fri, 26 Jun 2009 22:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://omlog.wordpress.com/?p=105#comment-56</guid>
		<description>[...] Original post by ojmason [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post by ojmason [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More problems solved by More problems solved</title>
		<link>http://omlog.wordpress.com/2009/06/24/more-problems-solved/#comment-55</link>
		<dc:creator>More problems solved</dc:creator>
		<pubDate>Wed, 24 Jun 2009 00:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://omlog.wordpress.com/?p=102#comment-55</guid>
		<description>[...] Original post by ojmason [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post by ojmason [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Every character is important by Every character is important</title>
		<link>http://omlog.wordpress.com/2009/06/23/every-character-is-important/#comment-54</link>
		<dc:creator>Every character is important</dc:creator>
		<pubDate>Tue, 23 Jun 2009 22:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://omlog.wordpress.com/2009/06/23/every-character-is-important/#comment-54</guid>
		<description>[...] Original post by ojmason [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post by ojmason [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on App Store Idiots by Bilus</title>
		<link>http://omlog.wordpress.com/2009/06/20/app-store-idiots/#comment-53</link>
		<dc:creator>Bilus</dc:creator>
		<pubDate>Mon, 22 Jun 2009 07:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://omlog.wordpress.com/2009/06/20/app-store-idiots/#comment-53</guid>
		<description>Pretty similar on Android, too!</description>
		<content:encoded><![CDATA[<p>Pretty similar on Android, too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Erlang String Issue by ojmason</title>
		<link>http://omlog.wordpress.com/2008/09/09/erlang-string-issue/#comment-52</link>
		<dc:creator>ojmason</dc:creator>
		<pubDate>Mon, 15 Jun 2009 21:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://omlog.wordpress.com/?p=21#comment-52</guid>
		<description>Not at the moment; I&#039;ve been very busy recently, and Erlang coding has fallen by the wayside a bit.  Especially since I now need to catch up on Objective-C.

But with the summer holidays coming up I hope to be able to spend a bit more time on Erlang stuff.</description>
		<content:encoded><![CDATA[<p>Not at the moment; I&#8217;ve been very busy recently, and Erlang coding has fallen by the wayside a bit.  Especially since I now need to catch up on Objective-C.</p>
<p>But with the summer holidays coming up I hope to be able to spend a bit more time on Erlang stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Erlang String Issue by Sujan</title>
		<link>http://omlog.wordpress.com/2008/09/09/erlang-string-issue/#comment-51</link>
		<dc:creator>Sujan</dc:creator>
		<pubDate>Fri, 12 Jun 2009 14:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://omlog.wordpress.com/?p=21#comment-51</guid>
		<description>Hey Mason,

I was just wondering if you found any solution for string handling?

Thank you,
Sujan</description>
		<content:encoded><![CDATA[<p>Hey Mason,</p>
<p>I was just wondering if you found any solution for string handling?</p>
<p>Thank you,<br />
Sujan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Further Education by Further Education</title>
		<link>http://omlog.wordpress.com/2009/05/11/further-education/#comment-48</link>
		<dc:creator>Further Education</dc:creator>
		<pubDate>Mon, 11 May 2009 21:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://omlog.wordpress.com/2009/05/11/further-education/#comment-48</guid>
		<description>[...] Original post by ojmason [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post by ojmason [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building the database without glare by Building the database without glare</title>
		<link>http://omlog.wordpress.com/2009/05/05/building-the-database-without-glare/#comment-47</link>
		<dc:creator>Building the database without glare</dc:creator>
		<pubDate>Wed, 06 May 2009 00:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://omlog.wordpress.com/?p=90#comment-47</guid>
		<description>[...] Original post by ojmason [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post by ojmason [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
