﻿<?xml version="1.0" encoding="utf-8"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebAqua - WebCoverFlow - client or server side image loading</title><link>http://www.intersoftsolutions.com/Community/WebAqua/WebCoverFlow---client-or-server-side-image-loading/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebCoverFlow - client or server side image loading</title><link>http://www.intersoftsolutions.com/Community/WebAqua/WebCoverFlow---client-or-server-side-image-loading/</link><pubDate>Thu, 25 Mar 2010 21:54:50 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebCoverFlow</category><category>client side</category><category>server side</category><description>&lt;p&gt;The thread I link earlier is for the WebCoverFlow in silverlight. Based on your description, it seems you are using the WebCoverFlow for ASP .NET. Here is the snippet in order to add a new item during page load event handler:&lt;/p&gt;&lt;pre&gt;protected void Page_Load(object sender, EventArgs e)&lt;br /&gt;{&lt;br /&gt;    WebCoverFlowItem itm = new WebCoverFlowItem();&lt;br /&gt;    itm.MediaType = WebCoverFlowMediaType.Image;&lt;br /&gt;    itm.Source = "../images/iMovie.png";&lt;br /&gt;    itm.Name = "cfItm1";&lt;br /&gt;    itm.Title = "Test Item #1";&lt;br /&gt;&lt;br /&gt;    WebCoverFlow1.Items.Add(itm);&lt;br /&gt;}&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebCoverFlow - client or server side image loading</title><link>http://www.intersoftsolutions.com/Community/WebAqua/WebCoverFlow---client-or-server-side-image-loading/</link><pubDate>Thu, 25 Mar 2010 12:59:59 GMT</pubDate><dc:creator>MarkLeavesley</dc:creator><category>WebCoverFlow</category><category>client side</category><category>server side</category><description>&lt;p&gt;.ItemsSource does not exit, I have .Items instead?&lt;/p&gt;&lt;p&gt;The tooltip says it accepts items of INamedObject2, but surely it's actually WebCoverFlowItem?&lt;/p&gt;</description></item><item><title>WebCoverFlow - client or server side image loading</title><link>http://www.intersoftsolutions.com/Community/WebAqua/WebCoverFlow---client-or-server-side-image-loading/</link><pubDate>Wed, 17 Mar 2010 01:11:05 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebCoverFlow</category><category>client side</category><category>server side</category><description>&lt;p&gt;I have confrmed this issue with our developer, our WebCoverFlow will be loading image from the client side. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;As demonstrated in this &lt;a target="_blank" href="../Binding-collections-of-URIs/"&gt;thread&lt;/a&gt;, our WebCoverFlow has the ability to load image from an external source. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebCoverFlow - client or server side image loading</title><link>http://www.intersoftsolutions.com/Community/WebAqua/WebCoverFlow---client-or-server-side-image-loading/</link><pubDate>Mon, 15 Mar 2010 06:52:45 GMT</pubDate><dc:creator>MarkLeavesley</dc:creator><category>WebCoverFlow</category><category>client side</category><category>server side</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I am trialling WebCoverFlow and need to know if it is loading images server side or client side, and if it is server side, can it do it client side?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The reason for this is that the client has the images held on a seperate server to the web server and as I understand it, IIS cannot access network/remote locations. I am assuming that the users will have access via their domain login and therefore the browser will too...&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Mark Leavesley&lt;/p&gt;</description></item></channel></rss>