Devtalk on DasBlog now supports OpenID

Recently Scott Hanselman added support for OpenID to http://www.hanselman.com/blog/ and I have been wanting this for some time.

Today I finally got around to getting the source to Dasblog (revision 823) available at Codeplex or SourceForge.net

Currently its the same revision, but DasBlog will move permanently to Codeplex, so go for the Codeplex checkins in the future.

I tried to build, but got a few errors, but figured out that there was an issue with renaming Utils to SiteUtilities, so i commented out the second definition of the "Utils" class in SiteUtilities.cs, and it compiled.

I merged the new version with my existing Dasblog, but running it gave me the following error:

Could not load type 'newtelligence.DasBlog.Web.Services.OpenIdHandler' from assembly 'newtelligence.DasBlog.Web.Services'."

on this line:

Line 159: <add verb="*" path="authenticate.ashx" type="newtelligence.DasBlog.Web.Services.OpenIdHandler, newtelligence.DasBlog.Web.Services"/>

So I removed it, and I would seem that OpenID now works for comments, but not for administrator login.

I haven't looked further into it yet, but it looks a little like there is something missing in the "newtelligence.Dasblog.Web.Services" project. I will dig a little deeper and see if I can figure it out.

But please help me test the OpenID support on the comments. If you don't have an OpenID then go get one.

Related Links:

Posted May 28, 2008 by Joachim Lykke Andersen
In Blogging | dasBlog

Comments [4]   

A few changes to the blog

I have done a few changes to the blog today to improve usability - I thought it was getting a little cluttered:

  • Upgraded to newest version of dasBlog
  • Removed adsense ads
  • Cleaned and re-arranged the sidebar
  • Improved styling of comments
  • Added spam protection with Akismet
  • Removed large Digg button
  • Swithed to Feedburner (dasblog does a 301 redirect from the old feed)
  • Added flares
  • Fixed a few issues with the adminsection (bad upgrade i suppose?)
  • Added dates to posts (about time)

I hope this is an improvement, and if you have any issues you are most welcome to write me, and I will make sure to fix it.

Posted May 15, 2008 by Joachim Lykke Andersen
In Blogging | dasBlog

Comments [0]   

Congratulations, you've installed DasBlog!

Be sure to visit all the options under "Configuration" in the Admin Menu Bar above. There are 16 themes to choose from, and you can also create your own.

 

Posted July 20, 2005 by admin
In dasBlog

Comments [0]