<?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>Pillow Road &#187; Birds</title>
	<atom:link href="http://pillowroad.com/blog/category/birds/feed/" rel="self" type="application/rss+xml" />
	<link>http://pillowroad.com/blog</link>
	<description>What&#039;s happening in my gardens in Sebastopol, CA</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:00:04 +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>Turkey for Christmas Dinner</title>
		<link>http://pillowroad.com/blog/2010/12/20/turkey-for-christmas-dinner/</link>
		<comments>http://pillowroad.com/blog/2010/12/20/turkey-for-christmas-dinner/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 08:29:03 +0000</pubDate>
		<dc:creator>Dale Dougherty</dc:creator>
				<category><![CDATA[Birds]]></category>
		<category><![CDATA[Dinner]]></category>

		<guid isPermaLink="false">http://pillowroad.com/blog/2010/12/20/turkey-for-christmas-dinner/</guid>
		<description><![CDATA[I met neighbor Marc Felton on Friday and walked around his ranch to see his chickens, pigs and Barbados sheep. He also has a flock of heritage turkeys that he was about to make ready for Christmas dinner. I put my order in. The flock, no doubt hungry came right up to us. The silver/grey [...]]]></description>
			<content:encoded><![CDATA[<p>I met neighbor Marc Felton on Friday and walked around his ranch to see his chickens, pigs and Barbados sheep.  He also has a flock of heritage turkeys that he was about to make ready for Christmas dinner.  I put my order in. </p>
<p>The flock, no doubt hungry came right up to us.  The silver/grey breed was particularly beautiful.   The whole flock would gobble as a chorus, shivering their feathers and stretching their necks skyward to make the sound, which started and ended precisely in sync.  </p>
<p><br/><br/></p>

	
		<div class="gallery_clear"></div> 
		<div id="gallery_641" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_641" class="thumnail_col hide_me" >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://pillowroad.com/blog/wp-content/uploads/2010/12/20101220-122328.jpg" title="20101220-122328.jpg" >								
											<img src="http://pillowroad.com/blog/wp-content/uploads/2010/12/20101220-122328.jpg" alt="" title="20101220-122328.jpg" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pillowroad.com/blog/wp-content/uploads/2010/12/photo-7-e1292896064244.jpg" title="photo (7)" >								
											<img src="http://pillowroad.com/blog/wp-content/uploads/2010/12/photo-7-e1292896064244.jpg" alt="" title="photo (7)" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="photospace_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				<div id="controls_641" class="controls"></div>
				<div class="slideshow-container">
					<div id="loading_641" class="loader"></div>
					<div id="slideshow_641" class="slideshow"></div>
					<div id="caption_641" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
				$('.thumnail_col').css('width', '0px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_641').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_641',
					controlsContainerSel:      '#controls_641',
					captionContainerSel:       '#caption_641',  
					loadingContainerSel:       '#loading_641',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span></span>',
					pauseLinkText:             '<span></span>',
					prevLinkText:              '<span></span>',
					nextLinkText:              '<span></span>',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	1,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(duration, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					}
					
				}); 
				
				
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		
]]></content:encoded>
			<wfw:commentRss>http://pillowroad.com/blog/2010/12/20/turkey-for-christmas-dinner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Purple Martins</title>
		<link>http://pillowroad.com/blog/2009/08/07/purple-martins/</link>
		<comments>http://pillowroad.com/blog/2009/08/07/purple-martins/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 00:47:45 +0000</pubDate>
		<dc:creator>Dale Dougherty</dc:creator>
				<category><![CDATA[Birds]]></category>

		<guid isPermaLink="false">http://pillowroad.com/blog/?p=148</guid>
		<description><![CDATA[While I was in Kentucky last weekend, I visited my sister who has a houseful of purple martins. She&#8217;s proud of the way they patrol the fields for bugs. When we went for a walk, the birds were sitting on a telephone line in between their sweeps of the field. They reminded me of barn [...]]]></description>
			<content:encoded><![CDATA[<p>While I was in Kentucky last weekend, I visited my sister who has a houseful of purple martins.  She&#8217;s proud of the way they patrol the fields for bugs.</p>
<p><img class="alignnone size-medium wp-image-149" title="martins" src="http://pillowroad.com/blog/wp-content/uploads/2009/08/martins-225x300.jpg" alt="martins" width="294" height="392" /></p>
<p>When we went for a walk, the birds were sitting on a telephone line in between their sweeps of the field.</p>
<p><img class="alignnone size-medium wp-image-151" title="martins2" src="http://pillowroad.com/blog/wp-content/uploads/2009/08/martins2-225x300.jpg" alt="martins2" width="236" height="376" /></p>
<p>They reminded me of barn swallows, which we have in the summer.  They build nests of mud under the eaves of our house.   The accumulated droppings from a new family of birds becomes quite a mess.   I wish they would live in a house, like my sister&#8217;s martins.</p>
<p>According to allaboutbirds.com, a <a href="http://www.allaboutbirds.org/guide/Purple_Martin/id">purple martin</a> is a type of swallow.   Martins used to live in caves but now have grown accustomed to these multi-story bird houses.   I recall coming across an old Popular Mechanics article on building what it called &#8220;apartment houses&#8221; for purple martins.</p>
]]></content:encoded>
			<wfw:commentRss>http://pillowroad.com/blog/2009/08/07/purple-martins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

