<?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>Disappearing Corners &#187; Chuansha County</title>
	<atom:link href="http://www.disappearingcorners.com/tag/chuansha-county/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.disappearingcorners.com</link>
	<description>Rediscovering Shanghai&#039;s forgotten heritage through photography &#38; tales</description>
	<lastBuildDate>Tue, 03 Jan 2012 14:01:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Former Residence of Huang Yan Pei</title>
		<link>http://www.disappearingcorners.com/former-residence-of-huang-yan-pei/</link>
		<comments>http://www.disappearingcorners.com/former-residence-of-huang-yan-pei/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:40:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Second Batch]]></category>
		<category><![CDATA[Chuansha County]]></category>
		<category><![CDATA[Pudong]]></category>

		<guid isPermaLink="false">http://www.disappearingcorners.com/?p=798</guid>
		<description><![CDATA[Location: No 200 Xin Chuan Lu, Chuansha, Pudong Now I know why this house is a peace of treasure in Chuan Sha. Not only is it a historic courtyard; according to Professor Cai, one of the early town planners of Pudong New District, this is where Soong Ching Ling was born!]]></description>
			<content:encoded><![CDATA[<p><strong>Location: No 200 Xin Chuan Lu, Chuansha, Pudong</strong></p>
<p>Now I know why this house is a peace of treasure in Chuan Sha. Not only is it a historic courtyard; according to Professor Cai, one of the early town planners of Pudong New District, this is where Soong Ching Ling was born!</p>

	
		<div class="gallery_clear"></div> 
		<div id="gallery_798" class="gallery"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_798" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/wang-yan-pei-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/wang-yan-pei-50x50.jpg" alt="" title="Former Residence of Wang Yan Pei" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Former Residence of Wang Yan Pei</div>
												<div class="image-desc">Nispero Fruits inside the courtyard of the residence
<br/>
Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_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 class="slideshow-container">
					<div id="loading_798" class="loader"></div>
					<div id="slideshow_798" class="slideshow"></div>
					<div id="caption_798" 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');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_798 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_798').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            false,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_798',
					controlsContainerSel:      '#controls_798',
					captionContainerSel:       '#caption_798',  
					loadingContainerSel:       '#loading_798',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          'Next &rsaquo;',
					prevPageLinkText:          '&lsaquo; Prev',
					enableHistory:             	false,  
					autoStart:                 	'',
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					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(1000, 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);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				/**************** 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>
		
		
<div align="center"><div class="google-map-placeholder" id="b361f5662c97fa1d83350069d49ee0da" style="width:450px;height:350px; border:1px solid #333333;"></div></div><div class="google-map-directions-panel" id="directions-placeholder-b361f5662c97fa1d83350069d49ee0da" style="margin-top: 8px !important; text-align: center; padding: 10px 12px !important; overflow: auto;"></div><script type="text/javascript">
    var map_b361f5662c97fa1d83350069d49ee0da = new google.maps.Map(document.getElementById("b361f5662c97fa1d83350069d49ee0da"));
    var orc = new jQuery.GoogleMapOrchestrator(map_b361f5662c97fa1d83350069d49ee0da, {markerdirections: "true", bubbleAutoPan: "false", initLocation: "31.19525,121.70499", zoom : 16, mapType: google.maps.MapTypeId.ROADMAP});
    orcHolder.push({mapId: "b361f5662c97fa1d83350069d49ee0da", orchestrator: orc});
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.MAPTYPE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.PAN);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.ZOOM);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.SCALE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.STREETVIEW);
    orc.buildInitLocationMarker();
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.disappearingcorners.com/former-residence-of-huang-yan-pei/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

