Skip to main content

Posts

Showing posts from October, 2009

Regex Hero Embraces MVC, OpenID, and Cloud Computing

You may have noticed that there haven't been any updates for awhile. Well, I've been working on this update for the past three weekends. It was a big one. First, I completely rewrote the site from scratch. I went from ASP.NET Web Forms in VB.NET to ASP.NET MVC in C#. I did it for the learning experience, but I also did it because I wanted the added control that MVC gives me. I like the fact that I was finally able to rid the site of all viewstate information. And I also like the way that URL's and forms are handled in MVC . Second, I built an OpenID login/registration system. I believe OpenID is finally at the point now where it's easy enough to use, and you don't even have to completely understand how OpenID works to use it. In the past registration forms asked you for your OpenID URL which of course most people don't know. But now you can simply click a logo to log in. You can log in here to see what I mean. I used the excellent DotNetOpenID