Archive for October, 2008

Motionbox EventHandler Focus and Blur Bubbling Update

The Motionbox EventHandler ( http://github.com/tobowers/motionbox-eventhandler/tree/master ) now supports focus and blur bubbling. Based on this technique. Internet Explorer is supported too (behind the scenes it uses focusin and focusout, but you don't need to know that).
PLAIN TEXT
HTML:

<form id="formy" action="#">
  <input id="inputy1" name="inputy1" class="input_field" />
  <input id="inputy2" name="inputy2" class="input_field" />
</form>

PLAIN TEXT
JavaScript:

// This now [...]

Letting users know about OpenID

Yahoo recently did some research on OpenID. The results were pretty poor, but I'm not surprised.
I think the big problem with OpenID right now is that we're all thinking about it like geeks. The main benefit to the user is that he/she doesn't have to sign up for yet another account - or give [...]