<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Kyle Groves and Dave Goulet: eLearning app demonstrates WPF goodness</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/123368_100x75.jpg</url>
		<title>Channel 9 - Kyle Groves and Dave Goulet: eLearning app demonstrates WPF goodness</title>
		<link></link>
	</image>
	<description>This eLearning video features Kyle Groves and Dave Goulet from LogicBay demoing a prototype they built for 3M. The very cool thing about the app is the browser integration: it is probably the most sophisticated in browser Avalon app created to date. It
 also features Arik Cohen from the Avalon (er, Windows Presentation Foundation, aka WPF)&amp;nbsp;team showing off WPF/E: a port of the elearning application to a smart phone. Gnarly!Karsten Januszewski was the camera guy and interviewer.</description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 18:59:56 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 18:59:56 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Kyle Groves and Dave Goulet: eLearning app demonstrates WPF goodness</title>
		<description>
			<![CDATA[2 Questions:<br /><br />1) How did you achieve the transistion between pages? From what I can gather, you&nbsp; are using a Navigation window with the background gradient built in. Whenever a new page is navigated to, you fade the old one out and fade the new one in?<br /><br />2) The WPF/E application that was shown seemed to be completely different than the client application. If it was completely different XAML and C# code, why was it said &quot;this is the same XAML...&quot;?<p>posted by jmacdonagh</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632649093090000000</link>
		<pubDate>Fri, 14 Oct 2005 17:55:09 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632649093090000000</guid>
		<dc:creator>jmacdonagh</dc:creator>
	</item>
	<item>
		<title>Re: Kyle Groves and Dave Goulet: eLearning app demonstrates WPF goodness</title>
		<description>
			<![CDATA[I'm also interested in how the fade animation was acheived between pages. Perhaps a brush the size of the page was drawn iwth a white background property, which then had its opacity property animated from 0 to 1 and then back to 0 with a new page load
 in between?<br /><p>posted by Tyler Brown</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632649166500000000</link>
		<pubDate>Fri, 14 Oct 2005 19:57:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632649166500000000</guid>
		<dc:creator>Tyler Brown</dc:creator>
	</item>
	<item>
		<title>Re: Kyle Groves and Dave Goulet: eLearning app demonstrates WPF goodness</title>
		<description>
			<![CDATA[
<p></p>
<blockquote>
<div>jmacdonagh wrote:</div>
<div><br />1) How did you achieve the transistion between pages? From what I can gather, you&nbsp; are using a Navigation window with the background gradient built in. Whenever a new page is navigated to, you fade the old one out and fade the new one in?<br /></div>
</blockquote>
<br /><br /><blockquote>
<div>Tyler Brown wrote:</div>
<div>I'm also interested in how the fade animation was acheived between pages. Perhaps a brush the size of the page was drawn iwth a white background property, which then had its opacity property animated from 0 to 1 and then back to 0 with a new page load
 in between?<br /></div>
</blockquote>
<br /><br />The first application shown was a WPF application running in the browser.&nbsp; Any element which inherits from UIElement has
<a href="http://winfx.msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/P_System_Windows_UIElement_Opacity.asp">
an opacity property</a> which can be animated.&nbsp; In this case, it looks like the animation was&nbsp;triggered by the button click.<br /><br /><blockquote>
<div>jmacdonagh wrote:</div>
<div><br />2) The WPF/E application that was shown seemed to be completely different than the client application. If it was completely different XAML and C# code, why was it said &quot;this is the same XAML...&quot;?</div>
</blockquote>
<br /><br />As mentioned above the first application was a WPF app, using the full blown WPF platform.&nbsp; The second one was running on a preview&nbsp;WPF/E platform, so once you&nbsp;realize that its not suprising that they look different.<br /><br />Plus both platforms will use XAML, but the preview application they showed at the PDC was an application running inside of an ActiveX control using XAML and JavaScript.Which is cool and lends itself to the &quot;everywhere&quot; concept.
<p></p>
<p><strong>Please&nbsp;remember</strong>,&nbsp;WPF/E is still in the planning stage.&nbsp; I'm just relaying information&nbsp;given at the&nbsp;session.&nbsp; But that's one of the great things about PDC, we get to show off our ideas and get feedback from everyone.</p>
<p>posted by AdamKinney</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632649494930000000</link>
		<pubDate>Sat, 15 Oct 2005 05:04:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632649494930000000</guid>
		<dc:creator>AdamKinney</dc:creator>
	</item>
	<item>
		<title>Re: Kyle Groves and Dave Goulet: eLearning app demonstrates WPF goodness</title>
		<description>
			<![CDATA[With regards to animating the opacity property. Would you be able to have two pages, Page 1 and Page 2, where Page 1 is currently displayed on the screen. When the user clicks the 'next page' button, would you be able to have the opacity of Page 1 animate
 from 1 to 0 while simultaneously animating the opacity of Page 2 from 0 to 1 at the same rate? The effect would kind of be a morph into the second page.<br /><br />Just a quick un-educated question. I haven't looked at what the Page element inherits from, so this could very well not be possible. Sorry, I'd do the research tonight, but its 1:00AM and I have to write two midterms tomorrow.<br /><p>posted by Tyler Brown</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632649497360000000</link>
		<pubDate>Sat, 15 Oct 2005 05:08:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632649497360000000</guid>
		<dc:creator>Tyler Brown</dc:creator>
	</item>
	<item>
		<title>Re: Kyle Groves and Dave Goulet: eLearning app demonstrates WPF goodness</title>
		<description>
			<![CDATA[It didn't look like a <a href="http://winfx.msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/T_System_Windows_Navigation_NavigationWindow.asp">
NavigationWindow</a> to me as there was no chrome on the top with Back and Forward buttons.&nbsp; But sure you can run more than one animation at a time.&nbsp; Here's
<a href="/Showpost.aspx?postid=115387&amp;pvrid=3">a cool demo from the Sparkle video</a>, you can see the adjacent radio buttons animating at the same time.<p>posted by AdamKinney</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632649501540000000</link>
		<pubDate>Sat, 15 Oct 2005 05:15:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632649501540000000</guid>
		<dc:creator>AdamKinney</dc:creator>
	</item>
	<item>
		<title>Re: Kyle Groves and Dave Goulet: eLearning app demonstrates WPF goodness</title>
		<description>
			<![CDATA[I've posted how the &quot;page transitions&quot; effect was created for the 3M demo at
<br /><br /><a href="http://www.designerslove.net/2005/10/page-transitions.html">http://www.designerslove.net/2005/10/page-transitions.html<br /></a><br /><p>posted by NateDunlap</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632651743820000000</link>
		<pubDate>Mon, 17 Oct 2005 19:33:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632651743820000000</guid>
		<dc:creator>NateDunlap</dc:creator>
	</item>
	<item>
		<title>Re: Kyle Groves and Dave Goulet: eLearning app demonstrates WPF goodness</title>
		<description>
			<![CDATA[
<p>Great demos, but I'm kind of worried that contractors can be certified by getting &quot;training&quot; solely by PDA, websites, etc. I think hands on training and instruction&nbsp;are useful in some cases.</p>
<p>posted by LightRider</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632651920960000000</link>
		<pubDate>Tue, 18 Oct 2005 00:28:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632651920960000000</guid>
		<dc:creator>LightRider</dc:creator>
	</item>
	<item>
		<title>Re: Kyle Groves and Dave Goulet: eLearning app demonstrates WPF goodness</title>
		<description>
			<![CDATA[
<blockquote>
<div>AdamKinney wrote:</div>
<div>It didn't look like a <a href="http://winfx.msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/T_System_Windows_Navigation_NavigationWindow.asp" target="_blank">
NavigationWindow</a> to me as there was no chrome on the top with Back and Forward buttons.&nbsp; But sure you can run more than one animation at a time.&nbsp; Here's
<a href="/Showpost.aspx?postid=115387&amp;pvrid=3" target="_blank">a cool demo from the Sparkle video</a>, you can see the adjacent radio buttons animating at the same time.</div>
</blockquote>
<br /><br />I was under the impression that post-beta1&nbsp;WBA (what exactly do we call Avalon Express now?) apps now use the existing browser chrome for navigation.<p>posted by DCMonkey</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632652683610000000</link>
		<pubDate>Tue, 18 Oct 2005 21:39:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632652683610000000</guid>
		<dc:creator>DCMonkey</dc:creator>
	</item>
	<item>
		<title>Re: Kyle Groves and Dave Goulet: eLearning app demonstrates WPF goodness</title>
		<description>
			<![CDATA[
<p>My guess is that IE6 has the back-forward chrome, and IE7 has not (as it provides interfaces for manipulating its own back/forward buttons, so no use of creating own ones). Right?</p>
<p>posted by Hypersw</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632659677700000000</link>
		<pubDate>Wed, 26 Oct 2005 23:56:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Kyle-Groves-and-Dave-Goulet-eLearning-app-demonstrates-WPF-goodness#c632659677700000000</guid>
		<dc:creator>Hypersw</dc:creator>
	</item>
</channel>
</rss>