326 reputation
19
bio website coroflot.com/deveshjagatram
location India
age 32
visits member for 1 year, 1 month
seen Mar 24 at 5:20
stats profile views 14

Apr
16
awarded  Yearling
Mar
4
answered Why doesn't Mac OSX have a Cut option?
Mar
1
answered Why are nested elements scrolled to the opposite direction?
Mar
1
answered Navigation toolbar design
Feb
25
comment Is it better to have a modal or an inline entry for a table?
In my opinion, inline editing of form fields inside tables should not be used in tables which have large number of values and UI widgets like pagination/sorting as this will lead of wierd behaviors as described by @peter
Feb
25
answered How to know what should be a button and what should be a link?
Oct
31
answered What should an Android version of a multi-step modal view look like?
Jul
3
awarded  Commentator
Jul
3
comment Placement of Previous and Next Buttons?
As per one school of thought, you should place all negative targets like cancel away from your positive responses. So depending on your layout (web form vs desktop based dialog wizard) you should separate cancel, previous from next, save, save and repeat in groups with appropriate layouts. As sree mentioned, sharing your layout will help in getting better response.
Jul
3
comment Side navigation menus for Android tablets
Google Play uses this even on tablets!
May
15
comment I need to show 7 actions in iPhone action sheet. Is it possible?
yes. its a standard understandable by users since it is present the same in all apps.
May
15
answered I need to show 7 actions in iPhone action sheet. Is it possible?
May
1
awarded  Critic
Apr
27
answered Selecting a Range of Letters on a Mobile
Apr
25
comment What is the best way to upsell maximum video content on a wap site?
We stream videos at very low bitrate allowing users to watch videos over 2G with very small buffer time. But we do want to keep page load time minimal so user can get the page quickly. They do not mind waiting a little longer for actual content playback on 2G. I have been constantly challenged by the management to bring in video content discoverability while maintaining all the constraints. Since I couldn't find any solution, thought of asking a bigger group of experts. I guess I was right in the very first place, its an impossible problem and cannot be solved.
Apr
25
awarded  Scholar
Apr
25
accepted What is the best way to upsell maximum video content on a wap site?
Apr
24
comment A Create/Edit Dialog with a Save/Cancel button makes sense but a Delete Dialog not
There are still 3 approaches and you need to decide on use-case. 1) You close the dialog/replace the dialog content with a success message on successful deletion or show an error message in same dialog somewhere on failure. The disadvantage is that user will be stuck on this dialog until the task is complete and an acknowledgement is received from the system which is synchronous task. 2) Make the dialog asynchronous and close it. On success or failure show the another alert box. 3) If the user is expected to delete frequently, keep him/her on same dialog with message. This is also synchronous.
Apr
17
awarded  Editor
Apr
17
revised What is the best way to upsell maximum video content on a wap site?
Added more screenshots for reference