<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Where Did My Brain Go? &#187; Drupal</title>
	<atom:link href="http://wheredidmybraingo.com/tag/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://wheredidmybraingo.com</link>
	<description>Mitch Miller’s Web</description>
	<lastBuildDate>Fri, 04 May 2012 05:53:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Almost WordPress to Drupal</title>
		<link>http://wheredidmybraingo.com/almost-wordpress-to-drupal/</link>
		<comments>http://wheredidmybraingo.com/almost-wordpress-to-drupal/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 06:34:49 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP2Drupal]]></category>

		<guid isPermaLink="false">http://192.168.2.100/?p=249</guid>
		<description><![CDATA[I track my experiences learning Drupal, and trying to convert WordPress blog to Drupal, with Tweets]]></description>
			<content:encoded><![CDATA[<p><img src="http://wheredidmybraingo.com/g2/DrupalIcon.png" height="100" width="88" title="Drupal means drop in Dutch" alt="Drupal Icon" /> I became frustrated with WordPress about six months ago, while developing parts of <a href="http://expectingfan.com" rel="external" title="Maternity Clothing for Expecting Fans">Expecting Fan</a> Web site. I <a href="http://wheredidmybraingo.com/tbi/" title="about my traumatic brain injury?">cannot recall</a> the problem, only that it annoyed me enough to spend two days learning about other <a href="http://opensource.org/" rel="external" title="free software you can modify">Open Source</a> content management systems.</p>
<p>I selected <a href="http://drupal.org/" rel="external" title="content management system">Drupal</a>, for its brilliant design and extensive documentation. I was particularly intrigued by the Drupal <a href="http://drupal.org/handbook/modules/book" rel="external" title="Book: structured document publishing">Book module</a>, described as &#8220;structured document publishing.&#8221;</p>
<p>I began recording progress on <a href="http://twitter.com/Mitchell_Miller" rel="external" title="follow me on Twitter">Twitter</a> with <a href="http://twitter.com/mitchell_miller/statuses/1364949675" rel="external">Learning Drupal</a>, March 21, 2009.</p>
<h3>First Drupal Site</h3>
<p>I followed advice on  <a href="http://drupal.org/" title="Drupal homepage" rel="external">drupal.org</a>, and it was easy to subclass <a href="http://drupal.org/project/zen" rel="external">Zen</a> theme to design new site. It was also easy to create menus, blog, forum, as well as a book.</p>
<p>I also studied <a href="http://www.amazon.com/gp/product/1430209895?ie=UTF8&amp;tag=whdimybrgo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1430209895" rel="external">Pro Drupal Development</a><img src="http://www.assoc-amazon.com/e/ir?t=whdimybrgo-20&amp;l=as2&amp;o=1&amp;a=1430209895" width="1" height="1" alt="" style="padding: 0; float:none; border:none !important; margin:0px !important;" /> to understand how it all worked.</p>
<p>Everything improved <a href="http://twitter.com/mitchell_miller/statuses/1413428983" rel="external">eight days later:</a></p>
<blockquote>
starting <a href="http://www.ibm.com/developerworks/ibm/osource/implement.html" title="Using open source software to design, develop, and deploy a collaborative Web site" rel="external">16 part Drupal/Eclipse tutorial</a>
</blockquote> 
<p>Because tutorial introduced me to <a href="http://www.zend.com/community/pdt" rel="external">Eclipse PDT</a>, a <strong>wonderful</strong> integrated development environment for PHP programming language.</p>

<h3>Problem Installing Eclipse</h3>
<p>After a few crashes, I got Eclipse to work, by installing latest version of <a href="http://java.sun.com/" title="most popular computer language in world" rel="external">Java</a> runtime. I did not want to replace my current version, but it was simple to point Eclipse to new version, starting it:</p>
<code>
eclipse -Declipse.vm=/opt/java6/jre1.6.0_13
</code>
<p>Eclipse has never crashed with newer Java.</p>
<h3>Problem Installing Drupal Test Site</h3>
<p>Before adding content, I wanted to be sure that my test site would not appear on search engines. Unfortunately, I could not find &#8220;privacy&#8221; among the <strong>dozens</strong> of Drupal administrative settings, or in &#8220;Database Table Reference&#8221; of Pro Drupal Development.</p>

<p><strong>NOTE:</strong> Follow instructions on <a href="http://drupal.org/node/198129" rel="external">Disable RSS Feed?</a> before adding content to a Drupal test site.</p>
<h3>After 16 Days of Drupal</h3>
<p>On April 5, 2009, I <a href="http://twitter.com/mitchell_miller/statuses/1454302205" rel="external">Tweeted:</a></p>
<blockquote>
My first Drupal site is up: <strike>http://mitchelldmiller.com/web/</strike><br />Unfortunately, my Tweet from the site did not work
</blockquote>

<p>I fixed the Tweet problem, by writing my own program to read and display my last Tweet, and added it to my Drupal and WordPress blogs.</p>
<p>My <a href="http://twitter.com/mitchell_miller/statuses/1472676775" rel="external">next Tweet</a> was melancholy:</p>
<blockquote>
Trashed my Drupal database and test site is gone!
</blockquote> 
<p>No, I have no idea what I did, but I knew I needed to learn more PHP. On  <a href="http://twitter.com/mitchell_miller/statuses/1488209934" rel="external">April 10:</a></p>
<blockquote>
any suggestions for PHP book with function ref to replace php.net?
</blockquote> 
<p>A response by <a href="http://twitter.com/ucffool" rel="external">@ucffool</a> led me to <a href="http://www.phpreferencebook.com" rel="external">PHP Reference by Mario Lurgi</a>, which has been very helpful.</p>

<p>Nevertheless, I still liked Drupal, so I added &#8220;Convert blog to Drupal&#8221; to my lengthy &#8220;To Do&#8221; list.</p>
<h3>Month of WordPress Updates</h3>
<p>On July 13, I <a href="http://twitter.com/mitchell_miller/statuses/2610534044/" rel="external">Tweeted:</a></p>
<blockquote>
only took 5 minutes to upgrade WordPress, but I am sick of it. Time to finish my Drupal book, and try something new
</blockquote> 
<p>I have no idea how I did this, because it was never that fast again!</p>

<p>I recorded additional WordPress updates on <a href="http://twitter.com/mitchell_miller/statuses/2894981046" rel="external">July28</a>, <a href="http://twitter.com/mitchell_miller/statuses/3236615847" rel="external">August 11</a>, <a href="http://twitter.com/mitchell_miller/statuses/3327345697" rel="external">August 15.</a></p>
<p>I am delighted to report that since <a href="http://twitter.com/mitchell_miller/statuses/2938209183" rel="external">Tweeting:</a></p>
<blockquote>
<a href="http://twitter.com/wordpress" rel="external">@wordpress</a> please consider validating future releases with Eclipse so they load without errors <a href="http://eclipse.org" title="Eclipse, not redirected" rel="external">http://tr.im/uOC5</a>
</blockquote> 

<p>Future releases have loaded without errors!</p>
<p>Unfortunately, updates introduced <strong>very annoying problem!</strong> &#8220;Screen options&#8221; on Administrative pages, stopped working. Tried Linux versions of Firefox 2&nbsp;and&nbsp;3, Opera 9&nbsp;and&nbsp;10.</p>
<p>I wish <a href="http://twitter.com/wordpress" rel="external" title="follow WordPress on Twitter">WordPress</a> would offer an option for a simpler Administrative theme, where all options are visible. Has anybody besides the developers, ever used the Drag&nbsp;&amp;&nbsp;Drop feature?</p>

<p>Anyway, these experiences induced me to tackle blog conversion.</p>
<h3>My Last 29 Hours of Drupal</h3>
<p>Notes and comments from my experience converting <a href="http://wheredidmybraingo.com/" title="Mitch Miller&#8217;s Web">Where Did My Brain Go?</a> from WordPress to Drupal:</p>
<ol>
<li>optimized WordPress database with <a href="http://wordpress.org/extend/plugins/disable-revisions/" title="Disable revision functions in WordPress and delete all entries of revisions in database" rel="external">disable revisions plugin</a> before export</li>
<li>installed Drupal, and followed instructions on <a href="http://drupal.org/node/198129" rel="external">Disable RSS Feed?</a></li>

<li>selected <a href="http://drupal.org/project/wp2drupal" rel="external">WP2Drupal</a> module to convert database to Drupal</li>
<li>edited WP2Drupal to: <a href="http://drupal.org/node/487086" rel="external">connect nodes with taxonomy terms fails due to lack of $node-&gt;vid</a></li>
<li>WP2Drupal ignored WordPress slugs, and created links from titles &mdash; most links worked</li>
<li>Needed to:<ul><li>review 300 links to correct changes</li><li>Learn how to filter content types, to maintain current structure</li></ul></li>

<li>Tried <a href="http://blueprintcss.org/" rel="external">Blueprint CSS Framework</a>, used by <a href="http://drupal.org/project/Blueprint" rel="external">Blueprint Drupal Module</a>. Even includes validator! But was hesitant about having to learn Ruby Programming Language to understand how it worked. <strong>Finally</strong> came to senses after reading &#8220;<strong>Help me!</strong>&#8221; messages in <a href="http://groups.google.com/group/blueprintcss" rel="external">Blueprint CSS : Google Groups</a>. I would not benefit enough from replacing:<ul><li><a href="http://wheredidmybraingo.com/wp-content/themes/brainiac/style.css" title="most of the styles for Where Did My Brain Go?">one stylesheet</a> with <strong>complicated</strong> Ruby system</li>

<li>really wanted to use Drupal <a href="http://drupal.org/handbook/modules/book" title="Book: structured document publishing" rel="external">Book module</a>, but did not want to expend many hours converting blog</li></ul></li>
</ol>
<h3>How To Try WP2Drupal Now</h3>
<p>I installed these Drupal modules before converting database:</p>
<ul>
<li><a href="http://drupal.org/project/advanced_help" rel="external">Advanced Help</a></li>
<li><a href="http://drupal.org/project/cmf" rel="external">Content Management Filter</a></li>
<li><a href="http://drupal.org/project/devel" rel="external">Devel</a></li>
<li><a href="http://drupal.org/project/globalredirect" rel="external">Global Redirect</a></li>

<li><a href="http://drupal.org/project/path_redirect" rel="external">Path Redirect</a></li>
<li><a href="http://drupal.org/project/pathauto" rel="external">Pathauto</a></li>
<li><a href="http://drupal.org/project/rootcandy" rel="external">Root Candy</a> (great Administrative theme)</li>
<li><a href="http://drupal.org/project/taxonomy_redirect" rel="external">Taxonomy Redirect</a></li>
<li><a href="http://drupal.org/project/token" rel="external">Token</a></li>
<li><a href="http://drupal.org/project/views" rel="external">Views</a></li>
<li><a href="http://drupal.org/project/wp2drupal" rel="external">WP2Drupal</a></li>
<li><a href="http://drupal.org/project/zen" rel="external">Zen</a></li>

</ul>
<h3>Drupal Suggestions</h3>
<p>I recommend <a href="http://drupal.org/" rel="external">Drupal</a> to anyone who wants to start a new blog, knows <a href="http://php.net/" rel="external">PHP</a> programming language, and is willing to read <a href="http://www.amazon.com/gp/product/1430209895?ie=UTF8&amp;tag=whdimybrgo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1430209895" rel="external">Pro Drupal Development</a><img src="http://www.assoc-amazon.com/e/ir?t=whdimybrgo-20&amp;l=as2&amp;o=1&amp;a=1430209895" width="1" height="1" alt="" style="padding: 0; float:none; border:none !important; margin:0px !important;" /> to understand how Drupal works, and to learn how to write Drupal modules.</p>
<p>Drupal should assign volunteer to update <a href="http://drupal.org/project/wp2drupal" rel="external">WP2Drupal module</a> so it creates uses existing links in WordPress slugs, instead of creating new ones from titles. Drupal should make it easy to convert WordPress blog to Drupal, if it wants to become more popular.</p>
]]></content:encoded>
			<wfw:commentRss>http://wheredidmybraingo.com/almost-wordpress-to-drupal/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
<enclosure url="&lt;img src=\&quot;http://wheredidmybraingo.com/g2/DrupalIcon.png\&quot; height=\&quot;100\&quot; width=\&quot;88\&quot; title=\&quot;Drupal means drop in Dutch\&quot; alt=\&quot;Drupal Icon\&quot; /&gt;" length="" type="" />
		</item>
	</channel>
</rss>

