<?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>BinaryJam &#187; Silverlight</title>
	<atom:link href="http://www.binaryjam.com/category/silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binaryjam.com</link>
	<description>A place for Sharepoint and rantings</description>
	<lastBuildDate>Tue, 31 Jan 2012 14:42:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Ajax DeepZoom</title>
		<link>http://www.binaryjam.com/2008/11/25/ajax-deepzoom/</link>
		<comments>http://www.binaryjam.com/2008/11/25/ajax-deepzoom/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 09:22:14 +0000</pubDate>
		<dc:creator>Binaryjam</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.binaryjam.com/2008/11/25/ajax-deepzoom/</guid>
		<description><![CDATA[MS Live Labs have been playing with the &#8220;deepzoom&#8221; technology, and for those without silverlight installed, you naughty people, you can now create a deepzoom image that can be navigated in Javascript, cool eh ? They call it Seadragon Ajax after the original technology name before the marketing people got to it (Bill Crow pointed [...]]]></description>
			<content:encoded><![CDATA[<p>MS Live Labs have been playing with the &#8220;deepzoom&#8221; technology, and for those without silverlight installed, you naughty people, you can now create a deepzoom image that can be navigated in Javascript, cool eh ? They call it <a href="http://livelabs.com/seadragon-ajax/">Seadragon Ajax</a> after the original technology name before the marketing people got to it <img src='http://www.binaryjam.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   (Bill Crow pointed this out to me as I had mis-named it Ajax DeepZoom, The title remains the same as it gets the poitn acros to anyone not aware of the Seadragon name).</p>
<p>The link to the post detailing this explains pretty much what I just did then you can go and embed the Image.  Now its a little tricker than they explain so here is some more details.</p>
<p><span id="more-461"></span></p>
<p>Now there are two ways to go here</p>
<p>1. Create your own deepzoom file in the composer and host it yourself, (which you can go figure for yourself)</p>
<p>2. Host it on the photozoom site (free). </p>
<p>Its <a href="http://photozoom.mslivelabs.com/">photozoom</a> I&#8217;ll tell you how to use.  First you will need a large photo (or small but then whats the point) in my case I took seven photos of the same tree with an exposure lock and stiched them all together using Windows Live Gallery.</p>
<p>Upload your big photo to <a href="http://photozoom.mslivelabs.com/">photozoom</a> (create an account etc follow instructions onscreen) it may take some time to appear but it will.</p>
<p>So have fun looking at your silverlight version but to make this work, click on the &#8220;View Individual Photos&#8221; then click the photo itself, at the bottom of the page is a section called &#8220;DeepZoom Image File&#8221; its an xml file and is what you want.  If you follow the instructions on the labs site you will get it wrong, cos they forgot to tell you the extra step (at time of writing).</p>
<p>Mine is <a title="http://photozoom.mslivelabs.com/DZ/1/zcc6bc1ea8fb746409a678f8814887e9a/collection_images/0.xml" href="http://photozoom.mslivelabs.com/DZ/1/zcc6bc1ea8fb746409a678f8814887e9a/collection_images/0.xml">http://photozoom.mslivelabs.com/DZ/1/zcc6bc1ea8fb746409a678f8814887e9a/collection_images/0.xml</a> if your looking to quickly knock this up.</p>
<p>Now go to the embed viewer create bit <a href="http://livelabs.com/seadragon-ajax/embed-viewer/">here</a>, paste in the Url and click build embed.</p>
<p>Its that simple, now you can paste the HTML into your blog post, like the one below</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;<a href="http://seadragon.com/ajax/embed.js">http://seadragon.com/ajax/embed.js&#8221;</a>&gt;&lt;/script&gt;&lt;script type=&#8221;text/javascript&#8221;&gt;Seadragon.embed(&#8220;400px&#8221;, &#8220;300px&#8221;, &#8220;<a href="http://photozoom.mslivelabs.com/DZ/1/zcc6bc1ea8fb746409a678f8814887e9a/collection_images/0.xml">http://photozoom.mslivelabs.com/DZ/1/zcc6bc1ea8fb746409a678f8814887e9a/collection_images/0.xml&#8221;</a>, 5373, 7773, 512, 0, &#8220;jpg&#8221;);&lt;/script&gt;</p></blockquote>
<p>As you can see you can tweak the size yourself and here is mine.</p>
<p><script src="http://seadragon.com/ajax/embed.js" type="text/javascript"></script><script type="text/javascript"><!--
Seadragon.embed("400px", "300px", "http://photozoom.mslivelabs.com/DZ/1/zcc6bc1ea8fb746409a678f8814887e9a/collection_images/0.xml", 5373, 7773, 512, 0, "jpg");
// --></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryjam.com/2008/11/25/ajax-deepzoom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best Silverlight Demo so far</title>
		<link>http://www.binaryjam.com/2008/05/08/best-silverlight-demo-so-far/</link>
		<comments>http://www.binaryjam.com/2008/05/08/best-silverlight-demo-so-far/#comments</comments>
		<pubDate>Thu, 08 May 2008 08:16:48 +0000</pubDate>
		<dc:creator>Binaryjam</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.binaryjam.com/2008/05/08/best-silverlight-demo-so-far/</guid>
		<description><![CDATA[Whilst there have been some excellent demos out there and Im thinking Hard Rock here, this is undoubtedly the best so far and demonstrates what Silverlight will be fantastic for &#160; http://www.mscui.net/PatientJourneyDemonstrator/ &#160; This is RIA at its best. &#160; Technorati Tags: Silverlight Demo]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.binaryjam.com/wp-content/uploads/2008/05/image.png"><img style="border-right: 0px; border-top: 0px; margin: 0px 10px 0px 0px; border-left: 0px; border-bottom: 0px" height="163" alt="image" src="http://www.binaryjam.com/wp-content/uploads/2008/05/image-thumb.png" width="194" align="left" border="0"></a> Whilst there have been some excellent demos out there and Im thinking Hard Rock here, this is undoubtedly the best so far and demonstrates what Silverlight will be fantastic for</p>
<p>&nbsp;</p>
<p><a title="http://www.mscui.net/PatientJourneyDemonstrator/" href="http://www.mscui.net/PatientJourneyDemonstrator/">http://www.mscui.net/PatientJourneyDemonstrator/</a></p>
<p>&nbsp;</p>
<p>This is RIA at its best.</p>
<p>&nbsp;</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:32ec7687-51d0-4cb6-b2c0-0cc5ea9ea834" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Silverlight%20Demo" rel="tag">Silverlight Demo</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryjam.com/2008/05/08/best-silverlight-demo-so-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DeepZoom / PhotoZoom</title>
		<link>http://www.binaryjam.com/2008/03/11/deepzoom-photozoom/</link>
		<comments>http://www.binaryjam.com/2008/03/11/deepzoom-photozoom/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 08:41:04 +0000</pubDate>
		<dc:creator>Binaryjam</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.binaryjam.com/2008/03/11/deepzoom-photozoom/</guid>
		<description><![CDATA[Straight of the back of the deepzoom announcement capabilities of Silverlight to comes photozoom.&#160; PhotoZoom is a site created by mslivelabs and incorporates the DeepZoom technology.&#160; Don&#8217;t expect a full blown flickr site here, this is a demo obviously, but it demos beautifully the possibilities&#160; of DZ on a photo site. So if you don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Straight of the back of the deepzoom announcement capabilities of Silverlight to comes photozoom.&nbsp; </p>
<p>PhotoZoom is a site created by mslivelabs and incorporates the DeepZoom technology.&nbsp; Don&#8217;t expect a full blown flickr site here, this is a demo obviously, but it demos beautifully the possibilities&nbsp; of DZ on a photo site.</p>
<p>So if you don&#8217;t know what DZ is or have seen PZ then pop along to my album I created here.&nbsp; Use the Mouse Wheel to zoom and left mouse to grab and move the canvas.</p>
<p><a title="http://photozoom.mslivelabs.com/Album.aspx?alias=BinaryJam&amp;album=1&amp;lc=2057" href="http://photozoom.mslivelabs.com/Album.aspx?alias=BinaryJam&amp;album=1&amp;lc=2057" target="_blank">http://photozoom.mslivelabs.com/Album.aspx?alias=BinaryJam&amp;album=1&amp;lc=2057</a></p>
<p>&nbsp;</p>
<p>For those who really have no clue as to what DZ is here is a description <strike>nicked</strike> from MS. <em>Note <a href="http://labs.live.com/Seadragon.aspx" target="_blank">Seadragon</a> is the original name.</em></p>
<blockquote><p>Seadragon is an incubation project resulting from the acquisition of Seadragon Software in February. Its aim is nothing less than to change the way we use screens, from wall-sized displays to mobile devices, so that visual information can be smoothly browsed regardless of the amount of data involved or the bandwidth of the network.</p>
</blockquote>
<p>Tells you loads that don&#8217;t it.&nbsp; Essentially you stitch a whole bunch of photies together creating a huge photo I mean really really huge, then the processor rips it apart into tiles.&nbsp; Those tiles are loaded dependant on viewpoint and zoom level.&nbsp; So instead of downloading some 10 billion pixel image only the viewpoint tiles are loaded each zoom level being a image scale of the original until you get right down in it.&nbsp; Apparently this only produces 1.33 times the original file size but massively reduces the download size.&nbsp; And it looks really cool too.</p>
<p>&nbsp;</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5d48ae2e-0c5e-48ba-9596-616aa79d68b4" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/deepzoom" rel="tag">deepzoom</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryjam.com/2008/03/11/deepzoom-photozoom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPF, Minority Report style interaction</title>
		<link>http://www.binaryjam.com/2008/01/14/wpf-minority-report-style-interaction/</link>
		<comments>http://www.binaryjam.com/2008/01/14/wpf-minority-report-style-interaction/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 10:10:33 +0000</pubDate>
		<dc:creator>Binaryjam</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.binaryjam.com/2008/01/14/wpf-minority-report-style-interaction/</guid>
		<description><![CDATA[Found this on the interweb. http://www.cynergysystems.com/blogs/page/rickbarraza?entry=connecting_to_the_wii_control  It&#8217;s a video of some chap whose created a Minority Report interface using WPF .NET WiiMote Fancy Custom pair of gloves (with leds in the fingers I reckon) A piece of string It&#8217;s quite impressive, It uses Brian Peeks .Net library for interaction with the WiiMote.(Other Article in case [...]]]></description>
			<content:encoded><![CDATA[<p>Found this on the interweb.</p>
<blockquote><p><a href="http://www.cynergysystems.com/blogs/page/rickbarraza?entry=connecting_to_the_wii_control" title="http://www.cynergysystems.com/blogs/page/rickbarraza?entry=connecting_to_the_wii_control">http://www.cynergysystems.com/blogs/page/rickbarraza?entry=connecting_to_the_wii_control</a> </p></blockquote>
<p>It&#8217;s a video of some chap whose created a Minority Report interface using</p>
<blockquote><p>WPF</p>
<p>.NET</p>
<p>WiiMote</p>
<p>Fancy Custom pair of gloves (with leds in the fingers I reckon)</p>
<p>A piece of string</p></blockquote>
<p>It&#8217;s quite impressive, It uses <a target="_blank" href="http://www.brianpeek.com/">Brian Peeks</a> .Net library for interaction with the WiiMote.(Other <a target="_blank" href="http://blogs.msdn.com/coding4fun/archive/2007/03/14/1879033.aspx">Article</a> in case your websense blocks it). </p>
<p>Then using the custom hardware (gloves) can control the items on screen.   The Wiimote can track up to four infra-red LED items at a time, the rest is all software.</p>
<p>This should be possible in Silverlight 2.0 as well.,</p>
<p>**UPDATE** : reading the forums its unlikely this is the case.  Silverlight reacts to the keys and the mouse specifically, people are saying the sway silverlight is built, is that is is not possible.</p>
<p style="display: inline; float: none; margin: 0px; padding: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ec24b71d-efc9-4352-8b4f-cf5b41fe885e" class="wlWriterSmartContent">Technorati tags: <a rel="tag" href="http://technorati.com/tags/Silverlight">Silverlight</a>, <a rel="tag" href="http://technorati.com/tags/WPF">WPF</a>, <a rel="tag" href="http://technorati.com/tags/Wiimote">Wiimote</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryjam.com/2008/01/14/wpf-minority-report-style-interaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint / Silverlight Parts RC1 Update</title>
		<link>http://www.binaryjam.com/2007/08/06/sharepoint-silverlight-parts-rc1-update/</link>
		<comments>http://www.binaryjam.com/2007/08/06/sharepoint-silverlight-parts-rc1-update/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 20:13:27 +0000</pubDate>
		<dc:creator>Binaryjam</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://binaryjam.com/?p=332</guid>
		<description><![CDATA[As the RC1 has been released I had five minutes spare to ensure they worked in RC1.&#160; Here are the links PhotoViewer. : The stand alone version of the WebPart project I do the testing and enhancements on first, its easier to see when I have messed it up here. **Update** Moved to codeplex. Currently [...]]]></description>
			<content:encoded><![CDATA[<p>As the RC1 has been released I had five minutes spare to ensure they worked in RC1.&nbsp; </p>
<p>Here are the links</p>
<p><a href="http://www.codeplex.com/bjspv">PhotoViewer</a>. : The stand alone version of the WebPart project I do the testing and enhancements on first, its easier to see when I have messed it up here.</p>
<p>**Update** Moved to codeplex.</p>
<p><strike>Currently in a laughable state of development, try it you will see.</strike></p>
<p><a href="http://www.codeplex.com/bjsspv">Silverlight Photo Viewer WebPart</a> : The Sharepoint Portal version of Photo Viewer.&nbsp; Coded as an Installable WebPart.&nbsp; This means that if installed on a portal level then any user on any portal are can jsut drop this on and it displays from the default Image Library list.&nbsp; This needs some work to make it work &#8220;MySite&#8221; cos it explodes at the moment, also I need to try it on Sub Sites of MySite and WSS Sites.&nbsp; This should work on Sharepoint 2003 and MOSS 2007 as all 2003 webparts should (mostly).</p>
<p><a href="http://www.binaryjam.ukfsn.org/SourceCode/SilverlightPartTemplateRC1.zip">Silverlight WebPart Template</a> : A Really Simple Webpart project that implements a button that says click me.&nbsp; It has mouseover anims and fullscreen and thats it.&nbsp; What&#8217;s special about this is that the webpart is coded to allow multiple instances of this part on the same page.&nbsp; The photo viewer code is based on this.&nbsp; &nbsp; This should work on Sharepoint 2003 and MOSS 2007 as all 2003 webparts should (mostly).</p>
<p>Would really like to hear if you implement this and what you think and what improvements could be made.&nbsp; I know of a few but I&#8217;m interested in your opinions and there should be a lot considering how many downloads there have been lately.</p>
<div class="wlWriterSmartContent" style="display:inline;margin:0;padding:0;">Technorati tags: <a href="http://technorati.com/tags/sharepoint" rel="tag">sharepoint</a>, <a href="http://technorati.com/tags/silverlight" rel="tag">silverlight</a>, <a href="http://technorati.com/tags/webpart" rel="tag">webpart</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryjam.com/2007/08/06/sharepoint-silverlight-parts-rc1-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Silverlight release candidate</title>
		<link>http://www.binaryjam.com/2007/07/30/silverlight-release-candidate-2/</link>
		<comments>http://www.binaryjam.com/2007/07/30/silverlight-release-candidate-2/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 11:01:09 +0000</pubDate>
		<dc:creator>Binaryjam</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://binaryjam.com/?p=331</guid>
		<description><![CDATA[Now I&#8217;m sure you&#8217;ve read about the new release candidate for Silverlight and the alpha refresh. But don&#8217;t forget that there is also an update to blend. Many of the developer sites are quoting the RC but forgetting about blend. Now because they think that blend is a designer tool its being highlighted in the [...]]]></description>
			<content:encoded><![CDATA[<p>Now I&#8217;m sure you&#8217;ve read about the new release candidate for Silverlight and the alpha refresh. But don&#8217;t forget that there is also an update to blend.</p>
<p>Many of the developer sites are quoting the RC but forgetting about blend. Now because they think that blend is a designer tool its being highlighted in the the designer channels but believe me as a developer you need blend I would not want to try to design animations in xaml. I like to see what I&#8217;m doing and pick colours and gradients not code them (unless of course that&#8217;s what&#8217;s required).</p>
<p>So don&#8217;t forget get the new blend as well as silverlight runtimes and sdks.</p>
<div class="wlWriterSmartContent" style="display:inline;margin:0;padding:0;">Technorati tags: <a href="http://technorati.com/tags/Silverlight" rel="tag">Silverlight</a>, <a href="http://technorati.com/tags/blend" rel="tag">blend</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryjam.com/2007/07/30/silverlight-release-candidate-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Silverlight Dawns</title>
		<link>http://www.binaryjam.com/2007/07/03/the-silverlight-dawns/</link>
		<comments>http://www.binaryjam.com/2007/07/03/the-silverlight-dawns/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 08:06:09 +0000</pubDate>
		<dc:creator>Binaryjam</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://binaryjam.com/?p=323</guid>
		<description><![CDATA[Jay Kimble has an article on his Silverlight conversion and he manages to explain exactly what I had in mind when I said &#8216;&#8230;.does anyone else think that Silverlight is “DHTML applications”&#8230;&#8217; My comment was squarely aimed at those developers who suffered through the DHTML Application architecture introduced in VB6 (but you could frig it [...]]]></description>
			<content:encoded><![CDATA[<p>Jay Kimble has an article on his Silverlight <a target="_blank" href="http://codebetter.com/blogs/jay.kimble/archive/2007/07/02/my-silverlight-conversion.aspx">conversion</a> and he manages to explain exactly what I had in mind when I <a target="_blank" href="http://www.binaryjam.com/2007/05/02/silverlight-redux/">said</a> &#8216;&#8230;.does anyone else think that Silverlight is “<a target="_blank" href="http://msdn2.microsoft.com/en-us/library/k29zz13x(vs.80).aspx">DHTML applications</a>”&#8230;&#8217;</p>
<p>My comment was squarely aimed at those developers who suffered through the <a target="_blank" href="http://msdn2.microsoft.com/en-us/library/k29zz13x(vs.80).aspx">DHTML Application</a> architecture introduced in VB6 (but you could frig it in VB5).  In this architecture you could, by having an activeX on the page, control and access the DOM.  It didn&#8217;t catch on due to compatibility problems with other browsers, but I tell you some times it was just great, when we created an &#8220;Ajax&#8221; web application back in IE4 having the speed of compiled code on your side to do the calculations and then manipulate the DOM and not have to worry ourselves with error handling Jscript, which just didn&#8217;t handle errors at all back then was marvelous.</p>
<p>Silverlight gives you all this again but cross browser and cross platform in a much better development environment than VB5/6.  In fact Jay is so excited by this he states it twice and in big fonts.  So in case you missed it here it is again here,</p>
<p><strong><em>&#8220;Now we&#8217;re going to talk to the browser&#8217;s DOM directly from Silverlight replacing JavaScript with C#. (And then debug it from Visual Studio!)&#8221; .</em></strong></p>
<p><em>Long live DHTML Applications (redux).</em></p>
<p style="display: inline; margin: 0px; padding: 0px" class="wlWriterSmartContent">Technorati tags: <a rel="tag" href="http://technorati.com/tags/Silverlight">Silverlight</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryjam.com/2007/07/03/the-silverlight-dawns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Balloons</title>
		<link>http://www.binaryjam.com/2007/06/25/balloons/</link>
		<comments>http://www.binaryjam.com/2007/06/25/balloons/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 20:08:18 +0000</pubDate>
		<dc:creator>Binaryjam</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://binaryjam.com/?p=320</guid>
		<description><![CDATA[The great thing about wordpress or any other decent blogging engine is that it gathers stats.  Stats on visits, stats on click thru&#8217;s but most important and most interesting is the stats on referrers !  This can be search engine terms, I&#8217;m sorry to say that I have no interesting search referrers like Rory but the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://binaryjam.files.wordpress.com/2007/06/pmb-silverlight-balloons-screenshot.png"><img border="0" align="left" width="240" src="http://binaryjam.files.wordpress.com/2007/06/pmb-silverlight-balloons-screenshot-thumb.png" alt="pmb_silverlight_balloons_screenshot" height="157" style="border:0;margin:0 10px 0 0;" /></a> The great thing about wordpress or any other decent blogging engine is that it gathers stats.  Stats on visits, stats on click thru&#8217;s but most important and most interesting is the stats on referrers !  This can be search engine terms, I&#8217;m sorry to say that I have no interesting <a href="http://www.neopoleon.com/home/blogs/neo/archive/2004/01/15/7092.aspx">search referrers</a> like <a href="http://www.neopoleon.com">Rory</a> but the Silverlight posts have lead me to an interesting site and better still he has a link to mine !</p>
<p><a href="http://community.irritatedvowel.com/blogs/pete_browns_blog/default.aspx">Pete Brown</a> has a lovely example of Silverlight animation that&#8217;s just so pretty called <a href="http://community.irritatedvowel.com/blogs/pete_browns_blog/archive/2007/06/25/Silverlight-1.1-Balloons.aspx">balloons</a>.  Can you tell what it is yet ?  This is done in Silverlight 1.1 and he goes into detail on some of the problems he has had in creating this and what things are lacking in Alpha.</p>
<p>So take a look at this and his other posts all are pretty interesting, I know I will.</p>
<p style="display:inline;margin:0;padding:0;" class="wlWriterSmartContent">Technorati tags: <a rel="tag" href="http://technorati.com/tags/Silverlight">Silverlight</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryjam.com/2007/06/25/balloons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>This might be good &#8211; Silverlight Path Animation</title>
		<link>http://www.binaryjam.com/2007/06/21/this-might-be-good-silverlight-path-animation/</link>
		<comments>http://www.binaryjam.com/2007/06/21/this-might-be-good-silverlight-path-animation/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 07:25:11 +0000</pubDate>
		<dc:creator>Binaryjam</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://binaryjam.com/?p=313</guid>
		<description><![CDATA[One of the first things I looked for was animation along a path, I found some demos for WPF that did this and tried to do them in Silverlight.&#160; Fell at the first hurdle.&#160; Silverlight does not have this functionality, yet at least.&#160; Why Silverlight does not have this in Alpha or beta, along with [...]]]></description>
			<content:encoded><![CDATA[<p>One of the first things I looked for was animation along a path, I found some demos for WPF that did this and tried to do them in Silverlight.&nbsp; Fell at the first hurdle.&nbsp; Silverlight does not have this functionality, yet at least.&nbsp; Why Silverlight does not have this in Alpha or beta, along with some rudimentary controls, auto-scaling with that view window thing I do not know.&nbsp; But path animation missing? if your taking on flash you&#8217;d better get this sorted.</p>
<p>But for now I found this, <a href="http://blogs.msdn.com/jaimer/default.aspx" target="_blank">Jaime Rodriguez</a>&nbsp;has a tool to create motion path animations, well almost it creates key frames for the animation based on an equivalent WPF project that you can then cut and paste the xaml.</p>
<p>So for now this is great but MS hurry up and get some more features in, in under a 100k please.</p>
<p>Here is the <a href="http://blogs.msdn.com/jaimer/archive/2007/06/20/using-blend-to-creating-motion-path-animations-for-silverlight.aspx" target="_blank">link</a></p>
<div class="wlWriterSmartContent" style="display:inline;margin:0;padding:0;">Technorati tags: <a href="http://technorati.com/tags/Silverlight" rel="tag">Silverlight</a>, <a href="http://technorati.com/tags/animation" rel="tag">animation</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryjam.com/2007/06/21/this-might-be-good-silverlight-path-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight Photoviewer</title>
		<link>http://www.binaryjam.com/2007/06/08/silverlight-photoviewer/</link>
		<comments>http://www.binaryjam.com/2007/06/08/silverlight-photoviewer/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 09:16:41 +0000</pubDate>
		<dc:creator>Binaryjam</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://binaryjam.com/?p=308</guid>
		<description><![CDATA[Sorry to labour the project now, but I thought it might be handy for anyone who wants to modify the look and feel of the Sharepoint/Silverlight photoviewer that its a little hard to do in a 2003 project.  So I thought I&#8217;d release the normal Silverlight &#8220;Blend&#8221; project so a designer can do a proper [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry to labour the project now, but I thought it might be handy for anyone who wants to modify the look and feel of the Sharepoint/Silverlight photoviewer that its a little hard to do in a 2003 project.  So I thought I&#8217;d release the normal Silverlight &#8220;Blend&#8221; project so a designer can do a proper job on it.</p>
<p><strike>Source Code can be found here</strike></p>
<p>This is a Silverlight beta project.</p>
<p>UPDATE : <a href="http://www.binaryjam.com/2007/08/06/sharepoint-silverlight-parts-rc1-update/">** RC1 SOURCE **</a></p>
<p style="display: inline; margin: 0px; padding: 0px" class="wlWriterSmartContent">Technorati tags: <a rel="tag" href="http://technorati.com/tags/Silverlight">Silverlight</a>, <a rel="tag" href="http://technorati.com/tags/photoviewer">photoviewer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryjam.com/2007/06/08/silverlight-photoviewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

