<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with xaml</title>
    <description>the latest stories tagged with 'xaml' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>RIA in Sharepoint: Silverlight with 3D Extended DeepZoom - so cool</title>
      <description>NOTE: There is an interesting contest to find an image in this. Check the post.

Long story short, this is an effort to bring RIA to the SharePoint world. But not just RIA style usability, I believe we pushed the envelope even further by incorporating not only DeepZoom (SeaDragon) for 'zoom in to the pixel' resolution, but the 3D extensions not present by default (you have the essentials but only the amazingly talented people behind the Hard Rock Memorabilia site (vertigo) have shown this style of combined zoom/3d that we have seen in any largely deployed sample) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f11%2f19%2freleased-silverlight-3d-for-sharepoint-moss-2007-try-it-here-now%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f11%2f19%2freleased-silverlight-3d-for-sharepoint-moss-2007-try-it-here-now%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/RIA_in_Sharepoint_Silverlight_with_3D_Extended_DeepZoom_so_cool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/RIA_in_Sharepoint_Silverlight_with_3D_Extended_DeepZoom_so_cool</guid>
      <pubDate>Thu, 20 Nov 2008 05:04:50 GMT</pubDate>
    </item>
    <item>
      <title>Programming ListBox Control in XAML and WPF                </title>
      <description>This 20 pages tutorial shows you how to create and use a ListBox control in WPF and XAML. The tutorial also covers styling and formatting, add images, checkboxes, and data binding in a ListBox contrtol. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.longhorncorner.com%2fUploadFile%2flheditor%2fWPfLB08262008103013AM%2fWPfLB.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.longhorncorner.com%2fUploadFile%2flheditor%2fWPfLB08262008103013AM%2fWPfLB.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Programming_ListBox_Control_in_XAML_and_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Programming_ListBox_Control_in_XAML_and_WPF</guid>
      <pubDate>Wed, 03 Sep 2008 13:27:37 GMT</pubDate>
    </item>
    <item>
      <title>XAML Power Toys</title>
      <description>Karl has released a excellent add-in for Visual Studio called the XAML Power Toys &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f09%2f01%2fxaml-power-toys.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f09%2f01%2fxaml-power-toys.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/XAML_Power_Toys</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/XAML_Power_Toys</guid>
      <pubDate>Tue, 02 Sep 2008 02:01:09 GMT</pubDate>
    </item>
    <item>
      <title>My version of Snoop (+ 2 features)</title>
      <description>I think that every WPF developer knows that is Snoop. This is helpful tool (with source code (!!) ) for visual debugging of WPF's app at runtime. It is good but I was in need of some expansions.

   1. I needed to see Template of controls in visual tree.
   2. I needed to keep a/some couple (value and property) of control in visual tree.

I implemented this issues for self purpose and want to impart this to all. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frredcat.blogspot.com%2f2008%2f07%2fmy-version-of-snoop-2-features.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frredcat.blogspot.com%2f2008%2f07%2fmy-version-of-snoop-2-features.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/My_version_of_Snoop_2_features</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/My_version_of_Snoop_2_features</guid>
      <pubDate>Thu, 31 Jul 2008 00:31:42 GMT</pubDate>
    </item>
    <item>
      <title>More on XAML Serialization</title>
      <description>The hidden story behind serialization of collections.  Short version:  You have to implement IDictionary or IList, or be an ArrayExtension.  Oh, and stay far away from IAddChild. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f07%2fMore-on-XAML-Serialization.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f07%2fMore-on-XAML-Serialization.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/More_on_XAML_Serialization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/More_on_XAML_Serialization</guid>
      <pubDate>Wed, 30 Jul 2008 12:53:29 GMT</pubDate>
    </item>
    <item>
      <title>Wave Reflection Effect</title>
      <description>Reflection effect using Pixel Shader in WPF 3.5 Sp1 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frakeshravuri.blogspot.com%2f2008%2f07%2fwave-reflection-shader-effect-in-wpf.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frakeshravuri.blogspot.com%2f2008%2f07%2fwave-reflection-shader-effect-in-wpf.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Wave_Reflection_Effect</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Wave_Reflection_Effect</guid>
      <pubDate>Fri, 25 Jul 2008 20:01:05 GMT</pubDate>
    </item>
    <item>
      <title>Recreating Simple Windows Forms in WPF and XAML (Part 3)</title>
      <description>Blogging about learning WPF and XAML. Starting with learning how to make standard windows forms. Multi-part article starting with a messy XAML definition and working forward. This part of the series covers how to use Styles, external Resource Dictionaries, and includes updated XAML files and screenshots for the series. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.smartypantscoding.com%2fcontent%2frecreating-simple-windows-forms-wpf-and-xaml-part-3"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.smartypantscoding.com%2fcontent%2frecreating-simple-windows-forms-wpf-and-xaml-part-3" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Recreating_Simple_Windows_Forms_in_WPF_and_XAML_Part_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Recreating_Simple_Windows_Forms_in_WPF_and_XAML_Part_3</guid>
      <pubDate>Sun, 13 Jul 2008 14:39:20 GMT</pubDate>
    </item>
    <item>
      <title>Recreating Simple Windows Forms in WPF and XAML (Part 2)</title>
      <description>Blogging about learning WPF and XAML. Starting with learning how to make standard windows forms. Multi-part article starting with a messy XAML definition and working forward. This part of the series covers a quick way to break out your colors into one location instead of having them all inline. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.smartypantscoding.com%2fcontent%2frecreating-simple-windows-forms-wpf-and-xaml-part-2"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.smartypantscoding.com%2fcontent%2frecreating-simple-windows-forms-wpf-and-xaml-part-2" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Recreating_Simple_Windows_Forms_in_WPF_and_XAML_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Recreating_Simple_Windows_Forms_in_WPF_and_XAML_Part_2</guid>
      <pubDate>Sat, 12 Jul 2008 13:48:15 GMT</pubDate>
    </item>
    <item>
      <title>WPF XAML MenuItem Styles</title>
      <description>In this post I discuss how to create a Style for the MenuItem object in WPF.  This style will display a black menu with white text and border. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jimnuzzi.com%2fblog%2fpost%2f2008%2f06%2f29%2fWPF-XAML-MenuItem-Styles.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jimnuzzi.com%2fblog%2fpost%2f2008%2f06%2f29%2fWPF-XAML-MenuItem-Styles.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_XAML_MenuItem_Styles</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_XAML_MenuItem_Styles</guid>
      <pubDate>Fri, 11 Jul 2008 20:07:51 GMT</pubDate>
    </item>
    <item>
      <title>Recreating Simple Windows Forms in WPF and XAML (Part 1)</title>
      <description>Blogging about learning WPF and XAML. Starting with learning how to make standard windows forms. Multi-part article starting with messy XAML definition and working forward. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.smartypantscoding.com%2fcontent%2frecreating-simple-windows-forms-wpf-and-xaml-part-1"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.smartypantscoding.com%2fcontent%2frecreating-simple-windows-forms-wpf-and-xaml-part-1" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Recreating_Simple_Windows_Forms_in_WPF_and_XAML_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Recreating_Simple_Windows_Forms_in_WPF_and_XAML_Part_1</guid>
      <pubDate>Fri, 11 Jul 2008 13:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Xaml Without WPF</title>
      <description>Without using WPF (or Workflow Foundation for that matter), how useful is Xaml on it's own? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgenesisconduit.wordpress.com%2f2008%2f07%2f10%2fxaml-without-wpf%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgenesisconduit.wordpress.com%2f2008%2f07%2f10%2fxaml-without-wpf%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Xaml_Without_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Xaml_Without_WPF</guid>
      <pubDate>Fri, 11 Jul 2008 04:45:42 GMT</pubDate>
    </item>
    <item>
      <title>XAML Serialization FTW</title>
      <description>Some notes on my journey from XML serialization to XAML serialization of POCO's. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f06%2fXAML-Serialization-FTW.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f06%2fXAML-Serialization-FTW.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/XAML_Serialization_FTW</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/XAML_Serialization_FTW</guid>
      <pubDate>Mon, 23 Jun 2008 13:51:59 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2 Visibility Bug With The Canvas</title>
      <description>A solution to the Visibility bug with the Canvas in Silverlight 2. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeffblankenburg.com%2f2008%2f06%2fsilverlight-2-visibility-bug-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeffblankenburg.com%2f2008%2f06%2fsilverlight-2-visibility-bug-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Visibility_Bug_With_The_Canvas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Visibility_Bug_With_The_Canvas</guid>
      <pubDate>Thu, 19 Jun 2008 02:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Layout Options - The Grid (Part 3 of 3)</title>
      <description>The last of three parts on Silverlight layout.  This article discusses the use of the grid as our layout option. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeffblankenburg.com%2f2008%2f06%2fsilverlight-layout-options-grid-part-3.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeffblankenburg.com%2f2008%2f06%2fsilverlight-layout-options-grid-part-3.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Layout_Options_The_Grid_Part_3_of_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Layout_Options_The_Grid_Part_3_of_3</guid>
      <pubDate>Tue, 17 Jun 2008 19:39:05 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Layout Options - The StackPanel (Part 2 of 3)</title>
      <description>The second of three parts on Silverlight layout.  This article discusses the use of the StackPanel as our layout option. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeffblankenburg.com%2f2008%2f06%2fsilverlight-layout-options-stack-panel.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeffblankenburg.com%2f2008%2f06%2fsilverlight-layout-options-stack-panel.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Layout_Options_The_StackPanel_Part_2_of_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Layout_Options_The_StackPanel_Part_2_of_3</guid>
      <pubDate>Tue, 17 Jun 2008 19:38:14 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Layout Options - The Canvas (Part 1 of 3)</title>
      <description>The first of three parts on Silverlight layout.  This article discusses the use of the canvas as our layout option. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeffblankenburg.com%2f2008%2f06%2fsilverlight-layout-options-canvas-part.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeffblankenburg.com%2f2008%2f06%2fsilverlight-layout-options-canvas-part.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Layout_Options_The_Canvas_Part_1_of_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Layout_Options_The_Canvas_Part_1_of_3</guid>
      <pubDate>Tue, 17 Jun 2008 19:37:19 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2.0 almost WPF</title>
      <description>Silverlight 2.0 Beta is available now. So what's new in this version compared to Silverlight 1.0/1.1? In easy words: It's (almost) as powerful as WPF. This article will help you getting started with Silverlight 2.0 and VS 2008. We will explain the installation of the Silverlight Tools for VS 2008 and create a little Silverlight project using new Layout-functionalities and controls. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codegod.de%2fWebAppCodeGod%2fSilverlight-2-0-and-ASP-NET-tutorial-Getting-started-AID474.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codegod.de%2fWebAppCodeGod%2fSilverlight-2-0-and-ASP-NET-tutorial-Getting-started-AID474.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_0_almost_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_0_almost_WPF</guid>
      <pubDate>Sat, 24 May 2008 12:03:11 GMT</pubDate>
    </item>
    <item>
      <title>How to handle Themes in wpf</title>
      <description>This article explain how to load a theme at runtime and apply it to wpf controls. This permits to personlize the interface even after the application is deployed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nablasoft.com%2falkampfer%2f%3fp%3d271"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2falkampfer%2f%3fp%3d271" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/How_to_handle_Themes_in_wpf</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/How_to_handle_Themes_in_wpf</guid>
      <pubDate>Thu, 22 May 2008 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Regex in WPF</title>
      <description>First look at a WPF regex tool I'm working on to learn WPF (databinding, skinning, etc).   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f05%2fRegex-and-WPF.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f05%2fRegex-and-WPF.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Regex_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Regex_in_WPF</guid>
      <pubDate>Thu, 15 May 2008 02:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Create a dynamic map of countries from map in svg fila and xml data</title>
      <description>See how to convert a map of EU countries in svg file to a Silverlight application with ViewerSvg. The tutorial will also show how to read the data from xml file and how to use data binding. The application will show the basic data about the country that is selected with the mouse. There is also a slider that shows when the countries were joining the EU. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.wpf-graphics.com%2fHowTo_Sl_EU.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.wpf-graphics.com%2fHowTo_Sl_EU.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Create_a_dynamic_map_of_countries_from_map_in_svg_fila_and_xml_data</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Create_a_dynamic_map_of_countries_from_map_in_svg_fila_and_xml_data</guid>
      <pubDate>Tue, 06 May 2008 17:01:07 GMT</pubDate>
    </item>
    <item>
      <title>Convet an excel graph to a dynamic graph in Silverlight (tutorial)</title>
      <description>See how to convert an excel graph with Paste2Xaml to a Silverlight application. To show the power of Silverlight we add a starup animation and a dynamicaly showing graph data on moving the mouse over graph's bars. The tutorial can be also used for WPF applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.wpf-graphics.com%2fHowTo_Sl_Excel.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.wpf-graphics.com%2fHowTo_Sl_Excel.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Convet_an_excel_graph_to_a_dynamic_graph_in_Silverlight_tutorial</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Convet_an_excel_graph_to_a_dynamic_graph_in_Silverlight_tutorial</guid>
      <pubDate>Fri, 09 May 2008 23:01:07 GMT</pubDate>
    </item>
    <item>
      <title>See how simple is to create a great user interface for you app</title>
      <description>See how simple is to create a great user interface for your WPF or Silverlight application. You can simply use almost any vector drawing application (Adobe Illustrator, Corel Draw, Inkscape, Visio, Autocad, Excel, Word, etc.) and then with the ViewerSvg or Paste2Xaml convert the drawing into XAML. Or even simpler, you can use one of the thousands vector images that are already available on the internet - see links.

There are also samples that demonstrates the power of vector images and how simple is to create a great effects with them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.wpf-graphics.com%2fOverview2d.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.wpf-graphics.com%2fOverview2d.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/See_how_simple_is_to_create_a_great_user_interface_for_you_app</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/See_how_simple_is_to_create_a_great_user_interface_for_you_app</guid>
      <pubDate>Tue, 06 May 2008 17:46:04 GMT</pubDate>
    </item>
    <item>
      <title>WPF performance profiling tools</title>
      <description>The WPF Performance Suite is a set of performance profiling tools that allow you to analyze the runtime behavior of your WPF application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f04%2f30%2fwpf-performance-profiling-tools.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f04%2f30%2fwpf-performance-profiling-tools.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/WPF_performance_profiling_tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/WPF_performance_profiling_tools</guid>
      <pubDate>Wed, 30 Apr 2008 20:46:10 GMT</pubDate>
    </item>
    <item>
      <title>Porting Silverlight 2.0 to WPF</title>
      <description>Lessons learned in porting a Silverlight 2.0 application to WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.kkrankk.com%2f2008%2f04%2fporting-silverlight-20-to-wpf.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.kkrankk.com%2f2008%2f04%2fporting-silverlight-20-to-wpf.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Porting_Silverlight_2_0_to_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Porting_Silverlight_2_0_to_WPF</guid>
      <pubDate>Tue, 29 Apr 2008 01:53:04 GMT</pubDate>
    </item>
    <item>
      <title>Creating reflection with Silverlight 2.0 beta</title>
      <description>I was searching for some WPF videos, after googling I found a site named contentpresenter . I found couple of interesting video there on WPF. After releasing of Silverlight 2.0 beta , my intention is implementing those WPF stuff in Silverlight as much as possible cause they're quite similar now. Let's start how I did this &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwindowsclient.net%2fblogs%2filves%2farchive%2f2008%2f03%2f24%2fcreating-reflection-with-silverlight-2-0-beta.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwindowsclient.net%2fblogs%2filves%2farchive%2f2008%2f03%2f24%2fcreating-reflection-with-silverlight-2-0-beta.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Creating_reflection_with_Silverlight_2_0_beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Creating_reflection_with_Silverlight_2_0_beta</guid>
      <pubDate>Mon, 24 Mar 2008 20:16:02 GMT</pubDate>
    </item>
  </channel>
</rss>