<?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>PhotoAsia Blog &#187; Press</title>
	<atom:link href="http://blog.photoasia.com.my/category/press/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.photoasia.com.my</link>
	<description>Powerful Pictures Speak!</description>
	<lastBuildDate>Thu, 18 Aug 2011 09:44:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Picture Library Changes Name to PhotoAsia</title>
		<link>http://blog.photoasia.com.my/picture-library-changes-name-to-photoasia/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://blog.photoasia.com.my/picture-library-changes-name-to-photoasia/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 16:01:09 +0000</pubDate>
		<dc:creator>christophertvarne</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[asia]]></category>
		<category><![CDATA[asia images]]></category>
		<category><![CDATA[asia photos]]></category>
		<category><![CDATA[asian stock photography]]></category>
		<category><![CDATA[malaysia]]></category>
		<category><![CDATA[malaysia images]]></category>
		<category><![CDATA[malaysia photos]]></category>
		<category><![CDATA[name change]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[photoasia]]></category>
		<category><![CDATA[picture library]]></category>
		<category><![CDATA[stock]]></category>
		<category><![CDATA[stock photography]]></category>

		<guid isPermaLink="false">http://photoasia.com.my/blog/?p=22</guid>
		<description><![CDATA[Picture Library Sdn Bhd, Malaysia&#8217;s oldest stock photo library, announced today that after 17 years it is changing its name to PhotoAsia Picture Library, effective immediately. Read the full press release here. Related posts:Picture Library is moving PhotoAsia successfully recover damages for copyright infringement Submitting Your Images to a Photo Agency &#8211; Part 1


Related posts:<ul><li><a href='http://blog.photoasia.com.my/picture-library-moving/' rel='bookmark' title='Picture Library is moving'>Picture Library is moving</a></li>
<li><a href='http://blog.photoasia.com.my/photoasia-successfully-recover-damages-for-copyright-infringement/' rel='bookmark' title='PhotoAsia successfully recover damages for copyright infringement'>PhotoAsia successfully recover damages for copyright infringement</a></li>
<li><a href='http://blog.photoasia.com.my/submitting-your-images-to-a-photo-agency-part-1/' rel='bookmark' title='Submitting Your Images to a Photo Agency &#8211; Part 1'>Submitting Your Images to a Photo Agency &#8211; Part 1</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://blog.photoasia.com.my/picture-library-changes-name-to-photoasia/" data-count="vertical" data-text="Picture Library Changes Name to PhotoAsia" data-via="photoasia" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div><div class='dd_button_v'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.photoasia.com.my%2Fpicture-library-changes-name-to-photoasia%2F&amp;locale=en_US&amp;layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:50px; height:60px;' allowTransparency='true'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='tall' href='http://blog.photoasia.com.my/picture-library-changes-name-to-photoasia/'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fblog.photoasia.com.my%2Fpicture-library-changes-name-to-photoasia%2F'></script></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p><strong>Picture Library Sdn Bhd</strong>, Malaysia&#8217;s oldest stock photo library, announced today that after 17 years it is changing its name to <strong>PhotoAsia Picture Library</strong>, effective immediately. Read the full press release <a title="Picture Library Changes Name to PhotoAsia" href="http://photoasia.com.my/index.php?section=press&amp;page=press" target="_blank">here</a>.</p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script>

<p>Related posts:<ul><li><a href='http://blog.photoasia.com.my/picture-library-moving/' rel='bookmark' title='Picture Library is moving'>Picture Library is moving</a></li>
<li><a href='http://blog.photoasia.com.my/photoasia-successfully-recover-damages-for-copyright-infringement/' rel='bookmark' title='PhotoAsia successfully recover damages for copyright infringement'>PhotoAsia successfully recover damages for copyright infringement</a></li>
<li><a href='http://blog.photoasia.com.my/submitting-your-images-to-a-photo-agency-part-1/' rel='bookmark' title='Submitting Your Images to a Photo Agency &#8211; Part 1'>Submitting Your Images to a Photo Agency &#8211; Part 1</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blog.photoasia.com.my/picture-library-changes-name-to-photoasia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

