<?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 programming with passion</title>
	<atom:link href="http://www.jasonrowland.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonrowland.com</link>
	<description>Learning Mac, Ruby, iPhone, BlackBerry, Android, WinMobile</description>
	<lastBuildDate>Sat, 03 Sep 2011 21:27:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Error when configuring to use the EJB interceptor binding API. JAX-RS EJB support is disabled. by lars</title>
		<link>http://www.jasonrowland.com/2011/06/error-when-configuring-to-use-the-ejb-interceptor-binding-api-jax-rs-ejb-support-is-disabled/comment-page-1/#comment-141</link>
		<dc:creator>lars</dc:creator>
		<pubDate>Sat, 03 Sep 2011 21:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonrowland.com/?p=393#comment-141</guid>
		<description>thanks, that saved my life :)</description>
		<content:encoded><![CDATA[<p>thanks, that saved my life <img src='http://www.jasonrowland.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby &#8216;here document&#8217; by wlq</title>
		<link>http://www.jasonrowland.com/2010/09/ruby-here-document/comment-page-1/#comment-140</link>
		<dc:creator>wlq</dc:creator>
		<pubDate>Sat, 04 Jun 2011 03:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonrowland.com/?p=339#comment-140</guid>
		<description>very good</description>
		<content:encoded><![CDATA[<p>very good</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Capture with C# by jason</title>
		<link>http://www.jasonrowland.com/2011/02/video-capture-with-c/comment-page-1/#comment-134</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Mon, 21 Feb 2011 20:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonrowland.com/?p=373#comment-134</guid>
		<description>I actually used: http://www.codeproject.com/KB/directx/DirXVidStrm.aspx.  I&#039;ll have to take a look at the one you suggest as it&#039;s 4 years newer.</description>
		<content:encoded><![CDATA[<p>I actually used: <a href="http://www.codeproject.com/KB/directx/DirXVidStrm.aspx" rel="nofollow">http://www.codeproject.com/KB/directx/DirXVidStrm.aspx</a>.  I&#8217;ll have to take a look at the one you suggest as it&#8217;s 4 years newer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Capture with C# by John Reasons</title>
		<link>http://www.jasonrowland.com/2011/02/video-capture-with-c/comment-page-1/#comment-133</link>
		<dc:creator>John Reasons</dc:creator>
		<pubDate>Mon, 14 Feb 2011 13:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonrowland.com/?p=373#comment-133</guid>
		<description>Have you looked as some of the samples at CodeProject?  This one looks pretty interesting and they have lots of DirectX examples for C# as well.

http://www.codeproject.com/KB/directx/directxcapture.aspx</description>
		<content:encoded><![CDATA[<p>Have you looked as some of the samples at CodeProject?  This one looks pretty interesting and they have lots of DirectX examples for C# as well.</p>
<p><a href="http://www.codeproject.com/KB/directx/directxcapture.aspx" rel="nofollow">http://www.codeproject.com/KB/directx/directxcapture.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install MySql5 on Snow Leopard using MacPorts by Enrico</title>
		<link>http://www.jasonrowland.com/2009/10/install-mysql5-on-snow-leopard-using-macports/comment-page-1/#comment-129</link>
		<dc:creator>Enrico</dc:creator>
		<pubDate>Tue, 07 Dec 2010 02:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonrowland.com/?p=141#comment-129</guid>
		<description>didn&#039;t work for me:

ERROR 2002 (HY000): Can&#039;t connect to local MySQL server through socket &#039;/opt/local/var/run/mysql5/mysqld.sock&#039; (2)</description>
		<content:encoded><![CDATA[<p>didn&#8217;t work for me:</p>
<p>ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/opt/local/var/run/mysql5/mysqld.sock&#8217; (2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install MySql5 on Snow Leopard using MacPorts by Reliably Broken &#187; Running Django on Mac</title>
		<link>http://www.jasonrowland.com/2009/10/install-mysql5-on-snow-leopard-using-macports/comment-page-1/#comment-128</link>
		<dc:creator>Reliably Broken &#187; Running Django on Mac</dc:creator>
		<pubDate>Sat, 20 Nov 2010 02:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonrowland.com/?p=141#comment-128</guid>
		<description>[...] commenter matea pointed to Jason Rowland&#8217;s MySQL on Mac posting that includes steps to secure a default installation, so I&#8217;ve updated this section [...]</description>
		<content:encoded><![CDATA[<p>[...] commenter matea pointed to Jason Rowland&#8217;s MySQL on Mac posting that includes steps to secure a default installation, so I&#8217;ve updated this section [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install MySql5 on Snow Leopard using MacPorts by matea</title>
		<link>http://www.jasonrowland.com/2009/10/install-mysql5-on-snow-leopard-using-macports/comment-page-1/#comment-127</link>
		<dc:creator>matea</dc:creator>
		<pubDate>Tue, 16 Nov 2010 02:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonrowland.com/?p=141#comment-127</guid>
		<description>thank you! excellent.</description>
		<content:encoded><![CDATA[<p>thank you! excellent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML Dom in Ruby with Nokogiri by Luis</title>
		<link>http://www.jasonrowland.com/2010/02/html-dom-in-ruby-with-nokogiri/comment-page-1/#comment-104</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Sun, 01 Aug 2010 12:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonrowland.com/?p=286#comment-104</guid>
		<description>Hi
In strip!, you can get a copy of the string doing a &quot;self.dup&quot; instead of doing the &quot;self.reverse.reverse&quot; thing.
And gsub! already returns nil when it didn&#039;t modified the string, so you can replace the whole strip! with:

def strip!; self.gsub!(/^[\302\240&#124;\s]*&#124;[\302\240&#124;\s]*$/, &#039;&#039;); end</description>
		<content:encoded><![CDATA[<p>Hi<br />
In strip!, you can get a copy of the string doing a &#8220;self.dup&#8221; instead of doing the &#8220;self.reverse.reverse&#8221; thing.<br />
And gsub! already returns nil when it didn&#8217;t modified the string, so you can replace the whole strip! with:</p>
<p>def strip!; self.gsub!(/^[\302\240|\s]*|[\302\240|\s]*$/, &#8221;); end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby on Rails Nested Resources, Namespaces, and RESTful by Steve</title>
		<link>http://www.jasonrowland.com/2010/01/ruby-on-rails-nested-resources-namespaces-and-restful/comment-page-1/#comment-101</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 25 Jul 2010 09:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonrowland.com/?p=258#comment-101</guid>
		<description>Hi,
I&#039;m a beginner programmer for iPhone and have just started to learn how to integrate my app with a rails db to pull and push information.
Do you know of any good books which help with understanding the basics and provide good examples on nested resources?  I&#039;m specifically trying to learn how to get my iPhone app to talk to my rails db and grab information depending on certain criteria (ex in sql would be: select * from table where column = x).
Thanks!
Steve</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m a beginner programmer for iPhone and have just started to learn how to integrate my app with a rails db to pull and push information.<br />
Do you know of any good books which help with understanding the basics and provide good examples on nested resources?  I&#8217;m specifically trying to learn how to get my iPhone app to talk to my rails db and grab information depending on certain criteria (ex in sql would be: select * from table where column = x).<br />
Thanks!<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making an HTTP Request on BlackBerry by Marc</title>
		<link>http://www.jasonrowland.com/2009/10/making-an-http-request-on-blackberry/comment-page-1/#comment-100</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Mon, 07 Jun 2010 02:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonrowland.com/?p=152#comment-100</guid>
		<description>Jason - just one thing to consider (I know I&#039;m coming to this late)... 

You say you&#039;re excluding MDS because you don&#039;t want to require an Enterprise server.  However, don&#039;t forget that for many corporate users, that is the ONLY way they have to connect because the enterprise configuration requires it. If you exclude it, no other options will work for them and they won&#039;t be able to connect at all. 

It&#039;s not a matter of forcing the use of an enterprise server - it&#039;s just using the connection method that&#039;s available to your user.  I&#039;d suggest a sequence of WAP2, TCP, MDS .

[WORDPRESS HASHCASH] The poster sent us &#039;0 which is not a hashcash value.</description>
		<content:encoded><![CDATA[<p>Jason &#8211; just one thing to consider (I know I&#8217;m coming to this late)&#8230; </p>
<p>You say you&#8217;re excluding MDS because you don&#8217;t want to require an Enterprise server.  However, don&#8217;t forget that for many corporate users, that is the ONLY way they have to connect because the enterprise configuration requires it. If you exclude it, no other options will work for them and they won&#8217;t be able to connect at all. </p>
<p>It&#8217;s not a matter of forcing the use of an enterprise server &#8211; it&#8217;s just using the connection method that&#8217;s available to your user.  I&#8217;d suggest a sequence of WAP2, TCP, MDS .</p>
<p>[WORDPRESS HASHCASH] The poster sent us &#8217;0 which is not a hashcash value.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

