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 it to my app as it seems that facebook isn’t [...]
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 = Assembly.GetExecutingAssembly();
Stream stream =
ass.GetManifestResourceStream("EmbeddedResource.Font.pricedow.ttf");
this.test.FontSource = new FontSource(stream);
this.test.FontFamily = new FontFamily("Pricedown");
XAML [...]
There is no excerpt because this is a protected post.
Then my birthday would have been 05/10/1520 and that would have rocked. And maybe life would have been a little less complicated.
There is no excerpt because this is a protected post.
So I haven’t posted in a while. but I said I WANTED, not that I would
Lately I have been trying to get a life outside of work, or even technology in general. This week has been a bit more successful than the previous attempts. I had just been feeling so much [...]
Which is why, even though I’m dead tired, I am here :-p
I love writing, it helps me relieve my stress, and stress has been around for a few days now. Today was good though. Some challenges at work but surviving through the day is always good. Today I got to do things [...]
And as the creature leaped into the abyss, he turned over and sent arrows filled with poison raining into the air. They pierced her skin one after another. She felt the searing pain as each arrowhead ripped her skin, and it seemed almost like she could feel the poison flow through to her [...]
I finally finished the book. I was feeling a bit down today, unaccomplished as usual. Maybe it’s the aftermath of the multitude of stuff that needed to get done last week. So I did what I usually do when I’m feeling negative: hit the salon. And yes, today, I finally died.. err.. dyed [...]
I found out about this new application today called Evernote and I am just loving it! I haven’t had a chance to fool around with it too deeply yet but a few cool features that I really like is that you can sync your notes on both your desktop as well as [...]