<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Syrian Developers &#187; silver light</title>
	<atom:link href="http://dev-sy.com/category/silver-light/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev-sy.com</link>
	<description>The City of knowledge</description>
	<lastBuildDate>Sun, 29 Aug 2010 21:45:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to display custom Rightclick context menu in Silverlight controls?</title>
		<link>http://dev-sy.com/2009/12/23/how-to-display-custom-rightclick-context-menu-in-silverlight-controls/</link>
		<comments>http://dev-sy.com/2009/12/23/how-to-display-custom-rightclick-context-menu-in-silverlight-controls/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:09:12 +0000</pubDate>
		<dc:creator>moustafa farhat</dc:creator>
				<category><![CDATA[main]]></category>
		<category><![CDATA[silver light]]></category>

		<guid isPermaLink="false">http://dev-sy.com/?p=659</guid>
		<description><![CDATA[When you right click on any Silverlight controls in a web page, it display the default Silverlight context menu which with a single option view the Silverlight Configuration. You may intercept this context menu and display your own menu. The first step you have to do is, go to the aspx page where you are]]></description>
		<wfw:commentRss>http://dev-sy.com/2009/12/23/how-to-display-custom-rightclick-context-menu-in-silverlight-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to play audio or sound files from Silverlight</title>
		<link>http://dev-sy.com/2009/12/23/how-to-play-audio-or-sound-files-from-silverlight/</link>
		<comments>http://dev-sy.com/2009/12/23/how-to-play-audio-or-sound-files-from-silverlight/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:08:37 +0000</pubDate>
		<dc:creator>moustafa farhat</dc:creator>
				<category><![CDATA[main]]></category>
		<category><![CDATA[silver light]]></category>

		<guid isPermaLink="false">http://dev-sy.com/?p=657</guid>
		<description><![CDATA[Silverlight provides a class called MediaElement which can be used to play audio or video files. Silverlight MediaElement supports playing video/audio files in MP3 and WMV formats. The current version of Silverlight does not support .WAV files and .AVI files. If you attempt to use .WAV or .AVI files with the MediaElement control, you will]]></description>
		<wfw:commentRss>http://dev-sy.com/2009/12/23/how-to-play-audio-or-sound-files-from-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Tooltip for Silverlight controls</title>
		<link>http://dev-sy.com/2009/12/23/display-tooltip-for-silverlight-controls/</link>
		<comments>http://dev-sy.com/2009/12/23/display-tooltip-for-silverlight-controls/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:07:48 +0000</pubDate>
		<dc:creator>moustafa farhat</dc:creator>
				<category><![CDATA[silver light]]></category>

		<guid isPermaLink="false">http://dev-sy.com/?p=656</guid>
		<description><![CDATA[Silverlight offers a class called &#8220;ToolTipService&#8221; which can be used to display tooltips for Silverlight controls. This class can be attached to most of the UI elements in Silverlight to display tooltips. Simple Tooltip text The below sample code shows how to display a simple text tooltip for a Button control: &#60;Button Width="60" Height="20" Content="My]]></description>
		<wfw:commentRss>http://dev-sy.com/2009/12/23/display-tooltip-for-silverlight-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to show a popup layer within a Silverlight web page?</title>
		<link>http://dev-sy.com/2009/12/23/how-to-show-a-popup-layer-within-a-silverlight-web-page/</link>
		<comments>http://dev-sy.com/2009/12/23/how-to-show-a-popup-layer-within-a-silverlight-web-page/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:07:20 +0000</pubDate>
		<dc:creator>moustafa farhat</dc:creator>
				<category><![CDATA[main]]></category>
		<category><![CDATA[silver light]]></category>

		<guid isPermaLink="false">http://dev-sy.com/?p=654</guid>
		<description><![CDATA[Add a button to your xaml page as shown below: &#60;Grid x:Name="LayoutRoot" Background="White" &#62; &#60;Button Width="100" Height="50" x:Name="showPopup" Click="showPopup_Click" Content="Show Popup" /&#62; &#60;/Grid&#62; Add the following code to your code behind file (page.xaml.cs) Popup p = new Popup(); private void showPopup_Click(object sender, RoutedEventArgs e) { // Create a panel control to host other controls StackPanel]]></description>
		<wfw:commentRss>http://dev-sy.com/2009/12/23/how-to-show-a-popup-layer-within-a-silverlight-web-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to call Javascript functions from Silverlight code ?</title>
		<link>http://dev-sy.com/2009/12/23/how-to-call-javascript-functions-from-silverlight-code/</link>
		<comments>http://dev-sy.com/2009/12/23/how-to-call-javascript-functions-from-silverlight-code/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:06:40 +0000</pubDate>
		<dc:creator>moustafa farhat</dc:creator>
				<category><![CDATA[main]]></category>
		<category><![CDATA[silver light]]></category>

		<guid isPermaLink="false">http://dev-sy.com/2009/12/23/how-to-call-javascript-functions-from-silverlight-code/</guid>
		<description><![CDATA[One of the advantages of Silverlight is, it has access to the Html document of the web page in which it is hosted. This enables Silverlight to access HTML elements in the page and also call Javascript methods. The following steps shows how to call a Javascript method from Silverlight. Open the ASP.NET or HTML]]></description>
		<wfw:commentRss>http://dev-sy.com/2009/12/23/how-to-call-javascript-functions-from-silverlight-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create WCF service to retrieve session data &#8211; part II</title>
		<link>http://dev-sy.com/2009/12/23/create-wcf-service-to-retrieve-session-data-part-ii/</link>
		<comments>http://dev-sy.com/2009/12/23/create-wcf-service-to-retrieve-session-data-part-ii/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:06:06 +0000</pubDate>
		<dc:creator>moustafa farhat</dc:creator>
				<category><![CDATA[main]]></category>
		<category><![CDATA[silver light]]></category>

		<guid isPermaLink="false">http://dev-sy.com/?p=651</guid>
		<description><![CDATA[Create a new Silverlight project with a web project to host the Silverlight control. Steps: 1. Open Visual Studio and select the menu &#8220;File&#8221; &#62; &#8220;New&#8221; &#62; &#8220;Project&#8221; 2. Select the Project Type as &#8220;Silverlight&#8221; under your favorite language and choose the template &#8220;Silverlight Application&#8221;. I have selected Visual C# as the tutorials here. I]]></description>
		<wfw:commentRss>http://dev-sy.com/2009/12/23/create-wcf-service-to-retrieve-session-data-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Session variables from Silverlight controls</title>
		<link>http://dev-sy.com/2009/12/23/access-session-variables-from-silverlight-controls/</link>
		<comments>http://dev-sy.com/2009/12/23/access-session-variables-from-silverlight-controls/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:05:36 +0000</pubDate>
		<dc:creator>moustafa farhat</dc:creator>
				<category><![CDATA[main]]></category>
		<category><![CDATA[silver light]]></category>

		<guid isPermaLink="false">http://dev-sy.com/?p=649</guid>
		<description><![CDATA[Silverlight controls are client side controls. They get executed on the browser on the client machines and they do not have direct access to the server side data. Since Session variables live on the web server, Silverlight controls cannot access them directly. However, there are several ways Silverlight can retrieve the server side data including]]></description>
		<wfw:commentRss>http://dev-sy.com/2009/12/23/access-session-variables-from-silverlight-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling WCF from Silverlight controls &#8211; Part II</title>
		<link>http://dev-sy.com/2009/12/23/calling-wcf-from-silverlight-controls-part-ii/</link>
		<comments>http://dev-sy.com/2009/12/23/calling-wcf-from-silverlight-controls-part-ii/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:05:04 +0000</pubDate>
		<dc:creator>moustafa farhat</dc:creator>
				<category><![CDATA[main]]></category>
		<category><![CDATA[silver light]]></category>

		<guid isPermaLink="false">http://dev-sy.com/?p=647</guid>
		<description><![CDATA[This chapter is the continuation of the previous chapter. If you havent read the , please read it before you continue here. Let us add a new method to our WCF service class, decorated with the [OperationContract] attribute. Add a method as shown below: [OperationContract] public string GetName() { return "John"; } As you can]]></description>
		<wfw:commentRss>http://dev-sy.com/2009/12/23/calling-wcf-from-silverlight-controls-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to call WCF methods from Silverlight controls ?</title>
		<link>http://dev-sy.com/2009/12/23/how-to-call-wcf-methods-from-silverlight-controls/</link>
		<comments>http://dev-sy.com/2009/12/23/how-to-call-wcf-methods-from-silverlight-controls/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:04:25 +0000</pubDate>
		<dc:creator>moustafa farhat</dc:creator>
				<category><![CDATA[main]]></category>
		<category><![CDATA[silver light]]></category>

		<guid isPermaLink="false">http://dev-sy.com/?p=645</guid>
		<description><![CDATA[Silverlight controls get executed on the client browser. It does not have direct access to the data on the serverside. So, if your Silverlight controls need to retrieve data from database or other data sources on the server, we have to use various approaches like WCF calls or depend on the InitParameters property of the]]></description>
		<wfw:commentRss>http://dev-sy.com/2009/12/23/how-to-call-wcf-methods-from-silverlight-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to pass parameters to Silverlight controls from ASP.NET pages ?</title>
		<link>http://dev-sy.com/2009/12/23/how-to-pass-parameters-to-silverlight-controls-from-asp-net-pages/</link>
		<comments>http://dev-sy.com/2009/12/23/how-to-pass-parameters-to-silverlight-controls-from-asp-net-pages/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:03:51 +0000</pubDate>
		<dc:creator>moustafa farhat</dc:creator>
				<category><![CDATA[main]]></category>
		<category><![CDATA[silver light]]></category>

		<guid isPermaLink="false">http://dev-sy.com/?p=643</guid>
		<description><![CDATA[You can pass parameters from your aspx pages and html pages to the Silverlight controls. This chapter explains how to pass parameters to Silverlight controls from your aspx page and code behind files. InitParameters The Xaml page user control has a property called InitParameters. You can set a value in the form of key-value pairs]]></description>
		<wfw:commentRss>http://dev-sy.com/2009/12/23/how-to-pass-parameters-to-silverlight-controls-from-asp-net-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
