• Post Calendar

    June 2009
    S M T W T F S
    « May   Aug »
     123456
    78910111213
    14151617181920
    21222324252627
    282930  

Archive for June 20th, 2009


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 [...]