This is another free music site. I haven't tested it too much, but it seems to have a pretty extensive song library.
Thursday, July 9, 2009
Wednesday, July 8, 2009
Fancy Footwork
I'm not a big soccer fan. Nor am I a big Microsoft fan. But I saw this Microsoft video that has these soccer highlights and was pretty impressed. Here you go...
Saturday, June 20, 2009
Silverlight Tutorial - Image Button w/ TemplateBinding
** This post is not for my usual readers - you will be bored to tears. This post is for Silverlight Designers and Developers. **
I have been trying to figure how to make an image button in Silverlight that can use TemplateBinding to switch out the image. There seems to not be any clear instructions or tutorials out there, but I finally figured it out, so now I would like to share this extremely useful bit of information with you.
Below is a video/screencast of how to do it, but first I will just give you a brief description.
I have been trying to figure how to make an image button in Silverlight that can use TemplateBinding to switch out the image. There seems to not be any clear instructions or tutorials out there, but I finally figured it out, so now I would like to share this extremely useful bit of information with you.
Below is a video/screencast of how to do it, but first I will just give you a brief description.
- Create a button
- Edit Template Style
- Put and image inside the Content Presenter
- In the XAML, select the Image and change it's Source to "{TemplateBinding Content}"
- Back on the main stage, type the image path inside of the Content field (Properties Panel)
- That's it (to add text, go back in the button and add a TextBox or ContentPresenter and set it's TemplateBinding to the "Tag" field and enter text there from the main stage
Friday, June 12, 2009
Monday, June 8, 2009
Sunday, June 7, 2009
Subscribe to:
Posts (Atom)
