<?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 Blog - ShiftEleven</title>
	<atom:link href="http://shifteleven.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://shifteleven.com</link>
	<description>Web Development Experiences and Opinions</description>
	<pubDate>Thu, 28 Aug 2008 21:06:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-bleeding</generator>
		<item>
		<title>Comment on Previewing Beast: the open source Rails forum by DuerusQueuext</title>
		<link>http://shifteleven.com/articles/2006/09/02/previewing-beast-the-open-source-rails-forum#comment-7169</link>
		<dc:creator>DuerusQueuext</dc:creator>
		<pubDate>Mon, 25 Aug 2008 07:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://dev.fecalrod.com/articles/2006/09/02/previewing-beast-the-open-source-rails-forum#comment-7169</guid>
		<description>Is this gonna end someday??</description>
		<content:encoded><![CDATA[<p>Is this gonna end someday??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostgreSQL on Leopard using MacPorts by djwonk &#8250; Setup PostgreSQL on Mac OS X</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports#comment-3715</link>
		<dc:creator>djwonk &#8250; Setup PostgreSQL on Mac OS X</dc:creator>
		<pubDate>Thu, 17 Jul 2008 22:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-3715</guid>
		<description>[...] post was partly inspired by the March 2008 article by ShiftEleven.   This was written by David. Posted on Thursday, July 17, 2008, at 5:45 pm. Filed under Software. [...]</description>
		<content:encoded><![CDATA[<p>[...] post was partly inspired by the March 2008 article by ShiftEleven.   This was written by David. Posted on Thursday, July 17, 2008, at 5:45 pm. Filed under Software. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostgreSQL on Leopard using MacPorts by Phoenix</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports#comment-3536</link>
		<dc:creator>Phoenix</dc:creator>
		<pubDate>Tue, 15 Jul 2008 00:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-3536</guid>
		<description>How can I manually start postgres after I have installed it this way? I do not wish to have it start automatically every time as I do not use it all the time. Thanks! (Please CC my email address if you reply. Thanks)</description>
		<content:encoded><![CDATA[<p>How can I manually start postgres after I have installed it this way? I do not wish to have it start automatically every time as I do not use it all the time. Thanks! (Please CC my email address if you reply. Thanks)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostgreSQL on Leopard using MacPorts by Phoenix</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports#comment-3422</link>
		<dc:creator>Phoenix</dc:creator>
		<pubDate>Sun, 13 Jul 2008 14:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-3422</guid>
		<description>Any idea of how to make sure postgresql and PHP work together? Thanks!</description>
		<content:encoded><![CDATA[<p>Any idea of how to make sure postgresql and <span class="caps">PHP </span>work together? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostgreSQL on Leopard using MacPorts by K. Adam Christensen</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports#comment-3090</link>
		<dc:creator>K. Adam Christensen</dc:creator>
		<pubDate>Mon, 07 Jul 2008 18:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-3090</guid>
		<description>Thanks for the heads up Alex</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostgreSQL on Leopard using MacPorts by Alex</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports#comment-2933</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 03 Jul 2008 17:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-2933</guid>
		<description>I didn't have any problems installing the postgres gem under gem 1.2.0 and 1.8.6 p114 

$ sudo env ARCHFLAGS="-arch i386" \
&#62;   gem install postgres -- \
&#62;   --with-pgsql-lib=/opt/local/lib/postgresql83 \
&#62;   --with-pgsql-include=/opt/local/include/postgresql83
Building native extensions.  This could take a while...
Successfully installed postgres-0.7.9.2008.01.28
1 gem installed
Installing ri documentation for postgres-0.7.9.2008.01.28...
Installing RDoc documentation for postgres-0.7.9.2008.01.28...</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t have any problems installing the postgres gem under gem 1.2.0 and 1.8.6 p114 </p>
<p>$ sudo env <span class="caps">ARCHFLAGS</span>=&#8221;-arch i386&#8243; \<br />
&gt;   gem install postgres &#8212; \<br />
&gt;   &#8211;with-pgsql-lib=/opt/local/lib/postgresql83 \<br />
&gt;   &#8211;with-pgsql-include=/opt/local/include/postgresql83<br />
Building native extensions.  This could take a while&#8230;<br />
Successfully installed postgres-0.7.9.2008.01.28<br />
1 gem installed<br />
Installing ri documentation for postgres-0.7.9.2008.01.28&#8230;<br />
Installing RDoc documentation for postgres-0.7.9.2008.01.28&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostgreSQL on Leopard using MacPorts by Steve Purcell</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports#comment-2829</link>
		<dc:creator>Steve Purcell</dc:creator>
		<pubDate>Fri, 27 Jun 2008 08:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-2829</guid>
		<description>With rubygems 1.2.0, installing the postgres gem using the above command does not work.

I have a macports Ruby 1.8.6 with that rubygems version, and the postgres gem apparently won't build, while the same command works fine with Apple's preinstalled Ruby + rubygems.

Odd.</description>
		<content:encoded><![CDATA[<p>With rubygems 1.2.0, installing the postgres gem using the above command does not work.</p>
<p>I have a macports Ruby 1.8.6 with that rubygems version, and the postgres gem apparently won&#8217;t build, while the same command works fine with Apple&#8217;s preinstalled Ruby + rubygems.</p>
<p>Odd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostgreSQL on Leopard using MacPorts by Mark Catley</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports#comment-2743</link>
		<dc:creator>Mark Catley</dc:creator>
		<pubDate>Fri, 20 Jun 2008 00:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-2743</guid>
		<description>FYI. If you put pg_config in your path (if not you should put it in there by adding /opt/local/lib/postgresql83/bin to your path)
 --with-pgsql-lib=/opt/local/lib/postgresql83 \
  --with-pgsql-include=/opt/local/include/postgresql83

is not required.</description>
		<content:encoded><![CDATA[<p><span class="caps">FYI.</span> If you put pg_config in your path (if not you should put it in there by adding /opt/local/lib/postgresql83/bin to your path)<br />
 &#8211;with-pgsql-lib=/opt/local/lib/postgresql83 \<br />
  &#8211;with-pgsql-include=/opt/local/include/postgresql83</p>
<p>is not required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe, Are you kidding me? by Tim</title>
		<link>http://shifteleven.com/articles/2008/04/23/adobe-are-you-kidding-me#comment-2403</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 16 May 2008 04:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=54#comment-2403</guid>
		<description>First of all, Adobe, this is ridiculous! Even putting other issues aside, there's a lot of user benefit to not having to reformat one's hard disk. 

Maybe I'm missing something, but the message is talking about the OS volume, not the install volume, and comes up before you have a chance to choose where to install meaning you can't choose to install on a diskimage unless you somehow make it the startup disk.  So, am I misunderstanding something?</description>
		<content:encoded><![CDATA[<p>First of all, Adobe, this is ridiculous! Even putting other issues aside, there&#8217;s a lot of user benefit to not having to reformat one&#8217;s hard disk. </p>
<p>Maybe I&#8217;m missing something, but the message is talking about the OS volume, not the install volume, and comes up before you have a chance to choose where to install meaning you can&#8217;t choose to install on a diskimage unless you somehow make it the startup disk.  So, am I misunderstanding something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostgreSQL on Leopard using MacPorts by K. Adam Christensen</title>
		<link>http://shifteleven.com/articles/2008/03/21/installing-postgresql-on-leopard-using-macports#comment-2395</link>
		<dc:creator>K. Adam Christensen</dc:creator>
		<pubDate>Thu, 15 May 2008 12:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=43#comment-2395</guid>
		<description>Thanks Peter!</description>
		<content:encoded><![CDATA[<p>Thanks Peter!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
