<?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>Joe Stevens&#039; Blog &#187; Silverlight</title>
	<atom:link href="http://www.joe-stevens.com/category/silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joe-stevens.com</link>
	<description>Everything .NET and C#</description>
	<lastBuildDate>Wed, 25 Aug 2010 03:28:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Linq to SQL with WCF Services</title>
		<link>http://www.joe-stevens.com/2009/07/10/linq-to-sql-with-wcf-services/</link>
		<comments>http://www.joe-stevens.com/2009/07/10/linq-to-sql-with-wcf-services/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 03:32:37 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Linq]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Linq To SQL]]></category>

		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=121</guid>
		<description><![CDATA[I was interested to see how I could use Linq to SQL with WCF Services to load and save data using a Silverlight project.  In this post I will expand upon the database I created in my Linq to SQL Tutorial and the console application I wrote for my Set inheritance modifiers with SQLMetal post. The [...]]]></description>
		<wfw:commentRss>http://www.joe-stevens.com/2009/07/10/linq-to-sql-with-wcf-services/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Resize image with Silverlight and FJCore before uploading to server</title>
		<link>http://www.joe-stevens.com/2009/06/22/resize-image-with-silverlight-and-fjcore-before-uploading-to-server/</link>
		<comments>http://www.joe-stevens.com/2009/06/22/resize-image-with-silverlight-and-fjcore-before-uploading-to-server/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 00:56:06 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[fjcore]]></category>
		<category><![CDATA[image resize]]></category>
		<category><![CDATA[resize image]]></category>

		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=88</guid>
		<description><![CDATA[I have a Silverlight application which allows the user to select images from their local PC which are then uploaded to a server via a WCF Service. It is easy enough to resize the image once it gets to the server, but this would still mean that the full image is being sent over the [...]]]></description>
		<wfw:commentRss>http://www.joe-stevens.com/2009/06/22/resize-image-with-silverlight-and-fjcore-before-uploading-to-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Simple double click in Silverlight</title>
		<link>http://www.joe-stevens.com/2009/06/05/simple-double-click-in-silverlight/</link>
		<comments>http://www.joe-stevens.com/2009/06/05/simple-double-click-in-silverlight/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 04:56:20 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=61</guid>
		<description><![CDATA[I needed to pick up on a double click on an image in Silverlight but there is no event to handle this. It can be done quite easily using a DispatchTimer.  I am doing this for an image but you should be able to do it for any UIElement. First I have imported the System.Windows.Theading namespace [...]]]></description>
		<wfw:commentRss>http://www.joe-stevens.com/2009/06/05/simple-double-click-in-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting the SelectedItem in a Silverlight TreeView</title>
		<link>http://www.joe-stevens.com/2009/06/04/setting-the-selecteditem-in-a-silverlight-treeview/</link>
		<comments>http://www.joe-stevens.com/2009/06/04/setting-the-selecteditem-in-a-silverlight-treeview/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 06:56:49 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=56</guid>
		<description><![CDATA[I wanted to select a specific item in my Silverlight TreeView programatically.  Looking at the TreeView.SelectedItem property the setter is not public so it cannot be done this way. If you are simply adding TreeViewItems to the TreeView you can cast the item you want to select in the Items collection to a TreeViewItem and [...]]]></description>
		<wfw:commentRss>http://www.joe-stevens.com/2009/06/04/setting-the-selecteditem-in-a-silverlight-treeview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alert, confirm and input message boxes in Silverlight</title>
		<link>http://www.joe-stevens.com/2009/06/03/alert-and-confirm-message-boxes-in-silverlight/</link>
		<comments>http://www.joe-stevens.com/2009/06/03/alert-and-confirm-message-boxes-in-silverlight/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 06:00:46 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=40</guid>
		<description><![CDATA[To use alert, confirm and input message boxes in Silverlight you need to import the following namespace. using System.Windows.Browser; You can then show an alert box by doing&#8230; HtmlPage.Window.Alert(&#34;This is an alert&#34;) Or a confirm dialog by doing&#8230; if (HtmlPage.Window.Confirm(&#34;Are you sure you want to do something?&#34;)) {     //Do something } Or an input prompt [...]]]></description>
		<wfw:commentRss>http://www.joe-stevens.com/2009/06/03/alert-and-confirm-message-boxes-in-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passing a byte array to a WCF method from Silverlight &#8211; The remote server returned an error: NotFound</title>
		<link>http://www.joe-stevens.com/2009/06/03/passing-a-byte-array-to-a-wcf-method-from-silverlight-the-remote-server-returned-an-error-notfound/</link>
		<comments>http://www.joe-stevens.com/2009/06/03/passing-a-byte-array-to-a-wcf-method-from-silverlight-the-remote-server-returned-an-error-notfound/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 04:05:21 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=36</guid>
		<description><![CDATA[My Silverlight application calls a method to get an image from the server as a byte array. When adding my Service Reference the ServiceReferences.ClientConfig automatically generated the binding&#8217;s MaxBufferSize and MaxRecievedMessageSize as 2147483647 which is a lot bigger than I want to I changed them to 5242880 (5MB).  When the application calls the service to bring down [...]]]></description>
		<wfw:commentRss>http://www.joe-stevens.com/2009/06/03/passing-a-byte-array-to-a-wcf-method-from-silverlight-the-remote-server-returned-an-error-notfound/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Set Silverlight Image Source from byte array</title>
		<link>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/</link>
		<comments>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 23:12:47 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=30</guid>
		<description><![CDATA[I&#8217;ve been playing around with Silverlight and WCF services and I came across the need to set the Source of an Image control in Silverlight from a byte array. I have a service method which returns an image from the server as a byte array which I want to show in the Silverlight application. My [...]]]></description>
		<wfw:commentRss>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Wrapped Listbox items in Silverlight and WPF</title>
		<link>http://www.joe-stevens.com/2009/06/02/wrapped-listbox-items-in-silverlight-and-wpf/</link>
		<comments>http://www.joe-stevens.com/2009/06/02/wrapped-listbox-items-in-silverlight-and-wpf/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 07:07:58 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=26</guid>
		<description><![CDATA[I wanted to display a list of image thumbnails similar to how Windows Explorer does it so they are displayed horizontally and wrap onto the next line. The ListBox allows you to choose a template for the panel used to display items. The following XAML uses the WrapPanel for the ItemsPanelTemplate and gives the functionality [...]]]></description>
		<wfw:commentRss>http://www.joe-stevens.com/2009/06/02/wrapped-listbox-items-in-silverlight-and-wpf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF Services and Silverlight</title>
		<link>http://www.joe-stevens.com/2009/06/01/wcf-services-and-silverlight/</link>
		<comments>http://www.joe-stevens.com/2009/06/01/wcf-services-and-silverlight/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 04:42:36 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=14</guid>
		<description><![CDATA[After looking at WPF the other week I thought being a web developer it would be beneficial to look at Silverlight.  One of the first things I was interested to try was to access the server&#8217;s file system from the Silverlight application. I quickly found out that this wasn&#8217;t possible so I decided to create [...]]]></description>
		<wfw:commentRss>http://www.joe-stevens.com/2009/06/01/wcf-services-and-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
