HTML5 Input Event Handlers and User-Experience
TL;DR Summary: Use oninput event handler (or input event handler event type) when you register an event to the HTML5 input[type="number"], instead of onchange, onkeyup/down (although you may want to...
View ArticleCreating Non-disruptive Notifications with HTML5
The HTML5 Web Notifications API (now available on Chrome) allows you to display the Growl-like notification windows outside of the web browser window. Unlike the alert dialog, the notification windows...
View ArticleTouchy-Feely with DOM Events: Rethinking Cross-Device User Interaction
This article was originally written for Nokia Code Blog on the earlier this month, and I am re-posting it here with a permission. There have been numerous ways for users to interact with web pages on...
View ArticleJS Conf US Slide – JS APIs for Hardware Access
I don’t usually consider myself as a jetsetter, however, the past months of May and June had been crazy – I went to Amsterdam (my Flickr photos) for Mobilism, Amelia Island (North part of Florida) for...
View Article