Of course, a view without a controller is not very useful in itself, but in this post I want to show you how I solved a small re-usability problem.
I’m working on a small open-source project on Codeplex that aims to build a player for the Hanselminutes podcasts. It is nothing very special, but it gives me a nice playground to find out new stuff.
So there is a “Loading playlist” message and a “Buffering audio” message displayed at the appropriate moments. You can do that in a lot of ways, but in this a...
(more)