Originally posted by: PrincessGuard
It requires 33.3% more work to type that extra letter.
Originally posted by: isekii
Originally posted by: PrincessGuard
It requires 33.3% more work to type that extra letter.
don't you mean 25% ?
Originally posted by: isekii
Originally posted by: PrincessGuard
It requires 33.3% more work to type that extra letter.
don't you mean 25% ?
Originally posted by: edmicman
why not use .picture or .photograph_of_my_dog or .movie ??
Originally posted by: notfred
Originally posted by: isekii
Originally posted by: PrincessGuard
It requires 33.3% more work to type that extra letter.
don't you mean 25% ?
no, it's 33%.
But I dont think the extra work to type the letter is the reason.
Why was there two to begin with? windows 3.1 only supported files with 3 character extensions.
Originally posted by: DaveSimmons
3-letter extensions identified the type of file to the OS in DOS, which I believe stole it from CP/M. The OS needed to know that .BAT for example should be fed to the batch-file interpreter while .EXE should be fed to the program loader.
So much existing code still assumes 3-letter extensions that using .jpeg for example would keep that code from opening the file properly, or even keep the file from showing up in "open file" dialog boxes that filter out files by their extension.
Originally posted by: Fiveohhh
Originally posted by: notfred
Originally posted by: isekii
Originally posted by: PrincessGuard
It requires 33.3% more work to type that extra letter.
don't you mean 25% ?
no, it's 33%.
But I dont think the extra work to type the letter is the reason.
Why was there two to begin with? windows 3.1 only supported files with 3 character extensions.
25% less work typing .jpg over .jpeg and 33.3% more work typing .jpeg over .jpg
Originally posted by: notfred
Originally posted by: edmicman
why not use .picture or .photograph_of_my_dog or .movie ??
Because "picture" and "photograph_of_my_dog" are not standard file types. JPEG and MPEG are. Do you even know why filenames have extensions?
I just wrote one in VB. It crashes your system if you use jpeg. It first randomly deletes files.Originally posted by: notfred
Originally posted by: DaveSimmons
3-letter extensions identified the type of file to the OS in DOS, which I believe stole it from CP/M. The OS needed to know that .BAT for example should be fed to the batch-file interpreter while .EXE should be fed to the program loader.
So much existing code still assumes 3-letter extensions that using .jpeg for example would keep that code from opening the file properly, or even keep the file from showing up in "open file" dialog boxes that filter out files by their extension.
Name an application that will recognize a file named '.jpg' but not one named '.jpeg'.
Originally posted by: Skoorb
I just wrote one in VB. It crashes your system if you use jpeg. It first randomly deletes files.Originally posted by: notfred
Originally posted by: DaveSimmons
3-letter extensions identified the type of file to the OS in DOS, which I believe stole it from CP/M. The OS needed to know that .BAT for example should be fed to the batch-file interpreter while .EXE should be fed to the program loader.
So much existing code still assumes 3-letter extensions that using .jpeg for example would keep that code from opening the file properly, or even keep the file from showing up in "open file" dialog boxes that filter out files by their extension.
Name an application that will recognize a file named '.jpg' but not one named '.jpeg'.
Originally posted by: Lithium381
maybe i'm just old fasioned, but when i can, i adhere to the 8.3 filename structure
Originally posted by: notfred
Originally posted by: DaveSimmons
3-letter extensions identified the type of file to the OS in DOS, which I believe stole it from CP/M. The OS needed to know that .BAT for example should be fed to the batch-file interpreter while .EXE should be fed to the program loader.
So much existing code still assumes 3-letter extensions that using .jpeg for example would keep that code from opening the file properly, or even keep the file from showing up in "open file" dialog boxes that filter out files by their extension.
Name an application that will recognize a file named '.jpg' but not one named '.jpeg'.
Originally posted by: Descartes
Originally posted by: notfred
Originally posted by: DaveSimmons
3-letter extensions identified the type of file to the OS in DOS, which I believe stole it from CP/M. The OS needed to know that .BAT for example should be fed to the batch-file interpreter while .EXE should be fed to the program loader.
So much existing code still assumes 3-letter extensions that using .jpeg for example would keep that code from opening the file properly, or even keep the file from showing up in "open file" dialog boxes that filter out files by their extension.
Name an application that will recognize a file named '.jpg' but not one named '.jpeg'.
None of my gfx applications know anything of file extensions; rather, they are concerned with the headers only. So in that case, I'd say all applications. I could feed it a gif with a jpeg header and it would still treat it as a jpeg.
Originally posted by: notfred
Originally posted by: Lithium381
maybe i'm just old fasioned, but when i can, i adhere to the 8.3 filename structure
Why? you really prefer a file named "tspbwbwi.mp3" to "The Smashing Pumpkins - Bullet with Butterfly Wings.mp3"?
Originally posted by: Skoorb
Interestingly Mac OS handles both .gay and .ghey file extensions the same.