<!DOCTYPE html>
<html lang="en-US">
<head>
	<meta charset="UTF-8" />
<title>Blog | Root Pouch</title>
<meta name="msvalidate.01" content="663B623E1C6A5A57FDAB81A14FE10A99" />
<link rel="stylesheet" type="text/css" media="all" href="http://rootpouch.com/wp-content/themes/levos/css/reset.css" />
<link rel="stylesheet" href="http://rootpouch.com/wp-content/themes/levos/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://rootpouch.com/wp-content/themes/levos/css/comments.css" type="text/css" />
<link rel="shortcut icon" href="/wp-content/uploads/2010/08/favicon.png" type="image/x-icon" /> 

	<link rel="stylesheet" type="text/css" href="http://rootpouch.com/wp-content/themes/levos/colors/wood.css" media="screen" />
	
		<link type="text/css" href="http://rootpouch.com/wp-content/themes/levos/css/picsostyles.css" rel="stylesheet" />
		<link type="text/css" href="http://rootpouch.com/wp-content/themes/levos/css/skin.css" rel="stylesheet" />

<link rel='stylesheet' id='sys_postadmincss-css'  href='http://rootpouch.com/wp-content/themes/levos/lib/admin/css/postadmin.css?ver=3.0' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css'  href='http://rootpouch.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.6' type='text/css' media='all' />
<script type='text/javascript' src='http://rootpouch.com/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>
<script type='text/javascript' src='http://rootpouch.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://rootpouch.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://rootpouch.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 4.1.8" />
<link rel='shortlink' href='http://rootpouch.com/?p=203' />
    
    <!-- WP-Cufon Plugin 1.6.10 START  -->
    <script type="text/javascript" src="http://rootpouch.com/wp-content/plugins/wp-cufon/js/cufon-yui.js"></script>
            
     
					<!-- WP-Cufon Fonts found  -->
					<script src="http://rootpouch.com/wp-content/plugins/fonts/Aller-Bold.js" type="text/javascript"></script>
					 
					<!-- WP-Cufon Fonts found  -->
					<script src="http://rootpouch.com/wp-content/plugins/fonts/Aller.js" type="text/javascript"></script>
					                
   
            
	 <!-- WP-Cufon Plugin Replacements --> 
	<script type="text/javascript">
        Cufon.set('fontFamily', 'Aller').replace('h1')('h2');
Cufon.set('fontFamily', 'Aller').replace('.subheader');
Cufon.set('fontFamily', 'Aller-Bold').replace('.side-nav li.menu-item a');

Cufon.replace('#welcome-text', {textShadow: '1px 1px #333'})
 


 
    </script>            
	<!-- WP-Cufon END  -->	
	
<script type='text/javascript'>var zoomImagesBase = '/wp-content/plugins/wp-fancyzoom/';</script>
<script src='/wp-content/plugins/wp-fancyzoom/js-global/FancyZoom.js' type='text/javascript'></script>
<script src='/wp-content/plugins/wp-fancyzoom/js-global/FancyZoomHTML.js' type='text/javascript'></script>
<script src='/wp-content/plugins/wp-fancyzoom/adddomloadevent.js' type='text/javascript'></script>
<script type='text/javascript'>addDOMLoadEvent(setupZoom);</script>

<!-- All in One SEO Pack 2.2.4 by Michael Torbert of Semper Fi Web Design[69,93] -->
<link rel="canonical" href="http://rootpouch.com/about/blog" />
<!-- /all in one seo pack -->

<!-- Jquery -->
<script type="text/javascript" src="http://rootpouch.com/wp-content/themes/levos/js/jquery-1.4.min.js"></script>
<script type="text/javascript" src="http://rootpouch.com/wp-content/themes/levos/js/jquery.easing.js"></script>
<script type="text/javascript" src="http://rootpouch.com/wp-content/themes/levos/js/accordion_menu.js"></script>
<!-- ToolTip-->
<script type="text/javascript" src="http://rootpouch.com/wp-content/themes/levos/js/jquery.tipsy.js"></script>
<!-- start: Prettyphoto scripts & css -->
<link rel="stylesheet" type="text/css" media="screen" href="http://rootpouch.com/wp-content/themes/levos/css/prettyPhoto.css" />
<script type="text/javascript" src="http://rootpouch.com/wp-content/themes/levos/js/jquery.prettyPhoto.js"></script>

<script type="text/javascript">
	$(document).ready(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_square'});

	});

$(document).ready(function() {
	
    $("#ajax-contact-form").submit(function() {
        $('#load').append('<img src="http://rootpouch.com/wp-content/themes/levos/ajax-loader.gif" width="16" height="16" alt="sending..." id="cloading" />');

        var fem = $(this).serialize(),
			note = $('#note');
	
        $.ajax({
            type: "POST",
            url: "http://rootpouch.com/wp-content/themes/levos/contactsend.php",
            data: fem,
            success: function(msg) {
				if ( note.height() ) {			
					note.slideUp(1000, function() { $(this).hide(); });
				} 
				else note.hide();

				$('#cloading').fadeOut(300, function() {
					$(this).remove();

					// Message Sent? Show the 'Thank You' message and hide the form
					result = (msg === 'OK') ? '<span class="success">Your message has been sent. Thank you!</span>' : msg;

					var i = setInterval(function() {
						if ( !note.is(':visible') ) {
							note.html(result).slideDown(1000);
							clearInterval(i);
						}
					}, 40);    
				}); // end loading image fadeOut
            }
        });


       return false;
    });
});
</script>
<!-- Jscroolpane jscripts and css -->
<link rel="stylesheet" type="text/css" media="all" href="http://rootpouch.com/wp-content/themes/levos/css/jScrollPane.css" />
<script type="text/javascript" src="http://rootpouch.com/wp-content/themes/levos/js/mouse_wheel.js"></script>
<script type="text/javascript" src="http://rootpouch.com/wp-content/themes/levos/js/jScrollPane.js"></script>

<!--NivoSlider -->
<link rel='stylesheet' media='screen' href='http://rootpouch.com/wp-content/themes/levos/css/nivo-slider.css' />
<script type="text/javascript" src="http://rootpouch.com/wp-content/themes/levos/js/jquery.nivo.slider.pack.js"></script>
<script type="text/javascript">
$(window).load(function() {
	$('#slider').nivoSlider({
		effect:'random', // sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown, sliceUpDownLeft, fold, fade, random
		animSpeed:500,
		pauseTime:8000,
		directionNav:true, //Next and Prev
		directionNavHide:true, //Only show on hover
		controlNav:true, //1,2,3...
		pauseOnHover:true, //Stop animation while hovering
		beforeChange: function(){},
		afterChange: function(){}
	});
});
</script>



<!--Cufon--> 
<script type="text/javascript" src="http://rootpouch.com/wp-content/themes/levos/js/custom.js"></script>
<!--[if IE 6]>
<script src="DD_belatedPNG.js" type="text/javascript"></script>
<script>
  /* EXAMPLE */
  DD_belatedPNG.fix('*');
  
  /* string argument can be any CSS selector */
  /* .png_bg example is unnecessary */
  /* change it to what suits you! */
</script>
<![endif]--> 


</head>
<body>
<!-- .pageleft -->
<div class="pageleft">

	<!-- .content -->
	<div class="content">	
    	<!-- .logo -->
        <div class="logo">
		
					<a href="https://www.rootpouch.com" title="Root Pouch">
			<img src="/wp-content/uploads/2010/08/root_pouch_logo.png" alt="Root Pouch" />
			</a>
					</div>
        <!-- .logo -->
	  <div class="clear"></div>









<div class="main_menu">
<!-- Menu Lists -->	
<div class="menu-main-navigation-container"><ul id="menu-main-navigation" class="side-nav"><li id="menu-item-129" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-129"><a href="https://rootpouch.com">Home</a></li>
<li id="menu-item-13" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-13"><a href="http://rootpouch.com/products">Products</a>
<ul class="sub-menu">
	<li id="menu-item-1432" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1432"><a href="http://rootpouch.com/boxer-brown">Boxer Brown</a></li>
	<li id="menu-item-2317" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2317"><a href="http://rootpouch.com/controlled-enviro-bags">Controlled Enviro Bags</a></li>
	<li id="menu-item-2024" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2024"><a href="http://rootpouch.com/black-4-5-year">Black (4-5 year)</a></li>
	<li id="menu-item-2023" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2023"><a href="http://rootpouch.com/grey-3-4-year">Grey (3-4 year)</a></li>
	<li id="menu-item-2030" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2030"><a href="http://rootpouch.com/charcoal-18-24-month">Charcoal (18-24 month)</a></li>
	<li id="menu-item-2029" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2029"><a href="http://rootpouch.com/propagation-black-12-15-month">Propagation Black (12-15 month)</a></li>
	<li id="menu-item-220" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-220"><a href="http://rootpouch.com/products/vertical-gardens">Vertical Gardens</a></li>
	<li id="menu-item-816" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-816"><a href="http://rootpouch.com/hydroculture-pots-inserts">Hydro/Culture Pots &#038; Inserts</a></li>
	<li id="menu-item-219" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-219"><a href="http://rootpouch.com/products/erosion-control-sacks">Erosion Control Sacks</a></li>
</ul>
</li>
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-page-parent menu-item-has-children menu-item-14"><a href="http://rootpouch.com/about">About</a>
<ul class="sub-menu">
	<li id="menu-item-143" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-143"><a href="http://rootpouch.com/ideas/our-materials">Our Materials</a></li>
	<li id="menu-item-148" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-148"><a href="http://rootpouch.com/ideas/our-services">Our Services</a></li>
	<li id="menu-item-149" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-149"><a href="http://rootpouch.com/ideas/ways-to-use">Ways to Use</a></li>
</ul>
</li>
<li id="menu-item-205" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-203 current_page_item menu-item-205"><a href="http://rootpouch.com/about/blog">Blog</a></li>
<li id="menu-item-644" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-644"><a href="http://rootpouch.com/press">Press</a></li>
<li id="menu-item-778" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-778"><a href="http://rootpouch.com/faq">F.A.Q.</a></li>
<li id="menu-item-1313" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1313"><a href="http://rootpouch.com/testimonials">Testimonials</a></li>
<li id="menu-item-996" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-996"><a href="http://rootpouch.com/prices">Retail Prices</a></li>
<li id="menu-item-2223" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2223"><a href="http://rootpouch.com/where-to-buy">Where to Buy</a>
<ul class="sub-menu">
	<li id="menu-item-680" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-680"><a href="http://rootpouch.com/retail-locations">Retail Locations</a></li>
	<li id="menu-item-2217" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2217"><a href="http://rootpouch.com/distributors">Distributors</a></li>
</ul>
</li>
</ul></div></div>
<!-- .main_menu -->	

<div class="clear"></div>

<div class="widgets"></div>

<div class="footer">
	<!-- .socialbar -->
	<div class="socialbar">

		<ul class="social">					

		<li>
		<a href="http://twitter.com/RootPouch" title="Follow us on Twitter">
		<img src="http://rootpouch.com/wp-content/themes/levos/images/followus/twitter.png" alt=""  /></a>
		</li>
				<li>
		<a href="http://www.facebook.com/pages/Root-Pouch/116000255115474?ref=search" title="Join us on Facebook">
		<img src="http://rootpouch.com/wp-content/themes/levos/images/followus/fb.png" alt=""  /></a>
		</li>
				<li>
		<a href="mailto:info@rootpouch.com" title="Email Us">
		<img src="http://rootpouch.com/wp-content/themes/levos/images/followus/email.png" alt=""  /></a>
		</li>
				<li>
		<a href="http://feeds.feedburner.com/rootpouch-blog" title="Follow our RSS Feed">
		<img src="http://rootpouch.com/wp-content/themes/levos/images/followus/rss.png" alt=""  /></a>
		</li>
				</ul>
	</div>
	<!-- .socialbar -->
	<div class="clear"></div>

	<!-- .copyright -->
	<p></p>	
	</div>
	<!-- .footer -->
</div>
<!-- .content -->
</div><!-- .pageright -->
<div class="pageright">

	<!-- #contentwrap -->
	<div id="contentwrap">

		<!-- .scrollpanel -->
		<div class="scroll-pane">
<!-- START : .SUBHEADER -->
			<div class="subheader">					<h1>Blog</h1>
				<p class="simple"></p>
				
						
			</div>	
			<!-- END : .SUBHEADER -->

								
				<!-- Begin : Posts Box  -->
				<div class="post">
					<div class="post-content">
				<h2 class="alignleft"><a href="http://rootpouch.com/1990" rel="bookmark" title="Permanent Link to Moezziez &amp; Root Pouch: Using Root Pouches in alternative ways.">Moezziez &#038; Root Pouch: Using Root Pouches in alternative ways.</a></h2>
			<!-- START: POST INFO -->
						<div class="post-info">
							<div class="date">
							<div class="day">6</div>
							<div class="month">Nov<br />2013</div>
						</div>
						<div class="clear"></div>				
						<div class="postmetadata">	<span class="comments"><a href="http://rootpouch.com/1990#comments" title="View Comments">
			0 Comments</a></span>
			By <a href="http://rootpouch.com/author/ashley" title="Posts by Ashley" rel="author">Ashley</a> 
							Posted in <a href="http://rootpouch.com/category/community" rel="category tag">Community</a>, <a href="http://rootpouch.com/category/press" rel="category tag">Press</a>, <a href="http://rootpouch.com/category/products" rel="category tag">Products</a>						</div>					  
						</div>	

				
			
				WE LOVE everything that <a href="http://www.moezziez.nl/">Moezziez</a> is doing. They are doing a wonderful job representing the Root Pouch brand, and displaying the products. 

<a href="http://rootpouch.com/wp-content/uploads/2013/11/995556_531306600286078_1502020881_n.jpg"><img src="http://rootpouch.com/wp-content/uploads/2013/11/995556_531306600286078_1502020881_n.jpg" alt="995556_531306600286078_1502020881_n" width="960" height="720" class="alignnone size-full wp-image-1991" /></a>

<a href="http://rootpouch.com/wp-content/uploads/2013/11/1441418_531616016921803_252274188_n.jpg"><img src="http://rootpouch.com/wp-content/uploads/2013/11/1441418_531616016921803_252274188_n.jpg" alt="1441418_531616016921803_252274188_n" width="480" height="640" class="alignnone size-full wp-image-1992" /></a>

<a href="http://rootpouch.com/wp-content/uploads/2013/11/1465315_532251613524910_713078856_n.jpg"><img src="http://rootpouch.com/wp-content/uploads/2013/11/1465315_532251613524910_713078856_n.jpg" alt="1465315_532251613524910_713078856_n" width="640" height="480" class="alignnone size-full wp-image-1993" /></a>

<a href="http://rootpouch.com/wp-content/uploads/2013/11/69223_429058000510939_876413027_n.jpg"><img src="http://rootpouch.com/wp-content/uploads/2013/11/69223_429058000510939_876413027_n.jpg" alt="69223_429058000510939_876413027_n" width="640" height="480" class="alignnone size-full wp-image-1994" /></a>

<a href="http://rootpouch.com/wp-content/uploads/2013/11/1000417_476756795738761_1547327943_n.jpg"><img src="http://rootpouch.com/wp-content/uploads/2013/11/1000417_476756795738761_1547327943_n.jpg" alt="1000417_476756795738761_1547327943_n" width="721" height="480" class="alignnone size-full wp-image-1995" /></a>

<a href="http://rootpouch.com/wp-content/uploads/2013/11/1391772_519948924755179_821610847_n.jpg"><img src="http://rootpouch.com/wp-content/uploads/2013/11/1391772_519948924755179_821610847_n.jpg" alt="1391772_519948924755179_821610847_n" width="640" height="480" class="alignnone size-full wp-image-1996" /></a>
				
				</div></div>
				
				<!-- Begin : Posts Box  -->
				<div class="post">
					<div class="post-content">
				<h2 class="alignleft"><a href="http://rootpouch.com/seedgeeks-root-pouch" rel="bookmark" title="Permanent Link to SeedGeeks &amp; Root Pouch">SeedGeeks &#038; Root Pouch</a></h2>
			<!-- START: POST INFO -->
						<div class="post-info">
							<div class="date">
							<div class="day">5</div>
							<div class="month">Nov<br />2013</div>
						</div>
						<div class="clear"></div>				
						<div class="postmetadata">	<span class="comments"><a href="http://rootpouch.com/seedgeeks-root-pouch#comments" title="View Comments">
			0 Comments</a></span>
			By <a href="http://rootpouch.com/author/ashley" title="Posts by Ashley" rel="author">Ashley</a> 
							Posted in <a href="http://rootpouch.com/category/community" rel="category tag">Community</a>, <a href="http://rootpouch.com/category/press" rel="category tag">Press</a>, <a href="http://rootpouch.com/category/products" rel="category tag">Products</a>						</div>					  
						</div>	

				
			
				We are thrilled to be apart of what <a href="https://www.facebook.com/seedgeeks?directed_target_id=0">SeedGeeks</a> is doing. They describe themselves as &#8220;A couple of St. Louis seed geeks sharing the joys of urban homesteading, organic gardening, sustainability, and self-reliance.&#8221; We love that they use heirloom seeds! 
</br>

<a href="http://rootpouch.com/wp-content/uploads/2013/11/945952_459398580835833_1128640127_n-1.jpg"><img src="http://rootpouch.com/wp-content/uploads/2013/11/945952_459398580835833_1128640127_n-1.jpg" alt="945952_459398580835833_1128640127_n-1" width="640" height="427" class="alignnone size-full wp-image-1986" /></a>

<a href="http://rootpouch.com/wp-content/uploads/2013/11/419045_393040247471667_263160364_n.jpg"><img src="http://rootpouch.com/wp-content/uploads/2013/11/419045_393040247471667_263160364_n.jpg" alt="419045_393040247471667_263160364_n" width="960" height="640" class="alignnone size-full wp-image-1985" /></a>

<a href="http://rootpouch.com/wp-content/uploads/2013/11/945952_459398580835833_1128640127_n.jpg"><img src="http://rootpouch.com/wp-content/uploads/2013/11/945952_459398580835833_1128640127_n.jpg" alt="945952_459398580835833_1128640127_n" width="640" height="427" class="alignnone size-full wp-image-1984" /></a>

<a href="http://rootpouch.com/wp-content/uploads/2013/11/602849_459398737502484_1741697017_n.jpg"><img src="http://rootpouch.com/wp-content/uploads/2013/11/602849_459398737502484_1741697017_n.jpg" alt="602849_459398737502484_1741697017_n" width="640" height="427" class="alignnone size-full wp-image-1983" /></a>

<a href="http://rootpouch.com/wp-content/uploads/2013/11/487959_459399210835770_1258428592_n.jpg"><img src="http://rootpouch.com/wp-content/uploads/2013/11/487959_459399210835770_1258428592_n.jpg" alt="487959_459399210835770_1258428592_n" width="640" height="427" class="alignnone size-full wp-image-1982" /></a>
				
				</div></div>
				
				<!-- Begin : Posts Box  -->
				<div class="post">
					<div class="post-content">
				<h2 class="alignleft"><a href="http://rootpouch.com/using-tools-of-the-21st-century" rel="bookmark" title="Permanent Link to USING TOOLS OF THE 21st CENTURY:">USING TOOLS OF THE 21st CENTURY:</a></h2>
			<!-- START: POST INFO -->
						<div class="post-info">
							<div class="date">
							<div class="day">24</div>
							<div class="month">Oct<br />2013</div>
						</div>
						<div class="clear"></div>				
						<div class="postmetadata">	<span class="comments"><a href="http://rootpouch.com/using-tools-of-the-21st-century#comments" title="View Comments">
			0 Comments</a></span>
			By <a href="http://rootpouch.com/author/ashley" title="Posts by Ashley" rel="author">Ashley</a> 
							Posted in <a href="http://rootpouch.com/category/community" rel="category tag">Community</a>, <a href="http://rootpouch.com/category/ideas-page" rel="category tag">Ideas Page</a>, <a href="http://rootpouch.com/category/press" rel="category tag">Press</a>						</div>					  
						</div>	

				
			
				<a href="http://rootpouch.com/plant-pots"><img src="http://rootpouch.com/wp-content/uploads/2013/10/Slide1-e1382639183463.jpg" alt="Root Pouch 1950&#039;s advert" width="600" height="450" class="alignnone size-full wp-image-1932" /></a>
				
				</div></div>
				
				<!-- Begin : Posts Box  -->
				<div class="post">
					<div class="post-content">
				<h2 class="alignleft"><a href="http://rootpouch.com/prairie-rose-garden-nursery" rel="bookmark" title="Permanent Link to Prairie Rose Garden &amp; Nursery">Prairie Rose Garden &#038; Nursery</a></h2>
			<!-- START: POST INFO -->
						<div class="post-info">
							<div class="date">
							<div class="day">21</div>
							<div class="month">Aug<br />2013</div>
						</div>
						<div class="clear"></div>				
						<div class="postmetadata">	<span class="comments"><a href="http://rootpouch.com/prairie-rose-garden-nursery#comments" title="View Comments">
			0 Comments</a></span>
			By <a href="http://rootpouch.com/author/ashley" title="Posts by Ashley" rel="author">Ashley</a> 
							Posted in <a href="http://rootpouch.com/category/community" rel="category tag">Community</a>, <a href="http://rootpouch.com/category/press" rel="category tag">Press</a>, <a href="http://rootpouch.com/category/products" rel="category tag">Products</a>, <a href="http://rootpouch.com/category/the-environment" rel="category tag">The Environment</a>						</div>					  
						</div>	

				
			
				Check out Prairie Rose Greenhouse &#038; Nursery growing their tree&#8217;s in Root Pouches, <a href="http://www.prairieroseplants.com/">http://www.prairieroseplants.com/</a>

<a href="http://rootpouch.com/wp-content/uploads/2013/08/prairie-Rose-Greenhouse-Nursery-1.jpg"><img src="http://rootpouch.com/wp-content/uploads/2013/08/prairie-Rose-Greenhouse-Nursery-1-300x225.jpg" alt="" title="prairie Rose Greenhouse &amp; Nursery 1" width="300" height="225" class="alignnone size-medium wp-image-1893" /></a>

<a href="http://rootpouch.com/wp-content/uploads/2013/08/prairie-Rose-Greenhouse-Nursery.jpg"><img src="http://rootpouch.com/wp-content/uploads/2013/08/prairie-Rose-Greenhouse-Nursery-225x300.jpg" alt="" title="prairie Rose Greenhouse &amp; Nursery" width="225" height="300" class="alignnone size-medium wp-image-1894" /></a>
				
				</div></div>
				
				<!-- Begin : Posts Box  -->
				<div class="post">
					<div class="post-content">
				<h2 class="alignleft"><a href="http://rootpouch.com/customer-photos-growing-veggies" rel="bookmark" title="Permanent Link to CUSTOMER PHOTOS: GROWING FRUIT">CUSTOMER PHOTOS: GROWING FRUIT</a></h2>
			<!-- START: POST INFO -->
						<div class="post-info">
							<div class="date">
							<div class="day">15</div>
							<div class="month">May<br />2013</div>
						</div>
						<div class="clear"></div>				
						<div class="postmetadata">	<span class="comments"><a href="http://rootpouch.com/customer-photos-growing-veggies#comments" title="View Comments">
			0 Comments</a></span>
			By <a href="http://rootpouch.com/author/ashley" title="Posts by Ashley" rel="author">Ashley</a> 
							Posted in <a href="http://rootpouch.com/category/community" rel="category tag">Community</a>, <a href="http://rootpouch.com/category/press" rel="category tag">Press</a>, <a href="http://rootpouch.com/category/products" rel="category tag">Products</a>						</div>					  
						</div>	

				
			
				Click on photos to make them larger. A customer in South Carolina sent us photos of her fruit growing in different Root Pouches &#8211; check them out!


		<style type='text/css'>
			#gallery-1 {
				margin: auto;
			}
			#gallery-1 .gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 50%;
			}
			#gallery-1 img {
				border: 2px solid #cfcfcf;
			}
			#gallery-1 .gallery-caption {
				margin-left: 0;
			}
			/* see gallery_shortcode() in wp-includes/media.php */
		</style>
		<div id='gallery-1' class='gallery galleryid-1870 gallery-columns-2 gallery-size-thumbnail'><dl class='gallery-item'>
			<dt class='gallery-icon portrait'>
				<a href='http://rootpouch.com/customer-photos-growing-veggies/tomato'><img width="150" height="150" src="http://rootpouch.com/wp-content/uploads/2013/05/Tomato-150x150.jpg" class="attachment-thumbnail" alt="Tomato" /></a>
			</dt></dl><dl class='gallery-item'>
			<dt class='gallery-icon portrait'>
				<a href='http://rootpouch.com/customer-photos-growing-veggies/growbags'><img width="150" height="150" src="http://rootpouch.com/wp-content/uploads/2013/05/GrowBags-150x150.jpg" class="attachment-thumbnail" alt="GrowBags" /></a>
			</dt></dl><br style="clear: both" /><dl class='gallery-item'>
			<dt class='gallery-icon portrait'>
				<a href='http://rootpouch.com/customer-photos-growing-veggies/strawberries'><img width="150" height="150" src="http://rootpouch.com/wp-content/uploads/2013/05/Strawberries-150x150.jpg" class="attachment-thumbnail" alt="Strawberries" /></a>
			</dt></dl><dl class='gallery-item'>
			<dt class='gallery-icon portrait'>
				<a href='http://rootpouch.com/customer-photos-growing-veggies/growbags2'><img width="150" height="150" src="http://rootpouch.com/wp-content/uploads/2013/05/GrowBags2-150x150.jpg" class="attachment-thumbnail" alt="GrowBags2" /></a>
			</dt></dl><br style="clear: both" /><dl class='gallery-item'>
			<dt class='gallery-icon portrait'>
				<a href='http://rootpouch.com/customer-photos-growing-veggies/blueberries'><img width="150" height="150" src="http://rootpouch.com/wp-content/uploads/2013/05/Blueberries-150x150.jpg" class="attachment-thumbnail" alt="Blueberries" /></a>
			</dt></dl>
			<br style='clear: both' />
		</div>

				
				</div></div>
				
				<!-- Begin : Posts Box  -->
				<div class="post">
					<div class="post-content">
				<h2 class="alignleft"><a href="http://rootpouch.com/boxer-brown-with-sheridan-nurseries" rel="bookmark" title="Permanent Link to Boxer Brown with Sheridan Nurseries">Boxer Brown with Sheridan Nurseries</a></h2>
			<!-- START: POST INFO -->
						<div class="post-info">
							<div class="date">
							<div class="day">29</div>
							<div class="month">Apr<br />2013</div>
						</div>
						<div class="clear"></div>				
						<div class="postmetadata">	<span class="comments"><a href="http://rootpouch.com/boxer-brown-with-sheridan-nurseries#comments" title="View Comments">
			0 Comments</a></span>
			By <a href="http://rootpouch.com/author/ashley" title="Posts by Ashley" rel="author">Ashley</a> 
							Posted in <a href="http://rootpouch.com/category/community" rel="category tag">Community</a>, <a href="http://rootpouch.com/category/featured" rel="category tag">Featured</a>, <a href="http://rootpouch.com/category/press" rel="category tag">Press</a>, <a href="http://rootpouch.com/category/products" rel="category tag">Products</a>						</div>					  
						</div>	

				
			
				<a href="http://www.sheridannurseries.com/">Sheridan Nurseries</a> in Canada uses the Boxer Brown Root Pouches in both above ground and pot and pot application.

<a href="http://rootpouch.com/wp-content/uploads/2013/04/sheridon-pot-and-pot.jpg"><img class="alignnone  wp-image-1866" title="sheridon pot and pot" src="http://rootpouch.com/wp-content/uploads/2013/04/sheridon-pot-and-pot-1024x768.jpg" alt="" width="614" height="461" /></a>

<a href="http://rootpouch.com/wp-content/uploads/2013/04/sheridon-bb.jpg"><img class="alignnone  wp-image-1865" title="sheridon bb" src="http://rootpouch.com/wp-content/uploads/2013/04/sheridon-bb-1024x768.jpg" alt="" width="614" height="461" /></a>
				
				</div></div>
				
				<!-- Begin : Posts Box  -->
				<div class="post">
					<div class="post-content">
				<h2 class="alignleft"><a href="http://rootpouch.com/we-love-customer-feedback" rel="bookmark" title="Permanent Link to We Love Customer Feedback!">We Love Customer Feedback!</a></h2>
			<!-- START: POST INFO -->
						<div class="post-info">
							<div class="date">
							<div class="day">5</div>
							<div class="month">Mar<br />2013</div>
						</div>
						<div class="clear"></div>				
						<div class="postmetadata">	<span class="comments"><a href="http://rootpouch.com/we-love-customer-feedback#comments" title="View Comments">
			0 Comments</a></span>
			By <a href="http://rootpouch.com/author/ashley" title="Posts by Ashley" rel="author">Ashley</a> 
							Posted in <a href="http://rootpouch.com/category/community" rel="category tag">Community</a>, <a href="http://rootpouch.com/category/featured" rel="category tag">Featured</a>, <a href="http://rootpouch.com/category/products" rel="category tag">Products</a>						</div>					  
						</div>	

				
			
				<p style="text-align: center;"><span style="color: #000000;">We love hearing from our customers &#8211; here are a couple comments that we share once a week on our <span style="color: #000000;"><a href="https://www.facebook.com/rootpouch?ref=search">Facebook</a></span> page on Feedback Friday, but we also frequently update our <span style="color: #000000;"><a href="http://rootpouch.com/testimonials">testimonials</a> </span>section on our website.  </span></p>
<p style="text-align: center;"><span style="color: #000000;">Happy Planting!!</span></p>
<p style="text-align: center;"><a href="http://rootpouch.com/wp-content/uploads/2013/03/feedback-friday-ryan.jpg"><img class="aligncenter  wp-image-1822" title="feedback friday ryan" src="http://rootpouch.com/wp-content/uploads/2013/03/feedback-friday-ryan-1024x1024.jpg" alt="" width="614" height="614" /></a></p>
<p style="text-align: center;"><a href="http://rootpouch.com/wp-content/uploads/2013/03/feedback-friday.jpg"><img class="aligncenter  wp-image-1823" title="feedback friday" src="http://rootpouch.com/wp-content/uploads/2013/03/feedback-friday.jpg" alt="" width="634" height="634" /></a></p>
				
				</div></div>
				
				<!-- Begin : Posts Box  -->
				<div class="post">
					<div class="post-content">
				<h2 class="alignleft"><a href="http://rootpouch.com/testimonial-from-natorps-nursery-in-ohio" rel="bookmark" title="Permanent Link to Testimonial from Natorp&#8217;s Nursery in Ohio">Testimonial from Natorp&#8217;s Nursery in Ohio</a></h2>
			<!-- START: POST INFO -->
						<div class="post-info">
							<div class="date">
							<div class="day">27</div>
							<div class="month">Feb<br />2013</div>
						</div>
						<div class="clear"></div>				
						<div class="postmetadata">	<span class="comments"><a href="http://rootpouch.com/testimonial-from-natorps-nursery-in-ohio#comments" title="View Comments">
			0 Comments</a></span>
			By <a href="http://rootpouch.com/author/ashley" title="Posts by Ashley" rel="author">Ashley</a> 
							Posted in <a href="http://rootpouch.com/category/community" rel="category tag">Community</a>, <a href="http://rootpouch.com/category/press" rel="category tag">Press</a>, <a href="http://rootpouch.com/category/products" rel="category tag">Products</a>						</div>					  
						</div>	

				
			
				<center>This is wonderful video demonstrating the uses of Root Pouch and the benefits it has for both the grower and the plant.</center>
<br /><br /><center>

<iframe width="500" height="281" src="http://www.youtube.com/embed/pl-tiYqpotA?feature=oembed" frameborder="0" allowfullscreen></iframe>

				
				</div></div>
				
				<!-- Begin : Posts Box  -->
				<div class="post">
					<div class="post-content">
				<h2 class="alignleft"><a href="http://rootpouch.com/vee-gardens-in-action-again" rel="bookmark" title="Permanent Link to Vee Gardens in Action Again">Vee Gardens in Action Again</a></h2>
			<!-- START: POST INFO -->
						<div class="post-info">
							<div class="date">
							<div class="day">7</div>
							<div class="month">Feb<br />2013</div>
						</div>
						<div class="clear"></div>				
						<div class="postmetadata">	<span class="comments"><a href="http://rootpouch.com/vee-gardens-in-action-again#comments" title="View Comments">
			0 Comments</a></span>
			By <a href="http://rootpouch.com/author/ashley" title="Posts by Ashley" rel="author">Ashley</a> 
							Posted in <a href="http://rootpouch.com/category/community" rel="category tag">Community</a>, <a href="http://rootpouch.com/category/press" rel="category tag">Press</a>, <a href="http://rootpouch.com/category/products" rel="category tag">Products</a>						</div>					  
						</div>	

				
			
				<p style="text-align: center;"><span style="color: #000000;">Del Webber is at it again. <a href="http://vee-garden.com/"><span style="color: #000000;">The Vee Garden</span></a> mini&#8217;s are made with Root Pouch fabric containers as the base. You can now grow your edible garden anywhere.</span></p>
<p style="text-align: center;"><a href="http://rootpouch.com/wp-content/uploads/2013/02/820714_445114628895096_1994320952_o.jpg"><img class="aligncenter  wp-image-1781" title="Vee Garden Minis as center peice" src="http://rootpouch.com/wp-content/uploads/2013/02/820714_445114628895096_1994320952_o.jpg" alt="" width="709" height="534" /></a>Vee Garden mini as a table center piece
<a href="http://rootpouch.com/wp-content/uploads/2013/02/792284_444908955582330_222351219_o.jpg"><img class="aligncenter  wp-image-1780" title="lettuce entertain you" src="http://rootpouch.com/wp-content/uploads/2013/02/792284_444908955582330_222351219_o.jpg" alt="" width="737" height="491" /></a>
<a href="http://rootpouch.com/wp-content/uploads/2013/02/843901_444908618915697_786796263_o.jpg"><img class="aligncenter  wp-image-1779" title="vee garden mini in winter sun" src="http://rootpouch.com/wp-content/uploads/2013/02/843901_444908618915697_786796263_o.jpg" alt="" width="700" height="467" /></a>
<a href="http://rootpouch.com/wp-content/uploads/2013/02/841130_444908345582391_2070297510_o.jpg"><img class="aligncenter  wp-image-1778" title="vee garden mini" src="http://rootpouch.com/wp-content/uploads/2013/02/841130_444908345582391_2070297510_o.jpg" alt="" width="737" height="470" /></a></p>
				
				</div></div>
				
				<!-- Begin : Posts Box  -->
				<div class="post">
					<div class="post-content">
				<h2 class="alignleft"><a href="http://rootpouch.com/root-pouch-in-germany" rel="bookmark" title="Permanent Link to Root Pouch in Germany">Root Pouch in Germany</a></h2>
			<!-- START: POST INFO -->
						<div class="post-info">
							<div class="date">
							<div class="day">29</div>
							<div class="month">Jan<br />2013</div>
						</div>
						<div class="clear"></div>				
						<div class="postmetadata">	<span class="comments"><a href="http://rootpouch.com/root-pouch-in-germany#comments" title="View Comments">
			0 Comments</a></span>
			By <a href="http://rootpouch.com/author/ashley" title="Posts by Ashley" rel="author">Ashley</a> 
							Posted in <a href="http://rootpouch.com/category/community" rel="category tag">Community</a>, <a href="http://rootpouch.com/category/press" rel="category tag">Press</a>, <a href="http://rootpouch.com/category/products" rel="category tag">Products</a>						</div>					  
						</div>	

				
			
				We are thrilled to be working with Drehahn Communication in Germany. Dirk is a great person and is always available to answer any questions.

You can find more information on his website: <a href="http://rootpouch.wordpress.com/impressum/">http://rootpouch.wordpress.com/impressum/</a> and facebook page: <a href="https://www.facebook.com/drehahn.de">https://www.facebook.com/drehahn.de</a>

Please see pictures below:
<p style="text-align: center;"><a href="http://rootpouch.com/wp-content/uploads/2013/01/303428_369487366433823_600178464_n1.jpg"><img class="aligncenter  wp-image-1763" title="Root Pouch in Germany" src="http://rootpouch.com/wp-content/uploads/2013/01/303428_369487366433823_600178464_n1.jpg" alt="" width="576" height="432" /></a></p>
<p style="text-align: center;"><a href="http://rootpouch.com/wp-content/uploads/2013/01/470349_369489519766941_508471993_o.jpg"><img class="aligncenter  wp-image-1764" title="Root Pouch in Germany" src="http://rootpouch.com/wp-content/uploads/2013/01/470349_369489519766941_508471993_o-1024x681.jpg" alt="" width="614" height="409" /></a></p>
<a href="http://rootpouch.com/wp-content/uploads/2013/01/601061_369488283100398_1569587586_n.jpg"><img class="aligncenter size-full wp-image-1766" title="Root Pouch in Germany" src="http://rootpouch.com/wp-content/uploads/2013/01/601061_369488283100398_1569587586_n.jpg" alt="" width="639" height="960" /></a>
<p style="text-align: center;"><a href="http://rootpouch.com/wp-content/uploads/2013/01/478689_369486533100573_3181402_o.jpg"><img class="aligncenter  wp-image-1765" title="Root Pouch in Germany" src="http://rootpouch.com/wp-content/uploads/2013/01/478689_369486533100573_3181402_o-1024x681.jpg" alt="" width="614" height="409" /></a></p>
				
				</div></div>
								<!-- End : Posts Box  -->

			
			<div class="navigation">
			<span class="floatleft"></span><span class="floatright"><a href="http://rootpouch.com/about/blog/page/2" >Older Entries</a></span>
			</div>

								</div>
		<!-- .scrollpanel -->
		<div class="clear"></div>

	</div>
	<!-- .contentwrap -->
</div>
<!-- .end pageright -->
<!-- Google Analytics Code -->
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18168748-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<!-- End Google Analytics Code -->	
</body>
</html>