Demonstration-Ready Prototypes and Platform Explorations
May 2014 focused on transforming working prototypes into demonstration-ready systems while exploring new platforms for showcasing the visual touch concept....
Browse posts by category: "dev" below.
May 2014 focused on transforming working prototypes into demonstration-ready systems while exploring new platforms for showcasing the visual touch concept....
March 2014 brought significant progress on both the software and hardware fronts of the Visual Touchscreens project. The month began with a critical performance challenge and ended with working...
February 2014 marked an intensive exploration phase for the Visual Touchscreens project, focusing on identifying the right sensor technology to enable touch interaction through depth perception...
This is just a quick note so that web searches for a similar problem find a solution. Seemingly out of the blue, I started getting random errors of the form below when compiling C++ applications in...
The Async Pattern used in .NET 1.x and 2.0 code always annoyed me because of the excessive coding noise it introduced. The new support in .NET 3.x in relation to lamdas (convenient delegate or...
FxCop is a static analysis tool from Microsoft that checks software source code for conformance to the Microsoft .NET framework’s design guidelines....
One of the blogs I subscribe to is by Reginald Braithwaite. He was recently interviewed on InfoQ and part of the conversation related to the development process of generalizing in programming: ……so...
We recently upgraded to using Visual Studio 2008 for compiling our MacroView source code on Windows. Previously we had used Visual Studio 2003 so there was a jump over the 2005 compiler version....
Okay here's a weird .NET Windows Forms error scenario. One of the applications had a scenario where an ObjectDisposedException was occurring, but for only one of the users....
After many web searches looking into screen scraping technologies for automating legacy Windows applications, I came across a testing automation product from Ranorex....