<?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"
	>
<channel>
	<title>Comments for Fool's Ruby and Cocoa Workshop</title>
	<atom:link href="http://foolsworkshop.com/rubycocoa/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://foolsworkshop.com/rubycocoa</link>
	<description>A weblog dedicated to development with RubyCocoa and MacRuby on OS X</description>
	<pubDate>Sat, 22 Nov 2008 04:57:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on MacRuby Random Number Generator Tutorial by K. M. Lawson</title>
		<link>http://foolsworkshop.com/rubycocoa/2008/06/macruby-random-number-generator-tutorial/#comment-28</link>
		<dc:creator>K. M. Lawson</dc:creator>
		<pubDate>Sun, 26 Oct 2008 09:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/rubycocoa/?p=15#comment-28</guid>
		<description>Hello Fred, I am not sure why I did that. I think NSObject is what I would I have done if I was thinking it through. 

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello Fred, I am not sure why I did that. I think NSObject is what I would I have done if I was thinking it through. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MacRuby Random Number Generator Tutorial by fred b.</title>
		<link>http://foolsworkshop.com/rubycocoa/2008/06/macruby-random-number-generator-tutorial/#comment-27</link>
		<dc:creator>fred b.</dc:creator>
		<pubDate>Sat, 25 Oct 2008 14:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/rubycocoa/?p=15#comment-27</guid>
		<description>Hi Konrad, many thx for your excellent idea to follow Aaron Hillegass book, I am trying to learn in parallel Cocoa/Obj-c and MacRuby. Any reason why you chose to subclass MyController from NSWindowController? I tried to stick to Aaron example, and subclassed a Foo class from NSObject, and also does the job:

class Foo &#60; NSObject
attr_accessor :messages	
def seed(sender)
t = Time.now
srand t.to_i
@messages.stringValue="Generated seed using time: "+t.to_s
end
def generate(sender)
@messages.stringValue=(rand(100)+1).to_s
end
def awakeFromNib	   @messages.stringValue="Click seed first..."	
end
end</description>
		<content:encoded><![CDATA[<p>Hi Konrad, many thx for your excellent idea to follow Aaron Hillegass book, I am trying to learn in parallel Cocoa/Obj-c and MacRuby. Any reason why you chose to subclass MyController from NSWindowController? I tried to stick to Aaron example, and subclassed a Foo class from NSObject, and also does the job:</p>
<p>class Foo &lt; NSObject<br />
attr_accessor :messages<br />
def seed(sender)<br />
t = Time.now<br />
srand t.to_i<br />
@messages.stringValue=&#8221;Generated seed using time: &#8220;+t.to_s<br />
end<br />
def generate(sender)<br />
@messages.stringValue=(rand(100)+1).to_s<br />
end<br />
def awakeFromNib	   @messages.stringValue=&#8221;Click seed first&#8230;&#8221;<br />
end<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Few Other RubyCocoa Tutorials by Ted</title>
		<link>http://foolsworkshop.com/rubycocoa/2008/06/a-few-other-rubycocoa-tutorials/#comment-26</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Tue, 21 Oct 2008 08:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/rubycocoa/?p=16#comment-26</guid>
		<description>Great site, really useful.. Could someone tell me which is best to use out of MacRuby or RubyCocoa, or are they the same thing? Many thanks...</description>
		<content:encoded><![CDATA[<p>Great site, really useful.. Could someone tell me which is best to use out of MacRuby or RubyCocoa, or are they the same thing? Many thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MacRuby Tutorial by Eric Berry</title>
		<link>http://foolsworkshop.com/rubycocoa/2008/06/macruby-tutorial/#comment-25</link>
		<dc:creator>Eric Berry</dc:creator>
		<pubDate>Thu, 16 Oct 2008 21:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/rubycocoa/?p=10#comment-25</guid>
		<description>Keep them coming.  This is a great screencast, and there is definitely a shortage of them.</description>
		<content:encoded><![CDATA[<p>Keep them coming.  This is a great screencast, and there is definitely a shortage of them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MacRuby Tutorial by Toby</title>
		<link>http://foolsworkshop.com/rubycocoa/2008/06/macruby-tutorial/#comment-24</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Mon, 28 Jul 2008 22:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/rubycocoa/?p=10#comment-24</guid>
		<description>This is really sweet. So nice to have something to help with those first few moments with InterfaceBuilder. Thank you.</description>
		<content:encoded><![CDATA[<p>This is really sweet. So nice to have something to help with those first few moments with InterfaceBuilder. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Missing MacRuby Project Template by Ryan Richards</title>
		<link>http://foolsworkshop.com/rubycocoa/2008/06/missing-macruby-project-template/#comment-23</link>
		<dc:creator>Ryan Richards</dc:creator>
		<pubDate>Wed, 16 Jul 2008 18:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/rubycocoa/?p=8#comment-23</guid>
		<description>Thanks! was wondering about this myself.</description>
		<content:encoded><![CDATA[<p>Thanks! was wondering about this myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a Check Updates Feature for RubyCocoa and MacRuby by Wes Rogers</title>
		<link>http://foolsworkshop.com/rubycocoa/2008/06/adding-a-check-updates-feature-for-rubycocoa-and-macruby/#comment-18</link>
		<dc:creator>Wes Rogers</dc:creator>
		<pubDate>Tue, 08 Jul 2008 14:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/rubycocoa/?p=11#comment-18</guid>
		<description>Thanks for this article. I never thought it would be that easy or fun to get Sparkle updates working in my app.</description>
		<content:encoded><![CDATA[<p>Thanks for this article. I never thought it would be that easy or fun to get Sparkle updates working in my app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MacRuby Tutorial by David Jordan</title>
		<link>http://foolsworkshop.com/rubycocoa/2008/06/macruby-tutorial/#comment-17</link>
		<dc:creator>David Jordan</dc:creator>
		<pubDate>Mon, 30 Jun 2008 15:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/rubycocoa/?p=10#comment-17</guid>
		<description>My son is interested in learning to program, and specifically for his new iTouch. I'd rather he learn (and I teach him) Ruby instead of Objective-C. Can one use MacRuby on the latest iPhone SDK?</description>
		<content:encoded><![CDATA[<p>My son is interested in learning to program, and specifically for his new iTouch. I&#8217;d rather he learn (and I teach him) Ruby instead of Objective-C. Can one use MacRuby on the latest iPhone SDK?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Browser Tutorial #1: Creating a Simple Web Browser in RubyCocoa by K. M. Lawson</title>
		<link>http://foolsworkshop.com/rubycocoa/2008/06/browser-tutorial-1-creating-a-simple-web-browser-in-rubycocoa/#comment-16</link>
		<dc:creator>K. M. Lawson</dc:creator>
		<pubDate>Fri, 27 Jun 2008 00:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/rubycocoa/?p=13#comment-16</guid>
		<description>Thanks, I will try to post when I can!</description>
		<content:encoded><![CDATA[<p>Thanks, I will try to post when I can!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Browser Tutorial #1: Creating a Simple Web Browser in RubyCocoa by E. Colon</title>
		<link>http://foolsworkshop.com/rubycocoa/2008/06/browser-tutorial-1-creating-a-simple-web-browser-in-rubycocoa/#comment-15</link>
		<dc:creator>E. Colon</dc:creator>
		<pubDate>Thu, 26 Jun 2008 18:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/rubycocoa/?p=13#comment-15</guid>
		<description>As an amateur programmer myself, this site has become a valuable resource for all things ruby and cocoa.  Keep up the good work!</description>
		<content:encoded><![CDATA[<p>As an amateur programmer myself, this site has become a valuable resource for all things ruby and cocoa.  Keep up the good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
