my thoughts

Getting started with OpenID

March 24th, 2007

OpenIDOpenID has been a hot topic lately. Most noticeably on the blogs of developers and designers, but with the recent support pledged by both Microsoft and AOL, the buzz is spreading like wildfire.

Not to be one to let the bandwagon pass me by, I decided to give it a go. First things first, I needed to find an OpenID provider. I decided to use ClaimID, a service that I had flirted with in the past, but hadn’t yet signed up. After creating my account I now had my ID, so I set out to use it.

One of the fist sites I tested it out on was Wikitravel a free online world travel guide. I learned about the site through Simon Willison’s excellent OpenID screencast. (If you haven’t viewed it yet, I highly recommend that you do.) I clicked on the link at the top to switch my login preference to OpenID, and typed in the address that ClaimID had provided. I was briefly redirected to ClaimID’s authentication screen where I typed in my password. Then I was back on Wikitravel, signed in and ready to browse. No account creation forms. One user ID, one password. Awesome.

After that I decided to go one step further and use my site’s URI as my OpenID. With ClaimID still as my provider, all I needed to do was paste a few small lines of code into the <head> of my page and that’s it. I was logging into OpenID sites with my blog address.

Very cool.

While OpenID has been a getting a great deal more attention in the past few months, it still has a long way to go. Early adopters and geeks aside, the majority of people on the web either don’t know about OpenID or don’t understand it and its potential. Even with more and more sites offering the alternative to login with OpenID instead of the standard username and password, many more need to step up and start supporting it. Namely the social networking sites that the tech savvy frequent (Twitter, LastFM, Flickr, etc.). The more sites that offer this, the more we will be able to reap its benefits.

It will be most interesting to see where this will lead. Portable social networks perhaps? I surely hope so.

OpenID, Technology No Comments

The Joy of CSS

March 12th, 2007

Well, I don’t blame CSS for how this site looks when viewed in IE6 (thanks, Microsoft). After making a few minor changes to the layout, I viewed my site in various browsers to make sure that it still looked right.

  • Firefox - Looks good.
  • Opera - Looks fine.
  • IE7 - Padding issue on some elements, not that big of a deal for now.
  • IE6 - What the hell happened?

After trying a few different things and getting increasingly frustrated, I started looking around for answers. After about an hour of searching, I found that my layout is suffering from the Creeping Text Bug.

I’m in the process of fixing this bug. In the meantime, my apologies if you are viewing it in IE6.

After a bit more research I found exactly what was causing the IE bug. Applying the Holly Hack to the blockquote element seems to have fixed the problem.

CSS, Design No Comments

categories