Windows Phone From Scratch #10 – Visual State Part 2

This mini-tutorial will build on the work done yesterday, and will demonstrate how to return to the default visual state for a given state group.

Continue reading

Posted in Patterns & Skills | Tagged | Comments Off on Windows Phone From Scratch #10 – Visual State Part 2

Firstarter 2010 – Data Binding


Get Microsoft Silverlight

I had the great pleasure of presenting the Data Binding portion of the 2010 Firestarter,
joining Scott Guthrie, Yavor Georgiev, Dan Wahlin, John Papa, Tim Heuer, Mike Cook, Jossef Goldberg and Jaime Rodriguez for an amazing day.

Download the slides and code here.

Continue reading

Posted in Data, Essentials, Patterns & Skills | Tagged | Comments Off on Firstarter 2010 – Data Binding

Windows Phone From Scratch #9 – Visual State

When transitioning from one state (e.g., button up) to another (e.g., button pressed)OKButton the user expects and requires visual feedback.  Often this is provided with animation: the button appears to descend.  Creating this animation is greatly simplified by the Visual State Manager in Silverlight, and thus in Windows Phone 7. 

To see this in a simple demonstration, let’s return to the form created in the previous tutorial, Styles, and examine the OK button.  

Continue reading

Posted in Mini-Tutorial, Patterns & Skills | Tagged | 2 Comments

Yet Another Podcast #16 – Adam Kinney

Talking with Adam Kinney about Expression Blend For Developers onlooking

Call in comments:  1-347-YAP-CAST

rss iTunes
Posted in Blend, Patterns & Skills, Podcast | Tagged , | Comments Off on Yet Another Podcast #16 – Adam Kinney

Windows Phone From Scratch #8–Styles

Let’s take a look at how styles can unify the look and feel of a Windows Phone application.  This and the next few Windows Phone From Scratch (WPFS) postings will use the same form, so we’ll begin by creating a new Windows Phone Application in Expression Blend, and we’ll name it WPFS8.

Continue reading

Posted in Essentials, Mini-Tutorial, Patterns & Skills, WindowsPhone | Tagged | 1 Comment

Yet Another Podcast #15 – Ian Griffiths

Talking with Ian Griffiths about C#, Async and much more.  ian_griffiths

Call in comments:  1-347-YAP-CAST

rss iTunes
Posted in Podcast | Tagged , | 1 Comment

Quick Timesaver When Coding Xaml

Try this in your Xaml…

<Button
VerticalAlignment="Center"
HorizontalAlignment="Center"
Margin="5"
Height="30" />

Continue reading

Posted in Essentials, Patterns & Skills | Tagged | 7 Comments

The Full Stack–Part 4: Back to the client

Part 4 in the Full Stack series in which Jon and I are building an entire application from conception to delivery that includes MVC 3 ASP.NET, Silverlight and Windows Phone.


Get Microsoft Silverlight

Also available on Channel 9

Posted in Patterns & Skills | Tagged | 3 Comments

Silverlight –The Future Starts Now

Silverlight Firestarter: The Future of Silverlight Starts Now

There was quite a bit of concern about announcements and lack of announcements and press reports during PDC.   I wrote a short posting on the issue, but nothing says commitment and long, robust and healthy life, like a Scott Guthrie keynote marked by “what’s coming next for Silverlight”

Continue reading

Posted in Community, News | 2 Comments

Windows Phone From Scratch #7–Element Binding

This mini-tutorial extends the work done in number 6, adding a slider and a text blocksLIDER bound to the value of the slider, through element binding – that is, the binding of one element’s value (in this case the TextBlock) to a value in a second element (in this case the slider).

Continue reading

Posted in Mini-Tutorial, Patterns & Skills | Tagged | 3 Comments

Yet Another Podcast #14 – Shawn Wildermuth

Talking with Shawn Wildermuth about Silverlight, Windows Phone, Data and more.  Shawn Wildermuth

Listen | Return to Yet Another Podcast

Call in comments:  1-347-YAP-CAST

rss iTunes
Posted in Patterns & Skills | Tagged | 3 Comments

Yet Another Podcast #13–Corey Schuman

Talking with Corey Schuman about Windows Phone, Blend and more.

Listen | Return to Yet Another Podcast

Call in comments:  1-347-YAP-CAST

rss iTunes
Posted in Blend, Patterns & Skills, Podcast, WindowsPhone | Tagged , , | 2 Comments