<?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 When Grass Was Greener</title>
	<atom:link href="http://blog.marcingil.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.marcingil.com</link>
	<description>Rants on programming, photography, life, universe and everything</description>
	<lastBuildDate>Fri, 11 Nov 2011 03:03:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Linux ODBC connection to MS SQL on Virtual Box Windows by Pip</title>
		<link>http://blog.marcingil.com/2009/11/linux-odbc-to-mssql/comment-page-1/#comment-129</link>
		<dc:creator>Pip</dc:creator>
		<pubDate>Fri, 11 Nov 2011 03:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marcingil.com/?p=62#comment-129</guid>
		<description>&lt;p&gt;Thanks, this article really helped me piece together the jigsaw of ODBC and TDS. I&#039;ve now connected to a remote Windows SQLExpress server from a PHP app running on a Centos host.&lt;/p&gt;

&lt;p&gt;Now I need to figure out why PHP segfaults when I select more than one column..!? :-/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, this article really helped me piece together the jigsaw of ODBC and TDS. I&#8217;ve now connected to a remote Windows SQLExpress server from a PHP app running on a Centos host.</p>

<p>Now I need to figure out why PHP segfaults when I select more than one column..!? :-/</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Starting Android application from browser URI by Marcin Gil</title>
		<link>http://blog.marcingil.com/2011/03/starting-android-application-from-browser-uri/comment-page-1/#comment-119</link>
		<dc:creator>Marcin Gil</dc:creator>
		<pubDate>Fri, 29 Jul 2011 10:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marcingil.com/?p=137#comment-119</guid>
		<description>&lt;p&gt;The exact example has startonuri:// scheme.. So this is non-http.
Eg. look also that any link with market:// scheme, launches Android Market when opened in Android&#039;s browser.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The exact example has startonuri:// scheme.. So this is non-http.
Eg. look also that any link with market:// scheme, launches Android Market when opened in Android&#8217;s browser.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Starting Android application from browser URI by Eric Bouchard</title>
		<link>http://blog.marcingil.com/2011/03/starting-android-application-from-browser-uri/comment-page-1/#comment-118</link>
		<dc:creator>Eric Bouchard</dc:creator>
		<pubDate>Tue, 12 Jul 2011 14:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marcingil.com/?p=137#comment-118</guid>
		<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I tried it, but Google does not seem to accept non-http scheme. Any idea what I might do ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello,</p>

<p>I tried it, but Google does not seem to accept non-http scheme. Any idea what I might do ?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux ODBC connection to MS SQL on Virtual Box Windows by carrington steyl</title>
		<link>http://blog.marcingil.com/2009/11/linux-odbc-to-mssql/comment-page-1/#comment-24</link>
		<dc:creator>carrington steyl</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marcingil.com/?p=62#comment-24</guid>
		<description>&lt;p&gt;I managed to get ubuntu 9.10 command prompt tsql to connect to SQL2005 Express  on Windows XP with a freetds.conf content as follows:&lt;/p&gt;

&lt;p&gt;[sqlexpress]
    host = 192.168.0.11
    port = 1433
    tds version = 7.0&lt;/p&gt;

&lt;p&gt;where ip adr is XP machine.
If i used an instance name instead of port it never connected.  Now the next step is to open it from a php script.  Thanks for the article. It was a great help.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I managed to get ubuntu 9.10 command prompt tsql to connect to SQL2005 Express  on Windows XP with a freetds.conf content as follows:</p>

<p>[sqlexpress]
    host = 192.168.0.11
    port = 1433
    tds version = 7.0</p>

<p>where ip adr is XP machine.
If i used an instance name instead of port it never connected.  Now the next step is to open it from a php script.  Thanks for the article. It was a great help.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bazaar-NG: private repositories on shared hosting by Simon Strandgaard</title>
		<link>http://blog.marcingil.com/2007/02/bazaar-ng-private-repositories-on-shared-hosting/comment-page-1/#comment-7</link>
		<dc:creator>Simon Strandgaard</dc:creator>
		<pubDate>Tue, 29 Dec 2009 20:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://dentharg.wordpress.com/2007/02/14/bazaar-ng-private-repositories-on-shared-hosting/#comment-7</guid>
		<description>&lt;p&gt;thank you very much. I&#039;m poking around with Bazaar and the &quot;bzr init-repo&quot; followed by &quot;bzr init&quot;.. I just couldn&#039;t get this combination right on my own.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thank you very much. I&#8217;m poking around with Bazaar and the &#8220;bzr init-repo&#8221; followed by &#8220;bzr init&#8221;.. I just couldn&#8217;t get this combination right on my own.</p>]]></content:encoded>
	</item>
</channel>
</rss>

