Archives
-
Riffing on: Avoiding the Uncanny Valley of User Interface
Inspired by: http://www.codinghorror.com/blog/archives/000869.html
Never has a truer word been spoken. Trying to shoehorn desktop application UI paradigms into a web based application never ends …
-
extJS: VType for validating a time
I needed a VType for validating a time using the extJs framework in the format HH:MM (24 hour clock, no 'AM' or 'PM') and couldn't find one that quite fit the bill, so a tweaked version is:
Ext.form. …