Browse by Tags
All Tags »
silverlight (RSS)
I did a quick Facebook application to show off at a session I did today. In the process, I ended up writing what might be the beginnings of a Silverlight API for Facebook. The application's here . It shows you the status messages of your friends in the
Read More...
Phew! It's been a long time since my last post. I have no excuse. I've been a lazy bum and I know it. Well, getting married will do that to ya :) I have been using the Collapsible Panel control as a tool to demonstrate various Silverlight concepts over
Read More...
This was something that had been bothering me for a while. Silverlight 2 came out almost two months ago now and I still haven't had the time to go back and update CollapsiblePanel, my sample content control. To read more about CollapsiblePanel, go here
Read More...
No doubt many of you have heard that Silverlight 2 RC0 just debuted. There's loads of bug fixes here since Silverlight 2 Beta 2 and some breaking changes as well. Unlike the breaking changes document from Beta 1 to Beta 2 (which was 80 odd pages) this
Read More...
Note: The zip archive below has been updated after Silverlight 2 released to the web. For more details on the changes I made, see this post. This post is part of series that demonstrates how to write a Silverlight 2 content control. The first post in
Read More...
I answered this in a comment earlier today but I figured this was something that deserved a post of its own. There seems to be some confusion around how to set the name (x:Name in XAML) of a Silverlight object in code. Here's how it's done: object.SetValue(FrameworkElement.NameProperty,
Read More...
This article illustrates the writing of a Silverlight content control. If you’d rather just dive into the code and explore it yourself then it is available for download here: http://cid-136a36717e5d129c.skydrive.live.com/embedrow.aspx/Blog%20Files/CollapsiblePanel.zip
Read More...
Silverlight 2 Beta 2 is out! I can't believe the incredible number of changes they made between versions. Sure some of them can be a pain during upgrades (I'll talk more about this in another post) but the new features make it worth the effort :) Here's
Read More...
A disclaimer before you read on. Silverlight 2 Beta 2 is due out very soon (sometime this week or early next week) and will mean changes in the installation instructions. I will post an updated quick guide when it is publicly available. Till then, read
Read More...