Tagged Questions
In SO, Perception means what an user believes by observing something.
14
votes
7answers
1k views
What is the shortest perceivable application response delay?
A delay will always occur between a user action and an application response.
It is well known that the lower the response delay, the greater the feeling of the application responding instantaneously. ...
9
votes
6answers
1k views
How to generate n different colors for any natural number n?
Say n = 100; How do I generate 100 visually distinct colors? Is this mathematically possible?
3
votes
1answer
866 views
Perceptual Hash Algorithms in Python or PHP?
I've been exposed via StackOverflow to pHash, a C++ perceptual hash library for audio, video, images, and text fingerprinting - recently with preliminary bindings for PHP, C# and Java.
I'm interested ...
2
votes
1answer
280 views
Crystal Reports on ASP.NET: How to make the first page visible faster
In ASP.NET application, while using Crystal Reports (using the Report Viewer control), the report is visible (or the data in the report) only after the complete data is bound to the report source. If ...
2
votes
5answers
229 views
How fast should a dynamically generated web page be created?
I have a number data-driven web based applications that serve both internal and public users and would like to gauge how fast you would expect a page to be created (in milliseconds) in order to ...
1
vote
2answers
162 views
jQuery: Increase Perceived Responsiveness During the Ready Event
Launching code on document ready is a pillar of jQuery.
But sometimes, lengthy operations will be executed inside the ready event.
For example, attaching multiple carousel instances to lengthy ...
1
vote
2answers
383 views
Does anyone here use Struts 1 for a new project?
I have a scenario where customers are asking to develop a new project on struts 1. It appears they have many applications running on Struts 1 and the in house IT team is comfortable with it.
For data ...