|
|
|
|
|
by pclark
6362 days ago
|
|
cool, I proded the european amazon web services dude to check out your site - nice publicity :) (he's @simon on twitter, I'm @plc) Maybe, MAYBE, a little too many refelctions on the site. Just my 2 cents. Can you turn this web app into a desktop app easily with silverlight? |
|
1. WPF application - copy / share the code with a full blown WPF application and fix any incompatibility errors (Silverlight is a subset of the full .NET framework so there shouldn't be many).
2. Mesh Application - Live Mesh applications include the ability to run Silverlight outside of the browser, like a desktop application (short cuts, start menu items etc). I've done a bit of a proof of concept of this (http://www.vimeo.com/2542327 for an overview) but this introduces a hard dependancy on the user having Live Mesh installed so for the moment it's just proof of concept.
Thanks.