Post Archives for the "demo" Tag

Xbox Gamercard updated for Silverlight 2 Beta 2

After a few changes the Xbox Friends Watch Gamercard now runs on Beta 2.  The few changes I had to make included updating the project file in Visual Studio to match Beta 2 Adding System.Net as a reference since the WebClient class has moved there Changing Storyboard.GetClockState to…

- read the full post

posted on Jun 26th, 2008 | Permalink | Comments (6)

Xbox Friends Watch - releasing v1 of the new Gamercard

Xaps One of my favorite new features of Silverlight 2 is the new Application model.  Moving on from version 1.0, where JavaScript instantiation was the only way to start your app and you were restricted to the same origin as the web page, enter the Xap.  The new packaging model, not only …

- read the full post

posted on Apr 2nd, 2008 | Permalink | Comments (5)

Catching up with Silverlight 2

Starting last week on March 5th after Silverlight 2 Beta 1 was announced, a lot has been said about Silverlight 2.  Presentations have been given, demos have been shown, bits have been released, tutorials have been posted and many conversations have been had.  As an attempt to catalog som…

- read the full post

posted on Mar 10th, 2008 | Permalink | Comments (2)

Consuming JSON data with Silverlight

How would I use JSON data with Silverlight? I've been asked this a few times and it happened again today.  So tonight is the night to write a quick tutorial on how easy it is to do this.  You can start from scratch or from any Silverlight 1.0 template, but I will be walking through the st…

- read the full post

posted on Dec 19th, 2007 | Permalink | Comments (2)

Dojo GFX and Silverlight test

Reading the release notes for Dojo 1.0, I found a line item that said "dojox.gfx now includes Silverlight support". For those in the know this was actually added back in v0.9, but it was a new to me and I've been wanting to give it a test drive since I read about it. From the Dojo docs …

- read the full post

posted on Nov 12th, 2007 | Permalink | Comments (4)

Pumpkin Card - Silverlight demo with code

After enjoying the China Moon Festival Card, I wanted to try my hand at creating a holiday card with Silverlight.  I've also been looking for the opportunity to dive into vertex animation which is a big part of this demo.  I also wanted to add sound but the animation took a bit more tim…

- read the full post

posted on Oct 31st, 2007 | Permalink | Comments (5)

Moon Monsters - Silverlight demo with code

This is another demo created for my "There's more than a Media Element in Silverlight 1.0" presentation that I gave at REMIX Boston.  This was a lot of fun to create.  I definitely pushing vector graphics to act organically. The demo shows off four different concepts: CreateFr…

- read the full post

posted on Oct 16th, 2007 | Permalink | Comments (2)

Photo Fader v2

The first time I posted this demo, I got a few confused comments on how to actually use it and what the purpose was.  This time around I've added a few more UI elements to better explain what is going on.  Tool tips when hovering over the mod and code buttons, a thumb and some depth was ad…

- read the full post

posted on Oct 15th, 2007 | Permalink | Comments (0)

Photo Fader - Silverlight demo with code

I created this demo for my "There's more than a Media Element in Silverlight 1.0" presentation that I gave at REMIX Boston. The demo shows off three different concepts: Retrieving dynamic content from packages Using SetFontSource for custom fonts Sound playback is simple Instructions:To fade the …

- read the full post

posted on Oct 11th, 2007 | Permalink | Comments (2)