<?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; landscaping</title>
	<atom:link href="http://www.mongodeco.com/tag/landscaping/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 exterior retaining wall</title>
		<link>http://www.mongodeco.com/swoops-exterior-retaining-wall/</link>
		<comments>http://www.mongodeco.com/swoops-exterior-retaining-wall/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:11:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[landscaping]]></category>
		<category><![CDATA[rockwall]]></category>
		<category><![CDATA[urbanite]]></category>

		<guid isPermaLink="false">http://www.mongodeco.com/?p=325</guid>
		<description><![CDATA[This retaining wallâ€™s 7.5 tons of concrete â€“ or â€œurbaniteâ€, as recycled concrete is sometimes called â€“ is 100% reclaimed from local sidewalks. In 2009, the City of Ann Arbor began requiring residents to replace damaged sidewalks on their properties, which led to an abundance of this material at the local concrete yard. Since sidewalk concrete is generally poured to a uniform thickness, it makes good material for stacking if you have enough of it. All except the top course of these concrete pieces were]]></description>
			<content:encoded><![CDATA[	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Swoops retaining wall SW</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6942.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6942.jpg" title="Swoops retaining wall SW"></a>
									</li>
							<li>
					<h3>Swoops retaining wall SW detail</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6944.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6944.jpg" title="Swoops retaining wall SW detail"></a>
									</li>
							<li>
					<h3>Swoops retaining wall W section </h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6951.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6951.jpg" title="Swoops retaining wall W section "></a>
									</li>
							<li>
					<h3>Swoops retaining wall S section</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7052.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7052.jpg" title="Swoops retaining wall S section"></a>
									</li>
							<li>
					<h3>Swoops Exterior Retaining Wall SW winter</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5485.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5485.jpg" title="Swoops Exterior Retaining Wall SW winter"></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 retaining wallâ€™s 7.5 tons of concrete â€“ or â€œurbaniteâ€, as recycled  concrete is sometimes called â€“ is 100% reclaimed from local sidewalks.  In 2009, the City of Ann Arbor began requiring residents to replace  damaged sidewalks on their properties, which led to an abundance of this  material at the local concrete yard. Since sidewalk concrete is  generally poured to a uniform thickness, it makes good material for  stacking if you have enough of it.</p>
<p>All except the top course of these concrete pieces were dry-stacked,  without mortar, in the manner of a traditional Old World rockwall. As  with real stones, installation is a laborious yet artfully meditative  process of selecting just the right pieces for each spot in the wall.</p>
<p>The thickest, bottom-most course is completely under ground level, and  many large pieces throughout the wall actually reach deep into the hill  (deeper than the topmost course would suggest) for added structural  integrity.Â  An equal volume of earth was first removed in order to make  space for the wall and then returned as backfill behind a gravel  drainage layer.</p>
<p>[more images coming soon]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mongodeco.com/swoops-exterior-retaining-wall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

