Wednesday, January 19, 2011

OpenId

In the several pre-development stage of LostKilo, I used OpenId. I would like to contunue using it, as it has advantages to the user and to me, I feel its a win win situation. Here is some sample code on implementing OpenId in mvc. This means all I have to save in my database is the user email.

Tuesday, January 18, 2011

Modal Dialog Choice

Here is an article about modal dialogs to be used with the ASP.NET MVC stuff. It is not a very good article. I have used the jQuery UI block and many others. I am going to collect some information about these here.
There is a thread on StackOverflow but it doesnt say much. David Wiliams has some explanation here.