<?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>Agile Sharepoint development by 21apps and Andrew Woodward MVP &#187; Silverlight</title>
	<atom:link href="http://www.21apps.com/tag/silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.21apps.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 10:19:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Partitioning Silverlight Apps &#8211; use a common ServiceReferences.ClientConfig</title>
		<link>http://www.21apps.com/uncategorized/partitioning-silverlight-apps-use-a-common-servicereferencesclientconfig/</link>
		<comments>http://www.21apps.com/uncategorized/partitioning-silverlight-apps-use-a-common-servicereferencesclientconfig/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 20:09:00 +0000</pubDate>
		<dc:creator>Andrew Woodward</dc:creator>
				<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://21apps.co.uk/?p=88</guid>
		<description><![CDATA[Microsoft have a great Hands-on lab that deals with partitioning of your Silverlight application.
Quote:
Partitioning Your Silverlight Application for Deployment
This lab will demonstrate a technique within Silverlight 2 to enable you to partition your application into different deployment packages. This will enable your application to only use what it needs, when it needs it and provide [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft have a great Hands-on lab that deals with partitioning of your Silverlight application.</p>
<blockquote><p><em>Quote:</em></p>
<p><strong>Partitioning Your Silverlight Application for Deployment</strong><br />
This lab will demonstrate a technique within Silverlight 2 to enable you to partition your application into different deployment packages. This will enable your application to only use what it needs, when it needs it and provide an experience to the user and improve overall download times for your application. This lab walks through a simple example of separating details view information from the main portion of the Silverlight application.</p>
<p><a title="http://download.microsoft.com/download/7/0/c/70cb966a-1b68-4123-9b48-b0eaa1086104/SL2B2-HOL-AppPartitioning.pdf" href="http://download.microsoft.com/download/7/0/c/70cb966a-1b68-4123-9b48-b0eaa1086104/SL2B2-HOL-AppPartitioning.pdf">http://download.microsoft.com/download/7/0/c/70cb966a-1b68-4123-9b48-b0eaa1086104/SL2B2-HOL-AppPartitioning.pdf</a></p></blockquote>
<p>This all works really well until you add in some Service References to WCF end points.  You will end up with an error like</p>
<div style="font-size: 8pt; margin: 20px 0px 10px; overflow: auto; width: 97.5%; cursor: text; max-height: 200px; line-height: 12pt; font-family: consolas, 'Courier New', courier, monospace; background-color: #f4f4f4; border: gray 1px solid; padding: 4px;">System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. &#8212;<span style="color: #0000ff;">&gt;</span> System.Xml.XmlException: Cannot find file &#8216;ServiceReferences.ClientConfig&#8217; in the application xap package. </p>
<p>All you need to do is ensure the contents of the ServiceReferences.ClientConfig file is included in the main XAP package.</p>
<p>Pretty simple fix,  but worth remembering.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.21apps.com/uncategorized/partitioning-silverlight-apps-use-a-common-servicereferencesclientconfig/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fish Eye Control in Silverlight</title>
		<link>http://www.21apps.com/uncategorized/fish-eye-control-in-silverlight/</link>
		<comments>http://www.21apps.com/uncategorized/fish-eye-control-in-silverlight/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 20:21:00 +0000</pubDate>
		<dc:creator>Andrew Woodward</dc:creator>
				<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://21apps.co.uk/?p=87</guid>
		<description><![CDATA[Martin Grayson has a fantastic post, along with code, on one of the best Fish Eye controls I&#8217;ve seen implemented. 
Fish Eye for the Blend Guy
Using this as a basis we have been working on migration to Silverlight,  and finally got the time to get this working.
The code is still a bit rough so I can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Martin Grayson has a fantastic post, along with code, on one of the best Fish Eye controls I&#8217;ve seen implemented. </p>
<p><a href="http://blogs.msdn.com/mgrayson/archive/2007/02/26/fish-eye-for-the-blend-guy.aspx" target="_blank">Fish Eye for the Blend Guy</a></p>
<p>Using this as a basis we have been working on migration to Silverlight,  and finally got the time to get this working.</p>
<p>The code is still a bit rough so I can&#8217;t publish it,  but it does demonstrate that it can be done.   The main changes we needed to make were due to the lack of a Mouse position meaning we needed to pass this into the methods from our MouseOver event.   We also needed to create StoryBoards on the fly for the animation,  I have some concerns here about memory usage as we&#8217;re currently not cleaning everything up &#8211; more work needed <img src='http://www.21apps.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Screen shot below,  actual examples to follow soon.</p>
<p><a title="Silverlight Fish Eye Static" href="http://farm4.static.flickr.com/3100/2607864353_7a97e65f7f_o.gif" target="_blank"><img src="http://static.flickr.com/3096/2607883355_7c9b0490d3.jpg" border="0" alt="Silverlight Fish Eye Static" /></a></p>
<p>Click the image to see an animated version (400KB).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.21apps.com/uncategorized/fish-eye-control-in-silverlight/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Silverlight Blueprint for SharePoint</title>
		<link>http://www.21apps.com/sharepoint/silverlight-blueprint-for-sharepoint/</link>
		<comments>http://www.21apps.com/sharepoint/silverlight-blueprint-for-sharepoint/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 01:01:00 +0000</pubDate>
		<dc:creator>Andrew Woodward</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://21apps.co.uk/?p=78</guid>
		<description><![CDATA[Silverlight seems to have had a new wave of interest with Microsoft releasing the Silverlight BluePrint for SharePoint.  The code will be made available for download on Wed 5th March.
I do like the look of Silverlight and think it can help to make us think about our UI in a different way.   Adobe Flash and [...]]]></description>
			<content:encoded><![CDATA[<p>Silverlight seems to have had a new wave of interest with Microsoft releasing the <a href="http://www.ssblueprints.net/sharepoint/" target="_blank">Silverlight BluePrint for SharePoint</a>.  The code will be made available for download on Wed 5th March.</p>
<p>I do like the look of Silverlight and think it can help to make us think about our UI in a different way.   Adobe Flash and Flex do a similar thing but the marketing machine that is Microsoft will ensure that everyone knows what Silverlight is and can do,  not just the techies.</p>
<p>I would like to see Microsoft put the effort in to cover all of the platforms and ensure that Silverlight is installed everywhere.   I&#8217;m looking forward to doing some more Silverlight development,  it just looks so cool <img src='http://www.21apps.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a title="ssblueprint" href="http://www.flickr.com/photos/10785452@N00/2309143842/"><img src="http://static.flickr.com/2031/2309143842_e688347fe1.jpg" border="0" alt="ssblueprint" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.21apps.com/sharepoint/silverlight-blueprint-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
