<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:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries tagged with screencast - Channel 8</title><atom:link rel="self" type="application/rss+xml" href="http://channel8.msdn.com/tags/screencast/feed/zune/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/Channel8/images/feedimage.png</url><title>Entries tagged with screencast - Channel 8</title><link>http://channel8.msdn.com/Tags/screencast/</link></image><description>screencast</description><link>http://channel8.msdn.com/Tags/screencast/</link><language>en-us</language><pubDate>Thu, 22 May 2008 03:42:56 GMT</pubDate><lastBuildDate>Thu, 22 May 2008 03:42:56 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3229.2473, Culture=neutral, PublicKeyToken=null)</generator><item><title>Starting with Silverlight (part 2)</title><description>&lt;img src="http://channel8.msdn.com/Link/b7919e28-6506-4390-a08a-d48e48e00639/" border="0" /&gt;This is part 2 of &lt;a href="http://www.vb-magazin.de/forums/blogs/mario_meir-huber/default.aspx"&gt;Mario&lt;/a&gt;'s Silverlight screncast series. In this part he discusses the following:&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;&lt;em&gt;In this screencast I show you how the Brushes in Silverlight work. Brushes are a basic concept in Silverlight and I try to explain them in a very rich way to show you all the possibilities associated with them.&lt;br /&gt;
&lt;br /&gt;
The screencast includes a demonstration of the following brushes: SolidColorBrush, LinearGradientBrush, GradialGradientBrush, ImageBrush and the VideoBrush.&lt;br /&gt;
&lt;br /&gt;
The example builds upon the grid panel that has been introduced in part 1 of this series. If you are not familiar with it, you might consider watching &lt;/em&gt;&lt;a href="http://channel8.msdn.com/Posts/Starting-with-Silverlight-part-1/"&gt;&lt;em&gt;part 1&lt;/em&gt;&lt;/a&gt;&lt;em&gt; before watching this episode.&lt;/em&gt;&lt;/p&gt;
The source code for the samples shown in the video is available from &lt;a href="http://217.160.23.107/Channel8/Source/02_Brushes.zip"&gt;here&lt;/a&gt;.&lt;img src="http://channel8.msdn.com/6205/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel8.msdn.com/Posts/Silverlight-Screencast-2/</comments><link>http://channel8.msdn.com/Posts/Silverlight-Screencast-2/</link><pubDate>Thu, 22 May 2008 03:44:00 GMT</pubDate><guid isPermaLink="false">http://217.160.23.107/Channel8/Videos/SilverlightScreencast02.wmv</guid><evnet:views>14303</evnet:views><evnet:viewtrackingurl>http://channel8.msdn.com/6205/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This is part 2 of Mario's Silverlight screncast series. In this part he discusses the following:

In this screencast I show you how the Brushes in Silverlight work. Brushes are a basic concept in Silverlight and I try to explain them in a very rich way to show you all the possibilities associated&amp;#8230;</evnet:previewtext><media:thumbnail url="http://channel8.msdn.com/Link/f9837939-0437-45f6-b98c-947fbc4bbf45/" height="240" width="320" /><media:thumbnail url="http://channel8.msdn.com/Link/b7919e28-6506-4390-a08a-d48e48e00639/" height="64" width="85" /><media:group><media:content url="http://217.160.23.107/Channel8/Videos/SilverlightScreencast02.wmv" expression="full" duration="1125" fileSize="91268666" type="video/x-ms-wmv" medium="video" /><media:content url="http://video.msn.com/StreamingUrl.aspx?vid=61bfd0f2-ab08-4799-b26e-595277087e0b" expression="full" duration="1125" fileSize="1725" type="video/x-ms-asf" medium="video" /></media:group><enclosure url="http://217.160.23.107/Channel8/Videos/SilverlightScreencast02.wmv" length="91268666" type="video/x-ms-wmv" /><dc:creator>littleguru</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel8.msdn.com/Posts/Silverlight-Screencast-2/RSS/</wfw:commentRss><trackback:ping>http://channel8.msdn.com/6205/Trackback.aspx</trackback:ping><category>screencast</category><category>Silverlight</category></item><item><title>Starting with Silverlight (part 1)</title><description>&lt;img src="http://channel8.msdn.com/Link/7146bdb0-992c-4240-911e-ff7613a9c887/" border="0" /&gt;&lt;a href="http://www.vb-magazin.de/forums/blogs/mario_meir-huber/default.aspx"&gt;Mario Meir-Huber&lt;/a&gt;, a senior student partner from Austria, created a cool series of screencasts on &lt;a href="http://silverlight.net/"&gt;Silverlight&lt;/a&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;In this screencast I show the functionality of the Layout Managers in XAML. It is a very simple introduction and gives you an overview on layouting in Silverlight. &lt;br /&gt;
&lt;br /&gt;
The Layout Managers shown in the video are: the Grid, the StackPanel and the Canvas.&lt;br /&gt;
&lt;br /&gt;
Furthermore, I show you also how to interact with them in your source code.&lt;br /&gt;
&lt;br /&gt;
&lt;/em&gt;For a brief introduction of the Silverlight concepts please watch also the &lt;a href="http://channel8.msdn.com/Posts/Getting-started-with-Silverlight/"&gt;video interview that we did with Jaime Rodriguez&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The source code for the samples shown in the video can be downloaded from &lt;a href="http://217.160.23.107/Channel8/Source/01_Layout_Manager.zip"&gt;here&lt;/a&gt;.&lt;img src="http://channel8.msdn.com/6150/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel8.msdn.com/Posts/Starting-with-Silverlight-part-1/</comments><link>http://channel8.msdn.com/Posts/Starting-with-Silverlight-part-1/</link><pubDate>Tue, 20 May 2008 10:26:00 GMT</pubDate><guid isPermaLink="false">http://217.160.23.107/Channel8/Videos/SilverlightScreencast01.wmv</guid><evnet:views>12728</evnet:views><evnet:viewtrackingurl>http://channel8.msdn.com/6150/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Mario Meir-Huber, a senior student partner from Austria, created a cool series of screencasts on Silverlight:

In this screencast I show the functionality of the Layout Managers in XAML. It is a very simple introduction and gives you an overview on layouting in Silverlight. 

The Layout Managers&amp;#8230;</evnet:previewtext><media:thumbnail url="http://channel8.msdn.com/Link/3cb8a5f9-be01-4029-bff7-d49b97ee512a/" height="240" width="320" /><media:thumbnail url="http://channel8.msdn.com/Link/7146bdb0-992c-4240-911e-ff7613a9c887/" height="64" width="85" /><media:group><media:content url="http://217.160.23.107/Channel8/Videos/SilverlightScreencast01.wmv" expression="full" duration="1112" fileSize="90060588" type="video/x-ms-wmv" medium="video" /><media:content url="http://video.msn.com/StreamingUrl.aspx?vid=281ee1d2-50a2-4e83-b2c9-cbbb00fc6f49" expression="full" duration="1112" fileSize="1449" type="video/x-ms-asf" medium="video" /></media:group><enclosure url="http://217.160.23.107/Channel8/Videos/SilverlightScreencast01.wmv" length="90060588" type="video/x-ms-wmv" /><dc:creator>littleguru</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel8.msdn.com/Posts/Starting-with-Silverlight-part-1/RSS/</wfw:commentRss><trackback:ping>http://channel8.msdn.com/6150/Trackback.aspx</trackback:ping><category>screencast</category><category>Silverlight</category></item><item><title>Your Way, Your Play, XNA:  Modify a 2D Game in 10 minutes</title><description>&lt;img src="http://channel8.msdn.com/Link/7b341b05-88b2-4938-bc73-c0604baa5d58/" border="0" /&gt;&lt;p&gt;Modify your first 2D Game using XNA Games Studio Express.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I walk you through some of the key gaming concepts and then add in Collision Detection and Score Keeping to the game.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please visit my blog, &lt;/p&gt;
&lt;p&gt;&lt;a href="http://go.microsoft.com/?linkid=7735520"&gt;&lt;u&gt;Springboard: From Mortarboard to Onboard, practical skills for employment.&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Resources:&lt;/p&gt;
&lt;p&gt;- &lt;a href="http://go.microsoft.com/?linkid=7735503"&gt;&lt;u&gt;Original 2D Project&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- &lt;a href="http://go.microsoft.com/?linkid=7735500"&gt;&lt;u&gt;XNA Creators Club&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- &lt;a href="http://go.microsoft.com/?linkid=7735501"&gt;&lt;u&gt;XNA Team Blog&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- &lt;a href="http://go.microsoft.com/?linkid=7735502"&gt;&lt;u&gt;TorqueX&lt;/u&gt;&lt;/a&gt; (Drag &amp;amp; Drop Game Components)&lt;/p&gt;&lt;img src="http://channel8.msdn.com/384/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel8.msdn.com/Posts/Your-Way-Your-Play-XNA-Modify-a-2D-Game-in-10-minutes/</comments><link>http://channel8.msdn.com/Posts/Your-Way-Your-Play-XNA-Modify-a-2D-Game-in-10-minutes/</link><pubDate>Thu, 15 Nov 2007 10:59:00 GMT</pubDate><guid isPermaLink="false">http://channel8.msdn.com/Posts/Your-Way-Your-Play-XNA-Modify-a-2D-Game-in-10-minutes/</guid><evnet:views>3027</evnet:views><evnet:viewtrackingurl>http://channel8.msdn.com/384/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Modify your first 2D Game using XNA Games Studio Express.

I walk you through some of the key gaming concepts and then add in Collision Detection and Score Keeping to the game.

Please visit my blog, 
Springboard: From Mortarboard to Onboard, practical skills for employment.

Resources:
-&amp;#8230;</evnet:previewtext><media:thumbnail url="http://channel8.msdn.com/Link/c78cd6c7-5406-4e77-a90f-4270f3fff3d6/" height="240" width="320" /><media:thumbnail url="http://channel8.msdn.com/Link/7b341b05-88b2-4938-bc73-c0604baa5d58/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/c8/4/8/3/xna1hilary_c8.mp4" expression="full" fileSize="34098198" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/c8/4/8/3/xna1hilary_c8.mp3" expression="full" duration="678" fileSize="5425656" type="audio/mp3" medium="audio" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/c8/4/8/3/xna1hilary_c8.mp4" expression="full" fileSize="34098198" type="video/mp4" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/c8/4/8/3/xna1hilary_c8.wma" expression="full" duration="678" fileSize="5493527" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/c8/4/8/3/xna1hilary_c8.wmv" expression="full" duration="678" fileSize="15503334" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/c8/4/8/3/xna1hilary_2MB_c8.wmv" expression="full" duration="678" fileSize="47578013" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/c8/4/8/3/xna1hilary_Zune_c8.wmv" expression="full" duration="678" fileSize="40825736" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/c8/4/8/3/xna1hilary_s_c8.mp4" expression="full" duration="678" fileSize="36533802" type="video/mp4" medium="video" /><media:content url="mms://wm.microsoft.com/ms/evnet/xna1hilary_s_c8.wmv" expression="full" type="video/x-ms-asf" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/c8/4/8/3/xna1hilary_2MB_c8.wmv" length="47578013" type="video/x-ms-wmv" /><dc:creator>Lean</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel8.msdn.com/Posts/Your-Way-Your-Play-XNA-Modify-a-2D-Game-in-10-minutes/RSS/</wfw:commentRss><trackback:ping>http://channel8.msdn.com/384/Trackback.aspx</trackback:ping><category>games</category><category>how to</category><category>screencast</category><category>XNA</category></item></channel></rss>