<?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>Matt Ezell (Info)</title>
	<atom:link href="http://mattezell.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattezell.info</link>
	<description>No Savant Here, Folks - Just An Idiot.</description>
	<lastBuildDate>Sun, 29 Apr 2012 15:04:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tab Dump &#8211; 4/29/2012</title>
		<link>http://mattezell.info/2012/04/tab-dump-4292012/</link>
		<comments>http://mattezell.info/2012/04/tab-dump-4292012/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 15:04:30 +0000</pubDate>
		<dc:creator>matt.ezell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattezell.info/?p=227</guid>
		<description><![CDATA[Since the advent of the tabbed browser interface, I have admittedly &#8220;over utilized&#8221; the tabs feature &#8211; something that those who know me IRL have quite frequently noted over the years (read: &#8220;OMFG-Y so MANY tabs?!&#8221;). As one who previously used bookmarks with similar zeal, I often finding myself accumulating tabs over several weeks as [...]]]></description>
			<content:encoded><![CDATA[<p>Since the advent of the tabbed browser interface, I have admittedly &#8220;over utilized&#8221; the tabs feature &#8211; something that those who know me IRL have quite frequently noted over the years (read: &#8220;OMFG-Y so MANY tabs?!&#8221;).</p>
<p>As one who previously used bookmarks with similar zeal, I often finding myself accumulating tabs over several weeks as I encounter content of interest&#8230; Usually, the content inspires some desire for review and so grabs a long standing life in my browser tab collection.</p>
<p>In an effort to clear my tab clutter and preserve some level of history for the content, I have decided to start this tab dump series. Essentially, as you have likely already figured out, this will be a list of urls that correspond with content currently open in my tabs &#8211; for your viewing pleasure and my historic reference.</p>
<p>The League of Movable Type &#8211; <a href="http://www.theleagueofmoveabletype.com/">http://www.theleagueofmoveabletype.com/</a><br />
A great collection of Fonts. Much of the content is free and/or open sourced to some degree.</p>
<p>jQuery Image Galleries &#8211; <a href="http://www.hongkiat.com/blog/jquery-image-galleries-sliders-best-of/">http://www.hongkiat.com/blog/jquery-image-galleries-sliders-best-of/</a><br />
I recently found a need for a rotator for a project that I was working on&#8230; This list arose in the search and has remained in my browser since.</p>
<p>HTML5 Showcase - <a href="http://www.tripwiremagazine.com/2011/09/html5-website.html">http://www.tripwiremagazine.com/2011/09/html5-website.html</a><br />
40 Beautiful HTML5 Site Showcase&#8230; Went looking for inspiration and found this&#8230; Has lived on in my browser for some 3 weeks or so now&#8230;</p>
<p>Somebody That I Used To Know &#8211; Walk Off The Earth (Goyte Cover) - <a href="http://www.youtube.com/watch?v=d9NF2edxy-M">http://www.youtube.com/watch?v=d9NF2edxy-M</a></p>
<p><iframe src="http://www.youtube.com/embed/d9NF2edxy-M" frameborder="0" width="560" height="315"></iframe></p>
<p>TinyToysCraft &#8211; Tilt-shift blur in Minecraft - <a href="http://www.youtube.com/watch?v=cA_llLh7tE0&amp;feature=youtu.be">http://www.youtube.com/watch?v=cA_llLh7tE0&amp;feature=youtu.be</a></p>
<p><iframe src="http://www.youtube.com/embed/cA_llLh7tE0" frameborder="0" width="560" height="315"></iframe></p>
<p>Short list this time &#8211; you won&#8217;t always be so lucky! <img src='http://mattezell.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Hopefully this frees up a little memory for non-browser use of the computer!</p>
<p>&nbsp;</p>
<p>-Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://mattezell.info/2012/04/tab-dump-4292012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Node.js MSI Installer on Windows &#8211; Error CNDL0103 cannot find npm.wxs</title>
		<link>http://mattezell.info/2012/03/building-node-js-msi-installer-on-windows-error-cndl0103-cannot-find-npm-wxs/</link>
		<comments>http://mattezell.info/2012/03/building-node-js-msi-installer-on-windows-error-cndl0103-cannot-find-npm-wxs/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 18:22:41 +0000</pubDate>
		<dc:creator>matt.ezell</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[heat]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[npm.wxs]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wix]]></category>

		<guid isPermaLink="false">http://mattezell.info/?p=221</guid>
		<description><![CDATA[Recently, while attempting to build a custom release of the Node.js Windows Installer, I encountered a handful of problems and so wanted to detail them here in the case that it might assist another poor soul in saving an hour or two&#8230; First things first &#8211; install WIX from here. Next, if when you attempt to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, while attempting to build a custom release of the Node.js Windows Installer, I encountered a handful of problems and so wanted to detail them here in the case that it might assist another poor soul in saving an hour or two&#8230;</p>
<p>First things first &#8211; install <a href="http://wix.sourceforge.net" target="_blank">WIX from here</a>.</p>
<p>Next, if when you attempt to &#8220;vcbuild.bat Release msi&#8221; or some similar such command and are greeted with the super awesome error message indicating &#8220;error CNDL0103: The system cannot find the file &gt; &#8216;..\..\..\npm.wxs&#8217;&#8221; then the build process is unable to locate <a href="http://wix.sourceforge.net/manual-wix3/heat.htm" target="_blank">Heat</a>, which comes with WIX.</p>
<p>For me, the resolution was as simple as ensuring that the Heat.exe (C:\Program Files (x86)\Windows Installer XML v3.5\bin\) path was in my Path environmental variable.  Once the duck was in the row, I was able to kick off &#8220;vcbuild.bat Release msi&#8221; without issue to create my working custom Node.js installer&#8230;</p>
<p>Hope this helps!</p>
<p>Edit:  Here is the <a href="https://github.com/joyent/node/issues/2377">Discussion Thread on this</a> and my <a href="https://github.com/joyent/node/pull/2892">Pull Request</a> to update the installer to include the trailing backslash.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattezell.info/2012/03/building-node-js-msi-installer-on-windows-error-cndl0103-cannot-find-npm-wxs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To CM9 a0.5 or not to CM9 a0.5 &#8211; that is the question&#8230;</title>
		<link>http://mattezell.info/2012/01/to-cm9-a0-5-or-not-to-cm9-a0-5-that-is-the-question/</link>
		<comments>http://mattezell.info/2012/01/to-cm9-a0-5-or-not-to-cm9-a0-5-that-is-the-question/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 06:57:25 +0000</pubDate>
		<dc:creator>matt.ezell</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Philler...]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[touchpad]]></category>

		<guid isPermaLink="false">http://mattezell.info/?p=216</guid>
		<description><![CDATA[Of course, I have been anxiously watching the development of custom roms for the HP Touchpad&#8230; I am really happy to see not one, but TWO releases (Alpha 0 and Alpha 0.5) of CM9 for the Touchpad so far!  Great work from the Cyanogenmod team! So far, I have been too gun shy to pull [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mattezell.info/wp-content/uploads/2012/01/cm_logo.png"><img class="alignleft size-full wp-image-219" title="cm_logo" src="http://mattezell.info/wp-content/uploads/2012/01/cm_logo.png" alt="" width="372" height="80" /></a>Of course, I have been anxiously watching the development of custom roms for the HP Touchpad&#8230; I am really happy to see not one, but TWO releases (Alpha 0 and Alpha 0.5) of CM9 for the Touchpad so far!  Great work from the Cyanogenmod team!</p>
<p>So far, I have been too gun shy to pull the trigger up fumble through the Acme2 process&#8230; With the outstanding issues list still holding the video hardware playback problems for Alpha 0.5, I think I may still hold off for a bit&#8230;</p>
<p>What about you? Any casual browsers of the site rocking CM9 on their HP Touchpad?  Worth it?</p>
<p>Perhaps I will have a hands-on for you this week&#8230; perhaps&#8230;</p>
<p>Links:</p>
<p><a href="http://rootzwiki.com/topic/15509-releasealpha05-cyanogenmod-9-touchpad/">http://rootzwiki.com/topic/15509-releasealpha05-cyanogenmod-9-touchpad/</a></p>
<p><a href="http://liliputing.com/2012/01/cyanogenmod-9-alpha-0-5-bug-fix-for-the-hp-touchpad.html">http://liliputing.com/2012/01/cyanogenmod-9-alpha-0-5-bug-fix-for-the-hp-touchpad.html</a></p>
<p>&nbsp;</p>
<p>Edit: hands on review soon <img src='http://mattezell.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://mattezell.info/2012/01/to-cm9-a0-5-or-not-to-cm9-a0-5-that-is-the-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Touchpad Mod Upgrades &#8211; Bump to Cyanogenmod Alpha 2 and WebOS 3.0.4 while maintaining dual boot heaven (easy)</title>
		<link>http://mattezell.info/2011/10/touchpad-mod-upgrades-bump-to-cyanogenmod-alpha-2-and-webos-3-0-4-while-maintaining-dual-boot-heaven-easy/</link>
		<comments>http://mattezell.info/2011/10/touchpad-mod-upgrades-bump-to-cyanogenmod-alpha-2-and-webos-3-0-4-while-maintaining-dual-boot-heaven-easy/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 02:18:27 +0000</pubDate>
		<dc:creator>matt.ezell</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[touchpad]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Alpha]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[clockworkmod]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hp touchpad]]></category>
		<category><![CDATA[moboot]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://109.169.65.138/?p=207</guid>
		<description><![CDATA[Note: I performed the below from Ubuntu 11.04 x64 After this process, you will be on CM7 a2 (newest Cyanogenmod &#8211; steps 1-2) and WebOS 3.0.4 (newest &#8211; steps 3).  Once you pull the WebOs update, moboot (what let you pick which OS to boot to) will no longer be the active bootloader.  But we [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note: I performed the below from Ubuntu 11.04 x64</em></p>
<p>After this process, you will be on CM7 a2 (newest Cyanogenmod &#8211; steps 1-2) and WebOS 3.0.4 (newest &#8211; steps 3).  Once you pull the WebOs update, moboot (what let you pick which OS to boot to) will no longer be the active bootloader.  But we have you covered (steps 4 &#8211; 7) &#8211; you will be booting via moboot in no time flat!  WOOT!</p>
<p>&nbsp;</p>
<p>1) Download CM7 a2 update from here (http://rootzwiki.com/showthread.php?4011)<br />
2) Upgrade to CM7 alpha 2 via clockworkmod Clockworkmod using the file obtained from step 1<br />
3) After CM7 upgrade, reboot into web os and pull 3.0.4 OTA WebOs update<br />
4) Connect Touchpad to PC and put in USB mode.<br />
5) Create &#8216;cminstall&#8217; folder on touchpad and then copy &#8216;update-moboot_0.3.3.zip&#8217; to the folder (should have this file from when you installed CM7 a1).<br />
6) Eject Touchpad and restart into USB Mode (Large White USB Icon) by  holding &#8220;Power + Volume Up&#8221;<br />
7) Locate the ACMEInstaller that you originally loaded CM7a1 on your touchpad with and execute &#8220;novacom boot mem:// &lt; ACMEInstaller&#8221; from terminal and let it do its magic&#8230;</p>
<p>You are up to date to date and dual booting again with the latest and greatest.</p>
<p>&nbsp;</p>
<p>Disclaimer: Do this at your own peril.  I accept no responsibility for your clearly questionable judgement &#8211; an observation supported by your doing of random things that strangers on the Interwebs tell you to do to your expensive electronic devices for hopes of some supposed small technical gain&#8230; You have been warned of your insanity. This said, everything here worked perfectly for me <img src='http://mattezell.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://mattezell.info/2011/10/touchpad-mod-upgrades-bump-to-cyanogenmod-alpha-2-and-webos-3-0-4-while-maintaining-dual-boot-heaven-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another weekend gone&#8230;</title>
		<link>http://mattezell.info/2011/10/another-weekend-gone/</link>
		<comments>http://mattezell.info/2011/10/another-weekend-gone/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 04:39:10 +0000</pubDate>
		<dc:creator>matt.ezell</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Philler...]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://109.169.65.138/?p=202</guid>
		<description><![CDATA[And as you may or may not know, this is a subject I am not generally super happy about&#8230; Here I sit, 30 until midnight &#8211; acting as if I am a 4yr old fighting sleep. Unlike a 4yr old fighting sleep, I am not tired. I just do not want to go quickly nor [...]]]></description>
			<content:encoded><![CDATA[<p>And as you may or may not know, this is a subject I am not generally super happy about&#8230;<br />
Here I sit, 30 until midnight &#8211; acting as if I am a 4yr old fighting sleep.</p>
<p>Unlike a 4yr old fighting sleep, I am not tired.<br />
I just do not want to go quickly nor quietly as my weekend is tore from me.</p>
<p>We were not done enjoying each others company nor ready to relinquish our time.</p>
<p>Under what authority am I being forced to forge ahead into yet another Monday?!</p>
<p>A travesty, I say!</p>
<p>I still assert that we ought time travel to meet with the man who originally setup the week of 5-and-2 -<br />
So that we may have a very direct conversation about his askew arrangement<br />
and impose our argument to right his horrible, horrible wrong.</p>
<p>Bah. Hum. Hum and Bah.</p>
<p>-Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://mattezell.info/2011/10/another-weekend-gone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Home</title>
		<link>http://mattezell.info/2011/09/a-new-home/</link>
		<comments>http://mattezell.info/2011/09/a-new-home/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 04:53:57 +0000</pubDate>
		<dc:creator>matt.ezell</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://109.169.65.138/?p=199</guid>
		<description><![CDATA[So, this is the first post of mattezell.info in its new home.  I decided to export my posts from my wordpress.com hosted account and post them to my newly, self-hosted WordPress install. Of course, the next logical step in this process is to post the first post of mattezell.info v2.0 (ok, so perhaps like v12.0, [...]]]></description>
			<content:encoded><![CDATA[<p>So, this is the first post of mattezell.info in its new home.  I decided to export my posts from my wordpress.com hosted account and post them to my newly, self-hosted WordPress install.</p>
<p>Of course, the next logical step in this process is to post the first post of mattezell.info v2.0 (ok, so perhaps like v12.0, but who can keep count?!).</p>
<p>Check back often&#8230; or not.. if history is any indicator, who knows when I will post again <img src='http://mattezell.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://mattezell.info/2011/09/a-new-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Droid X Bootstrap &#8211; APK [Bookmark]</title>
		<link>http://mattezell.info/2011/03/droid-x-bootstrap-apk-bookmark/</link>
		<comments>http://mattezell.info/2011/03/droid-x-bootstrap-apk-bookmark/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 13:53:18 +0000</pubDate>
		<dc:creator>matt.ezell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattezell.wordpress.com/?p=192</guid>
		<description><![CDATA[After much scouring, I came across this gem hosted on Google Code - http://code.google.com/p/xdroidx/downloads/detail?name=DroidXBootstrap.apk The pre-compiled Droid X Bootstrapper from Koush. Just thought I would leave this here for you guys&#8230; &#160;]]></description>
			<content:encoded><![CDATA[<p>After much scouring, I came across this gem hosted on Google Code - <a href="http://code.google.com/p/xdroidx/downloads/detail?name=DroidXBootstrap.apk">http://code.google.com/p/xdroidx/downloads/detail?name=DroidXBootstrap.apk</a></p>
<p>The pre-compiled Droid X Bootstrapper from Koush.</p>
<p>Just thought I would leave this here for you guys&#8230;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://mattezell.info/2011/03/droid-x-bootstrap-apk-bookmark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP DropDownList DataBind Woes &#8211; Invalid SelectedValue Error</title>
		<link>http://mattezell.info/2011/02/asp-dropdownlist-databind-selectedvalue/</link>
		<comments>http://mattezell.info/2011/02/asp-dropdownlist-databind-selectedvalue/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 17:32:18 +0000</pubDate>
		<dc:creator>matt.ezell</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[DataBind]]></category>
		<category><![CDATA[DropDownList]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[SelectedValue]]></category>
		<category><![CDATA[WebForms]]></category>

		<guid isPermaLink="false">http://mattezell.wordpress.com/?p=189</guid>
		<description><![CDATA[Yesterday, as I was plugging away on an ASP WebForms application to add some new features, I encountered an error I had not yet seen. &#8220;SelectedValue which is invalid because it does not exist in the list of items&#8221; Although Googling turned up a lot of results, I could not really find anything that fit [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, as I was plugging away on an ASP WebForms application to add some new features, I encountered an error I had not yet seen.</p>
<p>&#8220;SelectedValue which is invalid because it does not exist in the list of items&#8221;</p>
<p>Although Googling turned up a lot of results, I could not really find anything that fit the bill as a solution.  I did find a few threads on StackOverflow, though usually these discussions were followed up with additional people asking how the original asker resolved the issue.</p>
<p>For me, it turns out that I was calling the block of code that performed the list population and databind multiple times.  Populating and calling DataBind on this DropDownList multiple times, resulted in the above error.  In the end (after much forehead beating), the solution was an easy one &#8211; checking items before attempting to populate and bind to ensure the list was not already initialized.</p>
<p>if (yourDropDownList.Items.Count() == 0) //only populate and bind if not already done&#8230;<br />
{<br />
//populate and bind<br />
}</p>
<p>That is it &#8211; just checking to ensure the items for the drop down list have not already been populated.  Of course, you really should have your application structured so that this logic is only hit once&#8230;. This said, if a complete refactor/rewrite is not in the cards for your application at this time, you can just perform this simple check to work around the exception.</p>
<p>Hope this helps someone!</p>
<p>-Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://mattezell.info/2011/02/asp-dropdownlist-databind-selectedvalue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Critical error on Couchapp push with Ubuntu</title>
		<link>http://mattezell.info/2011/02/critical-error-on-couchapp-push-with-ubuntu/</link>
		<comments>http://mattezell.info/2011/02/critical-error-on-couchapp-push-with-ubuntu/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 13:15:06 +0000</pubDate>
		<dc:creator>matt.ezell</dc:creator>
				<category><![CDATA[CouchApp]]></category>
		<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[couchapp]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[Critical Error]]></category>
		<category><![CDATA[push]]></category>

		<guid isPermaLink="false">http://mattezell.wordpress.com/?p=186</guid>
		<description><![CDATA[I am hoping that in posting this, someone is able to save a little time and frustration. On my Ubuntu 10.10 machine with CouchDB 1.0.1 installed, I began experiencing the following error every time I attempted to &#8216;couchapp push&#8217; my couchapp changes: [CRITICAL] Expecting object: line 2 column 3 (char 4) After a bit of [...]]]></description>
			<content:encoded><![CDATA[<p>I am hoping that in posting this, someone is able to save a little time and frustration.</p>
<p>On my Ubuntu 10.10 machine with CouchDB 1.0.1 installed, I began experiencing the following error every time I attempted to &#8216;couchapp push&#8217; my couchapp changes:</p>
<p>[CRITICAL] Expecting object: line 2 column 3 (char 4)</p>
<p>After a bit of noggin scratching (and perhaps a little mumbled cussing), I started thinking about the fact I had not upgraded my couchapp install since long before I last upgraded CouchDb.</p>
<p>Running the following cleared up all error and put me back in the happy land of  &#8217;couchapp push&#8217;:</p>
<p>&#8220;easy_install -U couchapp&#8221;</p>
<p>Yup&#8230; Just a version issue&#8230;  Hope this saves someone a few gray hairs&#8230;</p>
<p>&nbsp;</p>
<p>-Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://mattezell.info/2011/02/critical-error-on-couchapp-push-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restarting Vino-Server from CLI</title>
		<link>http://mattezell.info/2010/07/restarting-vino-server-from-cli/</link>
		<comments>http://mattezell.info/2010/07/restarting-vino-server-from-cli/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 15:13:30 +0000</pubDate>
		<dc:creator>matt.ezell</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mattezell.wordpress.com/?p=178</guid>
		<description><![CDATA[As is often the case, I am posting this here just as much for myself as I am for others Googling this problem&#8230; Sometimes Vino-Server on Ubuntu can be flaky, preventing me from logging in, even though it is showing as running. I recently stumbled onto a helpful thread at UbuntuForums that assisted me&#8230; Using [...]]]></description>
			<content:encoded><![CDATA[<p>As is often the case, I am posting this here just as much for myself as I am for others Googling this problem&#8230;</p>
<p>Sometimes Vino-Server on Ubuntu can be flaky, preventing me from logging in, even though it is showing as running.  I recently stumbled onto <a href="http://ubuntuforums.org/showthread.php?t=266981" target="_blank">a helpful thread at UbuntuForums</a> that assisted me&#8230;</p>
<p>Using the following, you should be able to get Vino back to behaving&#8230;</p>
<blockquote><p>you@machine-name:~$ export DISPLAY=:0.0<br />
you@machine-name:~$ /usr/lib/vino/vino-server &amp;</p></blockquote>
<p>I find this particularly useful when I am able to SSH in, but can&#8217;t VNC&#8230;</p>
<p>Hope this helps someone!</p>
<p>-Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://mattezell.info/2010/07/restarting-vino-server-from-cli/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

