<?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 on: TurboDBAdmin</title>
	<atom:link href="http://www.ilfilosofo.com/blog/2005/11/10/turbodbadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilfilosofo.com/blog/2005/11/10/turbodbadmin/</link>
	<description>A blog about philosophy, Christianity, web development and whatever else I feel like writing about.</description>
	<pubDate>Sun,  7 Sep 2008 14:13:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-hemorrhage</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jesse Gardner</title>
		<link>http://www.ilfilosofo.com/blog/2005/11/10/turbodbadmin/#comment-250</link>
		<dc:creator>Jesse Gardner</dc:creator>
		<pubDate>Fri, 02 Dec 2005 18:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=178#comment-250</guid>
		<description>Very good find!  Interesting because while I do like the power of phpMyAdmin, doing anything in it is like using DOS.  Thanks for the headsup.</description>
		<content:encoded><![CDATA[<p>Very good find!  Interesting because while I do like the power of phpMyAdmin, doing anything in it is like using DOS.  Thanks for the headsup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott J. Miles</title>
		<link>http://www.ilfilosofo.com/blog/2005/11/10/turbodbadmin/#comment-220</link>
		<dc:creator>Scott J. Miles</dc:creator>
		<pubDate>Wed, 16 Nov 2005 18:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=178#comment-220</guid>
		<description>Update: it turns out TurboDbAdmin does in fact support HTTPS  out of the box. IMO, HTTPS + basic auth = solid security.</description>
		<content:encoded><![CDATA[<p>Update: it turns out TurboDbAdmin does in fact support HTTPS  out of the box. IMO, HTTPS + basic auth = solid security.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott J. Miles</title>
		<link>http://www.ilfilosofo.com/blog/2005/11/10/turbodbadmin/#comment-212</link>
		<dc:creator>Scott J. Miles</dc:creator>
		<pubDate>Mon, 14 Nov 2005 05:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=178#comment-212</guid>
		<description>Hi, thanks for mentioning TurboDbAdmin in your blog. We didn't include a login procedure in the 0.1 version in order to keep installation at an absolute minimum: we decided that .htaccess is just as secure and probably easier to set up.
Having said that, we do have a login system we will provide later on, after we ensure the stability of the core. We may also include a tunneling protocol, but the crypto is slow in JS. HTTPS does make a lot of sense, look for that support soon too.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for mentioning TurboDbAdmin in your blog. We didn&#8217;t include a login procedure in the 0.1 version in order to keep installation at an absolute minimum: we decided that .htaccess is just as secure and probably easier to set up.<br />
Having said that, we do have a login system we will provide later on, after we ensure the stability of the core. We may also include a tunneling protocol, but the crypto is slow in JS. HTTPS does make a lot of sense, look for that support soon too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: filosofo</title>
		<link>http://www.ilfilosofo.com/blog/2005/11/10/turbodbadmin/#comment-209</link>
		<dc:creator>filosofo</dc:creator>
		<pubDate>Fri, 11 Nov 2005 14:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=178#comment-209</guid>
		<description>Yes, I don't understand why there isn't a basic login procedure.</description>
		<content:encoded><![CDATA[<p>Yes, I don&#8217;t understand why there isn&#8217;t a basic login procedure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mounty</title>
		<link>http://www.ilfilosofo.com/blog/2005/11/10/turbodbadmin/#comment-208</link>
		<dc:creator>mounty</dc:creator>
		<pubDate>Fri, 11 Nov 2005 14:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=178#comment-208</guid>
		<description>Might be data type problems - Access doesn't like the BIGINT type that MySQL defaults to for auto_increment fields. The other caveat about this is that it's not secure - no HTTPS and no authentication beyond the initial configuration. At the very least anyone using this should .htaccess the directory this sits in.</description>
		<content:encoded><![CDATA[<p>Might be data type problems - Access doesn&#8217;t like the BIGINT type that MySQL defaults to for auto_increment fields. The other caveat about this is that it&#8217;s not secure - no HTTPS and no authentication beyond the initial configuration. At the very least anyone using this should .htaccess the directory this sits in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: filosofo</title>
		<link>http://www.ilfilosofo.com/blog/2005/11/10/turbodbadmin/#comment-207</link>
		<dc:creator>filosofo</dc:creator>
		<pubDate>Thu, 10 Nov 2005 21:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=178#comment-207</guid>
		<description>Yeah, I've used Access before in the same way.  This is just more convenient for me because I use a Linux box most of the time.  Also, I've noticed some odd behavior by Access when adding records to a remote db, if the table has an automatically generated key field.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;ve used Access before in the same way.  This is just more convenient for me because I use a Linux box most of the time.  Also, I&#8217;ve noticed some odd behavior by Access when adding records to a remote db, if the table has an automatically generated key field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mounty</title>
		<link>http://www.ilfilosofo.com/blog/2005/11/10/turbodbadmin/#comment-206</link>
		<dc:creator>mounty</dc:creator>
		<pubDate>Thu, 10 Nov 2005 20:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=178#comment-206</guid>
		<description>Looks interesting. I've found that, for servers that I have control over, five minutes of tweaking will allow me to use Access and ODBC to get everything I need, data-wise. This comes in handy with one particularly slow file server I run - phpMyAdmin takes &lt;em&gt;forever&lt;/em&gt; to run, but Access ODBC on a remote system is lightning quick. For quick edits it's a good deal. I'll see what this is like. Thanks for the heads-up.</description>
		<content:encoded><![CDATA[<p>Looks interesting. I&#8217;ve found that, for servers that I have control over, five minutes of tweaking will allow me to use Access and ODBC to get everything I need, data-wise. This comes in handy with one particularly slow file server I run - phpMyAdmin takes <em>forever</em> to run, but Access ODBC on a remote system is lightning quick. For quick edits it&#8217;s a good deal. I&#8217;ll see what this is like. Thanks for the heads-up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
