<?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>Mongo Deco &#187; mosaic</title>
	<atom:link href="http://www.mongodeco.com/tag/mosaic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mongodeco.com</link>
	<description>Green interior design using entirely reused and recycled materials.</description>
	<lastBuildDate>Mon, 01 Aug 2011 02:55:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Swoops Kitchen</title>
		<link>http://www.mongodeco.com/swoops-kitchen/</link>
		<comments>http://www.mongodeco.com/swoops-kitchen/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 17:46:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[ash]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[collaborate]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[finishing]]></category>
		<category><![CDATA[furnish]]></category>
		<category><![CDATA[mosaic]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[renovate]]></category>

		<guid isPermaLink="false">http://www.mongodeco.com/?p=289</guid>
		<description><![CDATA[This room was originally separated from the dining room by a wall. We removed that wall and moved another to make enough space to wrap the counter around under the East window and to open the kitchen up to the dining room towards the West, creating a corridor with large windows at either end and a skylight-well in the center of each room. With the exception of the refrigerator, all of the appliances in this kitchen came secondhand from Craigslist. (Everything and the kitchen sink!)]]></description>
			<content:encoded><![CDATA[	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Swoops Kitchen NE</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_3758.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_3758.jpg" title="Swoops Kitchen NE"></a>
									</li>
							<li>
					<h3>Swoops Kitchen backsplash cabinet detail</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6204.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6204.jpg" title="Swoops Kitchen backsplash cabinet detail"></a>
									</li>
							<li>
					<h3>Swoops kitchen W to dining room</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5830.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5830.jpg" title="Swoops kitchen W to dining room"></a>
									</li>
							<li>
					<h3>Swoops Kitchen NE from dining room</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_3752.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_3752.jpg" title="Swoops Kitchen NE from dining room"></a>
									</li>
							<li>
					<h3>Swoops Kitchen sink counter detail</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_3794.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_3794.jpg" title="Swoops Kitchen sink counter detail"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.mongodeco.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 3;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

<p>This room was originally separated from the dining room by a wall. We removed that wall and moved another to make enough space to wrap the counter around under the East window and to open the kitchen up to the dining room towards the West, creating a corridor with large windows at either end and a skylight-well in the center of each room.</p>
<p>With the exception of the refrigerator, all of the appliances in this kitchen came secondhand from Craigslist. (Everything <em>and</em> the kitchen sink!)</p>
<p>The backsplash that expands into a custom mosaic over the cooktop consists of a pairing of one-of-a-kind saltillo-like tiles that were being discarded from a ceramic artist with everyday, machine-made brown quarry tile remnants.</p>
<p>The custom potrack was made with leftover walnut pieces from the window trim. Screwed into the studs above, it can support the weight of even the heaviest cast-iron pans.</p>
<p>Cabinet doors: local recycled ash, stained and sealed with Danish oil / Floor: concrete, hand-troweled / Counters: concrete, cast off-site to custom dimensions / Window trim: reclaimed urban walnut / Furniture and fixtures: salvaged, secondhand / Windows: new / Baseboards: recycled ash wood / Building materials: 50% salvaged</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mongodeco.com/swoops-kitchen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swoops Dining Room</title>
		<link>http://www.mongodeco.com/swoops-dining-room/</link>
		<comments>http://www.mongodeco.com/swoops-dining-room/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:44:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[finishing]]></category>
		<category><![CDATA[furnish]]></category>
		<category><![CDATA[mosaic]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[renovate]]></category>

		<guid isPermaLink="false">http://www.mongodeco.com/?p=332</guid>
		<description><![CDATA[This room was originally separated from the kitchen by a wall. We removed that wall to open up the space and created a corridor with large windows at either end and a skylight-well in the center of each room. The dining room floor is the kind of Vermont slate often found in the foyers of mid-century Midwestern homes â€“ although typically there are some deep red or burgundy accent tiles included in the repeating pattern. Most of these came from a bin that a local]]></description>
			<content:encoded><![CDATA[	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Swoops Dining Room W</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5758.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5758.jpg" title="Swoops Dining Room W"></a>
									</li>
							<li>
					<h3>Swoops Dining Room N wall</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5772.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5772.jpg" title="Swoops Dining Room N wall"></a>
									</li>
							<li>
					<h3>Swoops Dining Room SE</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5822.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5822.jpg" title="Swoops Dining Room SE"></a>
									</li>
							<li>
					<h3>Swoops Dining Room NE floor</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5824.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5824.jpg" title="Swoops Dining Room NE floor"></a>
									</li>
							<li>
					<h3>Swoops Dining Room NW</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5756.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5756.jpg" title="Swoops Dining Room NW"></a>
									</li>
							<li>
					<h3>Swoops Dining Room NW from kitchen</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5768.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5768.jpg" title="Swoops Dining Room NW from kitchen"></a>
									</li>
							<li>
					<h3>Swoops Dining Room W from kitchen</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5765.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5765.jpg" title="Swoops Dining Room W from kitchen"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.mongodeco.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 3;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

<p>This room was originally separated from the kitchen by a wall. We removed that wall to open up the space and created a corridor with large windows at either end and a skylight-well in the center of each room.</p>
<p>The dining room floor is the kind of Vermont slate often found in the foyers of mid-century Midwestern homes â€“ although typically there are some deep red or burgundy accent tiles included in the repeating pattern. Most of these came from a bin that a local remodeler had dropped off at the local salvage warehouse. We removed the red tiles from our installation and added tiles from two other sources â€“ salvaged and secondhand â€“ to get enough tiles to complete the pattern in our desired color scheme.</p>
<p>The thresholds leading to the adjoining kitchen and library were made from reclaimed urban walnut.</p>
<p>Floor: reclaimed, salvaged, secondhand / Sliding door: secondhand / Trim: original, salvaged / Furniture and fixtures: salvaged / Decor: salvaged / Building materials: 70% salvaged</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mongodeco.com/swoops-dining-room/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

