A file is a discrete data structure in an operating system, that may encode any of a number of sorts of data (eg. a picture, song, video, piece of text, or web page).

learn more… | top users | synonyms

23
votes
9answers
2k views

Your download will start in X seconds

Is there any reason why many websites - including very mainstream ones such as microsoft.com and sourceforge.net - show a page with "Your download will start in 10 seconds; if you don't want to wait ...
2
votes
4answers
2k views

tree-view for mobile devices

Is it a good idea to use tree-view UI structure in iPhone or other Mobile devices? (e.g. for file browsing etc.)
9
votes
8answers
230 views

Force a PDF download vs allowing the user to view in browser first

Every once in a while, I come across a business requirement asking me to force a PDF document to be downloaded from a website instead of opened in the user's browser. While I question this every time ...