<?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 Ben Atkin&#039;s Self-Hosted Blog</title>
	<atom:link href="http://benatkin.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://benatkin.com</link>
	<description>My true voice on the Internet.</description>
	<lastBuildDate>Sun, 11 Mar 2012 10:16:54 +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 One Goal For 2012 by dyu</title>
		<link>http://benatkin.com/2011/12/29/one-goal-for-2012/comment-page-1/#comment-63959</link>
		<dc:creator>dyu</dc:creator>
		<pubDate>Sun, 11 Mar 2012 10:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://benatkin.com/?p=1082#comment-63959</guid>
		<description>+1.  How is it going so far?</description>
		<content:encoded><![CDATA[<p>+1.  How is it going so far?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on One Goal For 2012 by MiQL</title>
		<link>http://benatkin.com/2011/12/29/one-goal-for-2012/comment-page-1/#comment-63939</link>
		<dc:creator>MiQL</dc:creator>
		<pubDate>Sun, 04 Mar 2012 21:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://benatkin.com/?p=1082#comment-63939</guid>
		<description>How&#039;s this working out for you thus far, specifically Time Management for SAs?
I&#039;m attempting to improve my productivity and I&#039;m looking for simple solutions to slowly work in.

I&#039;m trying.</description>
		<content:encoded><![CDATA[<p>How&#8217;s this working out for you thus far, specifically Time Management for SAs?<br />
I&#8217;m attempting to improve my productivity and I&#8217;m looking for simple solutions to slowly work in.</p>
<p>I&#8217;m trying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Zooko</title>
		<link>http://benatkin.com/about/comment-page-1/#comment-63847</link>
		<dc:creator>Zooko</dc:creator>
		<pubDate>Wed, 18 Jan 2012 20:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://benatkin.com/weblog/?page_id=404#comment-63847</guid>
		<description>Hi! Nice to meet you. I couldn&#039;t remember for sure exactly how to spell your email address, so I&#039;m leaving my email address here. zooko@zooko.com</description>
		<content:encoded><![CDATA[<p>Hi! Nice to meet you. I couldn&#8217;t remember for sure exactly how to spell your email address, so I&#8217;m leaving my email address here. <a href="mailto:zooko@zooko.com">zooko@zooko.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 3.1 and Xeround MySQL on Heroku by iibypysthkj</title>
		<link>http://benatkin.com/2011/10/13/rails-3-1-and-xeround-mysql-on-heroku/comment-page-1/#comment-63812</link>
		<dc:creator>iibypysthkj</dc:creator>
		<pubDate>Tue, 10 Jan 2012 11:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://benatkin.com/?p=979#comment-63812</guid>
		<description>iMCbCg  &lt;a href=&quot;http://gybxmtbqndjd.com/&quot; rel=&quot;nofollow&quot;&gt;gybxmtbqndjd&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>iMCbCg  <a href="http://gybxmtbqndjd.com/" rel="nofollow">gybxmtbqndjd</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 3.1 and Xeround MySQL on Heroku by dqvmbnjome</title>
		<link>http://benatkin.com/2011/10/13/rails-3-1-and-xeround-mysql-on-heroku/comment-page-1/#comment-63732</link>
		<dc:creator>dqvmbnjome</dc:creator>
		<pubDate>Sun, 08 Jan 2012 08:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://benatkin.com/?p=979#comment-63732</guid>
		<description>TqAxJ6  &lt;a href=&quot;http://rzvpppygfnsg.com/&quot; rel=&quot;nofollow&quot;&gt;rzvpppygfnsg&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>TqAxJ6  <a href="http://rzvpppygfnsg.com/" rel="nofollow">rzvpppygfnsg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 3.1 and Xeround MySQL on Heroku by Ben Atkin</title>
		<link>http://benatkin.com/2011/10/13/rails-3-1-and-xeround-mysql-on-heroku/comment-page-1/#comment-63558</link>
		<dc:creator>Ben Atkin</dc:creator>
		<pubDate>Thu, 15 Dec 2011 21:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://benatkin.com/?p=979#comment-63558</guid>
		<description>I haven&#039;t been using Xeround since a few days after that post, but I was curious so I googled and tried to figure out what I would do. &lt;a href=&quot;http://xeround.com/developers/release-notes/&quot; rel=&quot;nofollow&quot;&gt;Xeround does support renaming a table with the ALTER TABLE RENAME statement&lt;/a&gt;. What I&#039;ve come up with so far is the following: A) create a new table with the desired schema and the name suffixed with _new, B) do a SELECT INTO from the old table to the new table C) rename the old table (add an _old) suffix, D) rename the new table to remove the suffix. After that the application would be accessing the new table.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t been using Xeround since a few days after that post, but I was curious so I googled and tried to figure out what I would do. <a href="http://xeround.com/developers/release-notes/" rel="nofollow">Xeround does support renaming a table with the ALTER TABLE RENAME statement</a>. What I&#8217;ve come up with so far is the following: A) create a new table with the desired schema and the name suffixed with _new, B) do a SELECT INTO from the old table to the new table C) rename the old table (add an _old) suffix, D) rename the new table to remove the suffix. After that the application would be accessing the new table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 3.1 and Xeround MySQL on Heroku by BDKR</title>
		<link>http://benatkin.com/2011/10/13/rails-3-1-and-xeround-mysql-on-heroku/comment-page-1/#comment-63557</link>
		<dc:creator>BDKR</dc:creator>
		<pubDate>Thu, 15 Dec 2011 20:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://benatkin.com/?p=979#comment-63557</guid>
		<description>I am looking into Xeround right now and can see some issues concerning the fact that alter table is not supported. Have you had to deal with that yet? If so, how did you overcome it?</description>
		<content:encoded><![CDATA[<p>I am looking into Xeround right now and can see some issues concerning the fact that alter table is not supported. Have you had to deal with that yet? If so, how did you overcome it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Scott Conley</title>
		<link>http://benatkin.com/about/comment-page-1/#comment-63513</link>
		<dc:creator>Scott Conley</dc:creator>
		<pubDate>Wed, 07 Dec 2011 15:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://benatkin.com/weblog/?page_id=404#comment-63513</guid>
		<description>Hi Benjamin,

I came across your profile on LinkedIn today and I’d like to see if you are currently pursuing new job opportunities?

I have a Ruby on Rails contract position (contract to hire) in the Denver area, please let me know if you are available and interested. (If you are not, but know someone who is, please feel free to pass along my contact details.)

Thanks!!
Scott Conley
TriCore Solutions
617-774-5224</description>
		<content:encoded><![CDATA[<p>Hi Benjamin,</p>
<p>I came across your profile on LinkedIn today and I’d like to see if you are currently pursuing new job opportunities?</p>
<p>I have a Ruby on Rails contract position (contract to hire) in the Denver area, please let me know if you are available and interested. (If you are not, but know someone who is, please feel free to pass along my contact details.)</p>
<p>Thanks!!<br />
Scott Conley<br />
TriCore Solutions<br />
617-774-5224</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Intent and Email Notifications by pensacola web design</title>
		<link>http://benatkin.com/2011/11/20/user-intent-and-email-notification/comment-page-1/#comment-63507</link>
		<dc:creator>pensacola web design</dc:creator>
		<pubDate>Wed, 07 Dec 2011 07:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://benatkin.com/?p=1045#comment-63507</guid>
		<description>Also a newbie about this matter and how internet marketing companies can offer me enough assurance that my site will be visible and reachable is truly an amazing.</description>
		<content:encoded><![CDATA[<p>Also a newbie about this matter and how internet marketing companies can offer me enough assurance that my site will be visible and reachable is truly an amazing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Compass to a Heroku App by Roman Gaufman</title>
		<link>http://benatkin.com/2011/09/28/adding-compass-to-a-heroku-app/comment-page-1/#comment-63479</link>
		<dc:creator>Roman Gaufman</dc:creator>
		<pubDate>Thu, 01 Dec 2011 19:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://benatkin.com/?p=957#comment-63479</guid>
		<description>Doesn&#039;t work for me, I tried to add @import &quot;compass/css3/border-radius&quot;; -- but it&#039;s as if the line is ignored - no errors, no warnings, just nothing is imported.

Strangely however this works :/ - @import compass/_reset</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work for me, I tried to add @import &#8220;compass/css3/border-radius&#8221;; &#8212; but it&#8217;s as if the line is ignored &#8211; no errors, no warnings, just nothing is imported.</p>
<p>Strangely however this works :/ &#8211; @import compass/_reset</p>
]]></content:encoded>
	</item>
</channel>
</rss>

