<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Filmstrip Gallery</title>
	<atom:link href="http://designwithsilverlight.com/2008/10/02/filmstrip-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://designwithsilverlight.com/2008/10/02/filmstrip-gallery/</link>
	<description>Silverlight... you're soaking in it.</description>
	<pubDate>Sat, 13 Mar 2010 17:51:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Sandeep</title>
		<link>http://designwithsilverlight.com/2008/10/02/filmstrip-gallery/#comment-1990</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Thu, 31 Dec 2009 14:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://designwithsilverlight.com/?p=81#comment-1990</guid>
		<description>I'm using your filmstrip for developing a website for my college, But it is using too much cpu, Please help.. My testing site is located at &lt;a href="http://www.iemcal.com/webtest" rel="nofollow"&gt;www.iemcal.com/webtest&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m using your filmstrip for developing a website for my college, But it is using too much cpu, Please help.. My testing site is located at <a href="http://www.iemcal.com/webtest" rel="nofollow">http://www.iemcal.com/webtest</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep</title>
		<link>http://designwithsilverlight.com/2008/10/02/filmstrip-gallery/#comment-1912</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Thu, 03 Sep 2009 09:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://designwithsilverlight.com/?p=81#comment-1912</guid>
		<description>Can u please convert this code into vb.net I have a problem converting in this section :

private void rest_DownloadStringCompleted(object sender, DownloadStringCompletedEventArgs e)
        {
            XElement elements = XElement.Parse(e.Result);


            var items = from g in elements.Descendants("item")
                        select new
                        {
                            thumb = g.Element("thumb").Value
                        };

            foreach (var item in items)
            {
                NumItems++;
                Images.Add(item.thumb);
            }

            BuildFilm();
        }</description>
		<content:encoded><![CDATA[<p>Can u please convert this code into vb.net I have a problem converting in this section :</p>
<p>private void rest_DownloadStringCompleted(object sender, DownloadStringCompletedEventArgs e)<br />
        {<br />
            XElement elements = XElement.Parse(e.Result);</p>
<p>            var items = from g in elements.Descendants(&#8221;item&#8221;)<br />
                        select new<br />
                        {<br />
                            thumb = g.Element(&#8221;thumb&#8221;).Value<br />
                        };</p>
<p>            foreach (var item in items)<br />
            {<br />
                NumItems++;<br />
                Images.Add(item.thumb);<br />
            }</p>
<p>            BuildFilm();<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reno</title>
		<link>http://designwithsilverlight.com/2008/10/02/filmstrip-gallery/#comment-1473</link>
		<dc:creator>Reno</dc:creator>
		<pubDate>Sat, 10 Jan 2009 01:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://designwithsilverlight.com/?p=81#comment-1473</guid>
		<description>Hi Jeff...thanks for share this great example....Im just a beginner and I have combined it with a ScottGu's example [http://weblogs.asp.net/scottgu/]....
it has more info in the .xml file (you called it config.xml)....and the idea is hmm....display that info when you select a pic (or frame)....

if you want the sourcecode...please write to cobain.r@gmail.com.....

thank you Jeff...gracias!!

Reno.

PS: Im sorry for my bad english lol...;P....</description>
		<content:encoded><![CDATA[<p>Hi Jeff&#8230;thanks for share this great example&#8230;.Im just a beginner and I have combined it with a ScottGu&#8217;s example [http://weblogs.asp.net/scottgu/]&#8230;.<br />
it has more info in the .xml file (you called it config.xml)&#8230;.and the idea is hmm&#8230;.display that info when you select a pic (or frame)&#8230;.</p>
<p>if you want the sourcecode&#8230;please write to <a href="mailto:cobain.r@gmail.com">cobain.r@gmail.com</a>&#8230;..</p>
<p>thank you Jeff&#8230;gracias!!</p>
<p>Reno.</p>
<p>PS: Im sorry for my bad english lol&#8230;;P&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://designwithsilverlight.com/2008/10/02/filmstrip-gallery/#comment-993</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 04 Dec 2008 04:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://designwithsilverlight.com/?p=81#comment-993</guid>
		<description>That filmstrip annimation with the running horse is awsome.</description>
		<content:encoded><![CDATA[<p>That filmstrip annimation with the running horse is awsome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://designwithsilverlight.com/2008/10/02/filmstrip-gallery/#comment-964</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Wed, 26 Nov 2008 01:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://designwithsilverlight.com/?p=81#comment-964</guid>
		<description>Hi John - 

Cool! I like the way you used the filmstrip! Thanks for sharing...

Jeff</description>
		<content:encoded><![CDATA[<p>Hi John - </p>
<p>Cool! I like the way you used the filmstrip! Thanks for sharing&#8230;</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John McFetridge</title>
		<link>http://designwithsilverlight.com/2008/10/02/filmstrip-gallery/#comment-963</link>
		<dc:creator>John McFetridge</dc:creator>
		<pubDate>Wed, 26 Nov 2008 00:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://designwithsilverlight.com/?p=81#comment-963</guid>
		<description>Love this example in fact I have combined it with an example of jeff prosise to produce the following:
http://www.sandkeysoftware.com/SL2/Filmstripnew/Filmstrip.Web/FilmstripTestPage.html</description>
		<content:encoded><![CDATA[<p>Love this example in fact I have combined it with an example of jeff prosise to produce the following:<br />
<a href="http://www.sandkeysoftware.com/SL2/Filmstripnew/Filmstrip.Web/FilmstripTestPage.html" rel="nofollow">http://www.sandkeysoftware.com/SL2/Filmstripnew/Filmstrip.Web/FilmstripTestPage.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Roh</title>
		<link>http://designwithsilverlight.com/2008/10/02/filmstrip-gallery/#comment-664</link>
		<dc:creator>David Roh</dc:creator>
		<pubDate>Fri, 03 Oct 2008 10:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://designwithsilverlight.com/?p=81#comment-664</guid>
		<description>Hi Jeff,

Awesome!

Just what I needed - thank you for sharing.</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Awesome!</p>
<p>Just what I needed - thank you for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2008 October 03 - Links for today &#171; My (almost) Daily Links</title>
		<link>http://designwithsilverlight.com/2008/10/02/filmstrip-gallery/#comment-663</link>
		<dc:creator>2008 October 03 - Links for today &#171; My (almost) Daily Links</dc:creator>
		<pubDate>Fri, 03 Oct 2008 08:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://designwithsilverlight.com/?p=81#comment-663</guid>
		<description>[...] Errors Jesse Liberty with more on his Dependency Properties – Precedence series Jeff Paries’ film strip gallery - really, check this one out. Mike Snow on How to Apply Styles in Silverlight – Part I Bill [...]</description>
		<content:encoded><![CDATA[<p>[...] Errors Jesse Liberty with more on his Dependency Properties – Precedence series Jeff Paries’ film strip gallery - really, check this one out. Mike Snow on How to Apply Styles in Silverlight – Part I Bill [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
