<?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>Channel 9 - Entries tagged with Templates</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/templates/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with Templates</title>
      <link>http://channel9.msdn.com/Tags/templates</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/templates</link>
    <language>en</language>
    <pubDate>Sat, 25 May 2013 12:50:45 GMT</pubDate>
    <lastBuildDate>Sat, 25 May 2013 12:50:45 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>8</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Want to write a new Notepad? Here&#39;s a Notepad Clone Project Template to get you started...</title>
      <description><![CDATA[<p>Today's WinForm Wednesday project is one that's kind of unusual. I don't highlight Visual Studio Project Templates often, but this one struck a cord with me for some reason. Maybe because we just don't hear much about WinForm these days. Or maybe because it's a Visual Basic template. Or maybe because Notepad seems to be one of those app's people just like to replace. I don't know, but when I saw this, I just thought it was kind of cool...</p><h2><a href="http://visualstudiogallery.msdn.microsoft.com/130d845d-6b91-45db-993a-1f6e004ff095" target="_blank">MS_Notepad_Clone</a></h2><blockquote><p>A clone of MS Notepad designed to reduce the work of coding the basics of an improved clone of MS Notepad. Created by CuBe Laboratories, it has all of the features of the original notepad, like the find/findnext/replace/replaceall functions, the open/save/saveas functions, and a few new ones such as the one that allows rtf resources to be opened so that they can be used for help files.</p></blockquote><p>Once you install this, you get a new Project Template.</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/SNAGHTML5bc0825a%5B3%5D.png" target="_blank"><img title="SNAGHTML5bc0825a" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/SNAGHTML5bc0825a_thumb.png" alt="SNAGHTML5bc0825a" width="650" height="402" border="0"></a></p><p>Creating a new Project with this template gives you what you'd expect, your own Notepad app, now ready for your tweaking and extending needs...</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B3%5D-56.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B1%5D-68.png" alt="image" width="250" height="427" border="0"></a></p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B6%5D-43.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B2%5D-54.png" alt="image" width="471" height="407" border="0"></a></p><p>Say I want to make my own branded Notepad...</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/SNAGHTML5bcac9b6%5B3%5D.png" target="_blank"><img title="SNAGHTML5bcac9b6" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/SNAGHTML5bcac9b6_thumb.png" alt="SNAGHTML5bcac9b6" width="456" height="350" border="0"></a></p><p>Yeah, I know a little &quot;out there&quot; but still if you've ever wanted to create your own Notepad just to add &quot;this little feature&quot; to it, need a customized Notepad like app and don't want to start from scratch or just looking for something a little different, you're just a Template download/install and New Project away...</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/templates/RSS&WT.dl=0&WT.entryid=Entry:RSSView:794ab9e936574861be8ea080013c990d">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/Want-to-write-a-new-Notepad-Heres-a-Notepad-Clone-Project-Template-to-get-you-started</comments>
      <itunes:summary>Today&#39;s WinForm Wednesday project is one that&#39;s kind of unusual. I don&#39;t highlight Visual Studio Project Templates often, but this one struck a cord with me for some reason. Maybe because we just don&#39;t hear much about WinForm these days. Or maybe because it&#39;s a Visual Basic template. Or maybe because Notepad seems to be one of those app&#39;s people just like to replace. I don&#39;t know, but when I saw this, I just thought it was kind of cool... MS_Notepad_CloneA clone of MS Notepad designed to reduce the work of coding the basics of an improved clone of MS Notepad. Created by CuBe Laboratories, it has all of the features of the original notepad, like the find/findnext/replace/replaceall functions, the open/save/saveas functions, and a few new ones such as the one that allows rtf resources to be opened so that they can be used for help files. Once you install this, you get a new Project Template.  Creating a new Project with this template gives you what you&#39;d expect, your own Notepad app, now ready for your tweaking and extending needs...   Say I want to make my own branded Notepad...  Yeah, I know a little &amp;quot;out there&amp;quot; but still if you&#39;ve ever wanted to create your own Notepad just to add &amp;quot;this little feature&amp;quot; to it, need a customized Notepad like app and don&#39;t want to start from scratch or just looking for something a little different, you&#39;re just a Template download/install and New Project away... </itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/Want-to-write-a-new-Notepad-Heres-a-Notepad-Clone-Project-Template-to-get-you-started</link>
      <pubDate>Wed, 11 Jul 2012 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/Want-to-write-a-new-Notepad-Heres-a-Notepad-Clone-Project-Template-to-get-you-started</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/8cbb2e9f-5535-46d2-90b4-68b9ccd3ab19.png" height="62" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/06450856-e87e-4749-af72-fc174f9c29c8.png" height="137" width="220"></media:thumbnail>      
      <dc:creator>Greg Duncan</dc:creator>
      <itunes:author>Greg Duncan</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/blog/Want-to-write-a-new-Notepad-Heres-a-Notepad-Clone-Project-Template-to-get-you-started/RSS</wfw:commentRss>
      <category>Coding4Fun</category>
      <category>notepad</category>
      <category>Templates</category>
      <category>Visual Basic</category>
    </item>
  <item>
      <title>Templating Controls with Silverlight (Silverlight TV #36)</title>
      <description><![CDATA[
<p>In this episode, Adam Kinney discusses how you can completely customize how a control looks and behaves. Adam explains how all Silverlight controls are lookless and that they can be customized using various templates depending on what you want to achieve.&nbsp;Instead
 of starting with a simple control like a TextBox, he demonstrates the power of templating using a ListBox and its various templates, including the ItemsPanel, ListBoxItem, Data Template, and more (we joke about the multiple names for some of the templates).<br /><br />This is a great episode to watch if you ever wanted to know how to template controls, or even if you just want to know what all those templates are for and how to use them in Blend.</p>
<br />This also happens to be Adam's final episode as a Expression Evangelist with Microsoft. Be sure to watch just to see him as he shows us what he will be doing at his new job <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' />
<br /><br />&lt;warning&gt;This video contains a poor attempt at humor.&lt;/warning&gt;<br /><br /><p>Relevant links:</p>
<ul>
<li><a shape="rect" href="http://johnpapa.net/" shape="rect">John's Blog</a>&nbsp;and on Twitter (<a shape="rect" href="http://twitter.com/john_papa" shape="rect">@john_papa</a>)
</li><li><a shape="rect" href="http://adamkinney.com/" shape="rect">Adam's Blog</a>&nbsp;and on Twitter (<a shape="rect" href="http://twitter.com/adkinn" shape="rect">@adkinn</a>)
</li></ul>
Follow us on Twitter&nbsp;<a shape="rect" href="http://www.twitter.com/SilverlightTV" title="Follow SilverlightTV at Twitter" shape="rect">@SilverlightTV</a>&nbsp;or on the web at
<a shape="rect" href="http://silverlight.tv/" shape="rect">http://silverlight.tv/</a>&nbsp;<br /><br /><br /><br /><p><a shape="rect" href="http://www.microsoftpdc.com/" shape="rect">Registration</a> for
<a shape="rect" href="http://www.microsoftpdc.com/" shape="rect">PDC10 </a>is now open, and space is limited – don’t miss this opportunity to experience the PDC in Redmond. Join the
<a shape="rect" href="https://www.ustechsregister.com/pdcmailinglist/main.aspx" shape="rect">
PDC email newsletter</a> for the latest information about <a shape="rect" href="http://www.microsoftpdc.com/" shape="rect">
PDC10 </a>.</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/templates/RSS&WT.dl=0&WT.entryid=Entry:RSSView:bcba8381f54345a18a109dea00a6597e">]]></description>
      <comments>http://channel9.msdn.com/Shows/SilverlightTV/Templating-Controls-with-Silverlight-Silverlight-TV-36</comments>
      <itunes:summary>
In this episode, Adam Kinney discusses how you can completely customize how a control looks and behaves. Adam explains how all Silverlight controls are lookless and that they can be customized using various templates depending on what you want to achieve.&amp;nbsp;Instead
 of starting with a simple control like a TextBox, he demonstrates the power of templating using a ListBox and its various templates, including the ItemsPanel, ListBoxItem, Data Template, and more (we joke about the multiple names for some of the templates).This is a great episode to watch if you ever wanted to know how to template controls, or even if you just want to know what all those templates are for and how to use them in Blend. 
This also happens to be Adam&#39;s final episode as a Expression Evangelist with Microsoft. Be sure to watch just to see him as he shows us what he will be doing at his new job 
&amp;lt;warning&amp;gt;This video contains a poor attempt at humor.&amp;lt;/warning&amp;gt;Relevant links: 

John&#39;s Blog&amp;nbsp;and on Twitter (@john_papa)
Adam&#39;s Blog&amp;nbsp;and on Twitter (@adkinn)

Follow us on Twitter&amp;nbsp;@SilverlightTV&amp;nbsp;or on the web at
http://silverlight.tv/&amp;nbsp;Registration for
PDC10 is now open, and space is limited – don’t miss this opportunity to experience the PDC in Redmond. Join the

PDC email newsletter for the latest information about 
PDC10 . 
</itunes:summary>
      <itunes:duration>1163</itunes:duration>
      <link>http://channel9.msdn.com/Shows/SilverlightTV/Templating-Controls-with-Silverlight-Silverlight-TV-36</link>
      <pubDate>Thu, 15 Jul 2010 15:36:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/SilverlightTV/Templating-Controls-with-Silverlight-Silverlight-TV-36</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/561003_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/561003_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/0/0/1/6/5/sltv36_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/0/0/1/6/5/sltv36_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/0/0/1/6/5/sltv36_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/0/0/1/6/5/sltv36_2MB_ch9.wmv" expression="full" duration="1163" fileSize="300908443" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/0/0/1/6/5/sltv36_ch9.mp3" expression="full" duration="1163" fileSize="9307919" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/0/0/1/6/5/sltv36_ch9.mp4" expression="full" duration="1163" fileSize="97164617" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/0/0/1/6/5/sltv36_ch9.wma" expression="full" duration="1163" fileSize="9416509" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/0/0/1/6/5/sltv36_ch9.wmv" expression="full" duration="1163" fileSize="128933815" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/0/0/1/6/5/sltv36_Zune_ch9.wmv" expression="full" duration="1163" fileSize="103621867" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/3/0/0/1/6/5/sltv36_ch9.wmv" length="128933815" type="video/x-ms-wmv"></enclosure>
      <dc:creator>John Papa</dc:creator>
      <itunes:author>John Papa</itunes:author>
      <slash:comments>10</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/SilverlightTV/Templating-Controls-with-Silverlight-Silverlight-TV-36/RSS</wfw:commentRss>
      <category>Adam Kinney</category>
      <category>Blend</category>
      <category>Controls</category>
      <category>Silverlight</category>
      <category>Silverlight 4</category>
      <category>Templates</category>
    </item>
  <item>
      <title>Silverlight Control Template Modification Walkthrough from Dan Wahlin</title>
      <description><![CDATA[Dan Wahlin&nbsp;has posted a tutorial on&nbsp;<a shape="rect" href="http://weblogs.asp.net/dwahlin/archive/2009/08/27/cleaning-up-the-disabled-state-of-a-silverlight-control-using-expression-blend.aspx" shape="rect">Cleaning Up the Disabled State of a Silverlight
 Control using Expression Blend</a>. He shows how simple it is to update a control's template when it doesn't match the look of your UI.
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/templates/RSS&WT.dl=0&WT.entryid=Entry:RSSView:cb33d2597dd049b48d3b9deb002035b9">]]></description>
      <comments>http://channel9.msdn.com/Blogs/ContinuumNews/Silverlight-Control-Template-Modification-Walkthrough-from-Dan-Wahlin</comments>
      <itunes:summary>Dan Wahlin&amp;nbsp;has posted a tutorial on&amp;nbsp;Cleaning Up the Disabled State of a Silverlight
 Control using Expression Blend. He shows how simple it is to update a control&#39;s template when it doesn&#39;t match the look of your UI.
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/ContinuumNews/Silverlight-Control-Template-Modification-Walkthrough-from-Dan-Wahlin</link>
      <pubDate>Fri, 28 Aug 2009 18:08:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/ContinuumNews/Silverlight-Control-Template-Modification-Walkthrough-from-Dan-Wahlin</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/488056_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/488056_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/d6860168-86b8-4588-91bd-5c6a6ba46226.jpg" height="210" width="280"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/e5236252-df16-47b3-9dde-f431da343fda.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>Adam Kinney</dc:creator>
      <itunes:author>Adam Kinney</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/ContinuumNews/Silverlight-Control-Template-Modification-Walkthrough-from-Dan-Wahlin/RSS</wfw:commentRss>
      <category>Expression Blend</category>
      <category>RIA</category>
      <category>Silverlight</category>
      <category>Templates</category>
    </item>
  <item>
      <title>Office Intervention - Power Point Make-Over</title>
      <description><![CDATA[Have you ever tried to build a <a href="http://office.microsoft.com/en-us/powerpoint/FX100487761033.aspx">Power Point Deck </a>and at the beginning&nbsp;you were really, really excited because you knew that your presentation would just mesmorize your audience but then when you actually got into it, you realized you had NO clue what you were doing.&nbsp; I've done that...over and over and over.&nbsp; Which is why I was super excited when our next&nbsp;<a href="http://www.on10.net/blogs/tina/Office-Intervention-I-need-a-job/">Office Intervention</a> adventure was going to be with&nbsp;<a href="http://office.microsoft.com/en-us/powerpoint/FX100487761033.aspx">Power Point.</a>&nbsp; Courtney is a law student who has a presentation due and needs some serious help.&nbsp; Julie is our expert and well, the rest is History.&nbsp; If you missed&nbsp;<a href="http://www.on10.net/blogs/tina/Office-Intervention-I-need-a-job/">Office Intervention - I need a job</a> make sure to check it out too.&nbsp;  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/templates/RSS&WT.dl=0&WT.entryid=Entry:RSSView:1af44570cbfd40e0875a9e1000e3b493">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Tina/Office-Intervention-Power-Point-Make-Over</comments>
      <itunes:summary>Have you ever tried to build a Power Point Deck and at the beginning&amp;nbsp;you were really, really excited because you knew that your presentation would just mesmorize your audience but then when you actually got into it, you realized you had NO clue what you were doing.&amp;nbsp; I&#39;ve done that...over and over and over.&amp;nbsp; Which is why I was super excited when our next&amp;nbsp;Office Intervention adventure was going to be with&amp;nbsp;Power Point.&amp;nbsp; Courtney is a law student who has a presentation due and needs some serious help.&amp;nbsp; Julie is our expert and well, the rest is History.&amp;nbsp; If you missed&amp;nbsp;Office Intervention - I need a job make sure to check it out too.&amp;nbsp; </itunes:summary>
      <itunes:duration>266</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Tina/Office-Intervention-Power-Point-Make-Over</link>
      <pubDate>Fri, 08 May 2009 00:02:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Tina/Office-Intervention-Power-Point-Make-Over</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/on10_25724_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/on10_25724_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/4/2/7/5/2/OfficeInterventionPowerPoint_large_on10.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/4/2/7/5/2/OfficeInterventionPowerPoint_small_on10.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/4/2/7/5/2/OfficeInterventionPowerPoint_2MB_on10.wmv" expression="full" duration="266" fileSize="195916898" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/4/2/7/5/2/OfficeInterventionPowerPoint_on10.mp3" expression="full" duration="266" fileSize="2131606" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/4/2/7/5/2/OfficeInterventionPowerPoint_on10.mp4" expression="full" duration="266" fileSize="25864536" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/4/2/7/5/2/OfficeInterventionPowerPoint_on10.wma" expression="full" duration="266" fileSize="4312725" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/4/2/7/5/2/OfficeInterventionPowerPoint_on10.wmv" expression="full" duration="266" fileSize="16183039" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/4/2/7/5/2/OfficeInterventionPowerPoint_Zune_on10.wmv" expression="full" duration="266" fileSize="37431019" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/on10/4/2/7/5/2/OfficeInterventionPowerPoint_s_on10.wmv" expression="full" duration="266" fileSize="236" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/on10/4/2/7/5/2/OfficeInterventionPowerPoint_on10.wmv" length="16183039" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Tina</dc:creator>
      <itunes:author>Tina</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Tina/Office-Intervention-Power-Point-Make-Over/RSS</wfw:commentRss>
      <category>Office</category>
      <category>Templates</category>
    </item>
  <item>
      <title>Office Intervention - I need a job</title>
      <description><![CDATA[Okay people, times are tough.&nbsp; The economy is killing, layoffs are&nbsp;all too common and&nbsp;Starbucks is closing stores&nbsp;and that's bad news for all latte lovers.&nbsp;&nbsp;In an attempt to help out those in need we bring you <a shape="rect" href="http://office.microsoft.com/en-us/help/HA103380991033.aspx" shape="rect">Office Intervention</a>.&nbsp; A new series that will&nbsp;help guide you through&nbsp;<a shape="rect" href="http://www.office.microsoft.com " shape="rect">Office&nbsp;Online</a>&nbsp;where there's a plethora of free offerings available to you.&nbsp; Our first episode features Alycia Delmore who is out of work and looking for a job.&nbsp; I present &quot;Office Intervention - I need a job&quot;.&nbsp; <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/templates/RSS&WT.dl=0&WT.entryid=Entry:RSSView:3dcf706ceb1e498c8a1a9e1000e394fa">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Tina/Office-Intervention-I-need-a-job</comments>
      <itunes:summary>Okay people, times are tough.&amp;nbsp; The economy is killing, layoffs are&amp;nbsp;all too common and&amp;nbsp;Starbucks is closing stores&amp;nbsp;and that&#39;s bad news for all latte lovers.&amp;nbsp;&amp;nbsp;In an attempt to help out those in need we bring you Office Intervention.&amp;nbsp; A new series that will&amp;nbsp;help guide you through&amp;nbsp;Office&amp;nbsp;Online&amp;nbsp;where there&#39;s a plethora of free offerings available to you.&amp;nbsp; Our first episode features Alycia Delmore who is out of work and looking for a job.&amp;nbsp; I present &amp;quot;Office Intervention - I need a job&amp;quot;.&amp;nbsp;</itunes:summary>
      <itunes:duration>298</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Tina/Office-Intervention-I-need-a-job</link>
      <pubDate>Wed, 08 Apr 2009 16:34:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Tina/Office-Intervention-I-need-a-job</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/on10_24936_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/on10_24936_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/6/3/9/4/2/officedotcompilot_large_on10.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/6/3/9/4/2/officedotcompilot_small_on10.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/6/3/9/4/2/officedotcompilot_2MB_on10.wmv" expression="full" duration="298" fileSize="113587805" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/6/3/9/4/2/officedotcompilot_on10.mp3" expression="full" duration="298" fileSize="2386465" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/6/3/9/4/2/officedotcompilot_on10.mp4" expression="full" duration="298" fileSize="29457708" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/6/3/9/4/2/officedotcompilot_on10.wma" expression="full" duration="298" fileSize="4829411" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/6/3/9/4/2/officedotcompilot_on10.wmv" expression="full" duration="298" fileSize="18087229" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/6/3/9/4/2/officedotcompilot_Zune_on10.wmv" expression="full" duration="298" fileSize="23559209" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/on10/6/3/9/4/2/officedotcompilot_s_on10.wmv" expression="full" duration="298" fileSize="214" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/on10/6/3/9/4/2/officedotcompilot_on10.wmv" length="18087229" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Tina</dc:creator>
      <itunes:author>Tina</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Tina/Office-Intervention-I-need-a-job/RSS</wfw:commentRss>
      <category>Office</category>
      <category>Templates</category>
    </item>
  <item>
      <title>SC08: Windows HPC: Job Scheduler - Templates and Job Policies</title>
      <description><![CDATA[
<div class="watch-video-desc description">SC08: Microsoft rep discusses and demos some of the new job scheduler features such as templates, grow/shrink, etc.
</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/templates/RSS&WT.dl=0&WT.entryid=Entry:RSSView:9f2db0da89b943c3a32d9dea00c3c182">]]></description>
      <comments>http://channel9.msdn.com/Shows/The+HPC+Show/SC08-Windows-HPC-Job-Scheduler-Templates-and-Job-Policies</comments>
      <itunes:summary>
SC08: Microsoft rep discusses and demos some of the new job scheduler features such as templates, grow/shrink, etc.

</itunes:summary>
      <itunes:duration>407</itunes:duration>
      <link>http://channel9.msdn.com/Shows/The+HPC+Show/SC08-Windows-HPC-Job-Scheduler-Templates-and-Job-Policies</link>
      <pubDate>Mon, 16 Mar 2009 18:14:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/The+HPC+Show/SC08-Windows-HPC-Job-Scheduler-Templates-and-Job-Policies</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/62e16f41-c333-48bd-9307-b1e59a63b774.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/459428_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/459428_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/2f6bce45-0c15-4a57-a8af-aa8109d39a06.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/HPC/Job_Scheduler_templates_and_job_policies.wmv" expression="full" duration="407" fileSize="16783849" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <dc:creator>Wenming Ye</dc:creator>
      <itunes:author>Wenming Ye</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/The+HPC+Show/SC08-Windows-HPC-Job-Scheduler-Templates-and-Job-Policies/RSS</wfw:commentRss>
      <category>grow</category>
      <category>scheduler</category>
      <category>shrink</category>
      <category>Templates</category>
      <category>Windows  HPC</category>
    </item>
  <item>
      <title>Free Office Template helps you customize your own calendar</title>
      <description><![CDATA[How you ask?&nbsp; Well that is where Doug Thomas comes in.&nbsp; Doug is the host of <a href="http://bit.ly/officecasual"><em>Office Casual</em> </a>, a series of videos from <a href="http://office.microsoft.com/en-us/FX103525111033.aspx">Office Online </a>that&nbsp;bring you tips and tricks&nbsp;to help you save money and time.&nbsp;&nbsp;Here, Doug walks you through the process of customizing your <a href="http://office.microsoft.com/en-us/templates/CT102774121033.aspx">own calendar </a>by using the free&nbsp;<a href="http://office.microsoft.com/en-us/templates/FX100595491033.aspx?pid=CL100632981033">templates</a> offered&nbsp;by <a href="http://office.microsoft.com/en-us/FX103525111033.aspx">Office Online</a>.&nbsp; Granted, you may not be the penguin fan that Doug is but what about adding pics of your favorite poodle Patsy for February or Grandma Pearl for June?&nbsp; Maybe that's just me.&nbsp; Check out&nbsp;<a href="http://office.microsoft.com/en-us/FX103525111033.aspx">Office Online</a> for all your <a href="http://office.microsoft.com/en-us/templates/CT102774121033.aspx">glorious&nbsp;calendar </a>needs.&nbsp;  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/templates/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4a672524d45b452d9fef9e1000e3856e">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Tina/Free-Office-Template-helps-you-customize-your-own-calendar</comments>
      <itunes:summary>How you ask?&amp;nbsp; Well that is where Doug Thomas comes in.&amp;nbsp; Doug is the host of Office Casual , a series of videos from Office Online that&amp;nbsp;bring you tips and tricks&amp;nbsp;to help you save money and time.&amp;nbsp;&amp;nbsp;Here, Doug walks you through the process of customizing your own calendar by using the free&amp;nbsp;templates offered&amp;nbsp;by Office Online.&amp;nbsp; Granted, you may not be the penguin fan that Doug is but what about adding pics of your favorite poodle Patsy for February or Grandma Pearl for June?&amp;nbsp; Maybe that&#39;s just me.&amp;nbsp; Check out&amp;nbsp;Office Online for all your glorious&amp;nbsp;calendar needs.&amp;nbsp; </itunes:summary>
      <itunes:duration>204</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Tina/Free-Office-Template-helps-you-customize-your-own-calendar</link>
      <pubDate>Fri, 30 Jan 2009 18:08:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Tina/Free-Office-Template-helps-you-customize-your-own-calendar</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/on10_24917_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/on10_24917_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/7/1/9/4/2/TinaOfficeCalendar_large_on10.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/on10/7/1/9/4/2/TinaOfficeCalendar_small_on10.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/7/1/9/4/2/TinaOfficeCalendar_2MB_on10.wmv" expression="full" duration="204" fileSize="42646833" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/7/1/9/4/2/TinaOfficeCalendar_on10.mp3" expression="full" duration="204" fileSize="1638945" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/7/1/9/4/2/TinaOfficeCalendar_on10.mp4" expression="full" duration="204" fileSize="18981894" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/7/1/9/4/2/TinaOfficeCalendar_on10.wma" expression="full" duration="204" fileSize="3333419" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/7/1/9/4/2/TinaOfficeCalendar_on10.wmv" expression="full" duration="204" fileSize="12374665" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/7/1/9/4/2/TinaOfficeCalendar_Zune_on10.wmv" expression="full" duration="204" fileSize="16182645" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/on10/7/1/9/4/2/TinaOfficeCalendar_s_on10.wmv" expression="full" duration="204" fileSize="216" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/on10/7/1/9/4/2/TinaOfficeCalendar_on10.wmv" length="12374665" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Tina</dc:creator>
      <itunes:author>Tina</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Tina/Free-Office-Template-helps-you-customize-your-own-calendar/RSS</wfw:commentRss>
      <category>Office</category>
      <category>Office Casual</category>
      <category>Templates</category>
    </item>
  <item>
      <title>Free Designer Templates for Office 2007</title>
      <description><![CDATA[Wow, these are <em>nice</em>! The Small Business site is offering some really good looking designer templates for Microsoft Office 2007 as <a href="http://www.microsoft.com/smallbusiness/office2007templates/">a free download</a>. There are templates for presentations, spreadsheets, invoices, business cards, emails, and newsletters. And if you're using a Mac, you'll be happy to know that the templates work in Mac Office 2008, too (except for the ones for Publisher.) The offer is part of a promotion for Office 2007 Small Business, which you can also <a href="http://www.microsoft.com/smallbusiness/office2007templates/#">download for free</a> from the site - a 60-day trial version. <em>(via </em><a href="http://cybernetnews.com/2008/05/14/free-designer-templates-for-microsoft-office/"><em>Cybernet</em></a><em>)</em> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/templates/RSS&WT.dl=0&WT.entryid=Entry:RSSView:e1d0a7881bd84cf2bd369e0e00a30c1b">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Free-Designer-Templates-for-Office-2007</comments>
      <itunes:summary>Wow, these are nice! The Small Business site is offering some really good looking designer templates for Microsoft Office 2007 as a free download. There are templates for presentations, spreadsheets, invoices, business cards, emails, and newsletters. And if you&#39;re using a Mac, you&#39;ll be happy to know that the templates work in Mac Office 2008, too (except for the ones for Publisher.) The offer is part of a promotion for Office 2007 Small Business, which you can also download for free from the site - a 60-day trial version. (via Cybernet)</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Free-Designer-Templates-for-Office-2007</link>
      <pubDate>Mon, 19 May 2008 13:36:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Free-Designer-Templates-for-Office-2007</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_49bba59e-cd55-4eab-a520-8b4459a2149c.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_88e145cc-8bd4-425d-a3d3-b9b56bbdd848.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/Free-Designer-Templates-for-Office-2007/RSS</wfw:commentRss>
      <category>Design</category>
      <category>free</category>
      <category>Microsoft Office</category>
      <category>Templates</category>
      <category>download</category>
    </item>    
</channel>
</rss>