161 reputation
3
bio website
location Exton, PA
age
visits member for 2 years, 4 months
seen Nov 18 '12 at 18:13
stats profile views 3

Jan
26
awarded  Supporter
Jan
24
awarded  Editor
Jan
24
revised Best way to align text on a website?
One day I'll learn how to type...
Jan
24
answered Best way to align text on a website?
Jan
10
awarded  Teacher
Jan
10
answered Does anyone have any good examples of a Heuristic Evaluation report?
Oct
21
comment How to indicate a text field is autocomplete capable?
All of the auto-completes I've run across rely on AJAX. Since the input needs to be targeted by the JS, the same targeting could be used to apply a style to any text field that has auto-complete functionality. If you want a more interactive indicator, attach some kind of style update to the AJAX call function. When the AJAX call is made, the input that triggered the call can be updated to indicate that it's in the process of auto-completing.