10 Dec
2009

StatLight – Goes Open Source

Although I made a very minor attempt at making StatLight a “for-sale” product, I knew when I started that open-source was most likely going to be my long term path for StatLight. What is it? (Silverlight Testing Automation Tool) StatLight is a tool developed for automating the setup, running, and gathering results of Silverlight unit […]

Read More
6 Dec
2009

Authenticated web services calls with Asp.Net MVC

I?ve been encountering a problem as of late.  I?m creating a lot of ?Single Page Pattern? web applications.  This means you load the page once, then handle everything else via web service calls. And if you have ever worked on web applications you should be familiar with the ?user went to lunch? issue (session timeout).  […]

Read More
4 Dec
2009

BSDG – Silverlight/WPF Multi-Targeting Presentation Sample Code

Category:UncategorizedTag: , , , :

If you attended the BSDG user group meeting last night and would like to download the sample code for my Silverlight/WPF Multi-Targeting presentation, you can download it here. Recap: The Silverlight and WPF platforms are very similar, but they do not have binary compatibility; this means that an assembly compiled for one platform cannot execute […]

Read More
3 Dec
2009

OpenCV cvLoadImage IOError

I’ve been working on a project that involves computer vision algorithms.  Fortunately, really smart people have done all the hard work and produced OpenCV.  Even better, there are a set of Python bindings, which makes a big difference because my project is written using Python. The bad news:  I’m writing this on a Windows box […]

Read More