-
ASP.net hosting – post Vista installation
Crazy thing that I’ve been putting off diagnosing – the inability to debug/test without debugging since the installation of vista on my home PC. I could debug on my other computers, so I…
-
Creating a Silverlight project in Visual Studio vs. Blend
You’d think that the creation of a project in either Blend or Visual Studio, that they would start the entire solution with the same files. Unfortunately that is not the case, and this…
-
XamlFest – 2 day training
The most recent group meeting with the Seattle Developer / Designer Interaction group was great – I think one of the most fun that we’ve had so far. One of those attending was…
-
Media Player – a YouTube video of it
The media player which Victor’s book steps you through on chapter 6 is complete. I customized it a bit and added a back button, which was coded essentially as an inverse of the…
-
Closing textblocks inside open tags
From my experience, I always kick myself every time I do something like the following: <TextBlock Text="Bogus Text" /> The reason I kick myself is that I find by closing a tag like…
-
Disabling design view in Visual Studios
For those that missed my blog earlier today, I am going through the Victor Gaudioso’s book on Blend 2, and one of the first things he has you do is create your application,…