Extension method to get a page’s ProgressIndicator

In Mango we added the ability to interact with the shell’s native progress indicator along the top of the page. This is a great way to maintain UI consistency with the phone as well as get a smooth progress animation because the system is handling the animation vs.

Crazy Coincidental Coding, Batman!

My Windows Phone cohort and all-round good guy Peter Torr posted on exactly the same topic that I did at almost exactly the same time… and we didn’t co-ordinate it at all! Virtualizing Data in Windows Phone 7 Silverlight Applications Creepy, huh?

Getting Blur And DropShadow to work in the Windows Phone Emulator

I’ve noticed a few questions in the forums around why the Blur and DropShadow effects aren’t showing up in the Windows Phone 7 Series emulator and the simple answer is you have to set CacheMode to BitmapCache. 1 2 3 4 5 6 7 8 9 10 11 <TextBlock Text="DropShadow" Foreground="Black" FontSize="48" CacheMode="BitmapCache"> <TextBlock.