<?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: Changing With the Times</title>
	<atom:link href="http://www.red-sweater.com/blog/116/changing-with-the-times/feed" rel="self" type="application/rss+xml" />
	<link>http://www.red-sweater.com/blog/116/changing-with-the-times</link>
	<description>Mac &#38; Technology Writings by Daniel Jalkut</description>
	<lastBuildDate>Wed, 18 Jan 2012 18:10:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/116/changing-with-the-times/comment-page-1#comment-2377</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Sat, 15 Apr 2006 23:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/116/changing-with-the-times#comment-2377</guid>
		<description>sjk: Thanks for the tip about the live comment preview. It turned out to be a difference in the way PHP is run on DreamHost compared to my previous host. Should be fixed now!

To be honest I didn&#039;t consider much before choosing DreamHost. I just sort of absorbed recommendations over the course of a couple years and ended up going with DreamHost because of the generous policies.  I had also heard mostly good things about Pair.com, but I did talk to somebody who ran into trouble with their &lt;a href&quot;http://www.pair.com/policies/dbresource.html&quot; rel=&quot;nofollow&quot;&gt;policies&lt;/a&gt; restricting some common uses of databases such as hit counting and referral tracking.</description>
		<content:encoded><![CDATA[<p>sjk: Thanks for the tip about the live comment preview. It turned out to be a difference in the way PHP is run on DreamHost compared to my previous host. Should be fixed now!</p>
<p>To be honest I didn&#8217;t consider much before choosing DreamHost. I just sort of absorbed recommendations over the course of a couple years and ended up going with DreamHost because of the generous policies.  I had also heard mostly good things about Pair.com, but I did talk to somebody who ran into trouble with their <a href"http://www.pair.com/policies/dbresource.html" rel="nofollow">policies</a> restricting some common uses of databases such as hit counting and referral tracking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sjk</title>
		<link>http://www.red-sweater.com/blog/116/changing-with-the-times/comment-page-1#comment-2360</link>
		<dc:creator>sjk</dc:creator>
		<pubDate>Sat, 15 Apr 2006 19:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/116/changing-with-the-times#comment-2360</guid>
		<description>&lt;blockquote&gt;I hope the new site works to everybody’s satisfaction&lt;/blockquote&gt;
Might not have noticed if you hadn&#039;t mentioned it... except I just discovered activating &quot;Enable live preview&quot; has no effect while typing this comment.

If you don&#039;t mind saying, which other hosting companies did you consider before choosing DreamHost?  I&#039;ve been looking for a low-cost provider and DH is high on my list since it seems especially service-generous compared with other providers in the same price range.  And I&#039;d be glad to use your referral code if I do sign up.</description>
		<content:encoded><![CDATA[<blockquote><p>I hope the new site works to everybody’s satisfaction</p></blockquote>
<p>Might not have noticed if you hadn&#8217;t mentioned it&#8230; except I just discovered activating &#8220;Enable live preview&#8221; has no effect while typing this comment.</p>
<p>If you don&#8217;t mind saying, which other hosting companies did you consider before choosing DreamHost?  I&#8217;ve been looking for a low-cost provider and DH is high on my list since it seems especially service-generous compared with other providers in the same price range.  And I&#8217;d be glad to use your referral code if I do sign up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dvb</title>
		<link>http://www.red-sweater.com/blog/116/changing-with-the-times/comment-page-1#comment-2354</link>
		<dc:creator>dvb</dc:creator>
		<pubDate>Sat, 15 Apr 2006 15:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/116/changing-with-the-times#comment-2354</guid>
		<description>Epic. Moved the restaurant without interrupting anyone&#039;s meal!</description>
		<content:encoded><![CDATA[<p>Epic. Moved the restaurant without interrupting anyone&#8217;s meal!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/116/changing-with-the-times/comment-page-1#comment-2346</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Sat, 15 Apr 2006 05:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/116/changing-with-the-times#comment-2346</guid>
		<description>dvb: I had to move all my Procmail rules over, which I thought would be as simple as copying the &quot;.rc&quot; file over. In fact, there were some differences due to the way the IMAP server on DreamHost files mail. I had to change some of the formatting, but it was well described in one of their support documents. That&#039;s one of the nicest things about the site, is I almost always feel I can dig deep in the support archives and find something useful.

Moving the blog over was actually the easiest of all the transitions. As I alluded to in my post, I moved the database over ahead of time, so I could ensure a smooth transition.  Doing this involved simply dumping the MySQL database from my old site and importing it into the new one. There was a little learning curve there but only a few hours.

One pitfall I ran into was the first dump had a mysterious corrupted line in it, which caused a parsing error when I attempted to import.  It left the database in a half-valid state so I had to learn enough SQL to  delete all the tables and start from scratch. I dumped again and reimported without incident. I found out later that I could have used a dump option that automatically adds &quot;drop table&quot; statements for all the tables, to allow easy overwriting of existing tables.

The question of compatible installs of WordPress was not an issue, because I just copied my entire WordPress directory over verbatim. Fortunately the MySQL and php installs were compatible enough to not raise any issues.  I expect a lot of this is due to WordPress being so robust and so popular. Of course it works :)  I do like about Dreamhost that while they offer convenient 1-click installs, I&#039;m not limited to using them. So dropping my own WordPress directory in worked like a charm.

The only hangup in moving WordPress was that I underestimated the activity of commenters on the blog. While I was moving, 3 blog comments came in, so I had 3 comments in the old database that needed to get copied to the new one.  I figured out enough about the WordPress database schema to realize I could drop them directly into the new database with old unique IDs that had been assigned to comments that were subsequently deleted as spam. That way I didn&#039;t risk doing battle with the auto-increment mechanism, however that works in MySQL. (If you hover the cursor over the timestamp of this comment, you&#039;ll see a URL ending in the comment&#039;s unique ID).</description>
		<content:encoded><![CDATA[<p>dvb: I had to move all my Procmail rules over, which I thought would be as simple as copying the &#8220;.rc&#8221; file over. In fact, there were some differences due to the way the IMAP server on DreamHost files mail. I had to change some of the formatting, but it was well described in one of their support documents. That&#8217;s one of the nicest things about the site, is I almost always feel I can dig deep in the support archives and find something useful.</p>
<p>Moving the blog over was actually the easiest of all the transitions. As I alluded to in my post, I moved the database over ahead of time, so I could ensure a smooth transition.  Doing this involved simply dumping the MySQL database from my old site and importing it into the new one. There was a little learning curve there but only a few hours.</p>
<p>One pitfall I ran into was the first dump had a mysterious corrupted line in it, which caused a parsing error when I attempted to import.  It left the database in a half-valid state so I had to learn enough SQL to  delete all the tables and start from scratch. I dumped again and reimported without incident. I found out later that I could have used a dump option that automatically adds &#8220;drop table&#8221; statements for all the tables, to allow easy overwriting of existing tables.</p>
<p>The question of compatible installs of WordPress was not an issue, because I just copied my entire WordPress directory over verbatim. Fortunately the MySQL and php installs were compatible enough to not raise any issues.  I expect a lot of this is due to WordPress being so robust and so popular. Of course it works :)  I do like about Dreamhost that while they offer convenient 1-click installs, I&#8217;m not limited to using them. So dropping my own WordPress directory in worked like a charm.</p>
<p>The only hangup in moving WordPress was that I underestimated the activity of commenters on the blog. While I was moving, 3 blog comments came in, so I had 3 comments in the old database that needed to get copied to the new one.  I figured out enough about the WordPress database schema to realize I could drop them directly into the new database with old unique IDs that had been assigned to comments that were subsequently deleted as spam. That way I didn&#8217;t risk doing battle with the auto-increment mechanism, however that works in MySQL. (If you hover the cursor over the timestamp of this comment, you&#8217;ll see a URL ending in the comment&#8217;s unique ID).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dvb</title>
		<link>http://www.red-sweater.com/blog/116/changing-with-the-times/comment-page-1#comment-2342</link>
		<dc:creator>dvb</dc:creator>
		<pubDate>Sat, 15 Apr 2006 01:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/116/changing-with-the-times#comment-2342</guid>
		<description>Woo. I *still* haven&#039;t move omino.com fully over to DH... last hurdle is getting my handwritten mail-handling scripts to work using their MailDir format (one file per email, much easier than ye olden mbox format). 

Their web-control panel is truly AOK.

But I am curious: How hard was it to *move a blog* over? Did you export and import the entire DB and all that? Compatible installs of WordPress? Any glitches?</description>
		<content:encoded><![CDATA[<p>Woo. I *still* haven&#8217;t move omino.com fully over to DH&#8230; last hurdle is getting my handwritten mail-handling scripts to work using their MailDir format (one file per email, much easier than ye olden mbox format). </p>
<p>Their web-control panel is truly AOK.</p>
<p>But I am curious: How hard was it to *move a blog* over? Did you export and import the entire DB and all that? Compatible installs of WordPress? Any glitches?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.red-sweater.com/blog/116/changing-with-the-times/comment-page-1#comment-2338</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 15 Apr 2006 00:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/116/changing-with-the-times#comment-2338</guid>
		<description>I&#039;ve used Dream Host to host &lt;a href=&quot;http://www.thestainmag.org/&quot; rel=&quot;nofollow&quot;&gt;The Stain&lt;/a&gt; (not running live yet) since January 2004, and more importantly, &lt;a href=&quot;http://www.thestainmag.org/jeffhunt/&quot; rel=&quot;nofollow&quot;&gt;Here and There&lt;/a&gt;, my weblog, since July 2005. I love their service.

I&#039;ve had negligable downtime, reliable stats and customer service, and, perhaps above all, affordability.

Glad to see you&#039;ve successfully made the move.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used Dream Host to host <a href="http://www.thestainmag.org/" rel="nofollow">The Stain</a> (not running live yet) since January 2004, and more importantly, <a href="http://www.thestainmag.org/jeffhunt/" rel="nofollow">Here and There</a>, my weblog, since July 2005. I love their service.</p>
<p>I&#8217;ve had negligable downtime, reliable stats and customer service, and, perhaps above all, affordability.</p>
<p>Glad to see you&#8217;ve successfully made the move.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

