<?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>MediaEvent Services &#187; cover flow</title> <atom:link href="http://mediaeventservices.com/blog/tag/cover-flow/feed/" rel="self" type="application/rss+xml" /><link>http://mediaeventservices.com/blog</link> <description>realizing digital media</description> <lastBuildDate>Sun, 11 Apr 2010 08:46:05 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <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 &#8211; 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://assets.mediaeventservices.com/blog/wp-content/uploads/2007/11/slideflow-schema.jpg" width="207" height="49" class="reflect rheight25 ropacity33" style="margin: 0px 20px 15px 5px; 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 &#8211; so we built one (live demo)<span
id="more-10"></span>:</p><p><iframe
src="http://cdn.mystreams.com/Slideflow1.1/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://cdn.mystreams.com/Slideflow1.1/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 &#8211; image cropping and gradient direction fixed!</em></p><p
class="download-box"> <a
href="http://cdn.mystreams.com/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> <slash:comments>154</slash:comments> </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><img
src="http://assets.mediaeventservices.com/blog/wp-content/uploads/2007/11/leica_scifo.jpg" width="281" height="72" class="reflect rheight25 ropacity33" style="margin: 5px 20px 15px 15px; float: right;"/>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.<span
id="more-3"></span></p><p><strong>Update:&nbsp;</strong>The platform has since been extended to support Flash video as well!</p><p><script type="text/javascript" src="/videoconsole/external/embed.js"></script></p><div
style="width: 300px; background-color: #F2F2F2; border: 1px solid #AAAAAA; padding: 15px 5px; text-align: center;"> <a
style="font-size: 15px;" href="#" onclick="return openConsole('lsf-demo');">Launch Interactive Webcast</a></div><p>Some screenshots:</p><p><a
class="zoomLink" href="#zoom_lsf1"><img
src="http://assets.mediaeventservices.com/blog/wp-content/uploads/2007/11/1.jpg" width="525" height="377" style="clear: both; margin-bottom: 5px;" alt="Main screen with slideflow" /></a><br
/> Main screen with slideflow</p><div
class="zoomContent" id="zoom_lsf1"><img
src="http://mediaeventservices.com/blog/wp-content/uploads/2007/11/1.jpg" alt="Main screen with slideflow"></div><p><a
class="zoomLink" href="#zoom_lsf2"><img
src="http://assets.mediaeventservices.com/blog/wp-content/uploads/2007/11/2.jpg"width="525" height="377" style="clear: both; margin-bottom: 5px;" alt="Help Overlay" /></a><br
/> Help Overlay</p><div
class="zoomContent" id="zoom_lsf2"><img
src="http://mediaeventservices.com/blog/wp-content/uploads/2007/11/2.jpg" alt="Help Overlay"></div><p><a
class="zoomLink" href="#zoom_lsf3"><img
src="http://assets.mediaeventservices.com/blog/wp-content/uploads/2007/11/3.jpg" width="525" height="377" style="clear: both; margin-bottom: 5px;" alt="Lightbox slide view" /></a><br
/> Lightbox slide view</p><div
class="zoomContent" id="zoom_lsf3"><img
src="http://mediaeventservices.com/blog/wp-content/uploads/2007/11/3.jpg" alt="Lightbox slide view"></div> ]]></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> <slash:comments>13</slash:comments> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc (user agent is rejected)
Database Caching 6/11 queries in 0.004 seconds using apc
Content Delivery Network via Amazon Web Services: CloudFront: assets.mediaeventservices.com

Served from: 195.226.66.211 @ 2010-07-30 00:59:20 -->