<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The Game of Life</title>
	<atom:link href="http://mikeb.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikeb.org</link>
	<description></description>
	<lastBuildDate>Tue, 14 Dec 2010 14:11:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on LifeType to WordPress by Kevin</title>
		<link>http://mikeb.org/2010/09/23/lifetype-to-wordpress/#comment-157</link>
		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Tue, 14 Dec 2010 14:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://mikebdotorg.wordpress.com/?p=305#comment-157</guid>
		<description><![CDATA[Hum even with GZ&#039;s changes, i couldn&#039;t import my blogs..
I found an updated version of plog_importer here: http://blocs.gracianet.cat/blog/2009/01/lifetype-a-wordpress-mu/
But still wpmu_create_blog adds the new blogs in wp_blogs but doesn&#039;t create new tables for each blogs..]]></description>
		<content:encoded><![CDATA[<p>Hum even with GZ&#8217;s changes, i couldn&#8217;t import my blogs..<br />
I found an updated version of plog_importer here: <a href="http://blocs.gracianet.cat/blog/2009/01/lifetype-a-wordpress-mu/" rel="nofollow">http://blocs.gracianet.cat/blog/2009/01/lifetype-a-wordpress-mu/</a><br />
But still wpmu_create_blog adds the new blogs in wp_blogs but doesn&#8217;t create new tables for each blogs..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LifeType to WordPress by mikeb</title>
		<link>http://mikeb.org/2010/09/23/lifetype-to-wordpress/#comment-154</link>
		<dc:creator><![CDATA[mikeb]]></dc:creator>
		<pubDate>Mon, 29 Nov 2010 16:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://mikebdotorg.wordpress.com/?p=305#comment-154</guid>
		<description><![CDATA[Thanks GZ, good to see more folks looking at this problem.  I couldn&#039;t find much online describing how to get through it, so hopefully others find their way here as well.]]></description>
		<content:encoded><![CDATA[<p>Thanks GZ, good to see more folks looking at this problem.  I couldn&#8217;t find much online describing how to get through it, so hopefully others find their way here as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LifeType to WordPress by GZ</title>
		<link>http://mikeb.org/2010/09/23/lifetype-to-wordpress/#comment-153</link>
		<dc:creator><![CDATA[GZ]]></dc:creator>
		<pubDate>Thu, 25 Nov 2010 00:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://mikebdotorg.wordpress.com/?p=305#comment-153</guid>
		<description><![CDATA[and this: 
if ( !defined(&#039;WP_LOAD_IMPORTERS&#039;) )
	return;

// Load Importer API
require_once ABSPATH . &#039;wp-admin/includes/import.php&#039;;

if ( !class_exists( &#039;WP_Importer&#039; ) ) {
	$class_wp_importer = ABSPATH . &#039;wp-admin/includes/class-wp-importer.php&#039;;
	if ( file_exists( $class_wp_importer ) )
		require_once $class_wp_importer;
}

and at the end insert this:

register_importer(&#039;plog&#039;, __(&#039;PLOG&#039;, &#039;plog-importer&#039;), __(&#039;Import posts from a Lifetype blog.&#039;, &#039;plog-importer&#039;), array ($plog_import, &#039;dispatch&#039;));

function plog_importer_init() {
    load_plugin_textdomain( &#039;plog-importer&#039;, false, dirname( plugin_basename( __FILE__ ) ) . &#039;/languages&#039; );
}
add_action( &#039;init&#039;, &#039;plog_importer_init&#039; );]]></description>
		<content:encoded><![CDATA[<p>and this:<br />
if ( !defined(&#8216;WP_LOAD_IMPORTERS&#8217;) )<br />
	return;</p>
<p>// Load Importer API<br />
require_once ABSPATH . &#8216;wp-admin/includes/import.php&#8217;;</p>
<p>if ( !class_exists( &#8216;WP_Importer&#8217; ) ) {<br />
	$class_wp_importer = ABSPATH . &#8216;wp-admin/includes/class-wp-importer.php&#8217;;<br />
	if ( file_exists( $class_wp_importer ) )<br />
		require_once $class_wp_importer;<br />
}</p>
<p>and at the end insert this:</p>
<p>register_importer(&#8216;plog&#8217;, __(&#8216;PLOG&#8217;, &#8216;plog-importer&#8217;), __(&#8216;Import posts from a Lifetype blog.&#8217;, &#8216;plog-importer&#8217;), array ($plog_import, &#8216;dispatch&#8217;));</p>
<p>function plog_importer_init() {<br />
    load_plugin_textdomain( &#8216;plog-importer&#8217;, false, dirname( plugin_basename( __FILE__ ) ) . &#8216;/languages&#8217; );<br />
}<br />
add_action( &#8216;init&#8217;, &#8216;plog_importer_init&#8217; );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LifeType to WordPress by GZ</title>
		<link>http://mikeb.org/2010/09/23/lifetype-to-wordpress/#comment-152</link>
		<dc:creator><![CDATA[GZ]]></dc:creator>
		<pubDate>Thu, 25 Nov 2010 00:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://mikebdotorg.wordpress.com/?p=305#comment-152</guid>
		<description><![CDATA[This one works in WordPress 3.0 if you change header to this:

&lt;?php
/*
Plugin Name: Lifetype to WP
Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
Description: A brief description of the Plugin.
Version: The Plugin&#039;s Version Number, e.g.: 1.0
Author: Name Of The Plugin Author
Author URI: http://URI_Of_The_Plugin_Author
*/]]></description>
		<content:encoded><![CDATA[<p>This one works in WordPress 3.0 if you change header to this:</p>
<p>&lt;?php<br />
/*<br />
Plugin Name: Lifetype to WP<br />
Plugin URI: <a href="http://URI_Of_Page_Describing_Plugin_and_Updates" rel="nofollow">http://URI_Of_Page_Describing_Plugin_and_Updates</a><br />
Description: A brief description of the Plugin.<br />
Version: The Plugin&#039;s Version Number, e.g.: 1.0<br />
Author: Name Of The Plugin Author<br />
Author URI: <a href="http://URI_Of_The_Plugin_Author" rel="nofollow">http://URI_Of_The_Plugin_Author</a><br />
*/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on an interesting thought on a sad day by Brad</title>
		<link>http://mikeb.org/2007/09/20/an-interesting-thought-on-a-sad-day/#comment-93</link>
		<dc:creator><![CDATA[Brad]]></dc:creator>
		<pubDate>Fri, 04 Dec 2009 04:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=220#comment-93</guid>
		<description><![CDATA[OMG, I was a good friend of Brices, he had confided so much to me about his mom and his girlfriend and his life... I knew him in Des Moines and I had much respect for his tech skills and we would exchange information about hacking, phreaking and everything tech.  The last time I saw him he had lent me some Make magazines and I lent him some 2600&#039;s.... he Moved and we went for a while without speaking.  I started sending him random text messages in late Sept and a couple of emails, I now moved to Hawaii and just sent him a Google Wave invite a few minutes ago..... To be honest I have been getting really annoyed that he has not been returning any of my messages. Now I see why.  I first went to his website - gone. then I typed his name and found this topic.  really makes you think.  He had such a brilliant mind, even with the hard core drinking. what a waste.
I wish I would have known all these years.]]></description>
		<content:encoded><![CDATA[<p>OMG, I was a good friend of Brices, he had confided so much to me about his mom and his girlfriend and his life&#8230; I knew him in Des Moines and I had much respect for his tech skills and we would exchange information about hacking, phreaking and everything tech.  The last time I saw him he had lent me some Make magazines and I lent him some 2600&#8242;s&#8230;. he Moved and we went for a while without speaking.  I started sending him random text messages in late Sept and a couple of emails, I now moved to Hawaii and just sent him a Google Wave invite a few minutes ago&#8230;.. To be honest I have been getting really annoyed that he has not been returning any of my messages. Now I see why.  I first went to his website &#8211; gone. then I typed his name and found this topic.  really makes you think.  He had such a brilliant mind, even with the hard core drinking. what a waste.<br />
I wish I would have known all these years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on why you should be able to code by mikeb</title>
		<link>http://mikeb.org/2009/09/04/why-you-should-be-able-to-code/#comment-150</link>
		<dc:creator><![CDATA[mikeb]]></dc:creator>
		<pubDate>Fri, 04 Sep 2009 08:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=298#comment-150</guid>
		<description><![CDATA[Two positives I see to not using Mint.com (although, I agree - it is cool);
1) checks and balances to charges that are active rather than passive.  *I* have to add it, if it&#039;s not there it is raised to my attention.  With Mint.com I have to go find anything that looks funny.  This one is probably arguable that I waste more time entering values than I would probably save in the checks and balances, but I&#039;m anal like that..
2) My entire financial account information is not centally stored on something I don&#039;t run.  I have no trust in them not being hacked..  This is the real reason I haven&#039;t compromised on #1 and gone Mint.]]></description>
		<content:encoded><![CDATA[<p>Two positives I see to not using Mint.com (although, I agree &#8211; it is cool);<br />
1) checks and balances to charges that are active rather than passive.  *I* have to add it, if it&#8217;s not there it is raised to my attention.  With Mint.com I have to go find anything that looks funny.  This one is probably arguable that I waste more time entering values than I would probably save in the checks and balances, but I&#8217;m anal like that..<br />
2) My entire financial account information is not centally stored on something I don&#8217;t run.  I have no trust in them not being hacked..  This is the real reason I haven&#8217;t compromised on #1 and gone Mint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on why you should be able to code by Adam</title>
		<link>http://mikeb.org/2009/09/04/why-you-should-be-able-to-code/#comment-149</link>
		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Fri, 04 Sep 2009 07:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=298#comment-149</guid>
		<description><![CDATA[@mikeb -  :)]]></description>
		<content:encoded><![CDATA[<p>@mikeb &#8211;  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on why you should be able to code by mikeb</title>
		<link>http://mikeb.org/2009/09/04/why-you-should-be-able-to-code/#comment-148</link>
		<dc:creator><![CDATA[mikeb]]></dc:creator>
		<pubDate>Fri, 04 Sep 2009 02:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=298#comment-148</guid>
		<description><![CDATA[exactly.]]></description>
		<content:encoded><![CDATA[<p>exactly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on why you should be able to code by Eddie</title>
		<link>http://mikeb.org/2009/09/04/why-you-should-be-able-to-code/#comment-147</link>
		<dc:creator><![CDATA[Eddie]]></dc:creator>
		<pubDate>Fri, 04 Sep 2009 01:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=298#comment-147</guid>
		<description><![CDATA[Geek.]]></description>
		<content:encoded><![CDATA[<p>Geek.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on network music storage and macos annoyances by Ann</title>
		<link>http://mikeb.org/2009/08/13/network-music-storage-and-macos-annoyances/#comment-146</link>
		<dc:creator><![CDATA[Ann]]></dc:creator>
		<pubDate>Thu, 13 Aug 2009 22:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=297#comment-146</guid>
		<description><![CDATA[Every time I read about how you fix things and make your life marvelously easy I feel like genuflecting and bowing down to your greatness. I, a mere mortal, wish I could understand, let alone do the things you describe here.]]></description>
		<content:encoded><![CDATA[<p>Every time I read about how you fix things and make your life marvelously easy I feel like genuflecting and bowing down to your greatness. I, a mere mortal, wish I could understand, let alone do the things you describe here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

