<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>David R Poindexter &#187; Uncategorized</title>
	<atom:link href="http://davidrpoindexter.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidrpoindexter.com</link>
	<description>Technology. Design. Dysfunction.</description>
	<lastBuildDate>Thu, 20 May 2010 19:27:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Vimeo fix for WordPress Lifestream Plugin</title>
		<link>http://davidrpoindexter.com/uncategorized/vimeo-fix-for-wordpress-lifestream-plugin/</link>
		<comments>http://davidrpoindexter.com/uncategorized/vimeo-fix-for-wordpress-lifestream-plugin/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 19:31:34 +0000</pubDate>
		<dc:creator>mtheoryx</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugfix]]></category>

		<guid isPermaLink="false">http://davidrpoindexter.com/?p=40</guid>
		<description><![CDATA[While not an &#8220;official&#8221; fix yet, I found a way to fix the Vimeo settings for the Lifestream plugin. This will allow you to use the Vimeo extension in the Lifestream plugin. I&#8217;ve already contacted the developer and posted the fix in the support forums here as well: Lifestream Forums Vimeo Fix You have to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="clear: both">While not an &#8220;official&#8221; fix yet, I found a way to fix the Vimeo settings for the <a title="Lifestream Plugin for WordPress" href="http://www.ibegin.com/labs/wp-lifestream/" target="_blank">Lifestream</a> plugin.</p>
<p style="clear: both">This will allow you to use the Vimeo extension in the Lifestream plugin. I&#8217;ve already contacted the developer and posted the fix in the support forums here as well:<br />
<a title="Post on Lifestream forums" href="http://www.ibegin.com/labs/forums/index.php?topic=283.msg1814#msg1814" target="_blank">Lifestream Forums Vimeo Fix</a><br />
<br />
<span id="more-40"></span></p>
<p style="clear: both">You have to find this file in your plugin:<br />
/wp-content/plugins/lifestream/inc/extensions.php</p>
<p style="clear: both">Scroll down to where the Vimeo class starts on line 954.</p>
<p style="clear: both">On lines 913 &#8211; 926, you&#8217;ll want to change the following:</p>
<pre class="brush: php">
function get_videos_url()
{
return &#039;http://www.vimeo.com/user&#039;.$this-&gt;options[&#039;user_id&#039;].&#039;/videos/rss&#039;;
}

function get_likes_url()
{
return &#039;http://www.vimeo.com/user&#039;.$this-&gt;options[&#039;user_id&#039;].&#039;/likes/rss&#039;;
}

function get_public_url()
{
return &#039;http://www.vimeo.com/user&#039;.$this-&gt;options[&#039;user_id&#039;];
}
</pre>
<p style="clear: both">To this:</p>
<pre class="brush: php">
function get_videos_url()
{
return &#039;http://www.vimeo.com/&#039;.$this-&gt;options[&#039;user_id&#039;].&#039;/videos/rss&#039;;
}

function get_likes_url()
{
return &#039;http://www.vimeo.com/&#039;.$this-&gt;options[&#039;user_id&#039;].&#039;/likes/rss&#039;;
}

function get_public_url()
{
return &#039;http://www.vimeo.com/&#039;.$this-&gt;options[&#039;user_id&#039;];
}
</pre>
<p style="clear: both">You&#8217;ll notice the important part is taking the &#8216;user&#8217; part off the end of the url. Vimeo no longer uses that format for RSS feeds (or anything), and that&#8217;s why you&#8217;re getting XML errors trying to add Vimeo to Lifestream.</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://davidrpoindexter.com/uncategorized/vimeo-fix-for-wordpress-lifestream-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyundai Tiburon O2 sensor, problems at 28,000 miles</title>
		<link>http://davidrpoindexter.com/uncategorized/hyundai-tiburon-o2-sensor-problems-at-28000-miles/</link>
		<comments>http://davidrpoindexter.com/uncategorized/hyundai-tiburon-o2-sensor-problems-at-28000-miles/#comments</comments>
		<pubDate>Tue, 27 May 2008 16:40:00 +0000</pubDate>
		<dc:creator>mtheoryx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.davidrpoindexter.com/index.php/site/hyundai_tiburon_o2_sensor_problems_at_28000_miles/#When:11:40:00Z</guid>
		<description><![CDATA[Last Thursday, May 22nd, I was on my way to work when my check engine light (CEL) came on. Now, being that this is a fairly new car (at least by my family&#8217;s standards) I was immediately worried. I turned the stereo off, rolled down the windows, and drove like a granny until I rolled [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Last Thursday, May 22nd, I was on my way to work when my check engine light (CEL) came on. Now, being that this is a fairly new car (at least by my family&#8217;s standards) I was immediately worried.<br />
I turned the stereo off, rolled down the windows, and drove like a granny until I rolled into work. My first thought was the gas cap, as I had just filled up. Nope, on tight.<br />
So, I left early to head over to AutoZone. They are able to plug in their OBD-II scanner and read what codes my car&#8217;s ECU was throwing.<br />
P0130: O2 sensor, Bank 1 &#8212; whatever the hell that meant. So, I&#8217;m thinking, is the sensor itself bad, or is it simply reading out of bounds of its settings?<br />
Off to the dealership we go, yay 60K bumper-to-bumper warranty!I got an appointment, and dropped off the car this morning about an hour ago. We shall see what the problem really is.<br />
The pain in the ass about it is that I had to take off the CAI and replace the stock intake &#8212; just so they won&#8217;t bitch about after market parts. I read over at the hyundai performance forums that people are about 50/50 with their dealers trying to void their warranties, in complete opposition of the Magnuson Moss Warranty Act.<br />
Fingers crossed!</p>
]]></content:encoded>
			<wfw:commentRss>http://davidrpoindexter.com/uncategorized/hyundai-tiburon-o2-sensor-problems-at-28000-miles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
