<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-610411544311273191</id><updated>2011-11-28T01:07:56.240+01:00</updated><category term='spinawards'/><category term='silverlight'/><title type='text'>web-snippets</title><subtitle type='html'>This is my personal weblog. It does not reflect the opinion of my employer in any way.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>41</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-2526104170181202360</id><published>2010-08-15T16:54:00.004+02:00</published><updated>2010-09-11T15:46:11.336+02:00</updated><title type='text'>SLSharpZipLib for Silverlight 3, 4 and Windows Phone 7</title><summary type='text'>Since the initial port of the SharpZipLib library I wasn't able to invest any more time in the development of the library.A while ago I was contacted by Sky Sanders who offered to do some further development on the library. I didn't hear much of his progress until a while ago when he informed me he did a complete re-port of the 0860 source complete with the tests both as NUnit and as well as </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/2526104170181202360/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2010/08/slsharpziplib-for-silverlight-3-4-and.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/2526104170181202360'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/2526104170181202360'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2010/08/slsharpziplib-for-silverlight-3-4-and.html' title='SLSharpZipLib for Silverlight 3, 4 and Windows Phone 7'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-2057001936796200724</id><published>2009-11-28T14:23:00.001+01:00</published><updated>2009-11-28T14:23:46.275+01:00</updated><title type='text'>Silverlight 4 - Drag and drop images on a Silverlight application</title><summary type='text'>One of the great new features of Silverlight 4 is drag-drop. This makes it possible to drag files from your OS onto the Silverlight application.     In this tutorial we’ll create a ListBox and make it possible to drop images from the desktop onto the application. The images will then appear in the ListBox.     First steps  First of all we’ll create a “normal” Silverlight 4 App + Website using </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/2057001936796200724/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2009/11/silverlight-4-drag-and-drop-images-on.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/2057001936796200724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/2057001936796200724'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2009/11/silverlight-4-drag-and-drop-images-on.html' title='Silverlight 4 - Drag and drop images on a Silverlight application'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-8283433209089049109</id><published>2009-11-19T19:40:00.001+01:00</published><updated>2009-11-19T19:40:04.965+01:00</updated><title type='text'>Silverlight 4 – Using the webcam</title><summary type='text'>Yesterday the beta release of Silverlight 4 was announced. Of course I couldn’t resist to get started with one of the items on my personal wish list (and on lots of other peoples wish list as well).     Using the webcam in Silverlight 4 turned out to be a quite easy process. I only needed about 8 lines to get it started. A few lines more and I have an application which starts and stops the webcam</summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/8283433209089049109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2009/11/silverlight-4-using-webcam_2976.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/8283433209089049109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/8283433209089049109'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2009/11/silverlight-4-using-webcam_2976.html' title='Silverlight 4 – Using the webcam'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_NeZXQ3qxHo4/SwWLl2InT3I/AAAAAAAAAFU/S724o2lV65Y/s72-c/image_thumb%5B1%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-5600580805323074481</id><published>2009-11-02T12:40:00.000+01:00</published><updated>2009-11-02T15:07:20.443+01:00</updated><title type='text'>Silverlight &amp; Expression Usergroup in the Netherlands</title><summary type='text'>I'm pretty proud to announce that Silverlight &amp; Expression Insiders, the first Silverlight &amp; Expression user group in the Netherlands, is starting it's activities.Together with a number of other enthousiastic professionals we created a website. In the near future we will start more activities like organizing events and publishing articles.If you want us to keep you posted, register on the </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/5600580805323074481/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2009/11/silverlight-expression-usergroup-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/5600580805323074481'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/5600580805323074481'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2009/11/silverlight-expression-usergroup-in.html' title='Silverlight &amp; Expression Usergroup in the Netherlands'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-423079346464080510</id><published>2009-07-12T21:22:00.001+02:00</published><updated>2009-07-12T21:47:30.213+02:00</updated><title type='text'>TextBox with automatically resizing of the fontsize</title><summary type='text'>View the demo   Download the source   A while back I ran into this textbox that automatically made the font smaller when the text was larger than the size of the textbox. I wanted to recreate one in Silverlight. The textbox had to have a property for the minimum size of the font. We don’t want our users to see a textbox with a font of 0.25 pixels. That wouldn’t be a good user experience :)The </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/423079346464080510/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2009/07/textbox-with-auto-resizing-fontsize.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/423079346464080510'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/423079346464080510'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2009/07/textbox-with-auto-resizing-fontsize.html' title='TextBox with automatically resizing of the fontsize'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-8236620627451121113</id><published>2009-04-23T18:35:00.007+02:00</published><updated>2009-04-23T19:02:09.091+02:00</updated><title type='text'>Open in Expression Blend - switch between 2 and 3</title><summary type='text'>Since Silverlight 3 is available, Blend 3 Preview was also released. When installing Silverlight 3 tools it is no longer available to create Silverlight 2 applications. Thanks to Amy Dullard who created an awesome batch file/deinstaller/installer script it makes life a lot easier.The only thing that was bugging me was Expression Blend 2 and 3. Although the Silverlight 2 tools are installed, once </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/8236620627451121113/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2009/04/open-in-expression-blend-switch-between.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/8236620627451121113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/8236620627451121113'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2009/04/open-in-expression-blend-switch-between.html' title='Open in Expression Blend - switch between 2 and 3'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-3871586906092724163</id><published>2009-03-29T23:47:00.005+02:00</published><updated>2009-04-01T10:51:21.627+02:00</updated><title type='text'>Automatically translate your Silverlight Application</title><summary type='text'>Get the source now (58Kb)UPDATE: Thanks to my colleague Emile van Ewijk who pointed out the the is keyword in C# does the same as the extension method that was used, I could refactor and optimize the code. So the source is updated. Thanks, Emile! (and shame on me for not knowing that...)Let me start by saying that I’m no great fan of automatic translations. I rarely come across an automatically </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/3871586906092724163/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2009/03/automatically-translate-your.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3871586906092724163'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3871586906092724163'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2009/03/automatically-translate-your.html' title='Automatically translate your Silverlight Application'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-8198103236997250991</id><published>2009-03-20T18:25:00.001+01:00</published><updated>2009-03-20T18:25:56.550+01:00</updated><title type='text'>Dag 2 op MIX09</title><summary type='text'>De 2e dag op MIX begint met een, voor ons, wat minder interessante keynote. De eerste helft is prima, daar wordt namelijk de nieuwste versie van Internet Explorer officieel gereleased (versie 8).  Het 2e gedeelte is een keynote van Deborah Adler. Zij is een designer die, nadat haar oma bijna overleed door het nemen van verkeerde medicijnen (die van haar man), een verbeteringsslag heeft gemaakt </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/8198103236997250991/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2009/03/dag-2-op-mix09.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/8198103236997250991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/8198103236997250991'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2009/03/dag-2-op-mix09.html' title='Dag 2 op MIX09'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_NeZXQ3qxHo4/ScPRow1R3dI/AAAAAAAAAFM/mKNKSfE6jvA/s72-c/video2a0ffa5ad411%5B3%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-9179186306446261531</id><published>2009-03-19T16:40:00.001+01:00</published><updated>2009-03-19T22:25:16.849+01:00</updated><title type='text'>Dag 1 op MIX09</title><summary type='text'>Dag 1 was erg verassend, interessant en erg gezellig.  We hebben bij de keynote een aantal aankondigingen gehoord, waaronder Silverlight 3 beta 1 wat wel de verwachting was.    Andere releases die gisteren plaatsvonden zijn:  Commerce Server 2009  Expression Blend 3 preview  Superpreview     SuperPreview  Superpreview is een applicatie die in de nieuwe versie (3) van Expression Web zit. Het is </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/9179186306446261531/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2009/03/dag-1-op-mix09.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/9179186306446261531'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/9179186306446261531'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2009/03/dag-1-op-mix09.html' title='Dag 1 op MIX09'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_NeZXQ3qxHo4/ScK4O0BbTbI/AAAAAAAAAFI/23Ee9GV14VU/s72-c/videoc87331b9c4a7%5B3%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-1413034688212401669</id><published>2009-02-04T18:30:00.001+01:00</published><updated>2009-02-11T21:04:10.968+01:00</updated><title type='text'>Creating a ColorFillToy in Silverlight – part 3</title><summary type='text'>Click here to go to part 1 of the series     Click here to go to part 2 of the series  Click here to download the source    Click here to view a demo     Allright, now we’re finally going to finish the colorfilltoy by adding the ColorPicker found in the SilverlightContrib library.  To embed the ColorPicker in our application, the easy way would be to just throw it on our LayoutRoot. This would </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/1413034688212401669/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2009/02/creating-colorfilltoy-in-silverlight.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/1413034688212401669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/1413034688212401669'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2009/02/creating-colorfilltoy-in-silverlight.html' title='Creating a ColorFillToy in Silverlight – part 3'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_NeZXQ3qxHo4/SZMtC08S5NI/AAAAAAAAAE0/NgBzidqpB5I/s72-c/screenshot_thumb%5B1%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-121262376629530645</id><published>2009-01-28T19:43:00.048+01:00</published><updated>2009-02-03T20:32:34.590+01:00</updated><title type='text'>Creating a ColorFillToy in Silverlight - Part 2</title><summary type='text'>Click here to view a demo of the application after part 2 of the tutorial/Click here to download the sourceIn part 1 of this tutorial we focused on the creation of the XAML for the ColorFillToy application. In this part, we will create the code to set the cursor and to detect the FillArea that we need to fill.Terence Tsang from shinedraw.com did the preparation for us, so we're going to reuse </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/121262376629530645/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2009/01/creating-colorfilltoy-in-silverlight_28.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/121262376629530645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/121262376629530645'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2009/01/creating-colorfilltoy-in-silverlight_28.html' title='Creating a ColorFillToy in Silverlight - Part 2'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SYCte8i7OUI/AAAAAAAAAEc/J9gKecA4GCg/s72-c/colorpickerbutton_blend1.JPG' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-2120769123094074450</id><published>2009-01-25T17:10:00.034+01:00</published><updated>2009-01-25T21:07:10.016+01:00</updated><title type='text'>Creating a ColorFillToy in Silverlight - Part 1</title><summary type='text'>Hi,It's been a while since my last blogpost. It's been a bit of a hectic period lately.But not blogging doesn't mean not doing anything :) I've been working on some stuff which I'll blog about in the coming period. Like a deepzoom application for my aunt which enables her to show the bronze sculpture work she does in detail.But for now, I want to tell you something about the ColorFillToy I (re)</summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/2120769123094074450/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2009/01/creating-colorfilltoy-in-silverlight.html#comment-form' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/2120769123094074450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/2120769123094074450'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2009/01/creating-colorfilltoy-in-silverlight.html' title='Creating a ColorFillToy in Silverlight - Part 1'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_NeZXQ3qxHo4/SXyepa2C7VI/AAAAAAAAADc/C8DqJCCvqjE/s72-c/three_circles.JPG' height='72' width='72'/><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-9025337160767504977</id><published>2009-01-02T10:04:00.006+01:00</published><updated>2009-01-02T10:10:49.629+01:00</updated><title type='text'>MVP: Expression</title><summary type='text'>This morning when I read my e-mail I noticed I had a message in my junk e-mail.When I opened it, it said:Dear Rob Houweling,Congratulations! We are pleased to present you with the 2009 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others.As you can imagine I am very proud of this and hope to </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/9025337160767504977/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2009/01/mvp-expression.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/9025337160767504977'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/9025337160767504977'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2009/01/mvp-expression.html' title='MVP: Expression'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_NeZXQ3qxHo4/SV3Zh8SpCkI/AAAAAAAAADU/i6a6UL9xra4/s72-c/mvp.jpg' height='72' width='72'/><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-5116041828187658006</id><published>2008-11-02T14:53:00.009+01:00</published><updated>2009-05-08T14:45:24.337+02:00</updated><title type='text'>Another one on repacking XAPs to reduce filesize</title><summary type='text'>I've seen quite some articles on repacking your XAP file to reduce the filesize. You can do this manually by using archiving utilities like 7-ZIP, WINRar or the Windows built in zip support.Delay did a great article on this which inspired me to do the following:I created a very small application called ReXapper.exe which can do exactly the same as Delay describes but there is no external </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/5116041828187658006/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/11/another-one-on-repacking-xaps-to-reduce.html#comment-form' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/5116041828187658006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/5116041828187658006'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/11/another-one-on-repacking-xaps-to-reduce.html' title='Another one on repacking XAPs to reduce filesize'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_NeZXQ3qxHo4/SQ23BMTKEXI/AAAAAAAAACw/JOX5obuBtsg/s72-c/postbuild_screenshot.JPG' height='72' width='72'/><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-84382984787435641</id><published>2008-10-13T19:34:00.016+02:00</published><updated>2008-10-14T21:50:21.734+02:00</updated><title type='text'>Clipboard support in Silverlight 2</title><summary type='text'>* UPDATE *The demo now works with Silverlight 2 RTW and the ClipboardHelper has been added to the source of the SilverlightContrib project. It'll be in the next release.By default, there is no clipboard support in Silverlight 2. Page Brooks, who is the project coordinator of the open source project SilverlightContrib I'm working on with a bunch of other developers (I feel really honered to work </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/84382984787435641/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/10/clipboard-support-in-silverlight-2.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/84382984787435641'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/84382984787435641'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/10/clipboard-support-in-silverlight-2.html' title='Clipboard support in Silverlight 2'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-8724626269347285255</id><published>2008-09-20T10:40:00.005+02:00</published><updated>2008-09-20T10:53:33.391+02:00</updated><title type='text'>Sneak preview</title><summary type='text'>Don't tell Jeff, but here's a preview of another one of the projects in Foundation Silverlight 2 Animation.I made a little modification to this compared to the one that you'll create from the instructions in the book, assuming you're going to get it of course :).To make the dragon move more "natural" I used a DispatcherTimer with a random duration to make it change direction at a random </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/8724626269347285255/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/09/dont-tell-jeff-but-heres-preview-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/8724626269347285255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/8724626269347285255'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/09/dont-tell-jeff-but-heres-preview-of.html' title='Sneak preview'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-3620950921148496721</id><published>2008-08-21T19:43:00.097+02:00</published><updated>2009-04-22T09:58:42.279+02:00</updated><title type='text'>Authentication in Silverlight using ASP.NET FormsAuthentication</title><summary type='text'>On the Silverlight forum I've seen a lot of questions regarding authentication and security.I figured I'd write something down from my perspective as an ASP.NET developer. This isn't the only way to do it and probably not the best, but it does what I need it to do and it might get you started in the right direction.IMPORTANT NOTE: This article is built with the assumption that all files requested</summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/3620950921148496721/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/08/authentication-in-silverlight-using.html#comment-form' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3620950921148496721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3620950921148496721'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/08/authentication-in-silverlight-using.html' title='Authentication in Silverlight using ASP.NET FormsAuthentication'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_NeZXQ3qxHo4/SK7888hSi8I/AAAAAAAAABg/ciPKwQj6i7M/s72-c/form.png' height='72' width='72'/><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-1914919426060736149</id><published>2008-08-18T12:21:00.004+02:00</published><updated>2008-08-18T12:39:17.451+02:00</updated><title type='text'>Announcing Foundation Silverlight 2 Animation</title><summary type='text'>Past weeks it's been a bit slow on my blog and I haven't been participating on the Silverlight.net forums as much as I would like to.The reason for this is that I've been pretty busy on a big project.Jeff Paries, author of multiple books on animation and now the author of "Foundation Silverlight 2 Animation", approached me to do the technical editing of the book and the (150) projects that are </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/1914919426060736149/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/08/announcing-foundation-silverlight-2.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/1914919426060736149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/1914919426060736149'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/08/announcing-foundation-silverlight-2.html' title='Announcing Foundation Silverlight 2 Animation'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-3963620993422367572</id><published>2008-08-05T21:28:00.002+02:00</published><updated>2008-08-05T21:31:19.886+02:00</updated><title type='text'>Silverlight SharpZipLib on CodePlex</title><summary type='text'>Today I added the code for the ported version of the SharpZipLib for Silverlight to CodePlex.If you want to download the DLL or the source go visit http://www.codeplex.com/slsharpziplib</summary><link rel='related' href='http://www.codeplex.com/slsharpziplib' title='Silverlight SharpZipLib on CodePlex'/><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/3963620993422367572/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/08/silverlight-sharpziplib-on-codeplex.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3963620993422367572'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3963620993422367572'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/08/silverlight-sharpziplib-on-codeplex.html' title='Silverlight SharpZipLib on CodePlex'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-2490083263722351136</id><published>2008-07-22T18:47:00.004+02:00</published><updated>2008-12-10T10:14:29.169+01:00</updated><title type='text'>PanoCube in Webdesigner Magazine</title><summary type='text'>For the panocube project, created by Martijn Croezen and me, we teamed up again and wrote a tutorial for Webdesigner Magazine.It's in store starting today, so get it while it's hot!</summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/2490083263722351136/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/07/panocube-in-webdesigner-magazine.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/2490083263722351136'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/2490083263722351136'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/07/panocube-in-webdesigner-magazine.html' title='PanoCube in Webdesigner Magazine'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_NeZXQ3qxHo4/SIYRLToxwDI/AAAAAAAAABY/aXY6L0c-6ag/s72-c/tutorial.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-747611945066614559</id><published>2008-06-23T21:48:00.033+02:00</published><updated>2008-06-23T22:54:31.818+02:00</updated><title type='text'>Creating a sketch application in Silverlight - Part 2, Saving the sketch on the server</title><summary type='text'>In the second part of this tutorial we're going to pick up where we left off. So we can open the SketchApplicationPart1 solution from the first part of the tutorial (or you can download the source of the second part of this one at the end of this tutorial).Now we're going to create a way to save the drawing to the server using SharpZipLib in Silverlight, to zip the XML file before sending it to a</summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/747611945066614559/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/06/creating-sketch-application-in_23.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/747611945066614559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/747611945066614559'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/06/creating-sketch-application-in_23.html' title='Creating a sketch application in Silverlight - Part 2, Saving the sketch on the server'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-3217498537854327441</id><published>2008-06-23T20:59:00.037+02:00</published><updated>2008-06-23T22:50:55.198+02:00</updated><title type='text'>Creating a sketch application in Silverlight - Part 1, Sketching on the InkPresenter</title><summary type='text'>As some of you know, I try to help people out on the Silverlight Forum. It's nice to help people and I have learned a lot by doing that.One of the members of the forum (RamsZone) had a question about saving strokes that are drawn on the InkPresenter. Since I was already working on a sketch application and had already solved that puzzle, I promised him/her to post an article on my weblog </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/3217498537854327441/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/06/creating-sketch-application-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3217498537854327441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3217498537854327441'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/06/creating-sketch-application-in.html' title='Creating a sketch application in Silverlight - Part 1, Sketching on the InkPresenter'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-1816254505812927804</id><published>2008-06-20T13:08:00.030+02:00</published><updated>2008-06-20T14:16:22.211+02:00</updated><title type='text'>Enabling browser back button in Silverlight 2 beta 2</title><summary type='text'>Who hasn't encountered the problem of not being able to use the browser buttons when navigating a Flash, Silverlight or AJAX enabled website?This articles describes how you can prevent this in your Silverlight application.In this article I will explain how to use a class created by Mark Rideout for his TechEd presentation during this year's TechEd in the US. 1. Implement the </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/1816254505812927804/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/06/enabling-browser-back-button-in.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/1816254505812927804'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/1816254505812927804'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/06/enabling-browser-back-button-in.html' title='Enabling browser back button in Silverlight 2 beta 2'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-3573008250206855711</id><published>2008-06-08T14:18:00.010+02:00</published><updated>2008-06-08T14:50:28.935+02:00</updated><title type='text'>How to detect NO mouse movement</title><summary type='text'>In some occasions you might want to show or hide stuff in your Silverlight application when the visitor stopped moving his/her mouse.For instance, most media players use this method to hide the play/pause/forward/mute controlbar.You can achieve this by doing following this:1. Create a DispatcherTimerprivate DispatcherTimer _nomousemoveTimer = new DispatcherTimer();2. Use the constructor of your </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/3573008250206855711/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/06/how-to-detect-no-mouse-movement.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3573008250206855711'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3573008250206855711'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/06/how-to-detect-no-mouse-movement.html' title='How to detect NO mouse movement'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-1671437563255754624</id><published>2008-05-20T20:37:00.001+02:00</published><updated>2008-05-20T20:37:38.165+02:00</updated><title type='text'>Manually controlling storyboard animation</title><summary type='text'>For an animation I did for a customer I wanted it to start the storyboard when the mouse enters and to play backwards, until the state it started in, when the mouse leaves the object.  At this time, in Silverlight 2 beta 1, there is no method I found to play a storyboard backwards from a custom position in the timeline. There is an option to AutoReverse the storyboard but this only occurs when </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/1671437563255754624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/05/manually-controlling-storyboard.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/1671437563255754624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/1671437563255754624'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/05/manually-controlling-storyboard.html' title='Manually controlling storyboard animation'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-945586022850044594</id><published>2008-04-24T12:44:00.029+02:00</published><updated>2008-04-24T14:20:57.270+02:00</updated><title type='text'>Controlling video with dragging</title><summary type='text'>To control video with dragging might sound a bit strange and useless but keep on reading and you'll see the the possibilities this creates.For a project I'm working on, I wanted to create a rotating 3D image which the user van control with his mouse using dragging.This kind of displaying is often used for displaying objects like cars:http://www.autotropolis.com/car.review/2008/Ford/Mustang/</summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/945586022850044594/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/04/controlling-video-with-dragging.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/945586022850044594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/945586022850044594'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/04/controlling-video-with-dragging.html' title='Controlling video with dragging'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-3168100864368201229</id><published>2008-04-03T12:01:00.009+02:00</published><updated>2008-04-03T12:47:37.704+02:00</updated><title type='text'>Panoramic view using texture mapping in Silverlight 2</title><summary type='text'>My colleague Martijn Croezen created an awesome panoramic view with Silverlight 2 beta 1. Because he's a Flash developer with little .NET experience, I tried to help him out a bit with C# syntax and Silverlight objects, etc.He used texture mapping to create the effect of a panoramic view using the inside of a cube to project the photo's on.After trying to create this in Silverlight 1.1 alpha he </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/3168100864368201229/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/04/panoramic-view-using-texture-mapping-in.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3168100864368201229'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3168100864368201229'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/04/panoramic-view-using-texture-mapping-in.html' title='Panoramic view using texture mapping in Silverlight 2'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-8456836090887573426</id><published>2008-04-01T13:37:00.004+02:00</published><updated>2008-04-03T09:33:05.564+02:00</updated><title type='text'>Motion Blur in Silverlight 2</title><summary type='text'>Gilbok Lee posted an example of motion blur in Silverlight 2 on the Silverlight Forum (http://silverlight.net/forums/t/13167.aspx) which turned out to be an April Fools joke.Very funny ;)... But thanks to one of the flash developers I work with (thanks Martijn Croezen) I was able to create a motion blur effect.You can use the sliders for adjusting the amount of blur and the opacity.Click here for</summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/8456836090887573426/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/04/motion-blur-in-silverlight-2.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/8456836090887573426'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/8456836090887573426'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/04/motion-blur-in-silverlight-2.html' title='Motion Blur in Silverlight 2'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-1447411835280605570</id><published>2008-03-26T18:09:00.001+01:00</published><updated>2008-03-26T18:11:34.940+01:00</updated><title type='text'>Using and embedding fonts in Silverlight 2</title><summary type='text'>There are multiple options to embed your fonts in Silverlight 2:  1. Using font as "Content"  First, embed the font as "Content" (see Properties, Build action). With this option, you can use the following method to set the font:     The "problem" with this can be that the fontfile is embedded in the .XAP file. Therefore is available to anyone who wants to use the fontfile:        2. Using font as</summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/1447411835280605570/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/03/embedding-fonts-in-silverlight.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/1447411835280605570'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/1447411835280605570'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/03/embedding-fonts-in-silverlight.html' title='Using and embedding fonts in Silverlight 2'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-8941619650376794874</id><published>2008-03-23T16:20:00.001+01:00</published><updated>2008-03-23T16:20:37.616+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='silverlight'/><title type='text'>Unpacking ZIP files in Silverlight 2</title><summary type='text'>One of the nice features in Silverlight 1.1 alpha was, in my opinion, the use of zipfiles and being able to use files from a zipped file by using the Downloader object.   In Silverlight 2 the Dowloader is replaced with the WebClient. Which is not a bad thing, but it seems to be missing the ability to use zipfiles. Or I've missed it somehow...  Anyway, I stil wanted the thumbnails on my site to be</summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/8941619650376794874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/03/unpacking-zip-files-in-silverlight-2.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/8941619650376794874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/8941619650376794874'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/03/unpacking-zip-files-in-silverlight-2.html' title='Unpacking ZIP files in Silverlight 2'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-7667628098123505143</id><published>2008-03-06T22:59:00.004+01:00</published><updated>2008-03-23T08:32:06.342+01:00</updated><title type='text'>First Silverlight 2 impressions</title><summary type='text'>After the first few days I wanted to share some of my first Silverlight 2 experiences.  Nice controls!  To be honest, I was very impressed with the set of controls that are supplied. They look great and in the demo app I've downloaded they seem to work well too.  On the downside, after the first day I've had a few dissapointments as well:    No inheritance in UserControls    According to someone </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/7667628098123505143/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/03/first-silverlight-2-impressions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/7667628098123505143'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/7667628098123505143'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/03/first-silverlight-2-impressions.html' title='First Silverlight 2 impressions'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-27174240472024885</id><published>2008-03-03T20:22:00.001+01:00</published><updated>2008-03-03T20:24:54.978+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='silverlight'/><title type='text'>Getting Live Messenger Status and display it in Silverlight 2.0 alpha</title><summary type='text'>In expectation of Silverlight 2.0 I decided to do some experimenting with some of the Live API's.  I build a small app which shows my Live Messenger status. And can also show other peoples status if they gave permission.  For now, all you see is a big Messenger icon I created in XAML. I'm not a designer, but you can imagine it's possible to create some nice visuals and animations instead of just </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/27174240472024885/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/03/getting-live-messenger-status-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/27174240472024885'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/27174240472024885'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/03/getting-live-messenger-status-and.html' title='Getting Live Messenger Status and display it in Silverlight 2.0 alpha'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-7019820773371776830</id><published>2008-03-01T10:24:00.001+01:00</published><updated>2008-03-01T10:24:42.358+01:00</updated><title type='text'>Spinawards Showcase website in showcase on Silverlight.NET</title><summary type='text'>The site my colleagues (http://www.amercom.nl) and I created as a showcase for the Spinawards entries has been placed on the Silverlight.NET site, in the showcase section! http://silverlight.net/showcase/  </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/7019820773371776830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/03/spinawards-showcase-website-in-showcase.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/7019820773371776830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/7019820773371776830'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/03/spinawards-showcase-website-in-showcase.html' title='Spinawards Showcase website in showcase on Silverlight.NET'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-5137002951841470669</id><published>2008-02-29T16:01:00.007+01:00</published><updated>2008-03-01T09:17:05.364+01:00</updated><title type='text'>Google Maps vs Microsoft Virtual Earth</title><summary type='text'>For those people who don't want to read and just wanna play, here's the demosite: http://www.wijzijnhier.nl/Showcase/Maps_vs_LiveEarth/  After working with Google Maps and wanting to review Microsoft Virtual Earth I thought I'd have a look and see what the differences and similarities are. I also noticed that not everybody knows of the existence of Microsoft Virtual Earth (VE). Nice opportunity </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/5137002951841470669/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/02/google-maps-vs-microsoft-virtual-earth.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/5137002951841470669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/5137002951841470669'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/02/google-maps-vs-microsoft-virtual-earth.html' title='Google Maps vs Microsoft Virtual Earth'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-5898082662918379239</id><published>2008-02-29T08:09:00.001+01:00</published><updated>2008-02-29T08:09:46.635+01:00</updated><title type='text'>Scott Guthrie releases more info on Silverlight 2.0</title><summary type='text'>He now focusses on Expression Blend and how this works with Silverlight 2.0. Again a great set of tutorials.  Can't wait to get started!  Click here to check it out  </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/5898082662918379239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/02/scott-guthrie-releases-more-info-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/5898082662918379239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/5898082662918379239'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/02/scott-guthrie-releases-more-info-on.html' title='Scott Guthrie releases more info on Silverlight 2.0'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-5173855875176526820</id><published>2008-02-28T21:30:00.001+01:00</published><updated>2008-02-28T21:30:12.002+01:00</updated><title type='text'>Tweening library for Silverlight</title><summary type='text'>Check out MC's Sandpit for a great tween library for Silverlight based on the actionscript library Tweener.     The article contains by some nice samples and explanation. The project is shared on Codeplex, source code available for download.  </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/5173855875176526820/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/02/tweening-library-for-silverlight.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/5173855875176526820'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/5173855875176526820'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/02/tweening-library-for-silverlight.html' title='Tweening library for Silverlight'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-4345019017438469794</id><published>2008-02-25T19:28:00.002+01:00</published><updated>2008-02-28T21:34:26.540+01:00</updated><title type='text'>Silverlight Pong</title><summary type='text'>A while back I created a Silverlight 2.0 (1.1) alpha Pong game, for the excercise.           You can view it here: http://www.wijzijnhier.nl/Showcase/Silverlight/Pong/Testpage.html        and download it here: http://www.wijzijnhier.nl/Showcase/Silverlight/Pong/pong.zip        Have fun!  </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/4345019017438469794/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/02/silverlight-pong.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/4345019017438469794'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/4345019017438469794'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/02/silverlight-pong.html' title='Silverlight Pong'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-2693820100910500437</id><published>2008-02-24T09:31:00.003+01:00</published><updated>2008-02-24T09:49:09.941+01:00</updated><title type='text'>First look(s) at Silverlight 2.0</title><summary type='text'>Scott Guthrie has published an article with a 8! tutorials of a Digg client application in SL2.0: http://weblogs.asp.net/scottgu/archive/2008/02/22/first-look-at-silverlight-2.aspxKoen of First Floor Software wrote an article about the control hierarchy in SL 2.0. (take a look at the saved screenshot of the toolbox in VS): http://www.firstfloorsoftware.com/BlogPost.aspx?id=12127</summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/2693820100910500437/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/02/first-looks-at-silverlight-20.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/2693820100910500437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/2693820100910500437'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/02/first-looks-at-silverlight-20.html' title='First look(s) at Silverlight 2.0'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-1873517159347724726</id><published>2008-02-24T08:58:00.003+01:00</published><updated>2008-02-24T09:03:17.623+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='silverlight'/><category scheme='http://www.blogger.com/atom/ns#' term='spinawards'/><title type='text'>Spinawards Flash and Silverlight site</title><summary type='text'>Last week we sent in our entry for the Spinawards (Dutch web award).We created a Flash site and a Silverlight site to show our entries to the jury and to our customers and to you :).Check it our over here:(Flash version) http://spinawards.amercom.nl/(Silverlight version) http://spinawards.amercom.nl/silverlightSoon I'll publish more silverlight content so stay tuned.</summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/1873517159347724726/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2008/02/spinawards-flash-and-silverlight-site.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/1873517159347724726'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/1873517159347724726'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2008/02/spinawards-flash-and-silverlight-site.html' title='Spinawards Flash and Silverlight site'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-3828041965856394415</id><published>2007-09-14T11:50:00.000+02:00</published><updated>2007-09-14T12:24:08.327+02:00</updated><title type='text'>New dose of inspiration</title><summary type='text'>http://www.milkmatters.co.uk/joinin/Great site where you can make your own movies, save them and send them to your friends. Love the style...http://www.o2blueroom.co.uk/Rugby/NeverSurrender/StareOut/Staring competition between you and the pride of english rugby. Uses a webcam to detect blinking.http://www.aglassandahalffullproductions.com/Bokito's drumsolo. No link to the product whatsoever, but </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/3828041965856394415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2007/09/new-dose-of-inspiration.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3828041965856394415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/3828041965856394415'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2007/09/new-dose-of-inspiration.html' title='New dose of inspiration'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-610411544311273191.post-7610095034920942068</id><published>2007-09-14T11:06:00.000+02:00</published><updated>2007-09-14T11:29:43.233+02:00</updated><title type='text'>Embedding Silverlight using a .NET control</title><summary type='text'>How to use Flash in websites is common knowledge by now. Silverlight, however, is a different story.Showing a Silverlight object in a page (especially multiple objects) requires a different approach.The developer needs to create multiple javascript functions and call these on exact location in HTML where they want to show the object. When using multiple objects on one page, it is possible to use </summary><link rel='replies' type='application/atom+xml' href='http://web-snippets.blogspot.com/feeds/7610095034920942068/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://web-snippets.blogspot.com/2007/09/embedding-silverlight-using-net-control.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/7610095034920942068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/610411544311273191/posts/default/7610095034920942068'/><link rel='alternate' type='text/html' href='http://web-snippets.blogspot.com/2007/09/embedding-silverlight-using-net-control.html' title='Embedding Silverlight using a .NET control'/><author><name>Rob</name><uri>http://www.blogger.com/profile/07014938146985100402</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://1.bp.blogspot.com/_NeZXQ3qxHo4/SPOGMTAqyoI/AAAAAAAAACY/-cB1R7MXc9I/S220/IMG_4457_small.jpg'/></author><thr:total>2</thr:total></entry></feed>
