<?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>Gareth Neal</title>
	<atom:link href="http://garethneal.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://garethneal.co.uk</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 16:43:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Vessels</title>
		<link>http://garethneal.co.uk/vessels</link>
		<comments>http://garethneal.co.uk/vessels#comments</comments>
		<pubDate>Wed, 08 May 2013 16:43:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://garethneal.co.uk/?p=1774</guid>
		<description><![CDATA[Product Vessel Series Material Oak Dimensions 460 x 200 x 200]]></description>
			<content:encoded><![CDATA[<div id="primary">
<div id="content"><ul id='slider-491' class='anythingSlider'><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/1-Vessels-double-view.jpg"><img class="alignnone size-full wp-image-1808" title="1-Vessels-double-view" src="http://garethneal.co.uk/wp-content/uploads/2013/05/1-Vessels-double-view.jpg" alt="" width="650" height="518" /></a>

&nbsp;</div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/2-Vessal.jpg"><img class="alignnone size-full wp-image-1811" title="2-Vessel" src="http://garethneal.co.uk/wp-content/uploads/2013/05/2-Vessal.jpg" alt="" width="600" height="500" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/3-Vessal.jpg"><img class="alignnone size-full wp-image-1812" title="3-Vessel" src="http://garethneal.co.uk/wp-content/uploads/2013/05/3-Vessal.jpg" alt="" width="600" height="500" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/4-Vessal.jpg"><img class="alignnone size-full wp-image-1813" title="4-Vessel" src="http://garethneal.co.uk/wp-content/uploads/2013/05/4-Vessal.jpg" alt="" width="600" height="500" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/5-Vessal.jpg"><img class="alignnone size-full wp-image-1815" title="5-Vessel" src="http://garethneal.co.uk/wp-content/uploads/2013/05/5-Vessal.jpg" alt="" width="600" height="500" /></a></div></li></ul>
			<style>
				/* This CSS is needed for the fading transition */
				#slider-491 .panel             { filter: alpha(opacity=00); opacity: 0; }
				#slider-491 .panel.activePage  { filter: alpha(opacity=99); opacity: 1; } /* make sure active panel is visible */
			</style>
			
		<style>
			#slider-491 { width: 600px; height: 500px; }
		</style>
		<script> 
		jQuery(function() {
			jQuery('#slider-491').anythingSlider({
				
				theme               : 'default', 
				expand              : false,     
				resizeContents      : true,
				vertical            : false,      
				showMultiple        : 1,     
				easing              : 'linear',   
				
				buildArrows         : true,      
				buildNavigation     : true,      
				buildStartStop      : false,      
		    
				
				toggleArrows        : false,     
				toggleControls      : false,     
				
				startText           : 'Start',   
				stopText            : 'Stop',    
				forwardText         : '&gt;', 
				backText            : '&lt;', 
				tooltipClass        : 'tooltip', 
				
				
				enableArrows        : true,      
				enableNavigation    : true,      
				enableStartStop     : true,      
				enableKeyboard      : true,      
				
				
				startPanel          : '1',         
				changeBy            : '1',         
				hashTags            : true,      
				infiniteSlides      : true,
				navigationFormatter : 'NULL',      
				
				
				autoPlay            : false,     
				autoPlayLocked      : false,     
				autoPlayDelayed     : true,     
				pauseOnHover        : true,      
				stopAtEnd           : false,     
				playRtl             : false,     
				
				
				delay               : 4000,      
				resumeDelay         : 15000, 
				animationTime       : 0,
				delayBeforeAnimate  : 750,       
				
				
				clickForwardArrow   : 'click',         
				clickBackArrow      : 'click',         
				clickControls       : 'click focusin', 
				clickSlideshow      : 'click',        
				
				
				resumeOnVideoEnd    : true,      
				addWmodeToObject    : 'opaque'
				
			});
			
			//current = jQuery('.anythingSlider').data('AnythingSlider').currentPage; // returns page #
			//current = 1;
			
			
			
		}); 
		</script>
				<script> 
				jQuery(function() {
					jQuery('#slider-491').anythingSliderFx({
						'.panel' : [ 'fade', '', 750, 'linear' ]
   					});
					
					//jQuery('#slider-491 .slideclick').click(function(){
					jQuery('#slider-491 li .content a').click(function(e){
						e.preventDefault();
						//alert('test');
						curr = jQuery('#slider-491').data('AnythingSlider').currentPage;
						num = jQuery('#slider-491').data('AnythingSlider').pages;
						nxt = curr + 1;
						//alert('slides = '+num);
						
						if(curr < num){
							jQuery('#slider-491').anythingSlider(nxt);
						}else{
							jQuery('#slider-491').anythingSlider(1);
						}
						
					});
					
   				});
   			</script>
			</p>
<div class="title"><strong>Vessels</strong> 8 May '13</div>
</div>
<div id="nav-post"><div id="index-link"><a href="http://garethneal.co.uk/2013">Back to index</a>&nbsp;&nbsp;&nbsp;</div><a href="http://garethneal.co.uk/museum-of-art-and-design" rel="prev">Previous entry<span class="meta-nav">&nbsp;|</span></a><span class="inactive"> Next entry</span></div>
</div>
<div id="secondary"><strong>Product </strong>Vessel Series<br />
Material<br />
Oak<br />
Dimensions<br />
460 x 200 x 200</div>
]]></content:encoded>
			<wfw:commentRss>http://garethneal.co.uk/vessels/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Museum of art and design</title>
		<link>http://garethneal.co.uk/museum-of-art-and-design</link>
		<comments>http://garethneal.co.uk/museum-of-art-and-design#comments</comments>
		<pubDate>Wed, 08 May 2013 16:36:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://garethneal.co.uk/?p=1761</guid>
		<description><![CDATA[Mueseum of Art and Design: New York Featuring nearly 90 installations, sculptures, furniture, and objects, Against the Grain: Wood in Contemporary Art, Craft and Design explores some of the most cutting-edge conceptual and technical trends in woodworking today. The exhibition &#8230; <a href="http://garethneal.co.uk/museum-of-art-and-design">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="primary">
<div id="content">
<ul id='slider-237' class='anythingSlider'><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Museum1.jpg"><img class="alignnone size-full wp-image-1819" title="Museum1" src="http://garethneal.co.uk/wp-content/uploads/2013/05/Museum1.jpg" alt="" width="600" height="500" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Museum-2.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Museum-2.jpg" alt="" title="Museum 2" width="650" height="488" class="alignnone size-full wp-image-1752" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Museum-3.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Museum-3.jpg" alt="" title="Museum 3" width="650" height="488" class="alignnone size-full wp-image-1753" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Museum-4.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Museum-4.jpg" alt="" title="Museum  4" width="650" height="422" class="alignnone size-full wp-image-1750" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Museum-5.jpg"><img class="alignnone size-full wp-image-1824" title="Museum-5" src="http://garethneal.co.uk/wp-content/uploads/2013/05/Museum-5.jpg" alt="" width="600" height="500" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Museum-6.jpg"><img class="alignnone size-full wp-image-1825" title="Museum 6" src="http://garethneal.co.uk/wp-content/uploads/2013/05/Museum-6.jpg" alt="" width="600" height="500" /></a></div></li></ul>
			<style>
				/* This CSS is needed for the fading transition */
				#slider-237 .panel             { filter: alpha(opacity=00); opacity: 0; }
				#slider-237 .panel.activePage  { filter: alpha(opacity=99); opacity: 1; } /* make sure active panel is visible */
			</style>
			
		<style>
			#slider-237 { width: 600px; height: 500px; }
		</style>
		<script> 
		jQuery(function() {
			jQuery('#slider-237').anythingSlider({
				
				theme               : 'default', 
				expand              : false,     
				resizeContents      : true,
				vertical            : false,      
				showMultiple        : 1,     
				easing              : 'linear',   
				
				buildArrows         : true,      
				buildNavigation     : true,      
				buildStartStop      : false,      
		    
				
				toggleArrows        : false,     
				toggleControls      : false,     
				
				startText           : 'Start',   
				stopText            : 'Stop',    
				forwardText         : '&gt;', 
				backText            : '&lt;', 
				tooltipClass        : 'tooltip', 
				
				
				enableArrows        : true,      
				enableNavigation    : true,      
				enableStartStop     : true,      
				enableKeyboard      : true,      
				
				
				startPanel          : '1',         
				changeBy            : '1',         
				hashTags            : true,      
				infiniteSlides      : true,
				navigationFormatter : 'NULL',      
				
				
				autoPlay            : false,     
				autoPlayLocked      : false,     
				autoPlayDelayed     : true,     
				pauseOnHover        : true,      
				stopAtEnd           : false,     
				playRtl             : false,     
				
				
				delay               : 4000,      
				resumeDelay         : 15000, 
				animationTime       : 0,
				delayBeforeAnimate  : 750,       
				
				
				clickForwardArrow   : 'click',         
				clickBackArrow      : 'click',         
				clickControls       : 'click focusin', 
				clickSlideshow      : 'click',        
				
				
				resumeOnVideoEnd    : true,      
				addWmodeToObject    : 'opaque'
				
			});
			
			//current = jQuery('.anythingSlider').data('AnythingSlider').currentPage; // returns page #
			//current = 1;
			
			
			
		}); 
		</script>
				<script> 
				jQuery(function() {
					jQuery('#slider-237').anythingSliderFx({
						'.panel' : [ 'fade', '', 750, 'linear' ]
   					});
					
					//jQuery('#slider-237 .slideclick').click(function(){
					jQuery('#slider-237 li .content a').click(function(e){
						e.preventDefault();
						//alert('test');
						curr = jQuery('#slider-237').data('AnythingSlider').currentPage;
						num = jQuery('#slider-237').data('AnythingSlider').pages;
						nxt = curr + 1;
						//alert('slides = '+num);
						
						if(curr < num){
							jQuery('#slider-237').anythingSlider(nxt);
						}else{
							jQuery('#slider-237').anythingSlider(1);
						}
						
					});
					
   				});
   			</script>
			</p>
<div class="title"><strong>Museum of art and design</strong> 8 May '13</div>
</div>
<div id="nav-post"><div id="index-link"><a href="http://garethneal.co.uk/2013">Back to index</a>&nbsp;&nbsp;&nbsp;</div><a href="http://garethneal.co.uk/harley-gallery" rel="prev">Previous entry<span class="meta-nav">&nbsp;|</span></a><a href="http://garethneal.co.uk/vessels" rel="next"> Next entry</a></div>
</div>
<div id="secondary"><strong>Mueseum of Art and Design: New York  </strong></p>
<p>Featuring nearly 90 installations, sculptures, furniture, and objects, Against the Grain: Wood in Contemporary Art, Craft and Design explores some of the most cutting-edge conceptual and technical trends in woodworking today. The exhibition emphasizes the way artists, designers, and craftspeople have incorporated postmodernist approaches and strategies into woodworking—deconstructing vessel shapes, playing on the relationship between function and form, and utilizing woodturning and furniture techniques in the creation of sculpture and demonstrating exciting possibilities through the use of technology.
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://garethneal.co.uk/museum-of-art-and-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Harley Gallery</title>
		<link>http://garethneal.co.uk/harley-gallery</link>
		<comments>http://garethneal.co.uk/harley-gallery#comments</comments>
		<pubDate>Wed, 08 May 2013 16:18:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://garethneal.co.uk/?p=1740</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="primary">
<div id="content">
<ul id='slider-221' class='anythingSlider'><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Harley-Gallery-1.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Harley-Gallery-1.jpg" alt="" title="Harley Gallery 1" width="650" height="488" class="alignnone size-full wp-image-1729" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Harley-Gallery-2.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Harley-Gallery-2.jpg" alt="" title="Harley Gallery 2" width="650" height="488" class="alignnone size-full wp-image-1731" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Harley-Gallery-3.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Harley-Gallery-3.jpg" alt="" title="Harley Gallery 3" width="650" height="488" class="alignnone size-full wp-image-1733" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Harley-Gallery-4.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Harley-Gallery-4.jpg" alt="" title="Harley Gallery 4" width="650" height="488" class="alignnone size-full wp-image-1735" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Harley-Gallery-5.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Harley-Gallery-5.jpg" alt="" title="Harley Gallery 5" width="650" height="488" class="alignnone size-full wp-image-1737" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Harley-Gallery-6.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Harley-Gallery-6.jpg" alt="" title="Harley Gallery 6" width="650" height="488" class="alignnone size-full wp-image-1739" /></a></div></li></ul>
			<style>
				/* This CSS is needed for the fading transition */
				#slider-221 .panel             { filter: alpha(opacity=00); opacity: 0; }
				#slider-221 .panel.activePage  { filter: alpha(opacity=99); opacity: 1; } /* make sure active panel is visible */
			</style>
			
		<style>
			#slider-221 { width: 600px; height: 500px; }
		</style>
		<script> 
		jQuery(function() {
			jQuery('#slider-221').anythingSlider({
				
				theme               : 'default', 
				expand              : false,     
				resizeContents      : true,
				vertical            : false,      
				showMultiple        : 1,     
				easing              : 'linear',   
				
				buildArrows         : true,      
				buildNavigation     : true,      
				buildStartStop      : false,      
		    
				
				toggleArrows        : false,     
				toggleControls      : false,     
				
				startText           : 'Start',   
				stopText            : 'Stop',    
				forwardText         : '&gt;', 
				backText            : '&lt;', 
				tooltipClass        : 'tooltip', 
				
				
				enableArrows        : true,      
				enableNavigation    : true,      
				enableStartStop     : true,      
				enableKeyboard      : true,      
				
				
				startPanel          : '1',         
				changeBy            : '1',         
				hashTags            : true,      
				infiniteSlides      : true,
				navigationFormatter : 'NULL',      
				
				
				autoPlay            : false,     
				autoPlayLocked      : false,     
				autoPlayDelayed     : true,     
				pauseOnHover        : true,      
				stopAtEnd           : false,     
				playRtl             : false,     
				
				
				delay               : 4000,      
				resumeDelay         : 15000, 
				animationTime       : 0,
				delayBeforeAnimate  : 750,       
				
				
				clickForwardArrow   : 'click',         
				clickBackArrow      : 'click',         
				clickControls       : 'click focusin', 
				clickSlideshow      : 'click',        
				
				
				resumeOnVideoEnd    : true,      
				addWmodeToObject    : 'opaque'
				
			});
			
			//current = jQuery('.anythingSlider').data('AnythingSlider').currentPage; // returns page #
			//current = 1;
			
			
			
		}); 
		</script>
				<script> 
				jQuery(function() {
					jQuery('#slider-221').anythingSliderFx({
						'.panel' : [ 'fade', '', 750, 'linear' ]
   					});
					
					//jQuery('#slider-221 .slideclick').click(function(){
					jQuery('#slider-221 li .content a').click(function(e){
						e.preventDefault();
						//alert('test');
						curr = jQuery('#slider-221').data('AnythingSlider').currentPage;
						num = jQuery('#slider-221').data('AnythingSlider').pages;
						nxt = curr + 1;
						//alert('slides = '+num);
						
						if(curr < num){
							jQuery('#slider-221').anythingSlider(nxt);
						}else{
							jQuery('#slider-221').anythingSlider(1);
						}
						
					});
					
   				});
   			</script>
			</p>
<div class="title"><strong>Harley Gallery</strong> 8 May '13</div>
</div>
<div id="nav-post"><div id="index-link"><a href="http://garethneal.co.uk/2013">Back to index</a>&nbsp;&nbsp;&nbsp;</div><a href="http://garethneal.co.uk/ash-george" rel="prev">Previous entry<span class="meta-nav">&nbsp;|</span></a><a href="http://garethneal.co.uk/museum-of-art-and-design" rel="next"> Next entry</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://garethneal.co.uk/harley-gallery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ash George</title>
		<link>http://garethneal.co.uk/ash-george</link>
		<comments>http://garethneal.co.uk/ash-george#comments</comments>
		<pubDate>Wed, 08 May 2013 15:04:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://garethneal.co.uk/?p=1705</guid>
		<description><![CDATA[George (3 Draw) Material English Ash Dimensions 1090 x 810 x 510 The new Ash edition of the George chest of draws holds on to all the value’s of the first edition in Oak, but repositions the piece with its &#8230; <a href="http://garethneal.co.uk/ash-george">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="primary">
<div id="content">
<ul id='slider-114' class='anythingSlider'><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Ash-George-2.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Ash-George-2.jpg" alt="" title="Ash George 2" width="645" height="430" class="alignnone size-full wp-image-1720" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Ash-George-1.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Ash-George-1.jpg" alt="" title="Ash George 1" width="650" height="500" class="alignnone size-full wp-image-1719" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Ash-George-3.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Ash-George-3.jpg" alt="" title="Ash George 3" width="650" height="433" class="alignnone size-full wp-image-1721" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Ash-George-4.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Ash-George-4.jpg" alt="" title="Ash George 4" width="650" height="500" class="alignnone size-full wp-image-1723" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Ash-George-5.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Ash-George-5.jpg" alt="" title="Ash George 5" width="449" height="650" class="alignnone size-full wp-image-1725" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/05/Ash-George-6.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/05/Ash-George-6.jpg" alt="" title="Ash George 6" width="542" height="500" class="alignnone size-full wp-image-1727" /></a></div></li></ul>
			<style>
				/* This CSS is needed for the fading transition */
				#slider-114 .panel             { filter: alpha(opacity=00); opacity: 0; }
				#slider-114 .panel.activePage  { filter: alpha(opacity=99); opacity: 1; } /* make sure active panel is visible */
			</style>
			
		<style>
			#slider-114 { width: 600px; height: 500px; }
		</style>
		<script> 
		jQuery(function() {
			jQuery('#slider-114').anythingSlider({
				
				theme               : 'default', 
				expand              : false,     
				resizeContents      : true,
				vertical            : false,      
				showMultiple        : 1,     
				easing              : 'linear',   
				
				buildArrows         : true,      
				buildNavigation     : true,      
				buildStartStop      : false,      
		    
				
				toggleArrows        : false,     
				toggleControls      : false,     
				
				startText           : 'Start',   
				stopText            : 'Stop',    
				forwardText         : '&gt;', 
				backText            : '&lt;', 
				tooltipClass        : 'tooltip', 
				
				
				enableArrows        : true,      
				enableNavigation    : true,      
				enableStartStop     : true,      
				enableKeyboard      : true,      
				
				
				startPanel          : '1',         
				changeBy            : '1',         
				hashTags            : true,      
				infiniteSlides      : true,
				navigationFormatter : 'NULL',      
				
				
				autoPlay            : false,     
				autoPlayLocked      : false,     
				autoPlayDelayed     : true,     
				pauseOnHover        : true,      
				stopAtEnd           : false,     
				playRtl             : false,     
				
				
				delay               : 4000,      
				resumeDelay         : 15000, 
				animationTime       : 0,
				delayBeforeAnimate  : 750,       
				
				
				clickForwardArrow   : 'click',         
				clickBackArrow      : 'click',         
				clickControls       : 'click focusin', 
				clickSlideshow      : 'click',        
				
				
				resumeOnVideoEnd    : true,      
				addWmodeToObject    : 'opaque'
				
			});
			
			//current = jQuery('.anythingSlider').data('AnythingSlider').currentPage; // returns page #
			//current = 1;
			
			
			
		}); 
		</script>
				<script> 
				jQuery(function() {
					jQuery('#slider-114').anythingSliderFx({
						'.panel' : [ 'fade', '', 750, 'linear' ]
   					});
					
					//jQuery('#slider-114 .slideclick').click(function(){
					jQuery('#slider-114 li .content a').click(function(e){
						e.preventDefault();
						//alert('test');
						curr = jQuery('#slider-114').data('AnythingSlider').currentPage;
						num = jQuery('#slider-114').data('AnythingSlider').pages;
						nxt = curr + 1;
						//alert('slides = '+num);
						
						if(curr < num){
							jQuery('#slider-114').anythingSlider(nxt);
						}else{
							jQuery('#slider-114').anythingSlider(1);
						}
						
					});
					
   				});
   			</script>
			</p>
<div class="title"><strong>Ash George</strong> 8 May '13</div>
</div>
<div id="nav-post"><div id="index-link"><a href="http://garethneal.co.uk/2013">Back to index</a>&nbsp;&nbsp;&nbsp;</div><a href="http://garethneal.co.uk/orkney-chair-project" rel="prev">Previous entry<span class="meta-nav">&nbsp;|</span></a><a href="http://garethneal.co.uk/harley-gallery" rel="next"> Next entry</a></div>
</div>
<div id="secondary"><strong>George (3 Draw)</strong></p>
<p>Material<br />
English Ash<br />
Dimensions<br />
1090 x 810 x 510</p>
<p>The new Ash edition of the George chest of draws holds on to all the value’s of the first edition in Oak, but repositions the piece with its pale pastel colours and feminine feel, a perfect evolution.</p>
<p>Contained within this contemporary rectilinear oak chest of drawers, is the ghost of its past, a 1780’s George III Commode. Through a series of<br />
rectilinear cuts the George the 3 commode is hidden within. Though as if through the erosion of time the fossil of its past, begins to be reviled.</p>
<p>The design has a rugged sophistication only in certain lights and at various angles is it evident the commode is cut throughout the block.</p>
<p>Though the combination of computer controlled routing machines, hand carving techniques, and chance, traditional craft, and contemporary design merge. </p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://garethneal.co.uk/ash-george/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Orkney Chair Project</title>
		<link>http://garethneal.co.uk/orkney-chair-project</link>
		<comments>http://garethneal.co.uk/orkney-chair-project#comments</comments>
		<pubDate>Thu, 06 Dec 2012 12:55:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://garethneal.co.uk/?p=1661</guid>
		<description><![CDATA[The Orkney Chair Project: What is a Modern Craftsman to me? “Traditionally a craftsman was trained in a material and was the master of it. The modern craftsman is still the true essence of this, with an inherent understanding of &#8230; <a href="http://garethneal.co.uk/orkney-chair-project">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="primary">
<div id="content">
<ul id='slider-483' class='anythingSlider'><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/03/Modern-Craftsman-0.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/03/Modern-Craftsman-0.jpg" alt="" title="Modern Craftsman 0" width="580" height="488" class="alignnone size-full wp-image-1686" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/03/Modern-Craftsman-11.jpg"><img class="alignnone size-full wp-image-1834" title="Modern-Craftsman-1" src="http://garethneal.co.uk/wp-content/uploads/2013/03/Modern-Craftsman-11.jpg" alt="" width="600" height="500" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/03/Modern-Craftsman-2.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/03/Modern-Craftsman-2.jpg" alt="" title="Modern Craftsman 2" width="650" height="488" class="alignnone size-full wp-image-1690" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/03/Modern-Craftsman-31.jpg"><img class="alignnone size-full wp-image-1829" title="Modern-Craftsman-3" src="http://garethneal.co.uk/wp-content/uploads/2013/03/Modern-Craftsman-31.jpg" alt="" width="600" height="500" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/03/Modern-Craftsman-4.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/03/Modern-Craftsman-4.jpg" alt="" title="Modern Craftsman 4" width="650" height="488" class="alignnone size-full wp-image-1694" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/03/Modern-Craftsman-51.jpg"><img class="alignnone size-full wp-image-1827" title="Modern-Craftsman-5" src="http://garethneal.co.uk/wp-content/uploads/2013/03/Modern-Craftsman-51.jpg" alt="" width="600" height="500" /></a></div></li><li><div class='content clearfix'><iframe width="634" height="475" src="http://www.youtube.com/embed/Id8ifShXx-4" frameborder="0" allowfullscreen></iframe></div></li></ul>
			<style>
				/* This CSS is needed for the fading transition */
				#slider-483 .panel             { filter: alpha(opacity=00); opacity: 0; }
				#slider-483 .panel.activePage  { filter: alpha(opacity=99); opacity: 1; } /* make sure active panel is visible */
			</style>
			
		<style>
			#slider-483 { width: 600px; height: 500px; }
		</style>
		<script> 
		jQuery(function() {
			jQuery('#slider-483').anythingSlider({
				
				theme               : 'default', 
				expand              : false,     
				resizeContents      : true,
				vertical            : false,      
				showMultiple        : 1,     
				easing              : 'linear',   
				
				buildArrows         : true,      
				buildNavigation     : true,      
				buildStartStop      : false,      
		    
				
				toggleArrows        : false,     
				toggleControls      : false,     
				
				startText           : 'Start',   
				stopText            : 'Stop',    
				forwardText         : '&gt;', 
				backText            : '&lt;', 
				tooltipClass        : 'tooltip', 
				
				
				enableArrows        : true,      
				enableNavigation    : true,      
				enableStartStop     : true,      
				enableKeyboard      : true,      
				
				
				startPanel          : '1',         
				changeBy            : '1',         
				hashTags            : true,      
				infiniteSlides      : true,
				navigationFormatter : 'NULL',      
				
				
				autoPlay            : false,     
				autoPlayLocked      : false,     
				autoPlayDelayed     : true,     
				pauseOnHover        : true,      
				stopAtEnd           : false,     
				playRtl             : false,     
				
				
				delay               : 4000,      
				resumeDelay         : 15000, 
				animationTime       : 0,
				delayBeforeAnimate  : 750,       
				
				
				clickForwardArrow   : 'click',         
				clickBackArrow      : 'click',         
				clickControls       : 'click focusin', 
				clickSlideshow      : 'click',        
				
				
				resumeOnVideoEnd    : true,      
				addWmodeToObject    : 'opaque'
				
			});
			
			//current = jQuery('.anythingSlider').data('AnythingSlider').currentPage; // returns page #
			//current = 1;
			
			
			
		}); 
		</script>
				<script> 
				jQuery(function() {
					jQuery('#slider-483').anythingSliderFx({
						'.panel' : [ 'fade', '', 750, 'linear' ]
   					});
					
					//jQuery('#slider-483 .slideclick').click(function(){
					jQuery('#slider-483 li .content a').click(function(e){
						e.preventDefault();
						//alert('test');
						curr = jQuery('#slider-483').data('AnythingSlider').currentPage;
						num = jQuery('#slider-483').data('AnythingSlider').pages;
						nxt = curr + 1;
						//alert('slides = '+num);
						
						if(curr < num){
							jQuery('#slider-483').anythingSlider(nxt);
						}else{
							jQuery('#slider-483').anythingSlider(1);
						}
						
					});
					
   				});
   			</script>
			</p>
<div class="title"><strong>The Orkney Chair Project</strong> 6 Dec '12</div>
</div>
<div id="nav-post"><div id="index-link"><a href="http://garethneal.co.uk/2012">Back to index</a>&nbsp;&nbsp;&nbsp;</div><a href="http://garethneal.co.uk/ipocn-the-making" rel="prev">Previous entry<span class="meta-nav">&nbsp;|</span></a><a href="http://garethneal.co.uk/ash-george" rel="next"> Next entry</a></div>
</div>
<div id="secondary"><strong>The Orkney Chair Project: What is a Modern Craftsman to me? </strong></p>
<p>“Traditionally a craftsman was trained in a material and was the master of it. The modern craftsman is still the true essence of this, with an inherent understanding of materials, process and function, but more is required of him, he needs the ability to see the whole picture, his holistic approach will have the ability to communicate and reinterpret more than just process,  from heritage to context, from education to environment, from preservation to reinvention, the whole picture needs to be described within his work, using the pallet of techniques within his specialism he rebrands his process for a contemporary audience to ensure it survival and to inspire the modern audience”</p>
<p><!--p>As the title of the project suggests this was a research project through Brighton University, the goal of Carbon Negative may be an unobtainable dream but whatever carbon was used during this 10 day experiment was recorded and a life cycle analysis on the products was performed.</p>
<p>“Too many products today profess to be carbon neutral. The challenge I set myself is to expend less CO2 between the ‘felling to the selling&#8217; of the furniture than would otherwise be absorbed during the tree&#8217;s lifecycle.”</p-->
<p>
The Orkney Chair Project was an opportunity to put this into practice when in December 2012 I was invited to design a chair for the ‘New Crafts Man’ and I teamed up with a traditional Orkney chair maker Kevin Gauld and visited him to execute a modern interpretation of the Orkney chair. My design merged the thinking and knowledge gained from the Bodging project and the traditions of the Windsor chair, combining it with the unique straw work of the Orkney isles.
</p>
<p>
The Orkney chair is a design classic its humble form and unique combination of materials derive purely from necessity. The Orkney Isle’s are tree less archipelago of the north coast of Scotland, living on these ancient islands would have been a cold and tough existence, by using drift wood and developing a weaving technique from Oats straw they created durable high back chairs which not only sheltered you from the cold and provided you comfort,  but intuitively engaged in materials around them for the necessities of life.
</p>
<p>
Kevin is one of only 2 professional Orkney chair makers still working from the islands  with the young leaving the island for work on the main land its longevity is at risk, by working with the local industry this new collaboration has the potential to again provide growth to the islands and secure the preservation of these unique skills and techniques.
</p>
<p>
As the environmental debate around us rages with products being flown around the world, the simple story of the of the Orkney chair is one that should ground designers and crafts man in their approach to, materials , locality and process.
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://garethneal.co.uk/orkney-chair-project/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPOCN: The Making</title>
		<link>http://garethneal.co.uk/ipocn-the-making</link>
		<comments>http://garethneal.co.uk/ipocn-the-making#comments</comments>
		<pubDate>Sun, 12 Aug 2012 18:12:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://garethneal.co.uk/?p=1598</guid>
		<description><![CDATA[In Pursuit of Carbon Negative In the Winter of 2012 two Ash trees were felled in a woodland in Herefordshire. Between the 19th and 29th of August Gareth cycled to the woodland from London, living a low-impact Carbon lifestyle by &#8230; <a href="http://garethneal.co.uk/ipocn-the-making">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="primary">
<div id="content">
<ul id='slider-235' class='anythingSlider'><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-11.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-11.jpg" alt="" title="Image 1" width="650" height="488" class="alignnone size-full wp-image-1587" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-24.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-24.jpg" alt="" title="Image 2" width="525" height="700" class="alignnone size-full wp-image-1588" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-32.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-32.jpg" alt="" title="Image 3" width="650" height="488" class="alignnone size-full wp-image-1589" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-42.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-42.jpg" alt="" title="Image 4" width="650" height="488" class="alignnone size-full wp-image-1590" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-52.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-52.jpg" alt="" title="Image 5" width="650" height="488" class="alignnone size-full wp-image-1591" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-62.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-62.jpg" alt="" title="Image 6" width="650" height="488" class="alignnone size-full wp-image-1592" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-72.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-72.jpg" alt="" title="Image 7" width="525" height="700" class="alignnone size-full wp-image-1593" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-82.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-82.jpg" alt="" title="Image 8" width="650" height="488" class="alignnone size-full wp-image-1594" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-92.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-92.jpg" alt="" title="Image 9" width="525" height="700" class="alignnone size-full wp-image-1595" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-10.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-10.jpg" alt="" title="Image 10" width="650" height="488" class="alignnone size-full wp-image-1596" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-111.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-111.jpg" alt="" title="Image 11" width="650" height="488" class="alignnone size-full wp-image-1597" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2013/03/IPOCN.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2013/03/IPOCN.jpg" alt="" title="IPOCN" width="650" height="433" class="alignnone size-full wp-image-1682" /></a></div></li><li><div class='content clearfix'><iframe width="634" height="475" src="http://www.youtube.com/embed/izAImrOzeeY" frameborder="0" allowfullscreen></iframe></div></li></ul>
			<style>
				/* This CSS is needed for the fading transition */
				#slider-235 .panel             { filter: alpha(opacity=00); opacity: 0; }
				#slider-235 .panel.activePage  { filter: alpha(opacity=99); opacity: 1; } /* make sure active panel is visible */
			</style>
			
		<style>
			#slider-235 { width: 650px; height: 500px; }
		</style>
		<script> 
		jQuery(function() {
			jQuery('#slider-235').anythingSlider({
				
				theme               : 'default', 
				expand              : false,     
				resizeContents      : true,
				vertical            : false,      
				showMultiple        : 1,     
				easing              : 'linear',   
				
				buildArrows         : true,      
				buildNavigation     : true,      
				buildStartStop      : false,      
		    
				
				toggleArrows        : false,     
				toggleControls      : false,     
				
				startText           : 'Start',   
				stopText            : 'Stop',    
				forwardText         : '&gt;', 
				backText            : '&lt;', 
				tooltipClass        : 'tooltip', 
				
				
				enableArrows        : true,      
				enableNavigation    : true,      
				enableStartStop     : true,      
				enableKeyboard      : true,      
				
				
				startPanel          : '1',         
				changeBy            : '1',         
				hashTags            : true,      
				infiniteSlides      : true,
				navigationFormatter : 'NULL',      
				
				
				autoPlay            : false,     
				autoPlayLocked      : false,     
				autoPlayDelayed     : true,     
				pauseOnHover        : true,      
				stopAtEnd           : false,     
				playRtl             : false,     
				
				
				delay               : 4000,      
				resumeDelay         : 15000, 
				animationTime       : 0,
				delayBeforeAnimate  : 750,       
				
				
				clickForwardArrow   : 'click',         
				clickBackArrow      : 'click',         
				clickControls       : 'click focusin', 
				clickSlideshow      : 'click',        
				
				
				resumeOnVideoEnd    : true,      
				addWmodeToObject    : 'opaque'
				
			});
			
			//current = jQuery('.anythingSlider').data('AnythingSlider').currentPage; // returns page #
			//current = 1;
			
			
			
		}); 
		</script>
				<script> 
				jQuery(function() {
					jQuery('#slider-235').anythingSliderFx({
						'.panel' : [ 'fade', '', 750, 'linear' ]
   					});
					
					//jQuery('#slider-235 .slideclick').click(function(){
					jQuery('#slider-235 li .content a').click(function(e){
						e.preventDefault();
						//alert('test');
						curr = jQuery('#slider-235').data('AnythingSlider').currentPage;
						num = jQuery('#slider-235').data('AnythingSlider').pages;
						nxt = curr + 1;
						//alert('slides = '+num);
						
						if(curr < num){
							jQuery('#slider-235').anythingSlider(nxt);
						}else{
							jQuery('#slider-235').anythingSlider(1);
						}
						
					});
					
   				});
   			</script>
			
<div class="title"><strong>IPOCN: The Making</strong> 12 Aug '12</div>
</div>
<div id="nav-post"><div id="index-link"><a href="http://garethneal.co.uk/2012">Back to index</a>&nbsp;&nbsp;&nbsp;</div><a href="http://garethneal.co.uk/ipocn-the-journey" rel="prev">Previous entry<span class="meta-nav">&nbsp;|</span></a><a href="http://garethneal.co.uk/orkney-chair-project" rel="next"> Next entry</a></div>
</div>
<div id="secondary"><strong>In Pursuit of Carbon Negative</strong></p>
<p>In the Winter of 2012 two Ash trees were felled in a woodland in Herefordshire. Between the 19th and 29th of August Gareth cycled to the woodland from London, living a low-impact Carbon lifestyle by eating local produce, sleeping outdoors, and not using any electricity.</p>
<p>As the title of the project suggests this was a research project through Brighton University, the goal of Carbon Negative may be an unobtainable dream but whatever carbon was used during this 10 day experiment was recorded and a life cycle analysis on the products was performed.</p>
<p>“Too many products today profess to be carbon neutral. The challenge I set myself is to expend less CO2 between the ‘felling to the selling&#8217; of the furniture than would otherwise be absorbed during the tree&#8217;s lifecycle.”</p>
<p>I attempted to demonstrate the potential for Carbon Negative furniture production in the 21st century by:</p>
<ul>
<li>Manufacturing a product in the same location as the materials are grown, using only man power, horse power, and a drop or two of diesel</li>
<li>Questioning whether a product can remove more Carbon Dioxide from the atmosphere than released in its construction; through assessing the Carbon emissions of equipment, lifestyle and transport</li>
<li>• Promoting the notion of locality and sustainable production through exhibitions and distribution.For more information or to purchase any of the products contact <a href="mailto:lucy@scp.com">lucy@scp.com</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://garethneal.co.uk/ipocn-the-making/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPOCN: The Journey</title>
		<link>http://garethneal.co.uk/ipocn-the-journey</link>
		<comments>http://garethneal.co.uk/ipocn-the-journey#comments</comments>
		<pubDate>Sun, 12 Aug 2012 16:23:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://garethneal.co.uk/?p=1541</guid>
		<description><![CDATA[In Pursuit of Carbon Negative In the Winter of 2012 two Ash trees were felled in a woodland in Herefordshire. Between the 19th and 29th of August Gareth cycled to the woodland from London, living a low-impact Carbon lifestyle by &#8230; <a href="http://garethneal.co.uk/ipocn-the-journey">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="primary">
<div id="content">
<ul id='slider-425' class='anythingSlider'><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-21.jpg"><img class="alignnone size-full wp-image-1547" title="Image 2" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-21.jpg" alt="" width="650" height="488" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-3.jpg"><img class="alignnone size-full wp-image-1550" title="Image 3" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-3.jpg" alt="" width="650" height="488" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-4.jpg"><img class="alignnone size-full wp-image-1556" title="Image 4" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-4.jpg" alt="" width="650" height="488" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-5.jpg"><img class="alignnone size-full wp-image-1557" title="Image 5" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-5.jpg" alt="" width="525" height="700" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-6.jpg"><img class="alignnone size-full wp-image-1558" title="Image 6" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-6.jpg" alt="" width="525" height="700" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-7.jpg"><img class="alignnone size-full wp-image-1553" title="Image 7" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-7.jpg" alt="" width="650" height="488" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-8.jpg"><img class="alignnone size-full wp-image-1554" title="Image 8" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-8.jpg" alt="" width="650" height="488" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-9.jpg"><img class="alignnone size-full wp-image-1555" title="Image 9" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-9.jpg" alt="" width="650" height="488" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-1.jpg"><img class="alignnone size-full wp-image-1566" title="Image 1" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-1.jpg" alt="" width="650" height="488" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-23.jpg"><img class="alignnone size-full wp-image-1567" title="Image 2" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-23.jpg" alt="" width="525" height="700" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-31.jpg"><img class="alignnone size-full wp-image-1568" title="Image 3" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-31.jpg" alt="" width="650" height="488" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-41.jpg"><img class="alignnone size-full wp-image-1569" title="Image 4" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-41.jpg" alt="" width="525" height="700" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-51.jpg"><img class="alignnone size-full wp-image-1570" title="Image 5" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-51.jpg" alt="" width="525" height="700" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-61.jpg"><img class="alignnone size-full wp-image-1571" title="Image 6" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-61.jpg" alt="" width="650" height="488" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-71.jpg"><img class="alignnone size-full wp-image-1572" title="Image 7" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-71.jpg" alt="" width="650" height="488" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-81.jpg"><img class="alignnone size-full wp-image-1573" title="Image 8" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-81.jpg" alt="" width="650" height="488" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-91.jpg"><img class="alignnone size-full wp-image-1574" title="Image 9" src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-91.jpg" alt="" width="650" height="488" /></a></div></li><li><div class='content clearfix'><iframe width="634" height="475" src="http://www.youtube.com/embed/izAImrOzeeY" frameborder="0" allowfullscreen></iframe></div></li></ul>
			<style>
				/* This CSS is needed for the fading transition */
				#slider-425 .panel             { filter: alpha(opacity=00); opacity: 0; }
				#slider-425 .panel.activePage  { filter: alpha(opacity=99); opacity: 1; } /* make sure active panel is visible */
			</style>
			
		<style>
			#slider-425 { width: 650px; height: 500px; }
		</style>
		<script> 
		jQuery(function() {
			jQuery('#slider-425').anythingSlider({
				
				theme               : 'default', 
				expand              : false,     
				resizeContents      : true,
				vertical            : false,      
				showMultiple        : 1,     
				easing              : 'linear',   
				
				buildArrows         : true,      
				buildNavigation     : true,      
				buildStartStop      : false,      
		    
				
				toggleArrows        : false,     
				toggleControls      : false,     
				
				startText           : 'Start',   
				stopText            : 'Stop',    
				forwardText         : '&gt;', 
				backText            : '&lt;', 
				tooltipClass        : 'tooltip', 
				
				
				enableArrows        : true,      
				enableNavigation    : true,      
				enableStartStop     : true,      
				enableKeyboard      : true,      
				
				
				startPanel          : '1',         
				changeBy            : '1',         
				hashTags            : true,      
				infiniteSlides      : true,
				navigationFormatter : 'NULL',      
				
				
				autoPlay            : false,     
				autoPlayLocked      : false,     
				autoPlayDelayed     : true,     
				pauseOnHover        : true,      
				stopAtEnd           : false,     
				playRtl             : false,     
				
				
				delay               : 4000,      
				resumeDelay         : 15000, 
				animationTime       : 0,
				delayBeforeAnimate  : 750,       
				
				
				clickForwardArrow   : 'click',         
				clickBackArrow      : 'click',         
				clickControls       : 'click focusin', 
				clickSlideshow      : 'click',        
				
				
				resumeOnVideoEnd    : true,      
				addWmodeToObject    : 'opaque'
				
			});
			
			//current = jQuery('.anythingSlider').data('AnythingSlider').currentPage; // returns page #
			//current = 1;
			
			
			
		}); 
		</script>
				<script> 
				jQuery(function() {
					jQuery('#slider-425').anythingSliderFx({
						'.panel' : [ 'fade', '', 750, 'linear' ]
   					});
					
					//jQuery('#slider-425 .slideclick').click(function(){
					jQuery('#slider-425 li .content a').click(function(e){
						e.preventDefault();
						//alert('test');
						curr = jQuery('#slider-425').data('AnythingSlider').currentPage;
						num = jQuery('#slider-425').data('AnythingSlider').pages;
						nxt = curr + 1;
						//alert('slides = '+num);
						
						if(curr < num){
							jQuery('#slider-425').anythingSlider(nxt);
						}else{
							jQuery('#slider-425').anythingSlider(1);
						}
						
					});
					
   				});
   			</script>
			
<div class="title"><strong>IPOCN: The Journey</strong> 12 Aug '12</div>
</div>
<div id="nav-post"><div id="index-link"><a href="http://garethneal.co.uk/2012">Back to index</a>&nbsp;&nbsp;&nbsp;</div><a href="http://garethneal.co.uk/the-elves-and-the-chairmakers" rel="prev">Previous entry<span class="meta-nav">&nbsp;|</span></a><a href="http://garethneal.co.uk/ipocn-the-making" rel="next"> Next entry</a></div>
</div>
<div id="secondary"><strong>In Pursuit of Carbon Negative</strong></p>
<p>In the Winter of 2012 two Ash trees were felled in a woodland in Herefordshire. Between the 19th and 29th of August Gareth cycled to the woodland from London, living a low-impact Carbon lifestyle by eating local produce, sleeping outdoors, and not using any electricity.</p>
<p>As the title of the project suggests this was a research project through Brighton University, the goal of Carbon Negative may be an unobtainable dream but whatever carbon was used during this 10 day experiment was recorded and a life cycle analysis on the products was performed.</p>
<p>“Too many products today profess to be carbon neutral. The challenge I set myself is to expend less CO2 between the ‘felling to the selling&#8217; of the furniture than would otherwise be absorbed during the tree&#8217;s lifecycle.”</p>
<p>I attempted to demonstrate the potential for Carbon Negative furniture production in the 21st century by:</p>
<ul>
<li>Manufacturing a product in the same location as the materials are grown, using only man power, horse power, and a drop or two of diesel</li>
<li>Questioning whether a product can remove more Carbon Dioxide from the atmosphere than released in its construction; through assessing the Carbon emissions of equipment, lifestyle and transport</li>
<li>• Promoting the notion of locality and sustainable production through exhibitions and distribution.For more information or to purchase any of the products contact <a href="mailto:lucy@scp.com">lucy@scp.com</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://garethneal.co.uk/ipocn-the-journey/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Elves and the Chairmakers</title>
		<link>http://garethneal.co.uk/the-elves-and-the-chairmakers</link>
		<comments>http://garethneal.co.uk/the-elves-and-the-chairmakers#comments</comments>
		<pubDate>Thu, 12 Jul 2012 18:37:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://garethneal.co.uk/?p=1632</guid>
		<description><![CDATA[The Elves and the ChairmakersOne factory, 5 Designers, and 2 days. On a sleepy weekend in early June this year, William Warren, Carl Clerkin, Amos Merchant and Chris Eckersley and myself visited the famous Lloyd Loom of Spalding factory. Whilst &#8230; <a href="http://garethneal.co.uk/the-elves-and-the-chairmakers">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="primary">
<div id="content">
<ul id='slider-488' class='anythingSlider'><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-12.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-12.jpg" alt="" title="Image 1" width="650" height="488" class="alignnone size-full wp-image-1616" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-25.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-25.jpg" alt="" title="Image 2" width="525" height="700" class="alignnone size-full wp-image-1617" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-33.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-33.jpg" alt="" title="Image 3" width="650" height="488" class="alignnone size-full wp-image-1618" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-43.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-43.jpg" alt="" title="Image 4" width="650" height="488" class="alignnone size-full wp-image-1619" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-53.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-53.jpg" alt="" title="Image 5" width="525" height="700" class="alignnone size-full wp-image-1620" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-63.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-63.jpg" alt="" title="Image 6" width="525" height="700" class="alignnone size-full wp-image-1626" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-73.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-73.jpg" alt="" title="Image 7" width="525" height="700" class="alignnone size-full wp-image-1611" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-83.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-83.jpg" alt="" title="Image 8" width="650" height="488" class="alignnone size-full wp-image-1612" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-93.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-93.jpg" alt="" title="Image 9" width="525" height="700" class="alignnone size-full wp-image-1613" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-101.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-101.jpg" alt="" title="Image 10" width="650" height="488" class="alignnone size-full wp-image-1614" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-0.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/Image-0.jpg" alt="" title="Image 0" width="650" height="488" class="alignnone size-full wp-image-1615" /></a></div></li></ul>
			<style>
				/* This CSS is needed for the fading transition */
				#slider-488 .panel             { filter: alpha(opacity=00); opacity: 0; }
				#slider-488 .panel.activePage  { filter: alpha(opacity=99); opacity: 1; } /* make sure active panel is visible */
			</style>
			
		<style>
			#slider-488 { width: 650px; height: 500px; }
		</style>
		<script> 
		jQuery(function() {
			jQuery('#slider-488').anythingSlider({
				
				theme               : 'default', 
				expand              : false,     
				resizeContents      : true,
				vertical            : false,      
				showMultiple        : 1,     
				easing              : 'linear',   
				
				buildArrows         : true,      
				buildNavigation     : true,      
				buildStartStop      : false,      
		    
				
				toggleArrows        : false,     
				toggleControls      : false,     
				
				startText           : 'Start',   
				stopText            : 'Stop',    
				forwardText         : '&gt;', 
				backText            : '&lt;', 
				tooltipClass        : 'tooltip', 
				
				
				enableArrows        : true,      
				enableNavigation    : true,      
				enableStartStop     : true,      
				enableKeyboard      : true,      
				
				
				startPanel          : '1',         
				changeBy            : '1',         
				hashTags            : true,      
				infiniteSlides      : true,
				navigationFormatter : 'NULL',      
				
				
				autoPlay            : false,     
				autoPlayLocked      : false,     
				autoPlayDelayed     : true,     
				pauseOnHover        : true,      
				stopAtEnd           : false,     
				playRtl             : false,     
				
				
				delay               : 4000,      
				resumeDelay         : 15000, 
				animationTime       : 0,
				delayBeforeAnimate  : 750,       
				
				
				clickForwardArrow   : 'click',         
				clickBackArrow      : 'click',         
				clickControls       : 'click focusin', 
				clickSlideshow      : 'click',        
				
				
				resumeOnVideoEnd    : true,      
				addWmodeToObject    : 'opaque'
				
			});
			
			//current = jQuery('.anythingSlider').data('AnythingSlider').currentPage; // returns page #
			//current = 1;
			
			
			
		}); 
		</script>
				<script> 
				jQuery(function() {
					jQuery('#slider-488').anythingSliderFx({
						'.panel' : [ 'fade', '', 750, 'linear' ]
   					});
					
					//jQuery('#slider-488 .slideclick').click(function(){
					jQuery('#slider-488 li .content a').click(function(e){
						e.preventDefault();
						//alert('test');
						curr = jQuery('#slider-488').data('AnythingSlider').currentPage;
						num = jQuery('#slider-488').data('AnythingSlider').pages;
						nxt = curr + 1;
						//alert('slides = '+num);
						
						if(curr < num){
							jQuery('#slider-488').anythingSlider(nxt);
						}else{
							jQuery('#slider-488').anythingSlider(1);
						}
						
					});
					
   				});
   			</script>
			
<div class="title"><strong>The Elves and the Chairmakers</strong> 12 Jul '12</div>
</div>
<div id="nav-post"><div id="index-link"><a href="http://garethneal.co.uk/2012">Back to index</a>&nbsp;&nbsp;&nbsp;</div><a href="http://garethneal.co.uk/5-draw-george" rel="prev">Previous entry<span class="meta-nav">&nbsp;|</span></a><a href="http://garethneal.co.uk/ipocn-the-journey" rel="next"> Next entry</a></div>
</div>
<div id="secondary"><strong>The Elves and the Chairmakers</strong><br />One factory, 5 Designers, and 2 days.  </p>
<p>On a sleepy weekend in early June this year, William Warren, Carl Clerkin, Amos Merchant and Chris Eckersley and myself visited the famous Lloyd Loom of Spalding factory. Whilst the assembly workers were away, and assisted by two of Lloyd Loom&#8217;s loyal craftsmen, we helped ourselves to standard components, experimented and reinterpreted. Over the intense and frantic two days, thirteen new concept were conceived and left in the factory showroom for the staff to find on Monday morning. The best of these pieces are now production ready prototypes that respond to the history and preserve the heritage that is Llyod Loom of Spalding famous paper weave.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://garethneal.co.uk/the-elves-and-the-chairmakers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Draw George</title>
		<link>http://garethneal.co.uk/5-draw-george</link>
		<comments>http://garethneal.co.uk/5-draw-george#comments</comments>
		<pubDate>Sat, 12 May 2012 19:05:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://garethneal.co.uk/?p=1649</guid>
		<description><![CDATA[5 Draw George I’ve been working on a variation of the George Chest with 5 draw’s for a travelling exhibition in America which begins this September in North Carolina and continues onto New York’s Museum of art and Design early &#8230; <a href="http://garethneal.co.uk/5-draw-george">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="primary">
<div id="content">
<ul id='slider-390' class='anythingSlider'><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/IMG_021311.jpg"><img class="alignnone size-full wp-image-1871" title="George 1 (2012)" src="http://garethneal.co.uk/wp-content/uploads/2012/09/IMG_021311.jpg" alt="" width="600" height="500" /></a>

&nbsp;</div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/IMG_02142.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/IMG_02142.jpg" alt="" title="IMG_0214" width="456" height="500" class="alignnone size-full wp-image-1656" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/e-mail-small-george-52.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/e-mail-small-george-52.jpg" alt="" title="e-mail-small-george-5" width="424" height="500" class="alignnone size-full wp-image-1657" /></a></div></li></ul>
			<style>
				/* This CSS is needed for the fading transition */
				#slider-390 .panel             { filter: alpha(opacity=00); opacity: 0; }
				#slider-390 .panel.activePage  { filter: alpha(opacity=99); opacity: 1; } /* make sure active panel is visible */
			</style>
			
		<style>
			#slider-390 { width: 650px; height: 500px; }
		</style>
		<script> 
		jQuery(function() {
			jQuery('#slider-390').anythingSlider({
				
				theme               : 'default', 
				expand              : false,     
				resizeContents      : true,
				vertical            : false,      
				showMultiple        : 1,     
				easing              : 'linear',   
				
				buildArrows         : true,      
				buildNavigation     : true,      
				buildStartStop      : false,      
		    
				
				toggleArrows        : false,     
				toggleControls      : false,     
				
				startText           : 'Start',   
				stopText            : 'Stop',    
				forwardText         : '&gt;', 
				backText            : '&lt;', 
				tooltipClass        : 'tooltip', 
				
				
				enableArrows        : true,      
				enableNavigation    : true,      
				enableStartStop     : true,      
				enableKeyboard      : true,      
				
				
				startPanel          : '1',         
				changeBy            : '1',         
				hashTags            : true,      
				infiniteSlides      : true,
				navigationFormatter : 'NULL',      
				
				
				autoPlay            : false,     
				autoPlayLocked      : false,     
				autoPlayDelayed     : true,     
				pauseOnHover        : true,      
				stopAtEnd           : false,     
				playRtl             : false,     
				
				
				delay               : 4000,      
				resumeDelay         : 15000, 
				animationTime       : 0,
				delayBeforeAnimate  : 750,       
				
				
				clickForwardArrow   : 'click',         
				clickBackArrow      : 'click',         
				clickControls       : 'click focusin', 
				clickSlideshow      : 'click',        
				
				
				resumeOnVideoEnd    : true,      
				addWmodeToObject    : 'opaque'
				
			});
			
			//current = jQuery('.anythingSlider').data('AnythingSlider').currentPage; // returns page #
			//current = 1;
			
			
			
		}); 
		</script>
				<script> 
				jQuery(function() {
					jQuery('#slider-390').anythingSliderFx({
						'.panel' : [ 'fade', '', 750, 'linear' ]
   					});
					
					//jQuery('#slider-390 .slideclick').click(function(){
					jQuery('#slider-390 li .content a').click(function(e){
						e.preventDefault();
						//alert('test');
						curr = jQuery('#slider-390').data('AnythingSlider').currentPage;
						num = jQuery('#slider-390').data('AnythingSlider').pages;
						nxt = curr + 1;
						//alert('slides = '+num);
						
						if(curr < num){
							jQuery('#slider-390').anythingSlider(nxt);
						}else{
							jQuery('#slider-390').anythingSlider(1);
						}
						
					});
					
   				});
   			</script>
			
<div class="title"><strong>5 Draw George</strong> 12 May '12</div>
</div>
<div id="nav-post"><div id="index-link"><a href="http://garethneal.co.uk/2012">Back to index</a>&nbsp;&nbsp;&nbsp;</div><a href="http://garethneal.co.uk/chair" rel="prev">Previous entry<span class="meta-nav">&nbsp;|</span></a><a href="http://garethneal.co.uk/the-elves-and-the-chairmakers" rel="next"> Next entry</a></div>
</div>
<div id="secondary"><strong>5 Draw George</strong> </p>
<p>I’ve been working on a variation of the George Chest with 5 draw’s for a travelling exhibition in America which begins this September in North Carolina and continues onto New York’s  Museum of art and Design early next year.</p>
<p>Mint Museum Uptown<br />
01 Sept &#8211; 27 Jan 2012-13<br />
500 South Tryon Street<br />
Charlotte, North Carolina </p>
<p>Museum of Arts and Design<br />
05 Feb &#8211; 16 July 2013<br />
2 Columbus Circle, New York<br />
Against the Grain: Wood in Contemporary Art, Craft and Design
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://garethneal.co.uk/5-draw-george/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chair</title>
		<link>http://garethneal.co.uk/chair</link>
		<comments>http://garethneal.co.uk/chair#comments</comments>
		<pubDate>Tue, 27 Mar 2012 17:18:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://s400928575.websitehome.co.uk/gareth/?p=31</guid>
		<description><![CDATA[Private Commission Dining Chair The primary function of this design is to serve the purpose of seating and dining comfortably. Aesthetically its laminated legs and arms are it primary feature as they take the eye on a visual journey from &#8230; <a href="http://garethneal.co.uk/chair">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="primary">
<div id="content" role="main">
<ul id='slider-72' class='anythingSlider'><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/front-clead-up1.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/front-clead-up1.jpg" alt="" title="front-clead-up" width="495" height="610" class="alignnone size-full wp-image-1640" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/09/side-cleaned-up1.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/09/side-cleaned-up1.jpg" alt="" title="side-cleaned-up" width="495" height="598" class="alignnone size-full wp-image-1641" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/1.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/1.jpg" alt="" title="1" width="691" height="567" class="alignnone size-full wp-image-34" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/2b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/2b.jpg" alt="" title="Chair 2" width="600" height="800" class="alignnone size-full wp-image-71" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/3b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/3b.jpg" alt="" title="3b" width="700" height="525" class="alignnone size-full wp-image-76" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/4b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/4b.jpg" alt="" title="Chair 4" width="525" height="700" class="alignnone size-full wp-image-78" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/5b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/5b.jpg" alt="" title="Chair 5" width="525" height="700" class="alignnone size-full wp-image-79" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/6b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/6b.jpg" alt="" title="Chair 6" width="525" height="700" class="alignnone size-full wp-image-80" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/7b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/7b.jpg" alt="" title="Chair 7" width="525" height="700" class="alignnone size-full wp-image-81" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/8b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/8b.jpg" alt="" title="Chair 8" width="525" height="700" class="alignnone size-full wp-image-82" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/9b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/9b.jpg" alt="" title="Chair 9" width="525" height="700" class="alignnone size-full wp-image-83" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/10b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/03/10b.jpg" alt="" title="Chair 10" width="525" height="700" class="alignnone size-full wp-image-84" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/11b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/11b.jpg" alt="" title="Chair 11" width="700" height="525" class="alignnone size-full wp-image-98" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/12b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/12b.jpg" alt="" title="Chair 12" width="525" height="700" class="alignnone size-full wp-image-100" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/13b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/13b.jpg" alt="" title="Chair 13" width="525" height="700" class="alignnone size-full wp-image-101" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/14b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/14b.jpg" alt="" title="Chair 14" width="525" height="700" class="alignnone size-full wp-image-102" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/15b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/15b.jpg" alt="" title="Chair 15" width="525" height="700" class="alignnone size-full wp-image-103" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/16b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/16b.jpg" alt="" title="Chair 16" width="700" height="525" class="alignnone size-full wp-image-104" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/17b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/17b.jpg" alt="" title="Chair 17" width="700" height="525" class="alignnone size-full wp-image-105" /></a></div></li><li><div class='content clearfix'><a href="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/18b.jpg"><img src="http://s400928575.websitehome.co.uk/gareth/wp-content/uploads/2012/04/18b.jpg" alt="" title="Chair 18" width="700" height="525" class="alignnone size-full wp-image-106" /></a></div></li><li><div class='content clearfix'><a href="http://garethneal.co.uk/wp-content/uploads/2012/08/side-cleaned-up1.jpg"><img src="http://garethneal.co.uk/wp-content/uploads/2012/08/side-cleaned-up1.jpg" alt="" title="side cleaned up" width="595" height="842" class="alignleft size-full wp-image-1536" /></a></div></li></ul>
			<style>
				/* This CSS is needed for the fading transition */
				#slider-72 .panel             { filter: alpha(opacity=00); opacity: 0; }
				#slider-72 .panel.activePage  { filter: alpha(opacity=99); opacity: 1; } /* make sure active panel is visible */
			</style>
			
		<style>
			#slider-72 { width: 650px; height: 500px; }
		</style>
		<script> 
		jQuery(function() {
			jQuery('#slider-72').anythingSlider({
				
				theme               : 'default', 
				expand              : false,     
				resizeContents      : true,
				vertical            : false,      
				showMultiple        : 1,     
				easing              : 'linear',   
				
				buildArrows         : true,      
				buildNavigation     : true,      
				buildStartStop      : false,      
		    
				
				toggleArrows        : false,     
				toggleControls      : false,     
				
				startText           : 'Start',   
				stopText            : 'Stop',    
				forwardText         : '&gt;', 
				backText            : '&lt;', 
				tooltipClass        : 'tooltip', 
				
				
				enableArrows        : true,      
				enableNavigation    : true,      
				enableStartStop     : true,      
				enableKeyboard      : true,      
				
				
				startPanel          : '1',         
				changeBy            : '1',         
				hashTags            : true,      
				infiniteSlides      : true,
				navigationFormatter : 'NULL',      
				
				
				autoPlay            : false,     
				autoPlayLocked      : false,     
				autoPlayDelayed     : true,     
				pauseOnHover        : true,      
				stopAtEnd           : false,     
				playRtl             : false,     
				
				
				delay               : 4000,      
				resumeDelay         : 15000, 
				animationTime       : 0,
				delayBeforeAnimate  : 750,       
				
				
				clickForwardArrow   : 'click',         
				clickBackArrow      : 'click',         
				clickControls       : 'click focusin', 
				clickSlideshow      : 'click',        
				
				
				resumeOnVideoEnd    : true,      
				addWmodeToObject    : 'opaque'
				
			});
			
			//current = jQuery('.anythingSlider').data('AnythingSlider').currentPage; // returns page #
			//current = 1;
			
			
			
		}); 
		</script>
				<script> 
				jQuery(function() {
					jQuery('#slider-72').anythingSliderFx({
						'.panel' : [ 'fade', '', 750, 'linear' ]
   					});
					
					//jQuery('#slider-72 .slideclick').click(function(){
					jQuery('#slider-72 li .content a').click(function(e){
						e.preventDefault();
						//alert('test');
						curr = jQuery('#slider-72').data('AnythingSlider').currentPage;
						num = jQuery('#slider-72').data('AnythingSlider').pages;
						nxt = curr + 1;
						//alert('slides = '+num);
						
						if(curr < num){
							jQuery('#slider-72').anythingSlider(nxt);
						}else{
							jQuery('#slider-72').anythingSlider(1);
						}
						
					});
					
   				});
   			</script>
			</p>
<div class="title"><strong>Chair</strong> 27 Mar '12</div>
</div>
<div id="nav-post">
<div id="index-link"><a href="http://garethneal.co.uk/2012">Back to index</a>&nbsp;&nbsp;&nbsp;</div><a href="http://garethneal.co.uk/pedestal-dining-table" rel="prev">Previous entry<span class="meta-nav">&nbsp;|</span></a><a href="http://garethneal.co.uk/5-draw-george" rel="next"> Next entry</a>
</div>
</div>
<div id="secondary">
<strong>Private Commission</strong><br />
Dining Chair </p>
<p>The primary function of this design is to serve the purpose of seating and dining comfortably. Aesthetically its laminated legs and arms are it primary feature as they take the eye on a visual journey from the ground to the back. Through out the designing process there has been close consultation with the clients Though 3d modelling and Rapid Prototyping.
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://garethneal.co.uk/chair/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
