Tagged Questions
3
votes
1answer
64 views
Best way of editing rows and row details of a UITableView in iOS
I have a table view which may have several items (rows), which in turn have more information that I want to be displayed in another view by tapping the row (common scenario). The point is, I'd like to ...
12
votes
6answers
444 views
Does the use of a WYSIWYG editor by itself improve the UX?
As someone with a lot of background writing low-level software, I've always felt a strong dislike for WYSIWYGs such as CKEditor or TinyMCE in the browser. To me they are mostly problematic, as they ...
6
votes
3answers
381 views
What problems could arise from displaying a label inside a textbox during data entry?
Just made the finishing touches on a new technique I developed for using a label in a textbox.
Here is the live demonstration: http://powabunga.nfshost.com/bestform/
There were a few things I was ...