<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>XAML Review</title>
	<link>http://www.shaxam.com</link>
	<description>www.shaxam.com</description>
	<lastBuildDate>Wed, 21 Sep 2011 09:13:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1" -->

	<item>
		<title>Microsoft Silverlight</title>
		<description><![CDATA[Microsoft Silverlight is a platform to make an interactive web appearance, the example of the function are creating attractive view on both desktop and mobile applications. Silverlight is a free plug-ins supported by the NET framework. Compatible across multiple browsers, devices and operating systems to bring a new level of interactivity on the Web works [...]]]></description>
		<link>http://www.shaxam.com/microsoft-silverlight/</link>
			</item>
	<item>
		<title>Triggers in XAML</title>
		<description><![CDATA[Triggers allow you to change attributes of an element when a specific action occurs. For example, you can change the font color of text when the mouse hovers over it, or change the width of a button once it has been clicked. Triggers can act on single instances of an element, or affect an entire [...]]]></description>
		<link>http://www.shaxam.com/triggers-in-xaml/</link>
			</item>
	<item>
		<title>XAML Events Element</title>
		<description><![CDATA[Elements deriving from UIElement inherit a set of common events. Events are used in XAML to specify the codebehind handler that will be executed when the specified event is raised. All events can be assigned a codebehind handler using the following syntax: Elements specifying a codebehind handler must declare the Name attribute in order to [...]]]></description>
		<link>http://www.shaxam.com/xaml-events-element/</link>
			</item>
	<item>
		<title>XAML Routed Event Strategies</title>
		<description><![CDATA[There are three types of routed event strategies in Avalon: bubble, direct, and tunnel: Bubble A bottom-up routing strategy. The target element is first notified, then its parent, then its parent, and so on. If the event is marked Handled, then no other event handlers will be invoked. Microsoft suggests marking an event as Handled [...]]]></description>
		<link>http://www.shaxam.com/xaml-routed-event-strategies/</link>
			</item>
	<item>
		<title>Animation based on KeyFrames</title>
		<description><![CDATA[KeyFrame animations are another method for animating elements in XAML. They differ from non-key animations in that they use a number of key frames (values) as the destination rather than allowing the system to iterate through the values. KeyFrame animations allow you to control the specific valuesand the interpolation methods used to arrive at themacross [...]]]></description>
		<link>http://www.shaxam.com/animation-based-on-keyframes/</link>
			</item>
</channel>
</rss>

