views:

296

answers:

1

Consider the log in page on NerdDinner.com: http://www.nerddinner.com/Account/LogOn

Some nice features:

  • jQuery effects on the OpenID choice
  • popups for the other major providers

Is this revision of the NerdDinner AccountController and its View available for public download? How would you reinvent this implementation? Any code you can post would be fine.

Calling Jon Galloway!

alt text

+2  A: 

All of NerdDinner is available for download from CodePlex.

NerdDinner uses DotNetOpenAuth for its OpenID support, and the latest version of DotNetOpenAuth available from the Visual Studio Gallery includes an ASP.NET MVC selector that does the same thing, although without a couple of the color and size styles picked to fit NerdDinner.

Andrew Arnott
@Andrew: thanks, I didn't realize the new version of ND and its changesets were available for download. I'd only seen the packaged 1.0 source. Thanks again!
p.campbell