<?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"
	>

<channel>
	<title>MediaEvent Services Blog</title>
	<atom:link href="http://mediaeventservices.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://mediaeventservices.com/blog</link>
	<description>realizing digital media</description>
	<pubDate>Fri, 28 Mar 2008 15:17:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>AJAX Image Gallery powered by Slideflow (like Cover Flow)</title>
		<link>http://mediaeventservices.com/blog/2007/11/15/ajax-image-gallery-powered-by-slideflow-like-cover-flow/</link>
		<comments>http://mediaeventservices.com/blog/2007/11/15/ajax-image-gallery-powered-by-slideflow-like-cover-flow/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 12:31:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[cover flow]]></category>

		<category><![CDATA[coverflow]]></category>

		<category><![CDATA[gallery]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[slideflow]]></category>

		<guid isPermaLink="false">http://mediaeventservices.com/blog/2007/11/15/ajax-image-gallery-powered-by-slideflow-like-cover-flow/</guid>
		<description><![CDATA[Today we&#8217;re releasing our AJAX Slideflow Control under Creative Commons (CC-by 3.0). We use it for our webcasts, but we thought it would work quite well for image galleries - so we built one (live demo):

You can drag the Slideflow using your mouse, or click anywhere in the stack to jump there. Click inside the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mediaeventservices.com/blog/wp-content/uploads/2007/11/slideflow-schema.jpg" alt="Slideflow schema" style="float: right" />Today we&#8217;re releasing our AJAX Slideflow Control under <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons (CC-by 3.0)</a>. <a href="http://mediaeventservices.com/blog/2007/11/13/webcast-20-platform-independent-streaming-with-ajax-silverlight-and-slideflow-navigation/">We use it for our webcasts</a>, but we thought it would work quite well for image galleries - so we built one (live demo):</p>
<p><iframe src="http://mediaeventservices.com/demo/gallery/gallery_small.html" border="0" frameborder="0" height="540" width="450"></iframe><br />
You can drag the Slideflow using your mouse, or click anywhere in the stack to jump there. Click inside the frame in order to enable mouse wheel and arrow key navigation! Or better yet, <a href="http://mediaeventservices.com/demo/gallery/gallery.html" target="_blank">try the fullscreen example</a>.</p>
<p>Technical background: The photos and titles are read from an XML file, and the thumbnails are pre-generated using Photoshop actions (included in the download).<br />
<em>03/28/2008: Updated to Slideflow 1.1 - image cropping and gradient direction fixed!</em></p>
<p class="download-box"> <a href="http://mediaeventservices.com/blog/wp-content/uploads/2007/11/Slideflow-1.1.zip"><span class="download"><span class="download-text">Download Slideflow 1.1 including gallery demo</span></span></a></p>
<p>We&#8217;re excited to hear where Slideflow is used, so let us know in the comments!</p>
<h4>Credits:</h4>
<ul>
<li><a href="http://www.adventuresinsoftware.com/blog/?p=104">Based on code by Michael L Perry</a></li>
<li><a href="http://www.se51.net/devnull/cover-flow/">Photoshop actions originally created by Marcus Strehlow</a></li>
<li><a href="http://www.flickr.com/photos/nicholas_t/">Photos by Nicholas_T</a></li>
<li><a href="http://www.softcomplex.com/products/tigra_slider_control/">Tigra Slider control</a></li>
<li><a href="http://script.aculo.us/">Scriptaculous</a> and <a href="http://www.prototypejs.org/">Prototype</a></li>
</ul>
<h4>How to use it in your scripts</h4>
<p>The gallery example is a good starting point. Have a look at <em>slideflow.js</em>; we tried to document all important aspects in the code. Initial settings, such as image locations and DOM parent node are passed on initialization. The control exposes a set of methods to change the display at runtime; it provides callbacks to allow the application to react to Slideflow movement and clicks on the center slide. Note that the control requires some specific CSS <em>(slideflow.css)</em> to work.</p>
<h4>How to use the Photoshop Actions</h4>
<p>You need to run your batch of pictures through the Photoshop actions (originally by <a href="http://www.se51.net/devnull/cover-flow/">Marcus Strehlow</a>) in order to create left, right and center thumbnails. These need to go in different directories, which will later be provided to the control as <em>pathLeft</em>, <em>pathRight</em> and <em>pathCenter</em>.<br />
We opted for Photoshop&#8217;s <em>Save for Web</em> feature instead of the regular JPEG export because it delivers far superior quality. Unfortunately, <em>Save for Web</em> doesn&#8217;t work well with batches and requires one to manually update the export directories for each of the three <em>Slideflow</em> actions. This can be done by performing the following steps:</p>
<ol>
<li>Create a blank RGB document, or open any RGB image</li>
<li>Navigate to the action&#8217;s <em>Export</em> command, which is second to last and double-click it</li>
<li>The <em>Save for Web</em> dialog opens. Save the blank document in your target folder for the respective action (i.e. <em>left</em> for the left action etc.)</li>
<li>If you&#8217;re like Tim and like a clean system, you may delete the JPEG you just created</li>
</ol>
<p>All actions assume 4 :  3 ratio. If pictures have a different ratio, you need to adjust it first, or the thumbnail images will have white edges.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediaeventservices.com/blog/2007/11/15/ajax-image-gallery-powered-by-slideflow-like-cover-flow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Webcast 2.0: Platform-Independent Streaming with AJAX, Silverlight and Slideflow Navigation</title>
		<link>http://mediaeventservices.com/blog/2007/11/13/webcast-20-platform-independent-streaming-with-ajax-silverlight-and-slideflow-navigation/</link>
		<comments>http://mediaeventservices.com/blog/2007/11/13/webcast-20-platform-independent-streaming-with-ajax-silverlight-and-slideflow-navigation/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 21:41:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[cover flow]]></category>

		<category><![CDATA[silverlight]]></category>

		<category><![CDATA[slideflow]]></category>

		<category><![CDATA[streaming]]></category>

		<category><![CDATA[webcast]]></category>

		<guid isPermaLink="false">http://mediaeventservices.com/blog/2007/11/13/webcast-20-platform-independent-streaming-with-ajax-silverlight-and-slideflow-navigation/</guid>
		<description><![CDATA[MediaEvent Services is pleased to announce the launch of its new webcast interface with the Leica Scientific Forum.
The interface leverages AJAX technologies to deliver a rich user experience, including a Slideflow control mimicking the popular Cover Flow navigation, across all major browsers.
It uses the recently released Microsoft Silverlight 1.0 platform to stream to Windows, Mac [...]]]></description>
			<content:encoded><![CDATA[<p>MediaEvent Services is pleased to announce the launch of its new webcast interface with the Leica Scientific Forum.</p>
<p>The interface leverages AJAX technologies to deliver a rich user experience, including a Slideflow control mimicking the popular Cover Flow navigation, across all major browsers.</p>
<p>It uses the recently released Microsoft Silverlight 1.0 platform to stream to Windows, Mac OS X and Internet Explorer 5, 6 und 7, Firefox 1.5 and 2 as well as Safari. That&#8217;s webcasting 2.0.</p>
<ul>
<li><a href="#" onclick="popupWindow('http://mediaeventservices.com/customers/leica_microsystems/leica_scientific_forum/player.html?2007-09-07_test.xml','Popup','800','590'); return false">Launch player</a></li>
</ul>
<p>Some screenshots:</p>
<p><a href="http://mediaeventservices.com/blog/wp-content/uploads/2007/11/1.jpg" title="{console}Main screen with slideflow"><img src="http://mediaeventservices.com/blog/wp-content/uploads/2007/11/1.jpg" alt="Main screen with slideflow" /></a><br />
Main screen with slideflow</p>
<p><a href="http://mediaeventservices.com/blog/wp-content/uploads/2007/11/2.jpg" title="{console}Help overlay"><img src="http://mediaeventservices.com/blog/wp-content/uploads/2007/11/2.jpg" alt="Help overlay" /></a><br />
Help Overlay</p>
<p><a href="http://mediaeventservices.com/blog/wp-content/uploads/2007/11/3.jpg" title="{console}Lightbox slide view"><img src="http://mediaeventservices.com/blog/wp-content/uploads/2007/11/3.jpg" alt="Lightbox slide view" /></a><br />
Lightbox slide view</p>
]]></content:encoded>
			<wfw:commentRss>http://mediaeventservices.com/blog/2007/11/13/webcast-20-platform-independent-streaming-with-ajax-silverlight-and-slideflow-navigation/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
