Disney Shorts -1938

Self Control February 11, 1938 available in The Chronological Donald Duck Volume 1 I usually love the Donald Duck shorts that focus on his personality, since that is Donald’s Achilles’ heel . This short is about Donald trying to rein in his temper with the help of a radio personality. Naturally this means a series…

Read More

Silverlight and WPF Link Dump

I’ve been too quiet lately and I need to dump some links so I don’t forget about them: SVLite Effects from Cellbi – Amazing work with Silverlight… play around with their Carousel project in particular. Awesome. Silverlight.FX – From Nikhil Kothari, a very useful FX library with about a dozen kinds of transitions and effects….

Read More

Using Vectors in an App Bar (Windows 8 + Windows Phone 8.1)

I’m going to do this backwards. I’ll start assuming you already have your vector icon in XAML. Then, how to import your vector icon from Illustrator to XAML. The basics: Your button should look like this: <AppBarButton x:Name=”MyButton”     Label=”do stuff”     Style=”{StaticResource HeadphoneVectorIcons}”/> And the style should look like this: <Style x:Key=”HeadphoneVectorIcons”         TargetType=”ButtonBase”>…

Read More

Weekly Links – 12-3-2012

Cool Stuff (uncategorized) Practical Sketchnoting (pdf) – Sketchnoting is the practice of taking notes using a combination of text and images. Jason Alderman gives helpful tips on how to do it. Windows Phone 8 Windows Phone 8 Toolkit overview (Adam Denning) – The WP8 toolkit isn’t required for building apps in Windows Phone 8, but…

Read More