Slashdot Mirror


User: mindovermatter

mindovermatter's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:Just the opposite on Developing Open Source Defense Projects · · Score: 1

    *Except One*

  2. Re:Linux != commercial games on LGP brings back Loki, Kind Of · · Score: 1

    True! The day publishers start developing games (not just porting) the user based for desktop linux will increase exponentially. That would be the best challenge to the other monopolies on the desktop.

  3. Microsoft's Next Generation Great Thing is on More on Recent SCOings On · · Score: 1

    .. Linux Fund SCO to prove Linux belongs to them. Then have them hand linux over so that it can be branded as the much awaited next genration MS platform :)

  4. Re:Mozilla Runs on WIndows on Running a Business on Open Source Software? · · Score: 1

    There are several quirks of IE that web-app developers use to make fancy interfaces that work just with IE. There have been some comments on extensions, appletx, active-x etc. Some of these are certainly a problem. But some basic DHTML/scripting interfaces are specific to IE too. From experience, I have seen that enterprise web applications that make heavy use of scripting sometimes break the cardinal rule of being "browser-independent" simply by making use of these. Some of the examples of the same are usage of document.all etc that are non-standard and are specific to IE. Most of these are inadvertent and probably occur because web-app developers simply test their work on just IE ? From all the applications that I have seen, it is this folly that restricts web-applications from being cross browser compatible.