Category: Technology

  • Dell ControlPoint Fix

    Technorati Tags: Dell Headline: After installing the latest version of .NET 4.0 I kept getting an error with SecurityDeviceInfoSetRegistryString.exe not being able to access the registry. There is a fix on the Dell site. After I downloaded an update to the ControlPoint System Manager dated 4 Aug 2009, version 1.3.00000, A12. After I installed that…

  • Using SQL Express with Visual Studio Test

    Update: I like the looks of Jess Chadwick’s solution better… I’ll post another update after I try it. Problem: I want to have a test project that I can easily give to someone else and they can run all the tests – even tests that run against SQL Express. Sounds simple, but it doesn’t seem…

  • Saturday Night Wrestling with MVC

    Ok… It wasn’t really that bad, but it did take some effort. Here was my objective: Now that MVC (ASP.NET Model-View-Controller) 1.1 has been released (not sure how I missed that) to work with Visual Studio 2010 and .NET 4.0 migrate my evolving website to use the .NET 4.0 beta. I was able to get…

  • LinkedIn and WordPress too

    And now there’s a nice application on LinkedIn that will pull the latest posts – 5 I think – into my LinkedIn profile. I hope that takes care of necessary social network integration for the moment.

  • Now trying to integrate Facebook and WordPress

    I think I have the Twitter piece done. Now I’m trying to use the WordBook plugin for WordPress to see if it can post to Facebook.

  • TweetSuite?

    Trying to integrate with Twitter using TweetSuite

  • Leveraging MVC ModelError Using Exceptions

    Headline: A very simple change to the DefaultModelBinder will allow you to use default validation capabilities in Microsoft’s MVC (Model-View-Controller) Framework far more effectively. The Problem – Please show my model exceptions to the user! As Steven Sanderson stated in his book, you want to have the validation for your model in an MVC application…

  • SPF?

    Sun Protection Factor? That’s what most of us think of, but I’ve been experimenting with SPF – Sender Policy Framework. For more, visit: http://www.openspf.org/ I send e-mail from various web applications I maintain so I did not want to make my life hard. So… I took the easy way and left the defaults as they…