<?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>A Life of Constant Flux</title>
	<atom:link href="http://joelmarcey.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelmarcey.com</link>
	<description>Being Self-Employed, Technology, Life&#039;s Journey</description>
	<lastBuildDate>Thu, 06 Oct 2011 14:24:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>My Steve Jobs Obituary</title>
		<link>http://joelmarcey.com/2011/10/06/my-steve-jobs-obituary/</link>
		<comments>http://joelmarcey.com/2011/10/06/my-steve-jobs-obituary/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 14:24:02 +0000</pubDate>
		<dc:creator>Joel Marcey</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Steve Jobs]]></category>

		<guid isPermaLink="false">http://joelmarcey.com/?p=516</guid>
		<description><![CDATA[Thought Different. R.I.P. Steve Jobs (1955-2011)]]></description>
			<content:encoded><![CDATA[<p>Thought Different. </p>
<p>R.I.P.</p>
<p>Steve Jobs (1955-2011)</p>
<div id="attachment_517" class="wp-caption alignleft" style="width: 160px"><a href="http://joelmarcey.com/wp-content/uploads/2011/10/416134899.png"><img src="http://joelmarcey.com/wp-content/uploads/2011/10/416134899-300x300.png" alt="Steve Jobs embodied Apple" title="Steve Jobs and Apple" width="150" height="150" class="size-medium wp-image-517" /></a><p class="wp-caption-text">Steve Jobs embodied Apple</p></div>
]]></content:encoded>
			<wfw:commentRss>http://joelmarcey.com/2011/10/06/my-steve-jobs-obituary/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>To Find Out Version of LAMP (Linux, Apache, MySQL, PHP) Via the Command Line</title>
		<link>http://joelmarcey.com/2011/08/28/to-find-out-version-of-lamp-linux-apache-mysql-php-via-the-command-line/</link>
		<comments>http://joelmarcey.com/2011/08/28/to-find-out-version-of-lamp-linux-apache-mysql-php-via-the-command-line/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 00:12:39 +0000</pubDate>
		<dc:creator>Joel Marcey</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Slicehost]]></category>

		<guid isPermaLink="false">http://joelmarcey.com/?p=478</guid>
		<description><![CDATA[I am running a LAMP server on Slicehost. I always have to look up how to determine the version of each component of the LAMP server I am running. I am using Ubuntu Linux 8.04.4 (Hardy). In my case, here &#8230; <a href="http://joelmarcey.com/2011/08/28/to-find-out-version-of-lamp-linux-apache-mysql-php-via-the-command-line/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am running a<a href="http://joelmarcey.com/2008/08/15/installing-a-lamp-server-with-wordpress-on-slicehost-and-maybe-elsewhere/"> LAMP server on Slicehost</a>. I always have to look up how to determine the version of each component of the LAMP server I am running. I am using Ubuntu Linux 8.04.4 (Hardy). In my case, here are the command-line instructions I use. I hope this helps you too. Btw, the command &#8220;whereis&#8221; is very helpful in locating programs (i.e. <code>whereis apache2</code>).</p>
<p><strong>Linux</strong></p>
<p><code>> more /etc/issue</code></p>
<p>or</p>
<p><code>> lsb_release -a</code></p>
<p><strong>Apache 2</strong></p>
<p><code>> /usr/sbin/apache2 -V</code></p>
<p><em>Note:</em> Apache 2 doesn&#8217;t have &#8220;httpd&#8221; anymore. It was changed to &#8220;apache2&#8243; instead.</p>
<p><strong>MySQL</strong></p>
<p>First log into your MySQL database from the command line, using something to the effect of:</p>
<p><code>> mysql -u username -p</code> </p>
<p>Then:</p>
<p><code>mysql> select version();</code></p>
<p><strong>PHP</strong></p>
<p><code>> php -v</code> </p>
<p>or </p>
<p><code>> php5 -v</code></p>
<p><em>Note:</em> This assumes you have PHP 5 installed and that you have installed the Command Line Interface (CLI) to PHP via &#8220;sudo aptitude install php5-cli&#8221;. Alternatively, you can find out the version of PHP via instruction &#8220;< ? phpinfo() ?>&#8221; within a .php file.</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmarcey.com/2011/08/28/to-find-out-version-of-lamp-linux-apache-mysql-php-via-the-command-line/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The Authoritative Top 10 Pearl Jam Songs</title>
		<link>http://joelmarcey.com/2011/02/24/the-authoritative-top-10-pearl-jam-songs/</link>
		<comments>http://joelmarcey.com/2011/02/24/the-authoritative-top-10-pearl-jam-songs/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 00:58:26 +0000</pubDate>
		<dc:creator>Joel Marcey</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Alternative]]></category>
		<category><![CDATA[Eddie Vedder]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[Pearl Jam]]></category>
		<category><![CDATA[Rock]]></category>

		<guid isPermaLink="false">http://joelmarcey.com/?p=481</guid>
		<description><![CDATA[OK &#8230; authoritative as chosen by me. When anyone asks me my favorite singer or band, there is no hesitation that it is Pearl Jam. Lollapalooza 1992 pretty much defined my musical interest in this band, and there has been &#8230; <a href="http://joelmarcey.com/2011/02/24/the-authoritative-top-10-pearl-jam-songs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OK &#8230; authoritative as chosen by me. <img src='http://joelmarcey.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>When anyone asks me my favorite singer or band, there is no hesitation that it is Pearl Jam. <a href="http://en.wikipedia.org/wiki/List_of_Lollapalooza_lineups_by_year">Lollapalooza 1992</a> pretty much defined my musical interest in this band, and there has been no turning back. </p>
<p>I was challenged to come up with my Top 10 favorite songs by this band, led by Eddie Vedder. I would say their catalog consists on the order of 175+ songs, and I like a bunch of them. Narrowing the list down to 10 was horribly difficult. But I did it. I quickly narrowed down the list by grabbing my &#8220;5-star&#8221; rated songs off of iTunes. There were about 25 of those. Then I listened to those 25 to come up with my decision.</p>
<p>Without further ado, here is the list of all Pearl Jam lists, with video samples so you can get an idea of how great these songs are:</p>
<p>10.</p>
<p><strong>Down</strong> (<em>Lost Dogs, 2003</em>): An uplifting song off of their Lost Dogs album, I have no real main reason for liking this song other than I just like it. It almost has an R.E.M type feel to it. Talks about being lifting yourself up from the depths of some sort of despair. I would say this is the most &#8220;poppy&#8221; song on my list. At least it is not &#8220;Last Kiss&#8221;, I guess (although, I like that song better than a lot of people). By the way, for the video below, I was at that concert in San Francisco <img src='http://joelmarcey.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/_o1wVTP3gSI" frameborder="0" height="308" width="380"></iframe></p>
<p>9. </p>
<p><strong>Love Boat Captain</strong> (<em>Riot Act, 2002</em>): This song starts builds from slow to fast and ends slow. A great blend of melody and singing. It is actually a very emotional song, especially to Pearl Jam. It is dedicated to nine people that died during a concert Pearl Jam was giving in Denmark in 2000. &#8220;Lost nine friends we&#8217;ll never know, two years ago today&#8221;.</p>
<p><iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/NhtgreZF1cQ" frameborder="0" height="308" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" allowfullscreen src="http://www.youtube.com/embed/N6CvDtJmU58" frameborder="0" height="308" width="380"></iframe></p>
<p>8.</p>
<p><strong>Rearviewmirror</strong> (<em>Vs., 1993</em>): A hard-hitting, fast-paced song with Vedder on the guitars. The beginning instruments just captures you. And then &#8220;I took a drive today/Time to emancipate&#8221;. For some reason, I initially thought this song was about some sort of date rape, but them came to realize it was about becoming free of abuse of someone who was hated with a passion. Apparently, this is about Vedder hating is stepfather. The end of this song gets your air guitar going. <img src='http://joelmarcey.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Oh, and for you Cold Case fans, this song was featured in a two episode series featuring Pearl Jam (right after their greatest hits album &#8220;Rearviewmirror&#8221; came out).</p>
<p><iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/U6lCVgE6xnM"  frameborder="0" height="231" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/_e5N5y58k6U"  frameborder="0" height="308" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/8Fxk2JrZgvA" frameborder="0" height="308" width="380"></iframe></p>
<p>7.</p>
<p><strong>State of Love and Trust</strong> (<em>The movie &#8220;Singles&#8221; soundtrack (1992)</em> / <em>Rearviewmirror, 2004</em>): This was written for the 1992 movie &#8220;Singles&#8221;. A song about love and faithfulness, this is just one of those songs that jams. It is fast and the ending guitar playing is awesome.</p>
<p><iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/60HrwY_CsiQ" frameborder="0" height="231" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/Xxw6cf3jFIs" frameborder="0" height="308" width="380"></iframe></p>
<p>6.</p>
<p><strong>Yellow Ledbetter</strong> (<em>Lost Dogs, 2003</em> / <em>Rearviewmirror, 2004</em>): Mainly a very popular concert ending song, the lighters get thrown up when this song is played. It has been admitted that Jimi Hendrix was &#8220;ripped off&#8221; for this song. Not a fast song. Lyrically powerful. I believe Vedder has mentioned this being about someone dying in war. I love the song-ending guitar. Another Cold Case featured song.</p>
<p><iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/hs8y3kneqrs" frameborder="0" height="308"  width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/agF6VCzzjn0" frameborder="0" height="308" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/YhcnKYvzfZc" frameborder="0" height="308" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/xLd22ha_-VU" frameborder="0" height="308" width="380"></iframe></p>
<p>5.</p>
<p><strong>Black</strong> (<em>Ten, 1991</em>): Number 1 on many Pearl Jam fans&#8217; lists, Black is probably the song I would introduce to a new listener of Pearl Jam&#8230;especially one who is more inclined to softer ballads. One of their most emotional songs, I believe it is about a couple&#8217;s breakup and the pain that goes with it (others say it is about a suicide or an abortion). The sticking lyric &#8211; &#8220;I know someday you&#8217;ll have a beautiful life, I know you&#8217;ll be a star in somebody else&#8217;s sky, but why, why, why, can&#8217;t it be, can&#8217;t be mine?&#8221;. And another Cold Case featured song.</p>
<p><iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/6X8Ic86Hx3w" frameborder="0" height="308" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/2DTFwYZ6YJU" frameborder="0" height="308" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/AFVlJAi3Cso" frameborder="0" height="308" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/Vi2x28FEwCo" frameborder="0" height="308" width="380"></iframe></p>
<p>4.</p>
<p><strong>Porch</strong> (<em>Ten, 1991</em>): The best song on their debut album Ten in my opinion. Just beating out Black. There really isn&#8217;t a whole lot to the song, actually. A quick intro, an awesome beginning riff, verse, awesome instrumental, verse, awesome ending. Quick and hard hitting 3 minutes. A great concert song. This song got me loving Pearl Jam. Period. In a way, this song will always be my favorite. By the way, the crowd jump in the second video below from Pink Pop 92 is freaking amazing (about 2 minutes and 50 seconds in).</p>
<p><iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/7piN4dsj-Gg" frameborder="0" height="231" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/ckRsIy4Zqgo" frameborder="0" height="308" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/EXtAm7QbwMc" frameborder="0" height="308" width="380"></iframe></p>
<p>3.</p>
<p><strong>I Got S**t</strong> (<em>Merkin Ball, 1995</em> / <em>Rearviewmirror, 2004</em>): The made for release title is &#8220;I Got ID&#8221;. I like the original title better <img src='http://joelmarcey.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Capturing me with its initial guitar sequence by Eddie Vedder and Neil Young (yes, that Neil Young), the lyrics start off depressing and emotional. And it stays that way. Great riffs. Neil Young adds a bunch to this song.</p>
<p><iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/iAMm5ry64MA" frameborder="0" height="308" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/qMyToPVWH9c" frameborder="0" height="308" width="380"></iframe></p>
<p>2.</p>
<p><strong>Elderly Woman Behind the Counter in a Small Town</strong> (<em>Vs., 1993</em>): I think this is the longest title of any Pearl Jam song. It is a fairly popular song. Having an acoustic feel, this song really showcases Vedder&#8217;s lyrical and singing ability. About a woman working in a small town who sees a long lost love interest. I love it!</p>
<p><iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/l1wQ8cOJbtY" frameborder="0" height="308" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/5i6fCGkFYa0" frameborder="0" height="308" width="380"></iframe></p>
<p>1.</p>
<p><strong>Immortality</strong> (<em>Vitalogy, 1994</em>): This song actually snuck upon me as my favorite song. While popular, it is not as well known as songs like Jeremy, Alive, EvenFlow, Last Kiss, etc. In fact, I would call it is a nice gem. I am not quite sure I understand the entire song, although rumors are it is about Kurt Cobain of Nirvana and lyrics were added after his death. For those musical instrument inclined (not me), I think it is a simple enough song. But it is the perfect blend of great vocals, melodies and instrument play that make this tops on my list. And, in case you are interested, it is featured in Cold Case <img src='http://joelmarcey.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/s1KlnKvtJJw" frameborder="0" height="308" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/Z2niU_FZ_-w" frameborder="0" height="308" width="380"></iframe><br />
<iframe class="youtube-player" type="text/html" src="http://www.youtube.com/embed/PowCFdg0rrY" frameborder="0" height="308" width="380"></iframe></p>
<p>[Other songs in consideration for the top 10: <strong>Life Wasted</strong> (<em>Pearl Jam</em>), <strong>Comatose</strong> (<em>Pearl Jam</em>), <strong>Corduroy</strong> (<em>Vitalogy</em>), <strong>Given to Fly</strong> (<em>Yield</em>), <strong>Faithful </strong>(<em>Yield</em>), <strong>Dissident</strong> (<em>Vs.</em>), <strong>In Hiding</strong> (<em>Yield</em>), <strong>Unthought Known</strong> (<em>Backspacer</em>), <strong>Animal</strong> (<em>Vs.</em>), <strong>Evenflow</strong> (<em>Ten</em>), <strong>Sad</strong> (<em>Lost Dogs</em>), <strong>Alive</strong> (<em>Ten</em>), <strong>Thin Air</strong> (<em>Binaural</em>)]</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmarcey.com/2011/02/24/the-authoritative-top-10-pearl-jam-songs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Changing Themes After Three Years</title>
		<link>http://joelmarcey.com/2011/02/24/changing-themes-after-three-years/</link>
		<comments>http://joelmarcey.com/2011/02/24/changing-themes-after-three-years/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 23:39:32 +0000</pubDate>
		<dc:creator>Joel Marcey</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://joelmarcey.com/?p=431</guid>
		<description><![CDATA[After upgrading WordPress to the latest version, I figured now was the best time as any to change my theme. The Mac-looking theme served me well for a while. But it was time for something fresh. There haven&#8217;t been many &#8230; <a href="http://joelmarcey.com/2011/02/24/changing-themes-after-three-years/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After upgrading WordPress to the latest version, I figured now was the best time as any to change my theme. The Mac-looking theme served me well for a while.</p>
<p><a href="http://joelmarcey.com/wp-content/uploads/2010/08/Screen-shot-2011-02-24-at-3.29.31-PM.png"><img src="http://joelmarcey.com/wp-content/uploads/2010/08/Screen-shot-2011-02-24-at-3.29.31-PM-300x290.png" alt="Old Theme" title="Old Theme" width="300" height="290" class="aligncenter size-medium wp-image-476" /></a></p>
<p>But it was time for something fresh. There haven&#8217;t been many updates to the old theme (Librio) since I first downloaded it. And WordPress has been steadily moving along. The funny thing, though, is that I chose the current WordPress default theme (Twenty Ten). It looks good. It is very customizable. And will be updated, as needed, along with future WordPress updates.</p>
<p>We&#8217;ll see how long this theme can stick. Right now, it seems to fill the niche just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmarcey.com/2011/02/24/changing-themes-after-three-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Offered A Position I Didn&#8217;t Even Apply For &#8211; I Must Be Good!</title>
		<link>http://joelmarcey.com/2010/05/26/offered-a-position-i-didnt-even-apply-for-i-must-be-good/</link>
		<comments>http://joelmarcey.com/2010/05/26/offered-a-position-i-didnt-even-apply-for-i-must-be-good/#comments</comments>
		<pubDate>Wed, 26 May 2010 19:06:58 +0000</pubDate>
		<dc:creator>Joel Marcey</dc:creator>
				<category><![CDATA[Career]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://joelmarcey.com/?p=411</guid>
		<description><![CDATA[I open my inbox and I see this message: Wow! Really? I am honored. While I should probably jump at the chance to take a job offer, one that I didn&#8217;t apply for mind you, I should probably think about &#8230; <a href="http://joelmarcey.com/2010/05/26/offered-a-position-i-didnt-even-apply-for-i-must-be-good/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="clear: both">I open my inbox and I see this message:</p>
<p style="clear: both"><a href="http://joelmarcey.com/wp-content/uploads/2010/05/Screen_shot_2010-05-26_at_1.11.41_PM.png" class="image-link"><img class="linked-to-original" src="http://joelmarcey.com/wp-content/uploads/2010/05/Screen_shot_2010-05-26_at_1-thumb.11.41_PM.png" height="442" align="left" width="640" style=" display: inline; float: left; margin: 0 10px 10px 0;" /></a><br style="clear: both" /><br style="clear: both" /><br />Wow! Really? I am honored. While I should probably jump at the chance to take a job offer, one that I didn&#8217;t apply for mind you, I should probably think about this for a minute. Let&#8217;s see&#8230;.</p>
<p style="clear: both">1. It is from a hotmail account. Not really all that professional, Paulette.<br />2. The Subject is &#8220;Application ID2C586 1&#8243;. Not really an attention grabbing or relevant subject line.<br />3. The To: is to &#8220;trayc.foutz@gmail.com&#8221;. Not my email address. That&#8217;s weird that I got it. Was I BCC&#8217;d on my own job offer?<br />4. I am addressed as &#8220;Candidate&#8221;. I would think if you were going to offer me a job paying me (hopefully) a boat load of money, you would at least know my name. <br />5. Keller Investment Services &#8212; um, who are they? <br />6. Oh, they want me to be a &#8220;partner&#8221; to &#8220;invest&#8221; in &#8220;mutually beneficial opportunities&#8221;. I see. In other words, they WANT MY MONEY! Hey, what kind of job is this?<br />7. My strong background and experience? So a technologist like myself is the right type of person to be an Advisor Assistant, huh? <br />7. Application Process? I thought I already had the job. What is this a big tease? And who is this &#8220;tim.ki.bauer@gmx.com&#8221; person anyway?<br />8. Sarah Walter? I thought your name was Paulette Villafane? Very confusing. Or she is having an identity crisis.</p>
<p style="clear: both">So, after much consideration and thought, I think I might have to decline this job offer (or application for job offer or whatever it is). It was a close call Paulette/Sarah, but I just don&#8217;t think we are compatible.</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://joelmarcey.com/2010/05/26/offered-a-position-i-didnt-even-apply-for-i-must-be-good/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Announcing the Launch of Programming Classroom</title>
		<link>http://joelmarcey.com/2009/10/07/announcing-the-launch-of-programming-classroom/</link>
		<comments>http://joelmarcey.com/2009/10/07/announcing-the-launch-of-programming-classroom/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 20:43:01 +0000</pubDate>
		<dc:creator>Joel Marcey</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Micro ISV]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Twin Roots]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Programming Classroom]]></category>
		<category><![CDATA[Rex Jaeschke]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://joelmarcey.com/?p=394</guid>
		<description><![CDATA[So, I finally did it. My company Twin Roots has launched an actual product. Well, not a product exactly; more like a service. Along with my outside partner in crime, Rex Jaeschke, we planned a website where we are providing &#8230; <a href="http://joelmarcey.com/2009/10/07/announcing-the-launch-of-programming-classroom/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="clear: both"><a href="http://joelmarcey.com/wp-content/uploads/2009/10/PC-100x100.png" class="image-link"><img class="linked-to-original" src="http://joelmarcey.com/wp-content/uploads/2009/10/PC-100x100-thumb1.png" height="100" align="left" width="100" style=" display: inline; float: left; margin: 0 10px 10px 0;" /></a><br style="clear: both" />So, I finally did it. My company <a href="http://twinroots.com">Twin Roots</a> has launched an actual product. Well, not a product exactly; more like a service. Along with my outside partner in crime, <a href="http://rexjaeschke.com">Rex Jaeschke</a>, we planned a website where we are providing a service geared towards programmers.</p>
<p style="clear: both"><a href="http://programmingclassroom.com">Programming Classroom</a> is the result of this effort.</p>
<p style="clear: both">Rex is well known throughout the programming community, especially in the standards world. He is also highly regarded for his live programming seminars where he teaches classes in C, C++, C# and more.</p>
<p style="clear: both">We thought it would be a great service to offer the seminars that Rex uses in his live classroom teachings to the general public in electronic format. These are the exact same materials from documentation to example source code. It is just that it is at a much lower cost than a classroom setting because it is self-paced learning. You will find seminars on C#, C++, Java, Visual Basic, and C. You will also find some freebies like sample chapters and tips.</p>
<p style="clear: both">So check out P<a href="http://programmingclassroom.com">rogrammingClassroom.com</a> and let us know what you think. Needless to say, I am very excited while very nervous at the same time.</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://joelmarcey.com/2009/10/07/announcing-the-launch-of-programming-classroom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>10 Songs That Have Made An Impact On My Life</title>
		<link>http://joelmarcey.com/2009/08/06/10-songs-that-have-made-an-impact-on-my-life/</link>
		<comments>http://joelmarcey.com/2009/08/06/10-songs-that-have-made-an-impact-on-my-life/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 03:34:48 +0000</pubDate>
		<dc:creator>Joel Marcey</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Alanis Morissette]]></category>
		<category><![CDATA[Beastie Boys]]></category>
		<category><![CDATA[Billy Joel]]></category>
		<category><![CDATA[Billy Ocean]]></category>
		<category><![CDATA[Connells]]></category>
		<category><![CDATA[Jimmy Buffett]]></category>
		<category><![CDATA[Life Impact]]></category>
		<category><![CDATA[Nirvana]]></category>
		<category><![CDATA[Pearl Jam]]></category>
		<category><![CDATA[Sex Police]]></category>
		<category><![CDATA[Tori Amos]]></category>
		<category><![CDATA[Vanilla Ice]]></category>

		<guid isPermaLink="false">http://joelmarcey.com/?p=380</guid>
		<description><![CDATA[I have thousands of songs in my music collection. And I have heard thousands above and beyond those in that collection. For some reason, I got to thinking about which songs actually have made an impact on me on a &#8230; <a href="http://joelmarcey.com/2009/08/06/10-songs-that-have-made-an-impact-on-my-life/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="clear: both">I have thousands of songs in my music collection. And I have heard thousands above and beyond those in that collection.</p>
<p style="clear: both">For some reason, I got to thinking about which songs actually have made an impact on me on a personal level. They are not necessarily my favorite songs nor do I necessarily listen to them much anymore. But they are songs that actually had a noticeable impact on my life or emotions.</p>
<p style="clear: both">Here are 10 songs (well, technically 11 since one set has two songs associated with it), in no particular order of favoritism, that have made some sort of impact on me:</p>
<p style="clear: both"><strong><a href="http://www.amazon.com/Just-The-Way-You-Are/dp/B00137IJ70/ref=sr_1_2?ie=UTF8&#038;qid=1249619189&#038;sr=8-2" target="_blank">Just the Way You Are &#8211; Billy Joel</a>:</strong> First song at my wedding. Nuff said, really.</p>
<p style="clear: both"><strong><a href="http://www.amazon.com/Black/dp/B00136PS2K/ref=sr_1_1?ie=UTF8&#038;qid=1249619253&#038;sr=8-1" target="_blank">Black &#8211; Pearl Jam</a>:</strong> My favorite song off the album that made me a Pearl Jam lifer. And they still remain my favorite band ever. Just listen to the lyrics of Black sometime. Love lost.</p>
<p style="clear: both"><strong><a href="http://www.amazon.com/Smells-Like-Teen-Spirit/dp/B000V639BK/ref=sr_1_2?ie=UTF8&#038;qid=1249619297&#038;sr=8-2" target="_blank">Smells Like Teen Spirit &#8211; Nirvana</a>:</strong> As cliche as this song has turned out to be, this song literally brought me to a whole new level of musical appreciation. That&#8217;s really the bottom line. Defined my generation.</p>
<p style="clear: both"><strong><a href="http://www.amazon.com/Cheeseburger-In-Paradise/dp/B000W159DU/ref=sr_1_2?ie=UTF8&#038;qid=1249619328&#038;sr=8-2" target="_blank">Cheeseburger in Paradise &#8211; Jimmy Buffett</a>:</strong> First concert I ever saw with my then college girlfriend (and now my spouse). Walnut Creek Amphitheatre in Raleigh.</p>
<p style="clear: both"><strong><a href="http://www.amazon.com/Cornflake-Girl-LP-Version/dp/B001O7SMO4/ref=sr_1_1?ie=UTF8&#038;qid=1249619354&#038;sr=8-1" target="_blank">Cornflake Girl &#8211; Tori Amos</a>:</strong> First concert I ever saw in a concert hall with the piano as the primary instrument. Tori Amos rocks the piano and it made me a Tori Amos fan forever.</p>
<p style="clear: both"><strong><a href="http://www.amazon.com/Caribbean-Queen-More-Love-Run/dp/B00137KKHC/ref=sr_1_1?ie=UTF8&#038;qid=1249619380&#038;sr=8-1" target="_blank">Caribbean Queen &#8211; Billy Ocean</a>:</strong> My first EVER concert. I was about 10 years old at the county fair in Ft. Lauderdale. It was at that point I new I loved music.</p>
<p style="clear: both"><strong><a href="http://www.amazon.com/To-The-Bone/dp/B000QQMRYA/ref=sr_1_2?ie=UTF8&#038;qid=1249619405&#038;sr=8-2" target="_blank">To The Bone &#8211; Sex Police</a> / <a href="http://www.amazon.com/Fun-Games-Connells/dp/B000000GPN/ref=sr_1_2?ie=UTF8&#038;qid=1249619426&#038;sr=8-2" target="_blank">Fun &#038; Games &#8211; The Connells</a>:</strong> These two bands really help define my college experience. The Sex Police specifically helped to define one of the greatest times I have ever had in my life.</p>
<p style="clear: both"><strong><a href="http://www.amazon.com/Brass-Monkey/dp/B000TE0PRU/ref=sr_1_1?ie=UTF8&#038;qid=1249619483&#038;sr=8-1" target="_blank">Brass Monkey &#8211; Beastie Boys</a>:</strong> Might have been the first *cassette tape* I owned. Remember the tail of the airplane on the cover? My middle school years were heavily influenced by this song and album from many different perspectives.</p>
<p style="clear: both"><strong><a href="http://www.amazon.com/Joining-You/dp/B0026SDNBM/ref=sr_1_4?ie=UTF8&#038;qid=1249619501&#038;sr=8-4" target="_blank">Joining You &#8211; Alanis Morissette</a>:</strong> Just listen to the lyrics and you will understand why I put it here. I really find the story in the lyrics kinda chilling (the story might actually be true if I remember correctly). And I love the riffs. I have never grown tired of this song. Alanis is one of the most underrated musicians of my time.</p>
<p style="clear: both"><strong><a href="http://www.amazon.com/Ice-Baby/dp/B0026FHYYW/ref=sr_1_1?ie=UTF8&#038;qid=1249619527&#038;sr=8-1" target="_blank">Ice, Ice Baby &#8211; Vanilla Ice</a>:</strong> The first *CD* I ever owned. Got it as a joint gift with my first portable CD player. Also the song that made me realized that I might just sometimes be ridiculed for the choice of music that I may like (as I am with Kelly Clarkson now).</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://joelmarcey.com/2009/08/06/10-songs-that-have-made-an-impact-on-my-life/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Communications Infrastructure is led by Google Voice (with teammates the iPhone and Ooma)</title>
		<link>http://joelmarcey.com/2009/07/17/my-communications-infrastructure-is-led-by-google-voice-with-teammates-the-iphone-and-ooma/</link>
		<comments>http://joelmarcey.com/2009/07/17/my-communications-infrastructure-is-led-by-google-voice-with-teammates-the-iphone-and-ooma/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 05:50:43 +0000</pubDate>
		<dc:creator>Joel Marcey</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Ooma]]></category>
		<category><![CDATA[Vonage]]></category>

		<guid isPermaLink="false">http://joelmarcey.com/?p=358</guid>
		<description><![CDATA[In the last month I have completely revamped my communications infrastructure, hopefully for the better. Here are the before and after pictures. Before After Yep. I am using Google Voice as a hub for phone communications. My Google Voice number &#8230; <a href="http://joelmarcey.com/2009/07/17/my-communications-infrastructure-is-led-by-google-voice-with-teammates-the-iphone-and-ooma/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="clear: both">In the last month I have completely revamped my communications infrastructure, hopefully for the better.</p>
<p style="clear: both">Here are the before and after pictures.</p>
<p style="clear: both"><strong><u>Before</u></strong></p>
<p style="clear: both"><a href="http://joelmarcey.com/wp-content/uploads/2009/07/before1.png" class="image-link"><img class="linked-to-original" src="http://joelmarcey.com/wp-content/uploads/2009/07/before1-thumb1.png" height="297" align="left" width="379" style=" display: inline; float: left; margin: 0 10px 10px 0;" /></a><br style="clear: both" /></p>
<p><strong><u>After</u></strong></p>
<p style="clear: both"><a href="http://joelmarcey.com/wp-content/uploads/2009/07/after1.png" class="image-link"><img class="linked-to-original" src="http://joelmarcey.com/wp-content/uploads/2009/07/after1-thumb1.png" height="199" align="left" width="379" style=" display: inline; float: left; margin: 0 10px 10px 0;" /></a><br style="clear: both" /></p>
<p>Yep. I am using Google Voice as a hub for phone communications. My Google Voice number will be a primary number for people to contact me. Depending on the person calling, Google Voice will forward to my iPhone, my home phone, my spouse&#8217;s mobile phone or any combination of the three. (With Google Voice, you can actually get so granular that you can forward to different numbers based on the person calling, have a different greeting for any person, and a different voicemail message for any person or group of people). And I can add or remove phones from the forwarding mechanism at my leisure because my Google Voice number will shield anyone who calls from the black box that is now my web of communication facilities.</p>
<p style="clear: both">Sure people will still call my iPhone directly. And I expect some people to do that as it is my primary line for business discussions, etc. But for a majority of people, calling the Google Voice number will be all that is needed.</p>
<p style="clear: both">And, as what I am seeing as a huge money saver, I have left Vonage (where I was paying $20-25/mo) and came to <a href="http://ooma.com" target="_blank">Ooma</a>. I paid $199+tax at Costco for free U.S. calls for life. Ooma has premium services that you can pay for, but at this point, since I have Google Voice, I don&#8217;t see the need just yet. (Note: I had no real negative issues with Vonage. The service was actually very good for the time I had it. But, you can&#8217;t blame someone for trying to save some money).</p>
<p style="clear: both">What if Ooma goes out of business? Well, that&#8217;s the beauty of Google Voice. I can remove Ooma and add something else to the infrastructure and no one would be the wiser. People know the Google Voice number and don&#8217;t really care how (and with what device) I answer the phone on the other side. I am actually considering adding a <a href="http://skype.com" target="_blank">Skype</a> phone number to my account to see if I can forward numbers to the Skype number for the times I am away from my home and online.</p>
<p style="clear: both">Here are my assumptions about using Google Voice as a communications hub:</p>
<p style="clear: both">
<ol style="clear: both">
<li>Google is not going out of business anytime soon. Thus, my Google Voice number can be my number for life.</li>
<li>Google Voice will continue to be free (or ad supported), or some reasonable charge if it comes to that.</li>
<li>Google Voice will keep my privacy just as well as the government does with respect to my phone calls <img src='http://joelmarcey.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ol>
<p style="clear: both">We&#8217;ll see how this all plays out; but right now I feel excited with my new setup.</p>
<p style="clear: both"><a href="https://www.google.com/voice" target="_blank">Google Voice</a> is in beta right now, but you can sign up for an invitation and these invitations are going out daily.</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://joelmarcey.com/2009/07/17/my-communications-infrastructure-is-led-by-google-voice-with-teammates-the-iphone-and-ooma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save 35% on an Apple iPhone Using Microsoft Bing??</title>
		<link>http://joelmarcey.com/2009/06/10/save-35-on-an-apple-iphone-using-microsoft-bing/</link>
		<comments>http://joelmarcey.com/2009/06/10/save-35-on-an-apple-iphone-using-microsoft-bing/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 21:58:52 +0000</pubDate>
		<dc:creator>Joel Marcey</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Cashback]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[IPhone 3GS]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://joelmarcey.com/2009/06/10/save-35-on-an-apple-iphone-using-microsoft-bing/</guid>
		<description><![CDATA[[Note: This deal could stop working at anytime. But it was working as of June 10, 2009 2:50 PM] Well, I would say this is quasi ironic. Check out the results of the top of this link: http://www.bing.com/search?q=att Notice how &#8230; <a href="http://joelmarcey.com/2009/06/10/save-35-on-an-apple-iphone-using-microsoft-bing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="clear: both"><em>[Note: This deal could stop working at anytime. But it was working as of June 10, 2009 2:50 PM]</em></p>
<p style="clear: both">Well, I would say this is quasi ironic. </p>
<p style="clear: both">Check out the results of the top of this link: <a href="http://www.bing.com/search?q=att" target="_blank">http://www.bing.com/search?q=att</a></p>
<p style="clear: both">Notice how it has a &#8220;Bing Cashback&#8221; logo at the very top result which is the AT&#038;T Official Wireless Site.</p>
<p style="clear: both">So apparently, if you use Microsoft Bing to buy a phone at AT&#038;T, including the Apple iPhone 3GS, you will get 35% off your purchase!</p>
<p style="clear: both">Microsoft and Apple are &#8220;partners&#8221; here. Like I said, quasi-ironic.</p>
<p style="clear: both">There is a noted stipulation that this is for new subscribers; that could be true, but I can&#8217;t verify it.</p>
<p style="clear: both">Check out these links for more info on this:</p>
<p style="clear: both"><a href="http://www.fatwallet.com/forums/hot-deals/930265/?start=0" target="_blank">FatWallet Forums</a><br /><a href="http://forums.macrumors.com/showthread.php?t=716230" title="" target="_blank">MacRumors Forums</a></p>
<p style="clear: both">And as always, your mileage may vary (YMMV) <img src='http://joelmarcey.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://joelmarcey.com/2009/06/10/save-35-on-an-apple-iphone-using-microsoft-bing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please Help Me Choose a Worthy Computer Desk Chair</title>
		<link>http://joelmarcey.com/2009/04/19/please-help-me-choose-a-worthy-computer-desk-chair/</link>
		<comments>http://joelmarcey.com/2009/04/19/please-help-me-choose-a-worthy-computer-desk-chair/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 02:52:55 +0000</pubDate>
		<dc:creator>Joel Marcey</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Aeron]]></category>
		<category><![CDATA[Back Pain]]></category>
		<category><![CDATA[Chris Pirillo]]></category>
		<category><![CDATA[Ergonomics]]></category>
		<category><![CDATA[Grahl Synchron 8]]></category>
		<category><![CDATA[Herman Miller]]></category>
		<category><![CDATA[Kneelsit]]></category>
		<category><![CDATA[Mirra]]></category>
		<category><![CDATA[Sciatica]]></category>

		<guid isPermaLink="false">http://joelmarcey.com/?p=336</guid>
		<description><![CDATA[I am in the market for a good computer desk chair. I mean one like Chris Pirillo has in his office &#8212; the Grahl Synchron 8, which apparently is not sold publicly anymore. I could do without that crazy price, &#8230; <a href="http://joelmarcey.com/2009/04/19/please-help-me-choose-a-worthy-computer-desk-chair/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="clear: both">I am in the market for a good computer desk chair. I mean one like <a href="http://www.lockergnome.com/lordkat/chris-pirillo-live-faq/#that_chair">Chris Pirillo</a> has <a href="http://chris.pirillo.com/ergonomic-office-chair/">in his office</a> &#8212; the <a href="http://www.office-chair-reviews.com/18/grahl-synchron-humanistic-ergonomics/">Grahl Synchron 8</a>, which apparently is not sold publicly anymore. I could do without that crazy price, though. <img src='http://joelmarcey.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="clear: both"><a href="http://joelmarcey.com/wp-content/uploads/2009/04/grahl-synchron-1.gif" class="image-link"><img class="linked-to-original" src="http://joelmarcey.com/wp-content/uploads/2009/04/grahl-synchron-1-thumb.gif" height="204" align="left" width="120" style=" display: inline; float: left; margin: 0 10px 10px 0;" /></a><br style="clear: both" />I am looking for full body support to help keep my back as pain free as possible. My sciatic nerve is really irritating me. I am willing to spend a pretty fair amount for a chair that will keep me comfortable and pain free.</p>
<p style="clear: both">Some others I am considering are:</p>
<p style="clear: both"><a href="http://www.kneelsit.com/" target="_blank">The Kneelsit</a></p>
<p style="clear: both"><a href="http://joelmarcey.com/wp-content/uploads/2009/04/kneelsit-chair1.jpg" class="image-link"><img class="linked-to-original" src="http://joelmarcey.com/wp-content/uploads/2009/04/kneelsit-chair1-thumb.jpg" height="395" align="left" width="265" style=" display: inline; float: left; margin: 0 10px 10px 0;" /></a><br style="clear: both" /><br /><a href="http://www.hermanmiller.com/CDA/SSA/Product/0,,a10-c440-p205,00.html" target="_blank">The Mirra</a></p>
<p style="clear: both"><a href="http://joelmarcey.com/wp-content/uploads/2009/04/31mq4hkbbql-aa280-1.jpg" class="image-link"><img class="linked-to-original" src="http://joelmarcey.com/wp-content/uploads/2009/04/31mq4hkbbql-thumb-aa280-1.jpg" height="280" align="left" width="280" style=" display: inline; float: left; margin: 0 10px 10px 0;" /></a><br style="clear: both" /></p>
<p><a href="http://www.hermanmiller.com/CDA/SSA/Product/0,,a10-c440-p8,00.html" target="_blank">The Aeron</a></p>
<p style="clear: both"><a href="http://joelmarcey.com/wp-content/uploads/2009/04/p-aer-l146-w1.jpg" class="image-link"><img class="linked-to-original" src="http://joelmarcey.com/wp-content/uploads/2009/04/p-aer-l146-w1-thumb.jpg" height="285" align="left" width="206" style=" display: inline; float: left; margin: 0 10px 10px 0;" /></a><br style="clear: both" /><br />Any recommendations?</p>
<p style="clear: both">Thanks!</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://joelmarcey.com/2009/04/19/please-help-me-choose-a-worthy-computer-desk-chair/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

