DANIEL VAUGHAN

Intellicam Released To Windows Phone Marketplace

17 May 2013

Katka has done a short and sweet write-up of our new app, Intellicam, which was just released to the Windows Phone Marketplace. There’s a lot of buzz around Intellicam: AAWP, Windows Phone News, WMPowerUser, Mobile & Apps, MaxiCep, WPXBOX, appbb, WPForum, xataka, WPMania, comunica, ... The app comes in two flavors: a free version and a paid version. The free version leaves a small watermark on the image.

Read more


Generating Localized Resources In Mono For Android Using T4

14 Apr 2013

Introduction Recently I have been using the Xamarin products: Mono for iOS and Mono for Android, to port some of our Windows Phone apps to iOS and Android. I like the Xamarin products a lot. Being able to contain most of my development activities to the familiar environment of Visual Studio has made getting up to speed easier. One key facet of the Xamarin products, in particular Mono for Android, is that they do not...

Read more


Resolving The Issue Emulator Not Able To Connect To The Windows Phone Os

31 Oct 2012

The Windows Phone 8.0 SDK is out, and while most sink their teeth into its cavalcade of new features, a few may encounter a small road bump when moving to the RTW version; as I did. After moving from a pre-release version of the Windows Phone 8 SDK to the RTW, I found that I was unable to launch the Windows Phone emulator because of a networking issue. The emulator would pop up the following...

Read more


Knockout Style Observables In Xaml

25 Jul 2012

This week there was a short discussion on the WPF Disciples about Knockout observables and the implications of field level and owner level data bindings. The discussion can be found in the guts of this post. I wanted to explore the topic further, and I decided to take a stab at implementing something analogous to Knockout Observables and Computed Observables in WPF. In this article we look at implementing field level change notification in WPF,...

Read more


Knockout Inline Binding Handlers

13 Jul 2012

Recently I’ve been working on a HTML5 single page application (SPA). I’ve been relying Knockout with Script#. Nearly all of my application logic is in C#, which has allowed me to reuse a lot of my previously thought out approaches to validation and so forth. I complement that with smatterings of JS in the form of binding handlers and so forth. I’m really pleased with this approach so far. I’ve been finding myself creating Knockout...

Read more