|
Explorer fails at sorting
Last post 11-14-2012 8:21 PM by spamcourt. 54 replies.
-
11-11-2012 9:14 AM
|
|
-
topspin


- Joined on 03-07-2008
- Posts 304
|
Explorer fails at sorting
So, as far as I know, MS put some effort in making Explorer's file sorting more user friendly. Like detecting numbers such that 99 sorts before 100 (in contrast to the dictionary sort order), or using a stable sort such that first sorting for name and then for file type has the files of the same type sorted by name.
But still I ran into this yesterday: Wanted to copy some pictures and movies I took this week over from the phone. Naturally, I sorted the view for creation date. But it simply doesn't work. It groups the files for file type no matter what I do. At first I even failed to realize this because I was just looking for the date of the first file to copy. And then I was confused why there were things missing. (The highlighted column means "created")
|
|
-
-
Ben L.


- Joined on 12-22-2010
- HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY
- Posts 1,498
|
Re: Explorer fails at sorting
That list looks sorted to me... by, uh, day.
|
|
-
-
pjt33


- Joined on 12-06-2005
- Posts 479
|
Re: Explorer fails at sorting
Try getting it to sort a directory which contains a lot of files whose names are GUIDs by name. I think it sorts on the second half or something similarly obscure.
|
|
-
-
TGV


- Joined on 10-09-2005
- Posts 552
|
Re: Explorer fails at sorting
Ben L.:That list looks sorted to me... by, uh, day.
By day of the month, to be precise. That's truly odd. Perhaps it's one of those "we do I18n, but only if the date format is M/D/Y; fuck the rest of the world" pieces of code.
|
|
-
-
topspin


- Joined on 03-07-2008
- Posts 304
|
Re: Explorer fails at sorting
TGV:That's truly odd. Perhaps it's one of those...
No, it's a coincidence caused by which part of the window I took a screenshot of. (I was curious enough to just go back and check for the "day only" sorting) It is sorted by file type first and date second.
|
|
-
-
Salamander


- Joined on 08-13-2011
- Australia
- Posts 145
|
Re: Explorer fails at sorting
Apparently Explorer has some kind of 'group by' sorting as well; maybe that's what's causing this to happen?
|
|
-
-
topspin


- Joined on 03-07-2008
- Posts 304
|
Re: Explorer fails at sorting
No grouping is selected, neither is any "stacking" selected.
|
|
-
-
blakeyrat


- Joined on 10-29-2008
- Posts 8,616
|
Re: Explorer fails at sorting
Try changing your OS language to English, see if it sorts.
I suspect the driver for the memory card isn't localized correctly. It's sorting the dates in some format other than the display format.
 <- I couldn't make my shit work, so here's a Godzilla head. "There is no such thing as a diet." - Lorne Kates
|
|
-
-
topspin


- Joined on 03-07-2008
- Posts 304
|
Re: Explorer fails at sorting
Changed the date settings only, not the language (that might require installing a language pack I think). Didn't work either. 
|
|
-
-
bjolling


- Joined on 06-08-2008
- Belgium
- Posts 739
|
Re: Explorer fails at sorting
topspin:Changed the date settings only, not the language (that might require installing a language pack I think). Didn't work either.
And it shouldn't make a difference. "10/14/2012" is just another representation than "14.10.2012" of the same underlying value. At least it's consistent there
 It's... Monkey Piston's Frying Circle!
|
|
-
-
esoterik


- Joined on 11-10-2010
- Posts 167
|
Re: Explorer fails at sorting
topspin:Changed the date settings only, not the language (that might require installing a language pack I think). Didn't work either.
your screenshot does not exhibit the behaviour you are describing, it appears to be sorted by month ascending and day decending or just day decending. all the JPGs and PNGs are in november, the MOVs seem to end in october, and JPGs and PNGs are interleaved. Pick a better screenshot to showcase the error!
This is the best thing Go has ever produced:[quote user="morbiuswilters"][quote user="Ben L."]Since when is a lowercase type's lowercase field public?[/quote] Fucking hell.[/quote]
|
|
-
-
topspin


- Joined on 03-07-2008
- Posts 304
|
Re: Explorer fails at sorting
esoterik:it appears to be sorted by month ascending and day decending or just day decending.
Um sorry, but I wanted to sort by date. Not some subset of the date field, which is totally useless.
|
|
-
-
Buzer


- Joined on 09-29-2006
- Basement, I DON'T KNOW
- Posts 115
|
Re: Explorer fails at sorting
Are you sure you don't have group by enabled?
|
|
-
-
-
blakeyrat


- Joined on 10-29-2008
- Posts 8,616
|
Re: Explorer fails at sorting
Mo6eB:Just use WinSCP
What kind of whacked out epic troll attempt is this!
 <- I couldn't make my shit work, so here's a Godzilla head. "There is no such thing as a diet." - Lorne Kates
|
|
-
-
kilroo


- Joined on 04-30-2010
- Posts 85
|
Re: Explorer fails at sorting
blakeyrat: Mo6eB:Just use WinSCP
What kind of whacked out epic troll attempt is this!
Successful?
"There's TWO continents called America.
RARE BLAKEYRAT PEDANTIC DICKWEED POST!" -BlakeyRat
"Java is the abstract base class that all WTFs like this inherit from. Java is like the java.lang.Object of the WTF world." - MorbiusWilters
|
|
-
-
TwelveBaud


- Joined on 06-03-2008
- McLean, VA
- Posts 344
|
Re: Explorer fails at sorting
pjt33:Try getting it to sort a directory which contains a lot of files whose names are GUIDs by name. I think it sorts on the second half or something similarly obscure.
It sorts on the number you get by taking digits from immediately after the "{" until you hit one of them weird hex thingies (A-F).
|
|
-
-
topspin


- Joined on 03-07-2008
- Posts 304
|
Re: Explorer fails at sorting
Buzer: Are you sure you don't have group by enabled?
topspin: Salamander:Apparently Explorer has some kind of 'group by' sorting as well; maybe that's what's causing this to happen?
No grouping is selected, neither is any "stacking" selected.
|
|
-
-
alegr


- Joined on 01-17-2008
- Posts 387
|
Re: Explorer fails at sorting
Ben L.:That list looks sorted to me... by, uh, day.
Sorting by file date would operate on FILETIME data type, which is not text and doesn't depend on the locale.
|
|
-
-
derula


- Joined on 06-15-2007
- Germany
- Posts 1,998
|
Re: Explorer fails at sorting
alegr:FILETIME data type
TRWTF.
MSDN:typedef struct _FILETIME {
DWORD dwLowDateTime;
DWORD dwHighDateTime;
} FILETIME, *PFILETIME;
I hate tags | | |
-
-
joe.edwards


- Joined on 08-14-2006
- Dallas, TX
- Posts 1,143
|
Re: Explorer fails at sorting
TwelveBaud: pjt33:Try getting it to sort a directory which contains a lot of files whose names are GUIDs by name. I think it sorts on the second half or something similarly obscure.
It sorts on the number you get by taking digits from immediately after the "{" until you hit one of them weird hex thingies (A-F).
That sounds like a standard natsort to me. If you've never had the pleasure of implementing it, basically you split the string into chunks of "numbers" and "not numbers", and sort the former in numeric order and the latter in alphabetic. Those hex thingies are actually meant to be numbers but the algorithm sees them as letters; hilarity ensues.
I spend most of my life pressing buttons to make the pattern of lights change however I want.
|
|
-
-
Daniel Beardsmore


- Joined on 02-16-2007
- Posts 840
|
Re: Explorer fails at sorting
topspin:
Waitaminute … isn't that … Vista?
Can't say I'm surprised though. I can't figure out whether Microsoft are trying to fix or destroy Explorer. Windows 8 Explorer with its ribbon is designed simply to provoke a reaction of "OMG Ponies!" "OMG Icons!". Seriously WTF is with throwing every possible command at the ribbon in Explorer? I can imagine a lot of people finding it quite intimidating. (Word, I can accept, as it's a professional software package (just one that nobody gets trained to use properly). There's no excuse for Explorer to be that complicated. A toolbar with common commands and a menu bar for the rest is a good UI for a shell.)
I wish they'd fix the bug where software installations cause Explorer to forget its keyboard focus. Something to do with the file association refresh I guess. Microsoft can't quite decide whether they care about keyboard accessibility or not, though that's a bug I imagine even 99% of technical folk will never encounter.
|
|
-
-
fatbull


- Joined on 10-06-2008
- [5;31;43m
- Posts 215
|
Re: Explorer fails at sorting
I suspect a daylight savings time bug (CEST ended on 2012-10-28).
CLI is like a text adventure.
|
|
-
-
boomzilla


- Joined on 12-11-2007
- NOVA
- Posts 3,770
|
Re: Explorer fails at sorting
Daniel Beardsmore:
I can't figure out whether Microsoft are trying to fix or destroy Explorer. Windows 8 Explorer with its ribbon is designed simply to provoke a reaction of "OMG Ponies!" "OMG Icons!". Seriously WTF is with throwing every possible command at the ribbon in Explorer? I can imagine a lot of people finding it quite intimidating. (Word, I can accept, as it's a professional software package that nobody gets trained to use properly. There's no excuse for Explorer to be that complicated. A toolbar with common commands and a menu bar for the rest is a good UI for a shell.)
ObBlakeyrant: STATISTICS! USABILITY! MOST USERS! SHOULDER ALIENS ARE NOT TYPICAL USERS! I <3 PONIES! LUDDITE!
|
|
-
-
spamcourt


- Joined on 01-28-2008
- Posts 319
|
Re: Explorer fails at sorting
I really like the Windows 8 explorer.
|
|
-
-
andypbwilson


- Joined on 11-13-2012
- Posts 1
|
Re: Explorer fails at sorting
TwelveBaud: pjt33:Try getting it to sort a directory which contains a lot of files whose names are GUIDs by name. I think it sorts on the second half or something similarly obscure.
It sorts on the number you get by taking digits from immediately after the "{" until you hit one of them weird hex thingies (A-F). For those of you (like me) who need explorer to sort normally, instead of "naturally", try this: http://support.microsoft.com/kb/319827
|
|
-
-
Cassidy


- Joined on 01-09-2012
- Posts 2,821
|
Re: Explorer fails at sorting
andypbwilson: ObRant: WHY ISN'T THAT AN OBVIOUS USER CONFIGURABLE SETTING I SHOULDN'T HAVE TO MODIFY ARCHANE HEX KEYS ITS BROKEN THEY SHOULD FIX IT etc. </steam> Getting back to the point, part of the WTF is simply because people expect it to work in different ways according to different situations, and a design decision to flick it from lexical to having some AI about numerical sorting isn't a bad idea - just that an unannounced change in behaviour could throw some people. It could be fixed simply by having an option that permitted user control over the sort criteria, but not sure if that was viewed as disproportionate effort devoted to fixing an uncommon problem.
|
|
-
-
Daniel Beardsmore


- Joined on 02-16-2007
- Posts 840
|
Re: Explorer fails at sorting
Cassidy:Getting back to the point, part of the WTF is simply because people expect it to work in different ways according to different situations …
While it's true that sorting the name column is a nightmare (though TweakUI had a setting for this, and then Microsoft abandoned TweakUI), the OP's complaint is that Explorer was sorting the files by file type and then date when it was not supposed to be, which is a weird bug.
|
|
-
-
Cassidy


- Joined on 01-09-2012
- Posts 2,821
|
Re: Explorer fails at sorting
Meh, true - I'd moved onto the context of the last post and forgotten about the original post. Which is still a sorting WTF.
|
|
-
-
dhromed


- Joined on 04-13-2005
- Dutchland
- Posts 10,123
|
Re: Explorer fails at sorting
Daniel Beardsmore:Windows 8 Explorer with its ribbon is designed simply to provoke a reaction of "OMG Ponies!" "OMG Icons!". Seriously WTF is with throwing every possible command at the ribbon in Explorer? I can imagine a lot of people finding it quite intimidating. (Word, I can accept, as it's a professional software package (just one that nobody gets trained to use properly). There's no excuse for Explorer to be that complicated. I like the Win8 Explorer ribbon.
 boomzilla: I think the obvious answer is for everyone to just stop programming.
|
|
-
-
TwelveBaud


- Joined on 06-03-2008
- McLean, VA
- Posts 344
|
Re: Explorer fails at sorting
Cassidy:ObRant: WHY ISN'T THAT AN OBVIOUS USER CONFIGURABLE SETTING I SHOULDN'T HAVE TO MODIFY ARCHANE HEX KEYS ITS BROKEN THEY SHOULD FIX IT etc.
Because someday Nagesh will find it and set it and come on here a month later to complain about how his documents are sorted "1.doc", "10.doc", "100.doc", "101.doc", "11.doc", "2.doc", et cetera.
|
|
-
-
Daniel Beardsmore


- Joined on 02-16-2007
- Posts 840
|
Re: Explorer fails at sorting
dhromed:I like the Win8 Explorer ribbon.
When I first saw it, I was seriously impressed. It's only since then that I've realised that it's going to be overwhelming for a lot of people. Vista's Explorer toolbar was the best — a simple subset of commands with nice icons. Got rid of all the verbosity of XP's tasks panel. 7 removed the icons so that you'd overlook the toolbar.
It's a power user vs average user tradeoff :)
|
|
-
-
fatbull


- Joined on 10-06-2008
- [5;31;43m
- Posts 215
|
Re: Explorer fails at sorting
dhromed:I like the Win8 Explorer ribbon.
Yes, overall it's nice, but the Undo button could have been placed in a more prominent location. Daniel Beardsmore:Vista's Explorer toolbar was the best — a simple subset of commands with nice icons.
Simple, random, useless.
CLI is like a text adventure.
|
|
-
-
Mcoder


- Joined on 01-06-2007
- Posts 211
|
Re: Explorer fails at sorting
alegr: Ben L.:That list looks sorted to me... by, uh, day.
Sorting by file date should operate on FILETIME data type, which is not text and doesn't depend on the locale. There, FIFY. Nobody can be sure they don't format the date with the locale, and then sort the formated dates. derula: alegr:FILETIME data type
TRWTF.
MSDN:typedef struct _FILETIME {
DWORD dwLowDateTime;
DWORD dwHighDateTime;
} FILETIME, *PFILETIME;
Looks like the tipical MS' 64 bits function. They are written this way because binary compatibiliy with 32 bits software was a requirement. It's ugly, and the requirement is stupid, but it does meet the requirement... Or are you arguing that TRWTF is hungarian notation?
|
|
-
-
Mcoder


- Joined on 01-06-2007
- Posts 211
|
Re: Explorer fails at sorting
Daniel Beardsmore:It's a power user vs average user tradeoff :) That's normaly solved by shipping 2 systems. Or, at least by hidding a "turn advanced mode on" setting somewhere. Only MS and Gnome people are so petulant that they think power users are too empowered and must be brought to the same level as everybody else.
|
|
-
-
blakeyrat


- Joined on 10-29-2008
- Posts 8,616
|
Re: Explorer fails at sorting
Mcoder:That's normaly solved by shipping 2 systems. Or, at least by hidding a "turn advanced mode on" setting somewhere.
Not by sane software companies that don't want to double their QA burden. Of course the difference between Microsoft and... pretty much everybody else is that Microsoft actually does QA their software, heavily.
It also doesn't work because Windows ships with PowerShell-- are you implying PowerShell isn't a tool for expert users? What about JScript? What about Group Policy? Those aren't tools for expert users?
Mcoder:Only MS and Gnome people are so petulant that they think power users are too empowered and must be brought to the same level as everybody else.
You don't include Apple... why? Is Bash somehow more "expert" than PowerShell?
 <- I couldn't make my shit work, so here's a Godzilla head. "There is no such thing as a diet." - Lorne Kates
|
|
-
-
Ben L.


- Joined on 12-22-2010
- HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY
- Posts 1,498
|
Re: Explorer fails at sorting
blakeyrat: Mcoder:That's normaly solved by shipping 2 systems. Or, at least by hidding a "turn advanced mode on" setting somewhere.
Not by sane software companies that don't want to double their QA burden. Of course the difference between Microsoft and... pretty much everybody else is that Microsoft actually does QA their software, heavily.
It also doesn't work because Windows ships with PowerShell-- are you implying PowerShell isn't a tool for expert users? What about JScript? What about Group Policy? Those aren't tools for expert users?
Mcoder:Only MS and Gnome people are so petulant that they think power users are too empowered and must be brought to the same level as everybody else.
You don't include Apple... why? Is Bash somehow more "expert" than PowerShell?
Are you saying that JScript, the bastard child of JavaScript and VBScript, is useful? Or does its lack of a valid use make it so hard to use that it can only be used by "power users"?
|
|
-
-
Daniel Beardsmore


- Joined on 02-16-2007
- Posts 840
|
Re: Explorer fails at sorting
Ben L.:Are you saying that JScript, the bastard child of JavaScript and VBScript, is useful? Or does its lack of a valid use make it so hard to use that it can only be used by "power users"?
I have no objection to system scripting using JScript and VBScript. The problem is that Microsoft made several stupid mistakes. One is that you can't force the interpreter via file extension, and sometimes you need to ensure that something is run with cscript. For some reason, files, folders and drives don't inherit from a base class like they do on a Mac (or simply use the same class like in REALbasic, which actually works pretty well), so your file-handling code ends up all the more verbose for it.
The main issue though is the horrendous UI. You can't prompt to read (Open) or write (Save) files, or select or create directories, and if you prefer JScript, you don't get any text input or customisable message dialog boxes. Neither one has list selection. Not even sure that JS has OK/Cancel dialog boxes, just WScript.echo(). There's no clipboard access. AppleScript gave you all this for free in the early 90s (the basic feature set for Open Scripting Architecture is quite decent), yet Windows Scripting Host can't achieve absolute bare minimum UI for automation. Seriously WTF? What did Microsoft think anyone wanted to do with system scripting? I end up having to use VBScript (ugh) just to be able to prompt the user for a hostname or something.
|
|
-
-
RaceProUK


- Joined on 06-24-2010
- Reality
- Posts 159
|
Re: Explorer fails at sorting
Daniel Beardsmore: Ben L.:Are you saying that JScript, the bastard child of JavaScript and VBScript, is useful? Or does its lack of a valid use make it so hard to use that it can only be used by "power users"?
I have no objection to system scripting using JScript and VBScript. The problem is that Microsoft made several stupid mistakes. One is that you can't force the interpreter via file extension, and sometimes you need to ensure that something is run with cscript. For some reason, files, folders and drives don't inherit from a base class like they do on a Mac (or simply use the same class like in REALbasic, which actually works pretty well), so your file-handling code ends up all the more verbose for it.
The main issue though is the horrendous UI. You can't prompt to read (Open) or write (Save) files, or select or create directories, and if you prefer JScript, you don't get any text input or customisable message dialog boxes. Neither one has list selection. Not even sure that JS has OK/Cancel dialog boxes, just WScript.echo(). There's no clipboard access. AppleScript gave you all this for free in the early 90s (the basic feature set for Open Scripting Architecture is quite decent), yet Windows Scripting Host can't achieve absolute bare minimum UI for automation. Seriously WTF? What did Microsoft think anyone wanted to do with system scripting? I end up having to use VBScript (ugh) just to be able to prompt the user for a hostname or something.
Hence PowerShell.
[blakeyrat] NOBODY expects the Slashdot inquisition!
|
|
-
-
Cassidy


- Joined on 01-09-2012
- Posts 2,821
|
Re: Explorer fails at sorting
Daniel Beardsmore:Seriously WTF is with throwing every possible command at the ribbon in Explorer?
AIUI, the basis of the ribbon was a study commissioned by Microsoft which found over 80% of requested new features already existed, so MS decided to expose them as a horizontal menu that remained onscreen rather than a vertical dropdown list that vanished once a single option had been selected. The Win8 ribbon should have be arranged so that the most common options appear (and are most apparent) first... Daniel Beardsmore:I can imagine a lot of people finding it quite intimidating. (Word, I can accept, as it's a professional software package (just one that nobody gets trained to use properly). There's no excuse for Explorer to be that complicated. .. but if the default options don't suit then people can customise it to their particular preferences. I'm guessing people find the change intimidating because - at first - it will be information overload, but like most things they'll find where their commonly-used options are and once familiar with those begin to learn where other (more unused) options are and gradually increase their functional use. The flipside is burying them behind several menu trees which people won't navigate, bringing about the oft-quoted "where IS that option" or "I didn't know you could do that!"
dhromed:I like the Win8 Explorer ribbon. You like vibrating purple things, veal steaks and strange desktop search engines. I'm not convinced your choice holds water.
|
|
-
-
blakeyrat


- Joined on 10-29-2008
- Posts 8,616
|
Re: Explorer fails at sorting
Ben L.:Are you saying that JScript, the bastard child of JavaScript and VBScript, is useful?
Yes, of course it is.
Less so now that more alternatives exist.
 <- I couldn't make my shit work, so here's a Godzilla head. "There is no such thing as a diet." - Lorne Kates
|
|
-
-
Daniel Beardsmore


- Joined on 02-16-2007
- Posts 840
|
Re: Explorer fails at sorting
Cassidy:.. but if the default options don't suit then people can customise it to their particular preferences.
In Windows 7, this is just Office: you can't customise the ribbon in Wordpad or Paint for example. Maybe Windows 8 ribbons don't suck so much, and maybe now you can rearrange QAT icons in all programs …
Cassidy:The flipside is burying them behind several menu trees which people won't navigate, bringing about the oft-quoted "where IS that option" or "I didn't know you could do that!"
How do Mac users cope? Mac users are all supposed to be idiots, yet Macs never had toolbars in the OS at all. There was a huge outcry when Apple dared to add toolbars to the UI with Mac OS X, but Apple toolbars are exactly what toolbars are supposed to be: a small, easily configurable set of buttons for the most common tasks (which is what the Quick Access Toolbar is, except with tiny icons). For everything else, there's the menu bar.
|
|
-
-
Sutherlands


- Joined on 07-24-2008
- Posts 1,420
|
Re: Explorer fails at sorting
Daniel Beardsmore:How do Mac users cope? Mac users are all supposed to be idiots, yet Macs never had toolbars in the OS at all. There was a huge outcry when Apple dared to add toolbars to the UI with Mac OS X, but Apple toolbars are exactly what toolbars are supposed to be: a small, easily configurable set of buttons for the most common tasks (which is what the Quick Access Toolbar is, except with tiny icons). For everything else, there's the menu bar.
There was a huge outcry with the ribbon, too. It's just that Microsoft kept it because they had, you know, data, from like, studies. You have a study that says that people actually know what features exist in the Mac versions?
|
|
-
-
Daniel Beardsmore


- Joined on 02-16-2007
- Posts 840
|
Re: Explorer fails at sorting
Sutherlands:You have a study that says that people actually know what features exist in the Mac versions?
No, I'm asking whether Mac users all struggle to use their computers to the same extent, as this would suggest that Apple are seriously failing their users in terms of UI innovation. (I'm not denying this — it may be true. I rarely use Macs nowadays.) At the same time, Mac users have (hopefully an underserved) reputation for being stupid, which means that they should be really struggling!
Incidentally, the Mac's Finder for me was always hopelessy buggy. Even by Tiger (10.4), I had problems like disappearing scroll bars, Info windows opening with the bottom obscured by the Dock, broken authentication, moving files to the Trash in a window titled "Copy" (copying files to the Trash…?)
I've always felt that the file system managers—Explorer and Finder—were by far the most bug-ridden components of their respective operating systems. Incorrect date sorting (per the OP) is just one of a really, really long list of stuff that doesn't work in Explorer.
|
|
-
-
blakeyrat


- Joined on 10-29-2008
- Posts 8,616
|
Re: Explorer fails at sorting
Daniel Beardsmore:No, I'm asking whether Mac users all struggle to use their computers to the same extent, as this would suggest that Apple are seriously failing their users in terms of UI innovation. (I'm not denying this — it may be true. I rarely use Macs nowadays.) At the same time, Mac users have (hopefully an underserved) reputation for being stupid, which means that they should be really struggling!
From my experience, Mac users are more likely to:
1) Own and use their own computer (Mac users don't share; Windows users frequently do)
2) Do fewer tasks with their computer (using fewer applications on average to accomplish them)
3) Favor "open" dialogs or application-maintained databases over folder navigation
You'll note Apple has been developing apps towards those ends for years now.
"Stupid" has nothing to do with anything. Don't repeat that kind of bullshit, the IT industry is already full of enough elitist pricks.
Daniel Beardsmore:Incidentally, the Mac's Finder for me was always hopelessy buggy.
"Always"? Or "OS X always"? Finder used to be brilliant in Classic. It's always been shit in OS X.
Daniel Beardsmore:I've always felt that the file system managers—Explorer and Finder—were by far the most bug-ridden components of their respective operating systems. Incorrect date sorting (per the OP) is just one of a really, really long list of stuff that doesn't work in Explorer.
I've always thought Explorer's biggest weakness is the lack of a strong cohesive design philosophy. Drag&drop? Sure. Copy&paste? Why not. Drag&paste? ... sure, ok! Task-based controls on folder windows? Let's add those in XP! Vista: where'd the task-based controls go? Windows 7: oh wait now some are back. Menus on Windows? Of course. Using the standard OS menu code? Nope! We want BROKEN menus! etc.
It's good for what it is, the problem is it doesn't know what the hell it is.
 <- I couldn't make my shit work, so here's a Godzilla head. "There is no such thing as a diet." - Lorne Kates
|
|
-
-
Mcoder


- Joined on 01-06-2007
- Posts 211
|
Re: Explorer fails at sorting
blakeyrat:You don't include Apple... why? I simply can't think about "power users" and "Apple" at the same time. (Writing that was HARD!) But, to be fair, yes, bash is more "expert" than Power Shell. OS-X inherited a nice set of features from their Unix origins. Cassidy:AIUI, the basis of the ribbon was a study
commissioned by Microsoft which found over 80% of requested new features
already existed, so MS decided to expose them as a horizontal menu that
remained onscreen rather than a vertical dropdown list that vanished
once a single option had been selected. Yet, they only show a small subset of them each time, what is a good thing, but simply negates that objective. Cassidy:The Win8 ribbon should have be arranged so that the most common options appear (and are most apparent) first...
And it is. Well, except for printing. What further negates the objective you stated, beause most users know where the most used features are. If they need to expose something, it is the less used ones. It gets worse. Because the ribon is so large, less used options go into one of the lots of almost invisible drop-downs near the buttons. And the even less used options go into ribons that are invisible by default, and only get visible once you change a hard to find setting. In the end the ribbon makes seldon features even harder to find, but hey, MS had already invested $$$$ (and lots of political capital) into it, so they can't just change course, right? Let's make it straight ahead into that iceberg!
|
|
-
-
blakeyrat


- Joined on 10-29-2008
- Posts 8,616
|
Re: Explorer fails at sorting
Mcoder:But, to be fair, yes, bash is more "expert" than Power Shell.
How so?
Do you define "expert" as "person who has spent years memorizing Unix CLI syntax"? Because I can't think of any other definition by which Bash is more "expert" than PowerShell.
 <- I couldn't make my shit work, so here's a Godzilla head. "There is no such thing as a diet." - Lorne Kates
|
|
-
-
Daniel Beardsmore


- Joined on 02-16-2007
- Posts 840
|
Re: Explorer fails at sorting
blakeyrat:"Stupid" has nothing to do with anything. Don't repeat that kind of bullshit, the IT industry is already full of enough elitist pricks.
I am pretty sure I'm elitist, but I never claimed to believe that Mac users are stupid. Your shoulder aliens were speaking to you!
blakeyrat:"Always"? Or "OS X always"? Finder used to be brilliant in Classic. It's always been shit in OS X.
Since 8 or 9 at the very least (since in 7, it really did very little). I had a lot of really weird problems in the Finder in 9, including a spell of a week or two where it made a point of crashing exactly once a day, but never at the same time as the day before. Never did that before, never did it again after that. (And every crash ended up requiring a reboot; my Mac was always on.)
blakeyrat:I've always thought Explorer's biggest weakness is the lack of a strong cohesive design philosophy.
That's a problem with Windows in general. People can't even agree on Tools → Options and stick with it. Microsoft just lack the ability to lead from a design or consistency perspective. Explorer/Internet Explorer? No title captions. Office? Centre captions like a Mac. Other programs with a ribbon in Windows 7? Left caption. Windows 8 has now decided that all captions should go in the centre. (Office 2007 used pale captions that looked like the window never took the focus. Seriously WTF.)
|
|
-
-
Daniel Beardsmore


- Joined on 02-16-2007
- Posts 840
|
Re: Explorer fails at sorting
Mcoder:It gets worse. Because the ribon is so large, less used options go into one of the lots of almost invisible drop-downs near the buttons …
AAAARRGHH!!! I hate those! Seriously, you can spend ages trawling through the higgledy-piggledy arrangements of ribbon controls (columns, rows, columns within rows, rows within columns, big icons, small icons, commands inside button menus, commands inside corner menus, corner menus that open modal dialogs that you have to cancel out of, corner menus that open side panels that you have to go back and close (can't be consistent about this after all)) trying to figure out where something is in Office.
It would be solved instantly if it just had a box where you could type what you wanted ("style gallery") and the correct ribbon tab came up and a big arrow pointed at the appropriate control.
|
|
-
-
blakeyrat


- Joined on 10-29-2008
- Posts 8,616
|
Re: Explorer fails at sorting
Daniel Beardsmore:I am pretty sure I'm elitist, but I never claimed to believe that Mac users are stupid.
I never said you did.
Daniel Beardsmore:Since 8 or 9 at the very least (since in 7, it really did very little). I had a lot of really weird problems in the Finder in 9, including a spell of a week or two where it made a point of crashing exactly once a day, but never at the same time as the day before. Never did that before, never did it again after that. (And every crash ended up requiring a reboot; my Mac was always on.)
Meh... 9 yeah. Prior to about version 8.6 or so, it was always excellent. Really I talk about the decline of Classic, but the real problem started even in the Classic era.
 <- I couldn't make my shit work, so here's a Godzilla head. "There is no such thing as a diet." - Lorne Kates
|
|
|
|
|