<?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; Twitter</title>
	<atom:link href="http://wheredidmybraingo.com/tag/twitter/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>
		<item>
		<title>How To Ask Bear Grylls A Question</title>
		<link>http://wheredidmybraingo.com/how-to-ask-bear-grylls-a-question/</link>
		<comments>http://wheredidmybraingo.com/how-to-ask-bear-grylls-a-question/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 22:55:07 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Bear Grylls]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://wheredidmybraingo.com/?p=211</guid>
		<description><![CDATA[I found two places on Web to send a question to Bear Grylls, that he might actually answer]]></description>
			<content:encoded><![CDATA[<p><img src="http://wheredidmybraingo.com/g2/EscapeToTheLegion.jpg" height="85" width="128" alt="Bear Grylls: Escape to The Legion"/> I am just starting to come around, after being <a href="http://wheredidmybraingo.com/i-was-shot-on-greyhound-bus-in-cleveland/" title="I Was Shot On Greyhound Bus In Cleveland">target practice</a> for a sniper, last week.</p>
<p>Today was the first day I felt &ldquo;normal.&rdquo;</p>
<p>First, I updated <a href="http://en.wikipedia.org/wiki/Plaxico_Burress" title="Wikipedia bio">Plaxico Burress</a> on <a href="http://en.wikipedia.org/wiki/User:Mitch3000" title="I am Mitch3000 on Wikipedia">Wikipedia</a>, then wrote about him <a href="http://wheredidmybraingo.com/plaxico-burress-is-scared/" title="Plaxico Burress Is Scared">here</a>. I even <a href="http://twitter.com/Mitchell_Miller" title="I am Mitchell_Miller on Twitter">Tweeted</a> about it.  However, <a href="http://wheredidmybraingo.com/giant-idiots/" title="Giant Idiots">Plaxico Burress</a>, is an <a href="http://wheredidmybraingo.com/category/idiots/" title="Recognizing Stupidity">idiot</a>, who messed up <a href="http://wheredidmybraingo.com/category/ny-giants/" title="NY Giants category at Where Did My Brain Go?">New York Giants</a> season, and it did not leave me in a good mood.</p>
<p>Thankfully, <a href="http://wheredidmybraingo.com/category/bear-grylls/" title="Bear Grylls and Man vs. Wild category at Where Did My Brain Go?">Bear Grylls</a> <strong>always</strong> puts me in a good mood, so I searched for some news about him.</p>
<p>I started at <a href="http://twitter.com/" title="microblogging service that is lots of fun">Twitter</a>, where <a href="http://twitter.com/BearGrylls" title="follow Bear Grylls on Twitter">Grylls tweeted</a> that he is filming something in Alaska. Great news &mdash; because <a href="http://wheredidmybraingo.com/bear-grylls-is-injured-in-vietnam/" title="Bear Grylls Is Injured in Vietnam">his shoulder</a> must be better.</p>
<p>Then I visited <a href="http://beargrylls.blogspot.com/" title="Bear Grylls | International Speaker | Best selling Author | Everest Mountaineer">Bear&#39;s Blog</a>, and found something interesting.</p>
<h3>Where Is Bear Grylls Now?</h3>
<p>Bear Grylls endorses two &ldquo;fan sites&rdquo; which are both run by &ldquo;Melissa&rdquo; whose <a href="http://www.myspace.com/thebeargryllsfanpage" title="The Official Bear Grylls Fan Page">MySpace Page</a> states she is 34, and lives in Connecticut. Unfortunately, MySpace is broken, and even after I tried <a href="http://www.myspace.com/mitchmiller2009" title="My rarely visted MySpace page">logging in</a>, I could not read her profile.</p>
<p>On almost every link, MySpace tried to send me <strong>b.ashx</strong>, which Firefox did not understand. I guess they only tested it with Windows.&nbsp;<samp>&lt;g&gt;</samp></p>
<p>After switching to their new &ldquo;lite view&rdquo; I was able to learn that Melissa is married, and a Leo, but I started getting the same error, on every link, so I logged out of MySpace.</p>
<p>Melissa&apos;s other site, includes a forum, hosted by <a href="http://www.freeforums.org/" title="free forum hosting">FreeForums.org</a>, which worked fine.</p>
<h3>Ask Bear Grylls</h3>

<p>Check out Melissa&apos;s <a href="http://beargryllsofficialfansite.freeforums.org/ask-bear-f7.html" title="Bear Grylls Official Fan Site Forum Index">Ask Bear</a> forum, where she has posted almost a question a day, for over two years.</p>
<p>Apparently, if your question is good enough, Melissa, who might not exercise enough, because there are no photos of her, on either site, will forward it to <a href="http://wheredidmybraingo.com/bear-grylls-and-the-most-interesting-academy/" title="Bear Grylls and The Most Interesting Academy">Bear Grylls</a> somehow, and transcribe his response.</p>
<p>Although <a href="http://wheredidmybraingo.com/first-powered-paragliders-in-antarctica/" title="First Powered Paragliders In Antarctica">Bear Grylls</a> did not answer <a href="http://twitter.com/Mitchell_Miller/statuses/1942489847" title="Twitter / Mitch Miller / 1942489847">my Twitter question</a>, you may have better luck using Melissa&apos;s forum!</p>
]]></content:encoded>
			<wfw:commentRss>http://wheredidmybraingo.com/how-to-ask-bear-grylls-a-question/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="&lt;img src=\&quot;http://wheredidmybraingo.com/g2/EscapeToTheLegion.jpg\&quot; height=\&quot;85\&quot; width=\&quot;128\&quot; alt=\&quot;Bear Grylls: Escape to The Legion\&quot;/&gt;" length="" type="" />
		</item>
		<item>
		<title>Follow Bear Grylls On Twitter</title>
		<link>http://wheredidmybraingo.com/follow-bear-grylls-on-twitter/</link>
		<comments>http://wheredidmybraingo.com/follow-bear-grylls-on-twitter/#comments</comments>
		<pubDate>Thu, 28 May 2009 04:19:07 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Bear Grylls]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://wheredidmybraingo.com/?p=206</guid>
		<description><![CDATA[Follow Bear Grylls on Twitter, and ask him to upload a photo]]></description>
			<content:encoded><![CDATA[<p><img src="http://wheredidmybraingo.com/g2/Twitter.png" height="29" width="120" alt="Twitter logo"/> I just found <a href="http://wheredidmybraingo.com/category/bear-grylls/" title="Bear Grylls and Man vs. Wild category at Where Did My Brain Go?">Bear Grylls</a> on <a href="http://wheredidmybraingo.com/twittering/" title="Twittering">Twitter</a> &mdash; where he still has not posted a photo!</p>
<p>I <a href="http://twitter.com/Mitchell_Miller/status/1942489847" title="my Twitter status 2009-05-28T02:17:45+00:00">reminded him</a> to upload a photo, and invited him to visit <a href="http://wheredidmybraingo.com/" title="Mitch Miller's Web">Where Did My Brain Go?</a> when he was done.</p>
<p>Come on <a href="http://beargrylls.blogpsot.com/" title="Bear&#39;s Blog">Bear</a>, leave a comment, and let us know you were here!</p>
<h3>Following Bear Grylls</h3>
<p>Follow Bear Grylls on Twitter at: <a href="http://twitter.com/BearGrylls" title="Bear Grylls on Twitter">http://twitter.com/BearGrylls</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wheredidmybraingo.com/follow-bear-grylls-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dodging Death</title>
		<link>http://wheredidmybraingo.com/dodging-death/</link>
		<comments>http://wheredidmybraingo.com/dodging-death/#comments</comments>
		<pubDate>Tue, 12 May 2009 02:59:16 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Smoking]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://wheredidmybraingo.com/?p=203</guid>
		<description><![CDATA[My latest attempt to stop smoking]]></description>
			<content:encoded><![CDATA[<p><img src="http://wheredidmybraingo.com/g2/NoSmoking.png" height="123" width="123" alt="no smoking symbol"/> <strong>Stop smoking!</strong> It sounds easy.</p>
<p>Until I am doing something on a computer, which does not work &mdash; and I convince myself that it would be <strong>much easier</strong> to solve the problem if I was sucking on a cancer stick.</p>
<p><strong>Usually</strong>, I chew on sugar-free candy, until the urge passes. Since the worst computer problems occur at night, and are often caused by simply staying up too late, <strong>sometimes</strong> I go to sleep, as soon as I want a cigarette.</p>
<p>Unfortunately, &ldquo;usually&rdquo; plus &ldquo;sometimes&rdquo; does not equal &ldquo;all the time.&rdquo; Because <strong>occasionally</strong> I take $3.18 to a <a href="http://www.visitlex.com/" title="visit Lexington, Kentucky">nearby</a> store, which never closes, and trade it for a pack of smokes.</p>
<p>Alas, <strong>occasionally</strong> is more powerful than <strong>sometimes</strong> and <strong>usually</strong> together.</p>
<p><strong>Eventually</strong> I reach for a cigarette, as soon as I wake up in the morning.</p>
<h3>Additional Inspiration</h3>
<ul>
<li>I promised <a href="http://www.myspace.com/maxineamelia" title="Maxine on MySpace">my</a> <a href="http://audreymiller.org/" title="Audrey&#39;s homepage">daughters</a> another 30 years, which will not happen if I smoke</li>
<li>Someone I know was just diagnosed with <a href="http://en.wikipedia.org/wiki/emphysema" title="about emphysema">emphysema</a> from smoking</li>
</ul>
<h3>My New Plan</h3>
<p>First, it does not involve <a href="http://wheredidmybraingo.com/is-chantix-worse-than-cigarettes/" title="Is Chantix Worse Than Cigarettes?">Chantix</a>, which is the <strong>worst drug</strong> I ever tried.</p>
<p>This time, I am going to use my computer. I plan to <a href="http://wheredidmybraingo.com/twittering" title="Twittering">tweet</a> about smoking.</p>
<h3>Tweeting Tobacco</h3>
<p>My thinking, is that I am more likely to stick to it, if I keep reminding myself on <a href="http://twitter.com/Mitchell_Miller" title="follow me on Twitter">Twitter</a>. It might be boring, because I might actually stop, or <samp>(even better)</samp> just forget about it.</p>
<p>I counted the days when I <a href="http://wheredidmybraingo.com/looking-ahead/" title="Looking Ahead">stopped drinking</a> for awhile, but cigarettes are different. During my first month without liquor, I wanted a drink all the time, and each day was a challenge. <a href="http://wheredidmybraingo.com/oops-i-did-it-again/" title="Oops! I did it again!">Cigarette cravings</a> pass in a few minutes, and are not nearly as strong.</p>
<h3>Countdown</h3>
<p>I have 11 cigarettes left.</p>
]]></content:encoded>
			<wfw:commentRss>http://wheredidmybraingo.com/dodging-death/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="&lt;img src=\&quot;http://wheredidmybraingo.com/g2/NoSmoking.png\&quot; height=\&quot;123\&quot; width=\&quot;123\&quot; alt=\&quot;no smoking symbol\&quot;/&gt;" length="" type="" />
		</item>
		<item>
		<title>I Am Answering Questions On Aardvark</title>
		<link>http://wheredidmybraingo.com/i-am-answering-questions-on-aardvark/</link>
		<comments>http://wheredidmybraingo.com/i-am-answering-questions-on-aardvark/#comments</comments>
		<pubDate>Sat, 09 May 2009 03:59:18 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Aardvark]]></category>
		<category><![CDATA[Human Interest]]></category>
		<category><![CDATA[Paul Stewart]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://wheredidmybraingo.com/?p=201</guid>
		<description><![CDATA[Ask me questions about HTML, Java, and Web programming on Aardvark, an innovative service.]]></description>
			<content:encoded><![CDATA[<p><a href="http://vark.com/" title="Aardvark Homepage"><img src="http://wheredidmybraingo.com/g2/Aardvark.png" height="28" width="128" alt="Aardvark logo for vark.com"/></a> I have joined <a href="http://vark.com/" title="homepage">Aardvark</a>, thanks to an invitation from <a href="https://twitter.com/arckinteractive" title="follow Paul Stewart on Twitter">Paul Stewart</a> of <a href="http://arckinteractive.com/" title="Chicago Web Development">arck interactive</a>, which I received on <a href="http://twitter.com/Mitchell_Miller" title="follow me on Twitter">Twitter</a>. Aardvark is cool!</p>
<h3>What Is Aardvark?</h3>
<p>Aardvark is a network of users who answer each others questions. It opened to the public in <a href="http://en.wikipedia.org/wiki/Aardvark_(search_engine)" title="Wikipedia article">March 2009</a>, but new users must be invited to join by existing users.</p>
<p>Users register as &ldquo;experts&rdquo; on at least three subjects. For example, I selected:</p>
<ol>
<li><a href="http://www.w3.org/html/" title="HTML is the publishing language of the World Wide Web">HTML</a></li>
<li><a href="http://java.sun.com/javase/" title="Java: standard edition">Java SE</a></li>
<li><a href="http://verybestpages.com/" title="Hire me to work on your Web site">Web Programming</a></li>
</ol>
<p>Basically, someone sends a question about HTML to Aardvark, which eventually gets routed to me. Then Aardvark emails me the question, asking if I want to answer it.</p>
<p>Of course, there are <strong>many</strong> more options. I can limit questions to &ldquo;friends&rdquo; or members of groups. I can also receive questions by IM and chat services. iPhones will be supported soon.</p>
<h3>Does It Work?</h3>
<p>I don&#39;t know yet, because I have not sent or received any questions! I think I need to register for more subjects. I am also used to asking questions on <a href="http://wordpress.org/support/topic/267358" title="how to display text from functions.php">Web forums</a>, however I will try to ask my next question on Aardvark.</p>
<p>Aardvark is a brilliant idea. I will report back on it, when I have more experience using this innovative service.</p>]]></content:encoded>
			<wfw:commentRss>http://wheredidmybraingo.com/i-am-answering-questions-on-aardvark/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twittering</title>
		<link>http://wheredidmybraingo.com/twittering/</link>
		<comments>http://wheredidmybraingo.com/twittering/#comments</comments>
		<pubDate>Mon, 04 May 2009 23:16:25 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://wheredidmybraingo.com/?p=198</guid>
		<description><![CDATA[My introduction to Twitter and bit.ly]]></description>
			<content:encoded><![CDATA[<p><img src="http://wheredidmybraingo.com/g2/Twitter.png" height="29" width="120" alt="Twitter logo"/> I have joined, and am <strong>enjoying</strong>, <a href="http://twitter.com/" title="homepage">Twitter</a>, where I am now <samp>(June 13, 2009)</samp>known as <a href="http://twitter.com/Mitchell_Miller" title="Follow me on Twitter">Mitchell_Miller</a>. You can see my last entry on Twitter, displayed in the left column.</p>
<p><strong>Note:</strong>
<h3>What Is Twitter?</h3>
<p>Twitter is a <a href="http://en.wikipedia.org/wiki/Micro-blogging" title="about">micro blogging</a> service. Entries, or <strong>Tweets</strong> are plain text, and limited to 140 characters.</p>
<p>Tweets may include Web addresses, but these are limited to 30 characters by Twitter. Twitter will automatically shorten long links, but I wanted something better.</p> 
<p>So, in addition to Twitter, I signed up for another service, <a href="http://bit.ly/" title="shortens and tracks links">bit.ly</a>, to Tweet about links like:</p>
<code><a href="http://wheredidmybraingo.com/acoustic-eidolon-in-berea/">http://wheredidmybraingo.com/acoustic-eidolon-in-berea/</a></code>
<h3>What Is bit.ly?</h3>
<p>Use <a href="http://bit.ly/" title="homepage">bit.ly</a> to <strong>shorten, share, and track your links</strong>. bit.ly shortened the the previous link to:</p>
<code><a href="http://bit.ly/zJN2" title="Acoustic Eidolon in Berea">http://bit.ly/zJN2</a></code>
<p>After opening a bit.ly account, you will also be able to keep track of all the links you have submitted.</p>
<h3>Danger, Will Robinson!</h3>
<p>Visiting a link, with an <strong>unknown destination</strong>, can be <strong>scary</strong>. You can obtain information about a bit.ly link, by adding:&nbsp; <strong>+</strong>&nbsp;<samp>(plus sign)</samp></p>
<p>For example, try:</p>
<code><a href="http://bit.ly/zJN2+" title="bit.ly link info">http://bit.ly/zJN2+</a></code> 
<p>When you open a link from bit.ly, <a href="http://lifehacker.com/5068945/five-best-url-shrinkers" title="Five Best URL Shrinkers">or others like it</a>, the service expands it, and issues a redirect to your browser.</p>
<p><a href="http://novell.com/linux/desktop/" title="I use Novell Linux Desktop">Linux</a> users should try this tip from <a href="http://lifehacker.com/people/yitzle/" title="posts">yitzle</a> on <a href="http://lifehacker.com/" title="homepage">Lifehacker</a>. It uses <a href="http://curl.haxx.se" title="data transfer utility">cURL</a>, a <strong>very</strong> handy utility, which is installed on most systems.</p>
<p>Add this function to your .bashrc:</p>
<code>function urlExpand () { curl -I &quot;$1&quot; 2&gt;dev/null | sed -n &apos;Location/ s/.* //p&apos; }</code>
<p>Use it from the shell like this:</p>
<code>urlExpand http://bit.ly/zJN2</code>
<p>Add a &quot;v&quot; for cURL&#8217;s verbose output, to test it, and learn how it works:</p>
<code>curl -I<strong>v</strong> http://bit.ly/zJN2 2&gt;dev/null | sed -n &apos;Location/ s/.* //p&apos;</code>
<h3>Twitter Trivia</h3>
<p>On yesterday&#8217;s <a href="http://www.komando.com/" title="homepage">Kim Komando</a> show, America&#8217;s <a href="http://en.wikipedia.org/wiki/Kim_Komando" title="Wikipedia bio">Digital Goddess</a>, said that Twitter bought their logo, seen by millions daily, from <a href="http://istockphoto.com" title="homepage">iStockPhoto</a> for $30.</p>
<p>Ms. Komando said the artist received $6 from this sale.</p>
<h3>Twitter Accounts</h3>
<p>Everything on Twitter works nicely. I particularly like how easy it is to remove generic wallpaper and customize colors.</p>
<p>However, Twitter&#8217;s best feature, is the way it handles the selection of user names. I register for <strong>many</strong> sites, which require an account, to ask a question, or run a demo.</p>
<p>Some sites, like <a href="http://joomla.org/" title="CMS I wanted to try">Joomla</a>, take you <strong>back to the 80&#8242;s</strong> &mdash;</p>
<ol>
<li>Enter all your info</li>
<li>Press &ldquo;Send&rdquo; and wait</li>
<li>Receive message that your selected ID is taken</li>
<li>Go to 1</li>
</ol>
<p>Others, like <a href="http://www.myspace.com/" title="homepage">MySpace</a>, where I am also <a href="http://www.myspace.com/mitchmiller2009" title="my MySpace page">MitchMiller2009</a>, or <a href="http://wikipedia.org/" title="homepage">Wikipedia</a>, where I am <a href="http://en.wikipedia.org/wiki/User:Mitch3000" title="my Wikipedia User Page">Mitch3000</a>, issue a permanent address, which can never be changed.</p>

<p>Twitter will let you change your ID, but I have not done it, and do not know how it affects your old Tweets. However, they make it easy to search the system as many times as you like, for available IDs, and other sites should implement similar systems.</p>
<h3>Twitter Support</h3>
<p>Visit <a href="http://getsatisfaction.com/twitter">Customer Support Community for Twitter</a> to get answers from users and <a href="http://getsatisfaction.com/twitter/people" title="People from Twitter on Get Satisfaction">Twitter staff</a>. Over 50,000 people have registered for this service.</p>
<h3>So What?</h3>
<p>Should I Tweet that I am writing about Tweeting?</p>
<p>I am not sure, because I still don&#8217;t understand most of its features. I also do not understand how Twitter makes money, because there are no advertisements or fees.</p>
<p>But I love using Twitter!</p>]]></content:encoded>
			<wfw:commentRss>http://wheredidmybraingo.com/twittering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="&lt;img src=\&quot;http://wheredidmybraingo.com/g2/Twitter.png\&quot; height=\&quot;29\&quot; width=\&quot;120\&quot; alt=\&quot;Twitter logo\&quot;/&gt;" length="" type="" />
		</item>
	</channel>
</rss>

