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.
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.
How do I tell a user that bps means bits per second or bytes per second?
I’m writing an application that deals with the network and the hard drive. For the network portion, the application measures in bits per second, while the disk portion measures in bytes per second. This becomes an issue as they both are abbreviated b/s
or bps
everywhere I’ve seen. How could I inform the user that one means bits per second, while the other means bytes per second?
How to outsource the UI of a dynamic Web application?
I have a web application developed using Spring and Hibernate, which uses a REST API and Javascript to display and update content. The project is nearly completed, but I want to enhance the look and feel. This will include better graphics and some extra behaviour.
Is there an effective way for creating complex forms?
While creating a ‘search’ form I’ve been faced to an overwhelming complexity and I was wondering whether there is a well-known way to accomplish such task.
Is there an effective way for creating complex forms?
While creating a ‘search’ form I’ve been faced to an overwhelming complexity and I was wondering whether there is a well-known way to accomplish such task.
Is there an effective way for creating complex forms?
While creating a ‘search’ form I’ve been faced to an overwhelming complexity and I was wondering whether there is a well-known way to accomplish such task.
Is there an effective way for creating complex forms?
While creating a ‘search’ form I’ve been faced to an overwhelming complexity and I was wondering whether there is a well-known way to accomplish such task.
MVP Implementation at the UserControl Level
I’m trying to figure out how MVP should be implemented at the UserControl
level. I thought I had it, but I ended up reading a blog post that pretty much shut me down. Now I’m back at the start and with no idea how to proceed.