Tagged Questions
2
votes
3answers
66 views
Should I allow users to reorganise menu items?
I am working on a video sharing application. Would it be best if I allow the user to organize the menu items: e.g.
Home Videos Users Account
User would be able to organize them as:
Account ...
2
votes
2answers
297 views
Should I reload only those areas of site where data has changed?
I think the rule is: Reload only those areas of site where data has changed. Don't fetch the areas where no changes have been made.
The pros of this rule are:
1. Users will be able to examine ...