<?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>Embracing the Nerd &#187; Construction</title>
	<atom:link href="http://www.embracingthenerd.com/category/dagobar/construction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.embracingthenerd.com</link>
	<description>Embracing the Nerd: Discussions on Sci-Fi</description>
	<lastBuildDate>Thu, 08 Sep 2011 15:53:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The panels are up and the grout it done!</title>
		<link>http://www.embracingthenerd.com/2009/08/11/the-panels-are-up-and-the-grout-it-done/</link>
		<comments>http://www.embracingthenerd.com/2009/08/11/the-panels-are-up-and-the-grout-it-done/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 16:45:01 +0000</pubDate>
		<dc:creator>Trevor</dc:creator>
				<category><![CDATA[Construction]]></category>
		<category><![CDATA[degobar]]></category>
		<category><![CDATA[star wars]]></category>
		<category><![CDATA[themed bar]]></category>

		<guid isPermaLink="false">http://www.trevorclinard.com/?p=1244</guid>
		<description><![CDATA[Digg Digg]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v'><a title='Post on Google Buzz' class='google-buzz-button' href='http://www.google.com/buzz/post' data-button-style='normal-count' data-url='http://www.embracingthenerd.com/category/dagobar/construction/feed/'></a><script type='text/javascript' src='http://www.google.com/buzz/api/button.js'></script></div><div style='clear:left'></div><div class='dd_button_v'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.embracingthenerd.com/category/dagobar/construction/feed/" data-count="vertical" data-text="Construction" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div><div class='dd_button_v'><a name='fb_share' type='box_count' share_url='http://www.embracingthenerd.com/category/dagobar/construction/feed/' href='http://www.facebook.com/sharer.php'></a><script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'></script></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fwww.embracingthenerd.com%2Fcategory%2Fdagobar%2Fconstruction%2Ffeed%2F'></script></div><div style='clear:left'></div><div id='dd_name'><a href='http://www.diggdigg2u.com' target='_blank'>Digg Digg</a></div></div><div class='dd_content_wrap'><p><a href="http://www.trevorclinard.com/wp-content/uploads/2009/08/0811090722.jpg"><img class="alignnone size-full wp-image-1245" title="0811090722" src="http://www.trevorclinard.com/wp-content/uploads/2009/08/0811090722.jpg" alt="0811090722" /></a></p>
<p><a href="http://www.trevorclinard.com/wp-content/uploads/2009/08/0811090722.jpg"></a><a title="The wood paneling is also finished on Twitpic" href="http://twitpic.com/di9v5"><img src="http://twitpic.com/show/thumb/di9v5.jpg" alt="The wood paneling is also finished on Twitpic" width="150" height="150" /></a><br />
<a title="The grout is done and the tile is water proofed on Twitpic" href="http://twitpic.com/di90t"><img src="http://twitpic.com/show/thumb/di90t.jpg" alt="The grout is done and the tile is water proofed on Twitpic" width="150" height="150" /></a></p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	//put content div class, when scroll beyond this y, float it
	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			//make sure .post_share exists
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 800){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 800){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script>]]></content:encoded>
			<wfw:commentRss>http://www.embracingthenerd.com/2009/08/11/the-panels-are-up-and-the-grout-it-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grout and Panels!</title>
		<link>http://www.embracingthenerd.com/2009/08/10/grout-and-panels/</link>
		<comments>http://www.embracingthenerd.com/2009/08/10/grout-and-panels/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 18:45:21 +0000</pubDate>
		<dc:creator>Trevor</dc:creator>
				<category><![CDATA[Construction]]></category>
		<category><![CDATA[grout]]></category>
		<category><![CDATA[star wars]]></category>
		<category><![CDATA[themed bar]]></category>
		<category><![CDATA[wood panel]]></category>

		<guid isPermaLink="false">http://www.trevorclinard.com/?p=1241</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a title="About to grout! on Twitpic" href="http://twitpic.com/d7914"><img src="http://twitpic.com/show/thumb/d7914.jpg" alt="About to grout! on Twitpic" width="150" height="150" /></a><br />
<a title="Starting to panel the bar on Twitpic" href="http://twitpic.com/d8853"><img src="http://twitpic.com/show/thumb/d8853.jpg" alt="Starting to panel the bar on Twitpic" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingthenerd.com/2009/08/10/grout-and-panels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sometime around Midnight</title>
		<link>http://www.embracingthenerd.com/2009/08/07/sometime-around-midnight/</link>
		<comments>http://www.embracingthenerd.com/2009/08/07/sometime-around-midnight/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 15:56:22 +0000</pubDate>
		<dc:creator>Trevor</dc:creator>
				<category><![CDATA[Construction]]></category>
		<category><![CDATA[degobar]]></category>
		<category><![CDATA[tile]]></category>

		<guid isPermaLink="false">http://www.trevorclinard.com/?p=1227</guid>
		<description><![CDATA[I put tile in last night after sanding and painting the drywall patches&#8230; dun dun dunnnnnn, next is wood trim ]]></description>
			<content:encoded><![CDATA[<p>I put tile in last night after sanding and painting the drywall patches&#8230; dun dun dunnnnnn, next is wood trim and grouting.</p>
<p><a title="A little late night tile action turned out better then i thou... on Twitpic" href="http://twitpic.com/d0ea9"><img src="http://twitpic.com/show/thumb/d0ea9.jpg" alt="A little late night tile action turned out better then i thou... on Twitpic" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingthenerd.com/2009/08/07/sometime-around-midnight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where has Bagelboy been?</title>
		<link>http://www.embracingthenerd.com/2009/08/06/where-has-bagelboy-been/</link>
		<comments>http://www.embracingthenerd.com/2009/08/06/where-has-bagelboy-been/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 15:32:13 +0000</pubDate>
		<dc:creator>Trevor</dc:creator>
				<category><![CDATA[Construction]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[Dagobar]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.trevorclinard.com/?p=1205</guid>
		<description><![CDATA[Some might not have even noticed that there haven&#8217;t been any updates on Where&#8217;d I park my flying car&#8230; but ]]></description>
			<content:encoded><![CDATA[<p>Some might not have even noticed that there haven&#8217;t been any updates on Where&#8217;d I park my flying car&#8230; but for those who care this is what I&#8217;ve been up to.</p>
<p>The Basement Bar:</p>
<p><a href="http://www.trevorclinard.com/wp-content/uploads/2009/08/degobarlogo.jpg"><img class="alignnone size-full wp-image-1216" title="degobarlogo" src="http://www.trevorclinard.com/wp-content/uploads/2009/08/degobarlogo.jpg" alt="degobarlogo" width="353" height="252" /></a></p>
<p>The Degobar! Named after the planet Yoda exiled himself to after Episode Three (really was the best of the new movies&#8230; which is like saying &#8220;Hey that&#8217;s a really good looking inbred kid!&#8221;&#8230; so yeah there&#8217;s that)  I have been spelling it &#8220;Dagobar&#8221; But my mom said that was racist&#8230; oops! So POOF DEGObar&#8230; not racist!  My friends and I have been constructing the coolest basement bar ever known to Orange County.  I say this with some confidence, being that I think I&#8217;m the only one with a basement in Orange County.  Anyway&#8230; here are some action shots taken from my cell and uploaded to twitpic::</p>
<p>And if you want to see more just follow me on twitter</p>
<p><a href="http://www.trevorclinard.com/wp-content/uploads/2009/08/18362102.jpg"><img class="alignnone size-full wp-image-1210" title="18362102" src="http://www.trevorclinard.com/wp-content/uploads/2009/08/18362102.jpg" alt="18362102" /></a></p>
<p><a href="http://www.trevorclinard.com/wp-content/uploads/2009/08/18362102.jpg"></a><img class="alignnone size-full wp-image-1212" title="20897379" src="http://www.trevorclinard.com/wp-content/uploads/2009/08/20897379.jpg" alt="20897379" /></p>
<p><a href="http://www.trevorclinard.com/wp-content/uploads/2009/08/20952983.jpg"><img class="alignnone size-full wp-image-1213" title="20952983" src="http://www.trevorclinard.com/wp-content/uploads/2009/08/20952983.jpg" alt="20952983" /></a></p>
<p><a href="http://www.trevorclinard.com/wp-content/uploads/2009/08/21129635.jpg"><img class="alignnone size-full wp-image-1215" title="21129635" src="http://www.trevorclinard.com/wp-content/uploads/2009/08/21129635.jpg" alt="21129635" /></a></p>
<p><a href="http://www.trevorclinard.com/wp-content/uploads/2009/08/20338459.jpg"><img class="alignnone size-full wp-image-1211" title="20338459" src="http://www.trevorclinard.com/wp-content/uploads/2009/08/20338459.jpg" alt="20338459" /></a></p>
<p><a href="http://www.trevorclinard.com/wp-content/uploads/2009/08/5814_663839553115_6403266_38957706_789124_n.jpg"><img class="alignnone size-full wp-image-1208" title="5814_663839553115_6403266_38957706_789124_n" src="http://www.trevorclinard.com/wp-content/uploads/2009/08/5814_663839553115_6403266_38957706_789124_n.jpg" alt="5814_663839553115_6403266_38957706_789124_n" width="362" height="272" /></a></p>
<p><a style="text-decoration: none;" href="http://www.trevorclinard.com/wp-content/uploads/2009/08/5814_663839802615_6403266_38957707_782574_n.jpg"><img class="alignnone size-full wp-image-1209" title="5814_663839802615_6403266_38957707_782574_n" src="http://www.trevorclinard.com/wp-content/uploads/2009/08/5814_663839802615_6403266_38957707_782574_n.jpg" alt="5814_663839802615_6403266_38957707_782574_n" width="423" height="317" /></a></p>
<p><a href="http://www.trevorclinard.com/wp-content/uploads/2009/08/21598926.jpg"><img class="alignnone size-full wp-image-1207" title="21598926" src="http://www.trevorclinard.com/wp-content/uploads/2009/08/21598926.jpg" alt="21598926" /></a></p>
<p>More to come!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingthenerd.com/2009/08/06/where-has-bagelboy-been/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

