Tagged Questions
0
votes
2answers
247 views
what are good UI ways for editing xml files in web pages?
I have an xml file which contain a lot fields and sub fields, I am not sure yet, but around 100 or 200 of fields.
Fields value types may need true/false , others need drop down to select from, and ...
0
votes
1answer
75 views
Testing Silverlight Installation Experience
In my web app I use Silverlight. Since I already have Silverlight installed I cannot test how my webapp behaves in case a user has no Silverlight installed, or has old version of it, or their computer ...
1
vote
1answer
125 views
Which is the best web usability book for a non experienced webmaster?
I need an easy to read web usability book for my web programming students. Which one do you consider is the best? I have heard good things about "Don't make me think" from Steve Krug, but I need some ...
4
votes
4answers
111 views
What would be a good web based open source or low cost learing collaboration tool for high school students?
Have about 60 kids that are working on a science projects in two groups. Each group would like a web portal where they can discuss topics relating to what they are building, post questions, pictures, ...
4
votes
5answers
277 views
Do user names used for login need to be unique?
Assuming a non-commercial site where users login with a user name and pw, do I need to enforce unicity of usernames?
Note: The db will use a separate unique index to identify the users.
The site is ...
17
votes
9answers
4k views
Which minimum browser or screen resolution should I target my web apps?
When making the decision on the minimum requirements for a web application on client machines:
Browsers - Which browsers should one target at very minimum
Screen Resolution - Which screen resolution ...