Tagged Questions
8
votes
4answers
265 views
How to deal with user interface design and respective feature support in Agile development?
In an Agile development process usually the main focus is on User stories, but sometimes a single requirement may span several user stories.
For example, the client may request a search page for all ...
5
votes
4answers
237 views
How much web-design work should a web programmer commit?
I'm creating a website for a friend of mine, and the plan is to eventually solicit outside sources to take care of the overall design. So it's got me wondering, how much design should I be covering ...
5
votes
3answers
866 views
Javascript, Text Annotations and Ideas
I am very curious to hear input from others on a problem I've been contemplating for some time now.
Essentially I would like to present a user with a text document and allow him/her to make ...
4
votes
1answer
89 views
How to maintain standard quality of images uploaded by many users?
We're developing a site where individuals (store owners) will be able to take pictures and upload to the site. Our biggest concern is the variance in quality of pictures across the site.
The options ...
3
votes
6answers
5k views
Can You Make An Entire Website With JavaScript?
I have looked at the aims of Java-script and it intends to provide and enhanced user-interface and dynamic websites. I am trying to get into the Web Development Business and am learning Javascript. ...
3
votes
3answers
277 views
Does it make sense to have a single tab interface?
This is more a web design / user experience question, but since programmers.stackexchange.com is more opinion based, I posted this here -
Does it make sense to have a single tab in a web app? I ...
3
votes
2answers
531 views
Recommendations for a web-based help system
I'm putting together a fairly large GUI. I'm a tech person, but more on the hardware side, not software. I'm wondering what software package would be best suited to enable me to generate a web-based ...
2
votes
2answers
403 views
Modern browser features that allow a web application to behave like a local application?
I'm almost three years in to a career as a web application developer. It's my first "real" programming job". We use ASP.net at my shop, but I've been making it a point to constantly strive toward ...
2
votes
4answers
241 views
Have you tried Usability Audit for your company's website?
We had a security audit and it was brilliant. Are there companies that do web usability audit?
1
vote
1answer
48 views
Time tracking and payment registration architecture
Š¢itle might be a little bit incorrect. :) Anyway, I'm building a software where employees input time they worked per day (work hours) and employer "pays" for this time. "Payment" is done outside this ...
0
votes
1answer
491 views
User roles in GWT applications
I'm wondering if you could suggest me any way to implement "user roles" in GWT applications. I would like to implement a GWT application where users log in and are assigned "roles". Based on their ...