web metrics
Code Bits - Technoeuphoria!

Browse by Tags

All Tags » Code Bits (RSS)

Preparing to Move to RTW

For those of you who have been working on the Silverlight RC0 bits getting yourself ready for the release, check out this blog post from Laurence Moroney where he talks about how to get your RC0 and Beta 2 bits deployed side by side so you don’t have...
Posted by jocelyn | 1 comment(s)
Filed under: ,

Using the Facebook Developer Toolkit 2.0 for Canvas Based applications

I missed the release of the latest version of the Facebook Developer Toolkit from clarity consulting so I decided to play around with it after our Mix It Up event. There have been much changes to the toolkit since the last time I looked into it. It took...

Mix for Students: facebook development with .NET

I did a session on facebook development using the facebook developer toolkit where I also showed how I integrated my Piss Off Silverlight application into a facebook app, which I now call PissBook . I’ve registered the pissbook url but have yet to point...

Embed a font

If you want to embed a font into your Silverlight applications, add the font into your project: Set the Build Action file property to embedded resource: Use the following code snippet to use the font as a font source for your components: Assembly ass...
Posted by jocelyn | 1 comment(s)
Filed under: ,