Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Excel error? (Score 1) 476

Yep, especially when there is a distal part of the code where the array length is changed, but the variable holding the length is not updated. Yep, easy to spot.

Of course, good coding habits can make that easier to spot, but generally speaking, I've seen errors like that crop up here an there. The only way to fix this "error in excel" is to make the user interface less friendly for the less technical users. And then they'll just move to another application with this "error".

Comment Re:Excel error? (Score 1) 476

Then most people wouldn't use it.

You are not restricted to that mechanism (and I usually avoid it myself), but most users would have some difficulty with it. Mind you, any technical user should know better, but you'd be surprised at the number of minimally technical people in the various sciences, when it comes to things outside of their focus.

And, an example of how to cause this with a code rather than UI setup: If you add row to the end: how does it know to add it or not? there are multiple ways of doing this (insert, easy to understand, Excel handles it fine), but what if you are at the end of the spreadsheet, should it know that you are continuing on with the same theme, or that you are staring a new one? I've seen plenty of people put multiple tables on the same sheet.

It's still user error. And the problem wouldn't be eliminated with your suggestion, just altered. Even with horrible vision, I can still see both the highlighted color and the outlines of the cell without much difficulty.

Comment Re:Whats the alternative? (Score 1) 863

Odd. My general experience is that they keep the old APIs, but shuffle to favoring new ones.

If you want broken backwards compatibility, go for Apple, and even then they had a good reason for it. Still, they have the dominant position here, not MS. Maybe you should be more worried about them?

Comment Re:Silverlight greatness (Score 1) 394

Um... If you think those things can't be done with Flash or HTML5... That's your problem. Don't inflict your lack of creativity and programming ability on us.

That being said, Flash still needs to die in a fire for being the biggest cross-platform security vulnerability on the internet. Given the Silverlight is probably only "safe" due to a low user base... It can jump in the pit too.

Comment Re:Whats the alternative? (Score 3, Informative) 863

Having used a Windows Phone 7, iPhone and Android... I wouldn't call the phone shitty, even if it did flop. From the looks of it, for the mobile platform, Windows 8 is an improvement, rather than a step back, unlike the desktop.

The problem with Windows Phone isn't the OS or the hardware, it's the pathetic PR department of MS, and the preconceptions of users (some of which are very well founded, so it's actually rational for them not to even bother trying).

Comment Re:Whats the alternative? (Score 4, Insightful) 863

True, but MS cannot sustain an 'every other version is a flub' business model. People may stick with 7 like they stuck with XP, but MS will need to fix the UI and quickly.

Hopefully they'll soon realize that the desktop and mobile platforms need different UI models, and start supporting the separate primary interface models...

Comment And... no big loss (Score 4, Interesting) 863

I like some Microsoft products, but honestly, if they ditch Windows, and move their products to .NET... then ensure the .NET platform runs on Apple, Linux and a few other platforms (not terribly hard, since the tech is mostly there anyway), I think they might see some improvement.

TBH... I like what Windows was for a short time, in the 2000-XP era, when most of the security holes had been patched, and 7 is OK... but they are majorly ruining the UI. They are trying to be clever, edgy and push the envelope... but doing so in a manner that copies Apple, and tries to go one step further. So they not only lose the 'clever' appearance, for a copycat appearance, but they are copying some of the worst changes for the desktop environment, that Apple is making.

Then again... except for businesses, and a relatively small number of hobbyists, the desktop will be mostly eliminated in the next 5-10 years. So... Windows dieing on the desktop may not be such a big thing for MS. The people who will keep it, are probably the least likely to use Windows (except businesses). The desktop is for creating, most users are simply are fine with consuming, and they'll move to portable platforms which make that easier. Even the portable platforms are starting to be good with producing - particularly multimedia which doesn't require much typing. MS has the possibility to catch-up on the portable side, but it's isn't likely, even though they have a great mobile product, that market is fairly strongly set with other good/great products, and it will be a hard battle, one MS's prodigally inept PR department can only lose.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...