Tagged Questions
1
vote
1answer
47 views
Choose from client best server to download from
My web site has a download of a file of about 10Mb. I can have it stored in more than one server and was thinking of a way to offer the download to the best performing server (performance measured ...
2
votes
4answers
674 views
Webpage Post Submits vs AJAX?
Which is better and why?
I can see where a site that works 100% in AJAX might optimize a bit better, due to not having to reload the page on each click.
But I am a huge fan of the big submit button ...