<?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 game, game. repeat.</title>
	<atom:link href="http://ggr.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://ggr.com</link>
	<description>if Scott Bonds had a home on the interwebs, this would be it</description>
	<lastBuildDate>Mon, 17 May 2010 08:12:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How To Include a Gem&#8217;s Rake Tasks in Your Rails App by J. Pablo Fernández</title>
		<link>http://ggr.com/how-to-include-a-gems-rake-tasks-in-your-rails-app.html/comment-page-1#comment-1619</link>
		<dc:creator>J. Pablo Fernández</dc:creator>
		<pubDate>Mon, 17 May 2010 08:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=387#comment-1619</guid>
		<description>This slightly modified version will find rake tasks in more directories:

Dir[&quot;#{Gem.searcher.find(&#039;facebooker&#039;).full_gem_path}/**/tasks/*.rake&quot;].each { &#124;ext&#124; load ext }

The gem I&#039;m working with, yaml_db, doesn&#039;t have the tasks directory in lib, but in the top dir.</description>
		<content:encoded><![CDATA[<p>This slightly modified version will find rake tasks in more directories:</p>
<p>Dir["#{Gem.searcher.find('facebooker').full_gem_path}/**/tasks/*.rake"].each { |ext| load ext }</p>
<p>The gem I&#8217;m working with, yaml_db, doesn&#8217;t have the tasks directory in lib, but in the top dir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Post Your Dynamic Internal IP To DynDNS From Your Windows Machine by Scott Bonds</title>
		<link>http://ggr.com/how-to-post-your-dynamic-internal-ip-to-dyndns-from-your-windows-machine.html/comment-page-1#comment-1161</link>
		<dc:creator>Scott Bonds</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=429#comment-1161</guid>
		<description>Ok, I found an easier way.  The &lt;a href=&quot;http://cdn.dyndns.com/dyndns-setup-win.zip&quot; rel=&quot;nofollow&quot;&gt;old 3.x version of DynDns Updater&lt;/a&gt; supports an .ini file option that enables sending local network IP addresses. 

Download the client, install it, and get it setup using the default settings.  Then quit the application, open the c:\program files\DynDNS updater\DynDNS.ini file in Notepad, and add the following under the &quot;[Options]&quot; section: &quot;UseLanIP=1&quot;.  Launch DynDNS Updater again, switch to the dial-up connection setting (instead of LAN) and you should be done.  Note that my instructions differ from the author&#039;s instructions because I had trouble getting the &lt;a href=&quot;http://www.kanasolution.com/index.php?fid=20&amp;pid=8&quot; rel=&quot;nofollow&quot;&gt;official instructions&lt;/a&gt; to work.</description>
		<content:encoded><![CDATA[<p>Ok, I found an easier way.  The <a href="http://cdn.dyndns.com/dyndns-setup-win.zip" rel="nofollow">old 3.x version of DynDns Updater</a> supports an .ini file option that enables sending local network IP addresses. </p>
<p>Download the client, install it, and get it setup using the default settings.  Then quit the application, open the c:\program files\DynDNS updater\DynDNS.ini file in Notepad, and add the following under the &#8220;[Options]&#8221; section: &#8220;UseLanIP=1&#8243;.  Launch DynDNS Updater again, switch to the dial-up connection setting (instead of LAN) and you should be done.  Note that my instructions differ from the author&#8217;s instructions because I had trouble getting the <a href="http://www.kanasolution.com/index.php?fid=20&#038;pid=8" rel="nofollow">official instructions</a> to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Use Facebook Open Streams With Facebooker by Scott Bonds</title>
		<link>http://ggr.com/how-to-use-facebook-open-streams-with-facebooker.html/comment-page-1#comment-924</link>
		<dc:creator>Scott Bonds</dc:creator>
		<pubDate>Wed, 27 Jan 2010 18:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=395#comment-924</guid>
		<description>&lt;a href=&quot;#comment-923&quot; rel=&quot;nofollow&quot;&gt;@Waseem &lt;/a&gt;, here is my code:
&lt;code&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&#160;&#160;&#160;function permission_gohome(){window.location=&#039;&lt; %= root_url.chomp(&#039;/&#039;) + url_for(:action =&gt; :next_step) %&gt;&#039;;}
&lt;/script&gt;
&lt;fb :prompt-permission perms=&quot;publish_stream, offline_access&quot; next_fbjs=&quot;permission_gohome()&quot;&gt;Enable posting&lt;/fb&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-923" rel="nofollow">@Waseem </a>, here is my code:<br />
<code><br />
&lt;script type="text/javascript"&gt;<br />
&nbsp;&nbsp;&nbsp;function permission_gohome(){window.location='&lt; %= root_url.chomp('/') + url_for(:action =&gt; :next_step) %&gt;';}<br />
&lt;/script&gt;<br />
&lt;fb :prompt-permission perms="publish_stream, offline_access" next_fbjs="permission_gohome()"&gt;Enable posting&lt;/fb&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Use Facebook Open Streams With Facebooker by Waseem</title>
		<link>http://ggr.com/how-to-use-facebook-open-streams-with-facebooker.html/comment-page-1#comment-923</link>
		<dc:creator>Waseem</dc:creator>
		<pubDate>Wed, 27 Jan 2010 10:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=395#comment-923</guid>
		<description>I am also using Authlogic and Authlogic Facebook Connect plugin to authenticate my users with FB connect. How exactly are you prompting your users for extended permission? Any code snippets would be useful. Thanks!</description>
		<content:encoded><![CDATA[<p>I am also using Authlogic and Authlogic Facebook Connect plugin to authenticate my users with FB connect. How exactly are you prompting your users for extended permission? Any code snippets would be useful. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Post Your Dynamic Internal IP To DynDNS From Your Windows Machine by game, game. repeat. &#187; How To Get Your IP and ONLY Your IP in Windows</title>
		<link>http://ggr.com/how-to-post-your-dynamic-internal-ip-to-dyndns-from-your-windows-machine.html/comment-page-1#comment-388</link>
		<dc:creator>game, game. repeat. &#187; How To Get Your IP and ONLY Your IP in Windows</dc:creator>
		<pubDate>Fri, 09 Oct 2009 19:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=429#comment-388</guid>
		<description>[...] you need to know your Windows machine&#8217;s IP. For example, if you would like to update your dynamic DNS entry from a script file. Here&#8217;s a hack that gets the job [...]</description>
		<content:encoded><![CDATA[<p>[...] you need to know your Windows machine&#8217;s IP. For example, if you would like to update your dynamic DNS entry from a script file. Here&#8217;s a hack that gets the job [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Get Your IP and ONLY Your IP in Windows by game, game. repeat. &#187; How To Post Your Dynamic Internal IP To DynDNS From Your Windows Machine</title>
		<link>http://ggr.com/how-to-get-your-ip-and-only-your-ip-in-windows.html/comment-page-1#comment-387</link>
		<dc:creator>game, game. repeat. &#187; How To Post Your Dynamic Internal IP To DynDNS From Your Windows Machine</dc:creator>
		<pubDate>Fri, 09 Oct 2009 19:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=426#comment-387</guid>
		<description>[...] to update your DNS entry, you just need to get your IP alone in a variable that a batch file can use, then setup a task to request that URL every so often. In more detail, [...]</description>
		<content:encoded><![CDATA[<p>[...] to update your DNS entry, you just need to get your IP alone in a variable that a batch file can use, then setup a task to request that URL every so often. In more detail, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Use Facebook Open Streams With Facebooker by Girish</title>
		<link>http://ggr.com/how-to-use-facebook-open-streams-with-facebooker.html/comment-page-1#comment-385</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Fri, 09 Oct 2009 12:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=395#comment-385</guid>
		<description>Even I am also having the same issue. The stream.publish method throws error 340 that feed limit has been reached. How to resolve this issue :)</description>
		<content:encoded><![CDATA[<p>Even I am also having the same issue. The stream.publish method throws error 340 that feed limit has been reached. How to resolve this issue <img src='http://ggr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Use Facebook Open Streams With Facebooker by Scott Bonds</title>
		<link>http://ggr.com/how-to-use-facebook-open-streams-with-facebooker.html/comment-page-1#comment-260</link>
		<dc:creator>Scott Bonds</dc:creator>
		<pubDate>Tue, 15 Sep 2009 23:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=395#comment-260</guid>
		<description>Oops, looks like this *is* rate limited.  After 10 posts in a hour to a Facebook test account I got this error:

&lt;code&gt;Facebooker::Session::TooManyUserActionCalls: Feed action request limit reached&lt;/code&gt;

and the workaround appears to be asking the user for the extended Facebook permission: offline_access.  So far I&#039;m not hitting the limit after getting that additional permission, we&#039;ll see if it lasts. ;)</description>
		<content:encoded><![CDATA[<p>Oops, looks like this *is* rate limited.  After 10 posts in a hour to a Facebook test account I got this error:</p>
<p><code>Facebooker::Session::TooManyUserActionCalls: Feed action request limit reached</code></p>
<p>and the workaround appears to be asking the user for the extended Facebook permission: offline_access.  So far I&#8217;m not hitting the limit after getting that additional permission, we&#8217;ll see if it lasts. <img src='http://ggr.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Usability Scale by Scott Bonds</title>
		<link>http://ggr.com/a-usability-scale.html/comment-page-1#comment-242</link>
		<dc:creator>Scott Bonds</dc:creator>
		<pubDate>Wed, 02 Sep 2009 07:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=261#comment-242</guid>
		<description>Fun presentation talking about going above a 2.0 on the scale: http://blip.tv/file/2424429</description>
		<content:encoded><![CDATA[<p>Fun presentation talking about going above a 2.0 on the scale: <a href="http://blip.tv/file/2424429" rel="nofollow">http://blip.tv/file/2424429</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Monitor Amazon For Price Drops by Linkage: How To Monitor Amazon For Price Drops &#124; A Camel Thing</title>
		<link>http://ggr.com/how-to-monitor-amazon-for-price-drops.html/comment-page-1#comment-146</link>
		<dc:creator>Linkage: How To Monitor Amazon For Price Drops &#124; A Camel Thing</dc:creator>
		<pubDate>Fri, 31 Jul 2009 23:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://ggr.com/?p=360#comment-146</guid>
		<description>[...] Read the article here. Posted in Camel Linkage, Site News        .commentlist { border-top:1px solid #97A8BD; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; overflow:hidden; padding:0; } .commentlist li.alt { background-color:#F8F8F8; overflow:hidden; } .commentlist li { background-color:#FFFFFF; border-bottom:1px solid #97A8BD; overflow:hidden; padding:8px; } .comment-bar { color:#999999; font-size:8pt; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:160%; overflow:hidden; padding:0 8px 0 0; } .comment-author { color:#546A85; font-size:11pt; font-style:italic; } .comment-avatar img { border:1px solid #999999; float:left; margin:8px 8px 8px 0; padding:0; } .comments h3 { color: #333333 !important; font-size: 98% !important; } .comments div { } .smaller { color: #999999 !important; font-size: 90% !important; } [...]</description>
		<content:encoded><![CDATA[<p>[...] Read the article here. Posted in Camel Linkage, Site News        .commentlist { border-top:1px solid #97A8BD; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; overflow:hidden; padding:0; } .commentlist li.alt { background-color:#F8F8F8; overflow:hidden; } .commentlist li { background-color:#FFFFFF; border-bottom:1px solid #97A8BD; overflow:hidden; padding:8px; } .comment-bar { color:#999999; font-size:8pt; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:160%; overflow:hidden; padding:0 8px 0 0; } .comment-author { color:#546A85; font-size:11pt; font-style:italic; } .comment-avatar img { border:1px solid #999999; float:left; margin:8px 8px 8px 0; padding:0; } .comments h3 { color: #333333 !important; font-size: 98% !important; } .comments div { } .smaller { color: #999999 !important; font-size: 90% !important; } [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
