Monday, April 30, 2007

Get into OpenID!

I have been seeing an increasing frequency of the term OpenID online these days, blogs, wikis, devnets, ..

Interestingly, while browsing my del.icio.us network yesterday, I came across a free anonymous/temporary OpenID provider at:
Something of similar concept with My Trash Mail. I have some chats with Sarah as well the same night about the crappy social networks surrounding us these days. However, there are some good ones which help driving one's personal growth and goals,
So I created a goal that is to get into OpenID. If you are not familiar with the concept, it is basically a distributed and decentralized single sign on (SSO) solution. You will be given an OpenID which is basically a URL, e.g.
This URL can be used as an authentication mechanism for other accounts you have in the Internet, such as your blogs, social networks, emails, websites. With OpenID, as long as you are signed on, you will be signed into any other of your accounts automatically.

If you are interested to read more about it and what's going on behind the scene, please refer to:
You may create multiple OpenIDs as you may not like to use the same identity for different purposes, for instance, separating social network and business ID. Here are a few OpenID providers which can give you a good start:
I have also come across Atlassian Developer Blog about their SSO tool "Crowd" will be OpenID-enabled in the end of May. That sounds interesting.

As OpenID is growing in a high momentum, we will be seeing more and more companies and sites to support it in the very near future, such as Digg, Microsoft, ...

Stay tuned.

- yc, opened

Saturday, April 28, 2007

Sexy Web-Design Trick

Here is something I shared with my colleagues previously in company's internal blog. Something quite useful to a web- designer or developer.


var tables = document.getElementsByTagName("table");

for(var i = 0; i < tables.length; i++){ tables[i].style.border = "2px dotted #000000"; tables[i].style.padding = "4px"; };

var divs = document.getElementsByTagName("div");

for(var i = 0; i < divs.length; i++){ divs[i].style.border = "1px dashed #dddddd"; divs[i].style.padding = "4px"; };


I'm using this as a Firefox bookmark, here's an example:



- yc, stoning

Sunday, April 8, 2007

Sisu

Sisu, principle of high power of will which should make you to achieve anything, a unique Finnish quality.

You can be an excellent driver, pole sitter and even race winner, but you are just not the world-champion racer. That's Felipe Massa, a talented Brazilian kid who has improved and gained a lot from being the partner of Schumi in 2006.

But if you look at the way Michael Schumacher signed off in Sao Paulo, Kimi Raikkonen's and Fernando Alonso's fighting spirit and sharpness on the track, you know what they are truly made of. Lewis Hamilton is another one, calm under pressure.

You?

- yc, upbeat