A few buddies of mine are working on this project, and I thought it was pretty cool. You buy someone a gift card, for them to build a custom t-shirt online.
It's a really cool interface. Upload a graphic, add some styled text, and quickly you have (or the gift receiver has) a custom printed shirt on the way.
Here is a link to the press release.
And Here is a link to the T-Shirt Gift Wizard.
As you know, the WPF/e CTP bits shipped this week. The site shows some pretty amazing demo, one of which is the Slide Show Demo.
What a great interface. I wanted to see the XAML that was running behind that page. Right Click / View Source, and you can see the source of the object that is created.
http://channel9.msdn.com/playground/wpfe/Filmstrip/xaml/slideshow.xaml
If you try to open this source directly, (if you have already installed the WPF/e) you'll get an error, because the application tries to start, but can't.
So I pulled the content for anyone that is interested.
http://www.scottcate.com/downloads/slideshow.xaml.xml
Sometimes it's fun to just look at the source.