<?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>PhotoPressPro Platinum3 Demo</title>
	<atom:link href="http://demo.photopresspro.com/platinum/feed/" rel="self" type="application/rss+xml" />
	<link>http://demo.photopresspro.com/platinum</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 09 Jan 2012 08:41:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Geometry</title>
		<link>http://demo.photopresspro.com/platinum/2011/04/geometry/</link>
		<comments>http://demo.photopresspro.com/platinum/2011/04/geometry/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 12:32:27 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Galleries]]></category>

		<guid isPermaLink="false">http://photopresspro.com/demo/?p=85</guid>
		<description><![CDATA[Photos &#169; M.Weese of flyawayunlimited.com.]]></description>
			<content:encoded><![CDATA[

	<style type="text/css">
	div#slideshow-thumbs85 img {
	height: 100px;
	width: auto;
	}

	#slides85 a {
	width: 100px;
	height: 100px;
	overflow:hidden;
	display:block;
	}

	div#slideshow-thumbs-bg85, div#slideshow-thumbs-wrapper85, div#slideshow-thumbs-wrap85, div#slideshow-thumbs85,
	div#slideshow-thumbs-prev85, div#slideshow-thumbs-next85, div#slideshow-thumbs-prev85 a, div#slideshow-thumbs-next85 a {
	height:134px;
	}

	div#ppp-slideshow85 {height:640px;}
	div#slideshow-nav85 a, div#slideshow-nav85 a span, span#slideshow-pause-play85 {height:506px;}
	
	div#slideshow-nav85 a.slideshow-prev, div#slideshow-nav85 a.slideshow-next {width:446px;}
	span#slideshow-pause-play85, div#slideshow-nav85 a.pause, div#slideshow-nav85 a.play {width:68px;}

	div#ppp-slideshow85, div#slideshow-wrap85, div#slideshow-thumbs-bg85, div#slideshow-next85 {width:960px;}
	div#slideshow-navigator85 {width:904px;}

	.contenttext div#ppp-slideshow85 img {
	  margin: 0 auto;
	  max-height: 640px;
	  width: auto;
	}
	.contenttext div#ppp-slideshow85 img, div#ppp-slideshow85 .wp-caption {
	  max-width:960px;
	}
	.contenttext div#ppp-slideshow85 .slideshow-attachment-inner {
	  margin: 0 auto;
	  height: 640px;
	  width: 960px;
	}
	
	
		div#slideshow-wrap85 {height:auto;}
		div#slideshow-thumbs-div85 {
			height:134px;
		}
		div#slideshow-nav85 a, div#slideshow-nav85 a span, span#slideshow-pause-play85 {height:640px;}
		
	</style>

	<noscript>
	<style type="text/css">
	div#ppp-slideshow85, .contenttext div#ppp-slideshow85 .slideshow-attachment-inner {height:auto;}
	.contenttext div#ppp-slideshow85 img {max-height: none;}
	</style>
	</noscript>


<script type="text/javascript"> 
<!--
	jQuery(document).ready(function($) {
	$(window).load(function() {

		// Fade in/out the text, nav, and thumbs
		var fade_thumb = "true";
		var fade_nav = "true";
		var fade_txt = "true";
		var thumbBgOpacity = 1;
			fade_thumb = "false";
			
		var navOpacity = '0.8';

		function showThumbs() {
			$('div#slideshow-thumbs-bg85').stop().fadeTo(400, thumbBgOpacity);
			$('div#slideshow-thumbs-wrapper85').stop().fadeTo(400, 1);
		}
		function hideThumbs() {
		  if (fade_thumb == "true") {
			$('div#slideshow-thumbs-bg85').stop().fadeTo(400, 0);
			$('div#slideshow-thumbs-wrapper85').stop().fadeTo(400, 0);
		  }
		}

		function showNav() {
			$('div#slideshow-nav85').stop().fadeTo(400, navOpacity);
		}
		function hideNav() {
		  if (fade_nav == "true") {
			$('div#slideshow-nav85').stop().fadeTo(400, 0);
		  }
		}

		function showText() {
			$('div#ppp-slideshow-text85').stop().fadeTo(400, '0.5');
		}
		function hideText() {
		  if (fade_txt == "true") {
			$('div#ppp-slideshow-text85').stop().fadeTo(400, 0);
		  }
		}

		$('div.slideshow-thumbs-bg').css('opacity', thumbBgOpacity);
		$('div.ppp-slideshow-text').css('opacity', '0.5');

		$('div.ppp-slideshow-text').fadeIn();
	
		showThumbs();
		
		showNav();
		$('div.ppp-slideshow').fadeIn();
		$('div.slideshow-thumbs').fadeIn();

		// Get the image index from the url hash
		$(function() {
			var index = pppGetStartingSlide();
			// Move the thumbs starting page if not on the first page.
			if ((index >= 7) && (5 > 7)) {
				pppThumbsSetPage(index);
			}
		
		// Start the cycle on the slideshow div on this postid
		$('#ppp-slideshow85').cycle({
				fx: 'fade',
				speed: 500,
				timeout: 3000,
				next: '.slideshow-nav85 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav85 a.slideshow-prev',
				before:    onBefore,
				after:     onAfter,
				pager:  '#slides85',
				manualTrump: false,
				sync:1,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides85  li:eq(' + (idx) + ') a'; }
		});


		// Hover effects
		$('div#ppp-slideshow85,div#slideshow-nav85,div#slideshow-thumbs-wrapper85').hover(function() {
			showText();
			showNav();
			showThumbs();
		}, function() {
			hideText();
			hideNav();
			hideThumbs();
		});


		// Enable Pause/Play
		$('div#slideshow-nav85 a.pause').click(function() { 
			$('#ppp-slideshow85').cycle('pause');
			$('div#slideshow-nav85 a.pause').hide().stop();
			$('div#slideshow-nav85 a.play').show().stop();
		});
		$('div#slideshow-nav85 a.play').click(function() { 
			$('#ppp-slideshow85').cycle('resume');
			$('div#slideshow-nav85 a.play').hide().stop();
			$('div#slideshow-nav85 a.pause').show().stop();
		});


		// Whip up a carousel for the thumbnail navigation
		function pppThumbsFirst() {
			if ($('#slideshow-thumbs85').css('margin-left') != '0px') {
				$('#slideshow-thumbs85').stop().animate({'margin-left':'0px'}, {duration:500});
			}
		}
		function pppThumbsPrev() {
			if ($('#slideshow-thumbs85').css('margin-left') != '0px') {

				// Figure out the reverse margin
				var offset = (952 + parseInt($('#slideshow-thumbs85').css('margin-left')));
				offset += 'px';

				$('#slideshow-thumbs85').stop().animate({'margin-left':offset}, {duration:500});  
			} else {
				pppThumbsLast(4);
			}
		}
		function pppThumbsNext() {
			var mgnLeft = parseInt($('#slideshow-thumbs85').css('margin-left'));
			var page = (((mgnLeft * -1) / 952) + 1);
			if (page == 1) {
				pppThumbsFirst();
			} else {
				mgnLeft -= 952;
				$('#slideshow-thumbs85').stop().animate({'margin-left':mgnLeft}, {duration:500});
			}
		}
		function pppThumbsLast(lastSlide) {
			var page = parseInt(lastSlide / 7);
			var offset = ((page * 952) * -1);
			$('#slideshow-thumbs85').stop().animate({'margin-left':offset}, {duration:500});
		}
		function pppThumbsGetPage(lastSlide) {
			var page = parseInt(lastSlide / 7);
			var offset = ((page * 952) * -1);
			return offset;
		}
		function pppThumbsSetPage(lastSlide) {
			var offset = pppThumbsGetPage(lastSlide);
			$('#slideshow-thumbs85').css('margin-left', offset);
		}
		$('#slideshow-thumbs-prev85 a').click(function() { 
			pppThumbsPrev();
		});
		$('#slideshow-thumbs-next85 a').click(function() { 
			pppThumbsNext();
		});


		// Cycle plugin function callbacks
		// ===============================
		// jQuery cycle before callback

		var slideCounter = 0;

		function onBefore(curr,next,opts) {

			/* If this is the initialization run, slideCounter will be null. Update the text and skedaddle. */
			if (slideCounter == null) {
				// Update the slideshow text with the text we tucked away
				$('div#ppp-slideshow-text85 div').html($('div#ppp-slideshow-text85'+opts.currSlide).html()).hide().fadeIn(500);
				return;
			}

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text85 div').html($('div#ppp-slideshow-text85'+opts.nextSlide).html()).hide().fadeIn(500);

			/* Update the thumbs for the next slide, if necessary. */

			// WRAP: nextSlide is 0 only when wrapping from the last thumbnail
			// REVERSE WRAP: When nextSlide is equal to the slideCount, and the currSlide = 0, page to the last page.
			// NEXT PAGE: When nextSlide is a multiple of $thumbs_num, and the nextSlide > currSlide, page forward.
			// PREV PAGE: When currSlide is a multiple of $thumbs_num, and the nextSlide < currSlide, page backward.
			if ((opts.currSlide == 0) || 
				(parseInt(opts.nextSlide) % 7 == 0) ||
				(parseInt(opts.currSlide) % 7 == 0)) {
				pppThumbsLast(opts.nextSlide);
			}
		}

		// jQuery cycle onafter callback
		function onAfter(curr,next,opts) {
		var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
		$('#slideshow-info85').html(caption);
	} }); }); });
-->
	</script>
	<div id="slideshow-wrap85" class="slideshow-wrap"><div id="ppp-slideshow85" class="ppp-slideshow"><div class="slideshow-attachment-post85 slideshow-attachment-post slideshow-attachment86 slideshow-attachment first"><div class="slideshow-attachment-inner85 slideshow-attachment-inner "><a href="http://demo.photopresspro.com/platinum/2011/04/geometry/web261img_9739/" class="slideshow-image"><img width="864" height="576" src="http://demo.photopresspro.com/platinum/wp-content/uploads/2011/04/web261IMG_9739.jpg" class="attachment-large" alt="web261IMG_9739" title="web261IMG_9739" /></a></div></div><div class="slideshow-attachment-post85 slideshow-attachment-post slideshow-attachment87 slideshow-attachment "><div class="slideshow-attachment-inner85 slideshow-attachment-inner "><a href="http://demo.photopresspro.com/platinum/2011/04/geometry/web276img_9734/" class="slideshow-image"><img width="864" height="576" src="http://demo.photopresspro.com/platinum/wp-content/uploads/2011/04/web276IMG_9734.jpg" class="attachment-large" alt="web276IMG_9734" title="web276IMG_9734" /></a></div></div><div class="slideshow-attachment-post85 slideshow-attachment-post slideshow-attachment88 slideshow-attachment "><div class="slideshow-attachment-inner85 slideshow-attachment-inner "><a href="http://demo.photopresspro.com/platinum/2011/04/geometry/web281img_9754/" class="slideshow-image"><img width="864" height="576" src="http://demo.photopresspro.com/platinum/wp-content/uploads/2011/04/web281IMG_9754.jpg" class="attachment-large" alt="web281IMG_9754" title="web281IMG_9754" /></a></div></div><div class="slideshow-attachment-post85 slideshow-attachment-post slideshow-attachment89 slideshow-attachment "><div class="slideshow-attachment-inner85 slideshow-attachment-inner "><a href="http://demo.photopresspro.com/platinum/2011/04/geometry/web282img_9756/" class="slideshow-image"><img width="720" height="720" src="http://demo.photopresspro.com/platinum/wp-content/uploads/2011/04/web282IMG_9756.jpg" class="attachment-large" alt="web282IMG_9756" title="web282IMG_9756" /></a></div></div><div class="slideshow-attachment-post85 slideshow-attachment-post slideshow-attachment90 slideshow-attachment "><div class="slideshow-attachment-inner85 slideshow-attachment-inner "><a href="http://demo.photopresspro.com/platinum/2011/04/geometry/web283img_9757/" class="slideshow-image"><img width="864" height="576" src="http://demo.photopresspro.com/platinum/wp-content/uploads/2011/04/web283IMG_9757.jpg" class="attachment-large" alt="web283IMG_9757" title="web283IMG_9757" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text85, div#slideshow-thumbs-bg85, div#slideshow-thumbs-wrapper85 {z-index:92;}
	div#slideshow-nav85 {z-index:93;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text85"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven85"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text850"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text851"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text852"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text853"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text854"></div></div></div><!-- slideshow-wrap -->
<p>Photos &copy; M.Weese of <a href="http://flyawayunlimited.com/">flyawayunlimited.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://demo.photopresspro.com/platinum/2011/04/geometry/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Protected: What is the password</title>
		<link>http://demo.photopresspro.com/platinum/2010/09/what-is-the-password/</link>
		<comments>http://demo.photopresspro.com/platinum/2010/09/what-is-the-password/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 02:05:01 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Galleries]]></category>

		<guid isPermaLink="false">http://photopresspro.com/demo/?p=11</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://demo.photopresspro.com/platinum/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-11">Password:<br />
<input name="post_password" id="pwbox-11" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://demo.photopresspro.com/platinum/2010/09/what-is-the-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big orange sky</title>
		<link>http://demo.photopresspro.com/platinum/2008/11/hello-world-2/</link>
		<comments>http://demo.photopresspro.com/platinum/2008/11/hello-world-2/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 05:45:18 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Nature]]></category>
		<category><![CDATA[big]]></category>
		<category><![CDATA[orange]]></category>
		<category><![CDATA[sky]]></category>

		<guid isPermaLink="false">http://photopresspro.com/demo/?p=1</guid>
		<description><![CDATA[That&#8217;s one big orange sky! In fact, it&#8217;s 936 pixels wide and 720 pixels high, or in photographer&#8217;s terms, a full 10&#215;13 inches. Because who wants to see this beautiful (and straight out of camera) image in a paltry 640&#215;480 thumbnail? No one, that&#8217;s who. Photo thanks to flyawayunlimited.com and copyright M Weese Photography.]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s one big orange sky! In fact, it&#8217;s 936 pixels wide and 720 pixels high, or in photographer&#8217;s terms, a full 10&#215;13 inches. Because who wants to see this beautiful (and straight out of camera) image in a paltry 640&#215;480 thumbnail? No one, that&#8217;s who.</p>
<p>Photo thanks to <a href="http://flyawayunlimited.com/">flyawayunlimited.com</a> and copyright <a href="http://mweese.com">M Weese Photography</a>.</p>
<p><a href="http://demo.photopresspro.com/platinum/wp-content/uploads/2008/11/Proof-239.jpg"><img class="alignnone size-full wp-image-99" title="Proof 239" src="http://demo.photopresspro.com/platinum/wp-content/uploads/2008/11/Proof-239.jpg" alt="" width="936" height="720" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://demo.photopresspro.com/platinum/2008/11/hello-world-2/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Bye Bye Sky</title>
		<link>http://demo.photopresspro.com/platinum/2008/09/bye-bye-sky/</link>
		<comments>http://demo.photopresspro.com/platinum/2008/09/bye-bye-sky/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 03:35:08 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Nature]]></category>
		<category><![CDATA[sky]]></category>

		<guid isPermaLink="false">http://photopresspro.com/demo/?p=6</guid>
		<description><![CDATA[This was the last remaining daylight before a massive storm in northern New Mexico. Photo thanks to flyawayunlimited.com and copyright M Weese Photography.]]></description>
			<content:encoded><![CDATA[<p>This was the last remaining daylight before a massive storm in northern New Mexico. Photo thanks to <a href="http://flyawayunlimited.com/?p=970">flyawayunlimited.com</a> and copyright <a href="http://mweese.com">M Weese Photography</a>.<br />
<a href="http://demo.photopresspro.com/platinum/wp-content/uploads/2008/09/web-8x12-3899.jpg"><img class="alignnone size-full wp-image-7" title="Bye bye sky" src="http://demo.photopresspro.com/platinum/wp-content/uploads/2008/09/web-8x12-3899.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://demo.photopresspro.com/platinum/2008/09/bye-bye-sky/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

