Slashdot Mirror


Vista Failing "Blackboard" College Courses

writertype writes "Although Blackboard is used to communicate between students and professors at virtually all of PC Magazine/Princeton Review's top 20 wired colleges, when run under a Vista environment users can see glitches. Moreover, IT departments told PC Mag that if Blackboard is used with Vista plus IE7, students can't communicate via the software. When asked why, Microsoft ... waffled. Blackboard says they'll have a fix in place by summer. Meanwhile, are there any other common college apps that Vista fails to work with?"

5 of 207 comments (clear)

  1. Not so simple by robinjo · · Score: 4, Informative

    I've been in the business since before the first Windows versions. Usually I make sure to do software so it works with any Windows version. That should be pretty easy as long as you use standard API.

    Over the years I've noticed a trend: If you use Microsoft development tools, you end up having problems with backwards compatibility. Either their compilers so a lot of weird things or MS makes sure to break them so even the programmers have to upgrade.

  2. Internet Explorer 7 by YutakaFrog · · Score: 5, Informative
    My University uses WebCT a bunch. I was saddened when FireFox 2.0 came out, and it would pop up a window every time I logged in that said the browser was unsupported. Now, they've updated their software and FF2 is good to go. However, the homepage now has the following notice:

    The latest version of Internet Explorer does not work well with WebCT. We encourage you to use vesion 6 or download Firefox and use that. We will post a list of knwon issues with this browser once we have them. This will only be temporary until WebCT can resolve the browser issues. Thank you, WebCT Staff And that has been there a LOT longer than the FireFox alert was. :) Thank you, MicroSoft, for helping spread FireFox.
  3. Re:It was really late for me.. by jimicus · · Score: 4, Informative

    We have to fake different UA strings in different labs just to get this stuff to run.

    Wouldn't it be easier just to have a web proxy rewrite the UA string? I'm 95% sure squid can do that.

    Back on the topic of educational software though... ughh. I worked in a school for just one year and it was enough to convince me that the way to sell software to schools is to send every school in the country a flyer proclaiming yourself to be "specialists in the education market" - that way you could make a bunch of sales without having to actually produce a half-decent product.

    I was later told that there's a reason for this. Educational software - certainly in the UK - is generally split into two camps.

    On the one hand, you've got stuff written by computer people. It's generally reasonably easy to manage, can be rolled out across a network and is not too much hassle. But it's also generally lousy at getting a point across, so it's not very popular with teachers. Bit of a problem when ultimately it's the teachers who are going to work with it.

    On the other hand, you've got programs written by teachers who happen to have an interest in computing. It's generally quite good at getting a point across (and is thus popular with teachers) but it was usually written by someone who's never had to think beyond the PC on their desk. So the installation instructions say "Go to every PC, insert the CD and type D:\setup". In extreme cases, you find all sorts of annoyances: like parts of the setup program have been hardcoded to assume it's being installed from CD and the CD-ROM drive is drive D. Calling the software manufacturer and pointing out that this isn't terribly practical when the software is to be installed on a few hundred workstations generally results in an answer of "Oh. Never thought of that. Never mind, it only takes 5 minutes to install."

    Multiplying that 5 minutes by the number of PCs which need the software installed is left as an exercise for the reader.

    In the interests of fairness, I should point out that this was a few years ago - before XP was released and MSIs became as common as they are today. But I would be astonished if you were to tell me that things have changed that drastically.

  4. So much for Data Analysis by j_f_chamblee · · Score: 5, Informative

    It looks like many quantitative applications are currently not going to work on Vista, at least for now. Major statistical analysis, data mining and Geographic Information Systems tools that don't run on Vista include:

    SPSS, SAS, MATLAB and SAP and ESRI ArcGIS

    Eh, this is no big deal, right? I mean, who really wants to know about facts and numbers? Especially when you are using a *computer*.

    --
    The first principle is that you must not fool yourself - and you are the easiest person to fool. -Richard Feynman
  5. Re:What's Microsoft got to do with it? by toadlife · · Score: 3, Informative

    I run a blackboard server and have done so for around five years. Blackboard has moved from a pure perl based app to a pure tomcat driven app over the years and now they make heavy use of client side java applets. I suspect their poorly written java applets are the cause or all the problems with Vista.

    --
    I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.