<?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; WordPress</title>
	<atom:link href="http://wheredidmybraingo.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://wheredidmybraingo.com</link>
	<description>Mitch Miller’s Web</description>
	<lastBuildDate>Sun, 22 Jan 2012 03:14:06 +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>
		<item>
		<title>Trackbacks Are Working</title>
		<link>http://wheredidmybraingo.com/how-to-trackback/</link>
		<comments>http://wheredidmybraingo.com/how-to-trackback/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 17:30:26 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wheredidmybraingo.com/2007/12/21/how-to-trackback/</guid>
		<description><![CDATA[After seven months, I figure out how to activate WordPress trackbacks]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/"><img src="http://wheredidmybraingo.com/g/wp2.jpg" height="60" width="56" alt="" /></a> After <a href="http://wheredidmybraingo.com/2007/05/15/welcome/" title="Welcome">seven months</a> of mostly&ndash;blissful ignorance, <a href="http://wheredidmybraingo.com/">Where Did My Brain Go?</a> finally has trackbacks.</p>
<p><strong>Trackbacks</strong> are used by bloggers to inform each other, when they link to each others blogs. If I link to a post on someones blog, I send her a trackback, so she knows who links to her work.</p>
<p>I keep track of everyone who comes to <a href="http://wheredidmybraingo.com/">Where Did My Brain Go?</a> but I just look at totals of visitors, not at individual entries. Totals rise when I write about <a href="http://wheredidmybraingo.com/categories/bear-grylls/">Bear Grylls</a> and <a href="http://wheredidmybraingo.com/2007/10/02/ny-giants-surprise-almost-everyone/" title="New York Giants Surprise Almost Everyone">Osi Umenyiora</a>. Totals drop, precipitously, when I don&#8217;t write anything at all.</p>
<p>Two days ago, after not writing anything on <a href="http://wheredidmybraingo.com">Where Did My Brain Go?</a> for almost for a month, my visitor totals dropped so much, that I decided to look at individual entries. Among these log entries, I found about a dozen requests, which ended in <strong>&ldquo;/trackback/&rdquo;</strong> &mdash; but I did not have a single trackback!</p>
<p>I clicked on one entry, for example: <strike>http://wheredidmybraingo.com/2007/05/15/welcome/trackback/</strike> and got a &ldquo;File Not Found&rdquo; error. <samp>(removed invalid link 06-17-09)</samp></p>
<p>I tried changing some settings, but nothing worked. I headed over to <a href="http://wordpress.org/support/">WordPress support</a>, and posted <a href="http://wordpress.org/support/topic/147114" title="how do I enable trackbacks?">this clueless message</a> in the <a href="http://wordpress.org/support/forum/3">How-to and troubleshooting</a> forum:</p>
<blockquote>
<p>My server log contains many requests which end in &ldquo;trackback&rdquo; but these do not show up on my posts as comments, as I have seen in other WP blogs.</p>
<p>I tried enabling / disabling my &ldquo;Feedburner Feedsmith&rdquo; plugin &mdash; but no change.</p>
<p>What do I have to do to make this feature work?</p>
</blockquote>
<p>Unfortunately, my clueless message was too clueless for the gurus, but I got some unexpected help which explained how to fix the problem, with three lines of code.</p>
<span id="more-75"></span>
<h3>WordPress Dashboard</h3>
<p><img src="http://wheredidmybraingo.com/g/dashboard.jpg" width="618" height="412" alt="WordPress dashboard" /></p>
<p style="clear:left">Occasionally, a graphical interface is helpful, and one of those helpful GUIs, is the well-designed WordPress &ldquo;Dashboard&rdquo; shown above.</p>
<p>The Dashboard is a collection of WordPress news, instructions, tutorials. When you login to WordPress, without specifying an address, you are greeted with the Dashboard.</p>
<p>When I logged in yesterday, for the first time in awhile, I was determined to fix trackback, but I was still completely clueless. However, I perked up as soon as the dashboard was displayed, when I saw the word <strong>&ldquo;trackback&rdquo;</strong> among the titles, in <strong>Other WordPress News.</strong></p>
<h3>All in the Theme</h3>
<p>Dashboard directed me to <a href="http://wpbits.wordpress.com/2007/12/18/tip-9-use-trackback-auto-discovery/">Tip #9: Use trackback auto-discovery</a>, written by <a href="http://mamchenkov.net/wordpress/">Leonid Mamchenkov</a>. Leonid&#8217;s tip explained the important part in one sentence:</p>
<blockquote>
Gladly, there is a Codex page that covers <a href="http://codex.wordpress.org/Template_Tags/trackback_rdf">trackback_rdf()</a> function.
</blockquote>
<p>I learned that I did not have trackbacks, because I never added them to my theme.</p>
<h3>How To Add Trackbacks to Your WordPress Blog</h3>
<p>You must edit one file in your WordPress theme to enable trackbacks. Relax, it&#8217;s easy.</p>
<p>From the Dashboard menu, select <em>Presentation</em> followed by <em>Theme Editor</em> &mdash; select <em>Main Index Template</em> to edit.</p>
<p>Find a line that begins with: <strong>&lt;p class=&quot;postmetadata&quot;</strong> &mdash; around line 24</p>
<p>Insert the following three lines, immediately after that line:</p>
<p>&lt;!&#8211; <samp>(ends with two hyphens)</samp>
<br />
&lt; php trackback_rdf(); &gt;
<br />
&#8211;&gt; <samp>(starts with two hyphens)</samp></p>
<p><strong>That&#8217;s it!</strong> Save your file, reload your blog, and select a post. Depending on your theme, you should see <strong>&ldquo;leave a response or trackback from your site&ldquo;</strong> after the post. You should be able to see it on <a href="/2007/12/21/how-to-trackback/" title="the post you are reading">this post</a> to see it now.</p>
<p>I hope to see some trackbacks at <a href="http://wheredidmybraingo.com/">Where Did My Brain Go?</a> soon!</p> ]]></content:encoded>
			<wfw:commentRss>http://wheredidmybraingo.com/how-to-trackback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started</title>
		<link>http://wheredidmybraingo.com/gettng-started/</link>
		<comments>http://wheredidmybraingo.com/gettng-started/#comments</comments>
		<pubDate>Sat, 19 May 2007 03:55:22 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Human Interest]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wheredidmybraingo.com/?p=6</guid>
		<description><![CDATA[Learning WordPress and blogging]]></description>
			<content:encoded><![CDATA[I&#8217;ve spent the past few days learning <dfn title="the software that powers this blog">WordPress</dfn>.  My daughter Audrey bought me <a href="http://www.amazon.com/WordPress-2-Visual-QuickStart-Guide/dp/0321450191/ref=sr_11_1/102-3473005-7989713?ie=UTF8&amp;qid=1179540137&amp;sr=11-1" rel="external" title="check out the reviews">WordPress 2, Visual Quickstart Guide</a>, which is prominently displayed on <a href="http://wordpress.org/" target="_blank" title="where you download wordpress">wordpress.org</a>, but it is very disappointing.
<span id="more-6"></span>
The book helped with the initial installation, but not much else.  I have over a dozen years of experience using <acronym title="Hypertext Markup Language is the original language for writing Web Pages">HTML</acronym>, and writing <acronym title="Common Gateway Interface. CGI allows HTML pages to be interactive">CGI</acronym> programs using the <dfn title="Unix/Linux is written in C. Isn't that enough of a recommendation?">C</dfn> language.  Plus &#8212; I am also a <a href="http://www.sun.com/training/certification/java/scjp.xml" target="_blank" title="about the SCJP exam">Sun Certified Java Programmer</a>.  Unfortunately, for me anyway, <a href="http://www.wordpress.com/" title="where you can try WordPress" rel="external">WordPress</a> relies upon <acronym title="recursive acronym for PHP: Hypertext Processor">PHP</acronym>, and I knew <dfn title="Yiddish: 'kozebubkes' or goat droppings, means the least amount">bupkus</dfn> about PHP.

I have learned enough PHP over the past few days for basic stuff, like modifying the presentation, and running a CGI program, written in C, which attempts to keep out some annoying <dfn title="programs that explore the Internet for a variety of purposes, not all of them nice">robots</dfn>. But I got lost trying to get two <dfn title="programs designed to be integrated into WordPress">plugins</dfn> to work.

The aforementioned WordPress book is particularly useless helping with plugins.  It recommends plugins for previous versions of WordPress, and others that are no longer maintained.  My biggest problem was trying to create a &#8220;Contact page&#8221; using a PHP plugin.

I tried <strong>&#8220;WP Contact Form&#8221;</strong> and <strong>&#8220;wppccf&#8221;</strong>.   The book describes a discontinued version of the former, but I found an updated version, it just didn&#8217;t work.  First, it would not display properly until I removed the &#8220;required entries&#8221; line.  Then, I had to hardcode the security question, which is designed to keep out more robots.  After that, the form was presentable, but it would not send mail.  I spent over an hour messing with the mail headings, but I still never got it to work.  What was especially frustrating, was that I know how to use <dfn title="most common Unix program for sending mail">sendmail</dfn>, and I know how to write a &quot;contact page&quot; in C, but I wanted to use a <a href="http://codex.wordpress.org/Plugins" title="WordPress plugin repository" _target="blank">WordPress plugin.</a>  I finally decided, I am easy enough to contact because anyone reading this can see my name, and knows the domain.  However, if anyone understands <strong>why</strong> &#8220;WP Contact Form&#8221; did not work, I would love to use it, please write to me, and let me know where I messed up.  Oh yeah, I know how to <acronym title="Read the - manual">RTFM</acronym>, and I read all about &#8220;mail()&#8220; on php.net, but I never received any mail using that plugin.

Besides plugins, <a href="http://www.amazon.com/WordPress-2-Visual-QuickStart-Guide/dp/0321450191/ref=sr_11_1/102-3473005-7989713?ie=UTF8&amp;qid=1179540137&amp;sr=11-1" rel="external" title="check out the reviews">WordPress 2, Visual Quickstart Guide</a> does not explain much about <acronym title="Really Simple Syndication">RSS</acronym>, which I have never used, other than how to &#8220;Import an RSS Feed.&#8220; Why would I want to do that?  Don&#8217;t I want to <em>export</em> an RSS feed?  Or anything at all about putting in links to Technorati and digg.  Or adding a spelling checker. I had to run this through <dfn title="standard Linux spell checker">aspell</dfn> and <dfn title="utility to find HTML syntax errors">tidy!</dfn>

So <strong>shame on WordPress</strong> for recommending a mostly useless book!  But of course, <strong>Thank You Audrey,</strong> for getting it in the first place!

If any of you nice folks reading this, can explain how to do anything I mentioned here, <strong>please help!</strong>
]]></content:encoded>
			<wfw:commentRss>http://wheredidmybraingo.com/gettng-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

