PDA

View Full Version : Architectual advice for a new web app



kroiz
23 May 2009, 03:24 PM
Hi,
I need to make a web app that shows a series of images to the user and ask her a question about each.
The user will reply to the question by clicking on one of the two buttons (yes,no) and then will get the next image for which again she must click yes or no and so on.

I want no delay from the time the user click a button to next image to show. (like it would be if it was a offline desktop app). Where can this delay of image loading be moved to? the begining of the application? or can it be done in the background.
I also don't want the page to refresh for each image I get.
Could this be done using js and HTML?
What should I learn?

Thanks