Slashdot Mirror


Microsoft Prefers Flash To Silverlight

An anonymous reader writes "Microsoft still has not adopted Silverlight, and uses Flash all over its websites. 'Despite all the controversy over Microsoft using Silverlight to take over the rich internet market from Adobe Flash, the software giant seems to be not even trying. In fact, even most Microsoft web sites are using Flash instead of Silverlight.'"

306 comments

  1. this just in... by chinard · · Score: 1, Redundant

    water still wet

  2. Dog food? by Pig+Hogger · · Score: 3, Insightful

    Who ever said something about dog food and eating it???

    1. Re:Dog food? by Anonymous Coward · · Score: 1, Funny

      The executives of Pedigree Chum?

    2. Re:Dog food? by x00101010x · · Score: 1

      Uhm... Try spending more than 2 minutes on a microsoft website (especially downloads.microsoft.com) and there's a good chance you'll be asked if you'd like to try the "beta" silverlight version. Microsoft would be stupid to switch their default experience over to a new platform with such low market saturation.

      --
      DONT PANIC
    3. Re:Dog food? by Anonymous Coward · · Score: 0

      Linux users still use Windows & Windows applications too... Why is that?

    4. Re:Dog food? by plague3106 · · Score: 1

      Who wants to eat 1.0 dogfood? I bet they are like me; waiting for Silver Light 2.0 so they can use .Net instead of some crap javascript thing.

  3. Silverlight is insignificant by Z00L00K · · Score: 3, Insightful
    Silverlight is insignificant as a technology as long as it exists only for Windows, and even then it will be adopted by a very limited amount of web sites.

    Most sites making commercials will probably stay with Flash and animated images as a backup unless Silverlight allows them to create yet more annoying CPU-demanding commercials.

    --
    If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    1. Re:Silverlight is insignificant by modmans2ndcoming · · Score: 5, Informative

      uhhh.... news flash, there is an OS X and Linux runtime.

    2. Re:Silverlight is insignificant by DAldredge · · Score: 0, Flamebait

      And the average technical knowledge of /. continues to decline.

    3. Re:Silverlight is insignificant by Serapth · · Score: 2, Informative


      Because Silverlight-based applications are cross-platform, they run in most modern Web browsers, including the following:

      Microsoft Internet Explorer versions 6.0, 7.0, and 8.0 Beta

      Mozilla Firefox versions 1.5 and 2.0

      Apple Safari version 2.0 and 3.0 Beta.


      Currently it runs on Windows and Mac, with the Mono team apparently having a Silverlight port already up and running. Its not 100% cross platform, but its a hell of alot better then most previous Microsoft technologies. You have to keep in mind the technology is pretty young.

      That applies to the origonal post, which frankly seems pretty trollish to start with. Silverlight is new and frankly 1.0 seemed more a proof of concept then an actual technology. All told, its been with us for less then a year. It is going to take MS time to get all their various pages ported over to silverlight... *IF* it even makes sense to do it at all. Just because something new and improved comes along, doesnt mean all that you already have needs to be re-written, something a great many programmers never seem to learn. That said, I already encounter alot of sites ( like Download Center ) that if you have Silverlight installed ask if you want to take part in the new version.

    4. Re:Silverlight is insignificant by Luscious868 · · Score: 1

      And the average technical knowledge of /. continues to decline.

      You say that as if it existed recently in the first place. It hasn't been here in about a decade.

    5. Re:Silverlight is insignificant by J3rryken · · Score: 1

      thats not the only problem, if youtube would switch from flash to silverlight they would lose alot of customers/visitors or if websites switches there banners they wont be displayed on linux/osx witch is a good thing :D so only a few websites are stupîd enough to switch to silverlight

    6. Re:Silverlight is insignificant by ionix5891 · · Score: 1

      who moded him "Insightful"?

      he didn't even bother to read wikipedia http://en.wikipedia.org/wiki/Microsoft_Silverlight

    7. Re:Silverlight is insignificant by OrangeTide · · Score: 1

      Silverlight runs fine on my PowerPC Mac.

      --
      “Common sense is not so common.” — Voltaire
    8. Re:Silverlight is insignificant by innerweb · · Score: 4, Insightful

      I guess you never heard of Netscape?>

      MS will simply work on the technology until they are ready to push it out as part of IE. Then, one update, it goes live to all of the IE users they can push it to. They already have critical mass, they only have to flip that switch. You have to remember MS does not move on a dime. They are slower and more methodical in their market take overs. They have time and money on their side. And they normally get what they want.

      They will probably have all (or most) of their websites with a silverlight version running before they flip that switch. Then, they will push it out and the new experience will start. But, they will want that experience to be noticeably *better* before they do it.

      InnerWeb

      --
      Freud might say that Intelligent Design is religion's ID.
    9. Re:Silverlight is insignificant by canuck57 · · Score: 3, Insightful

      uhhh.... news flash, there is an OS X and Linux runtime.

      Forgive me, I will wait until the FOSS community gets a chance to vet the code first. In the mean time, as the title says, Silverlight is insignificant and irrelevant.

    10. Re:Silverlight is insignificant by Gavagai80 · · Score: 5, Informative

      Newsflash: getting silverlight (moonlight) to actually install on Linux takes a team of experts, and even if you manage that it'll fail on most pages. It's no more accurate to say that there's a silverlight for linux than it is to say that all windows programs run in linux thanks to wine.

      --
      This space intentionally left blank
    11. Re:Silverlight is insignificant by @madeus · · Score: 3, Insightful

      IME, Siverlight is a far better environment for developing real applications in than Flash, which is really only suitable for animations (from a software developer perspective). Something like Siverlight or Java is far more appropriate for application development (but Java - from the perspective of web based application roll outs - has gone off the rails if you ask me).

      IMO, it should really have worked the way rolling out projects from Project Builder on NeXT/Open Step worked - only the relevant libraries/DLL's for your application were included in the final build of your application, for whatever platform it was for (so releases could be just a few Kb - not requiring a separate 60+ MB install of a common runtime environment).

      When it comes to client side application development, .NET is an improvement over Java IMO. If you want to, you can include an entire runtime distribution of Mono and the core libs in your main binary and you still have a reasonably sized application that "just works" for the user when they double click the icon.

      Still, most things that can be done in either - with the exception of video - can be done in DHTML+Canvas on Firefox(/Gecko) and Safari(/Webkit) - and to a lesser degree, IE7. If Microsoft supported standards anywhere near as well as Mozilla has done it wouldn't be a big issue. I also wish Apple had put just slightly more work in to Canvas (text placement, anyone?). Kudos to the Mozilla team for not only implementing it, but providing some top class documentation for it.

      Basically though, I think Flash has just gone too far down the wrong route, as application development in it seems like a hack. Perhaps someone can illustrate to me why I'm wrong and it really is good for application development and I'm just missing something every time I come to look it it (perhaps because the books and documentation are almost all aimed at animators+designers, not developers?).

    12. Re:Silverlight is insignificant by Anonymous Coward · · Score: 4, Insightful

      Exactly. I just vetted the code from Adobe for Flash the other day. Oh, wait...

    13. Re:Silverlight is insignificant by m509272 · · Score: 1, Insightful

      So we should buy into yet another MS line. I'M SURE, this will be another MS "PLAYS FOR SURE" product.

    14. Re:Silverlight is insignificant by a_nonamiss · · Score: 1

      I second that statement. I'm not a dumb guy by most standards, and I found the install to be problematic, even using Windows and Firefox. I still haven't gotten it to work properly on my PC at work. Mind you, I haven't tried very hard. (Click here... restart browser... meh... didn't work. Oh well.)

      I actually tried to get the *nix runtime working, and it's definitely not something the average user could do at this point. (Even the averate Linux user)

      --
      -Arthur
      Cave ne ante ullas catapultas ambules
    15. Re:Silverlight is insignificant by DAldredge · · Score: 1

      This I know.

    16. Re:Silverlight is insignificant by Richard_at_work · · Score: 3, Informative

      The Linux runtime is being supplied by Moonlight, from the Mono team - its opensource and is available from here http://www.mono-project.com/Moonlight - vet away.

    17. Re:Silverlight is insignificant by gbjbaanb · · Score: 3, Informative

      I'm sure silverlight is quite a good technology.

      but who cares, they turned me off it when I kept getting popups asking if I wanted to install it, am I sure I don't, no really we think you should. oh ok, I'll ask again next time you visit any page in case you've changed your mind.

      I installed it in the end just to shut the damn thing up, and even then it refused to install. I almost cried with the frustration! The CIA could use this technique to get their terrorist suspects to talk.

      MS doesn't often plan their takeover of markets, someone someehere in the depths of MS's vast ranks of development makes something cool, others within MS get to hear of it, its attracts some takeup,, and then everone in MS thinks that becuase they like it, you will too. And if you don't like it - tough, as they want you to have it so it becomes ubiqutous enough that they can use it everywhere without worrying about it. Hence the push to have silverlight installed everywhere.

      Of course, that's the old way of MS planning. Now, someone at MS decides they can make money from it/increase market share/dominate a market, and so they tell everyone at MS to push it everywhere. It often doesn't work - look at .net and how much takeup they have there from the Office, Windows and now the Visual Studio teams. But you, as a MS consumer, still get the marketing message pushed down your throat like it or not.

      BTW, they cannot 'flip the switch' and have you have it, they'd get sued. Again. That's why you have to opt-in to silverlight. Whether you want it or not.

    18. Re:Silverlight is insignificant by Anonymous Coward · · Score: 0

      > I actually tried to get the *nix runtime working, and it's
      > definitely not something the average user could do at this point.

      It's definately not something an advanced and knowledgeable user would even consider installing unless they were on the Microsoft payroll. Microsoft Sparkle, SilverLight, SillyName or whatever is an affront to the open web -- and no I don't install flash either!

    19. Re:Silverlight is insignificant by ozmanjusri · · Score: 5, Informative
      Perhaps someone can illustrate to me why I'm wrong and it really is good for application development and I'm just missing something every time I come to look it it (perhaps because the books and documentation are almost all aimed at animators+designers, not developers?).

      Yes, you're wrong.

      It's a shame you spent so much effort writing all that and none on Googling, because there is plenty of information out there.

      Adobe's own application platform for Flash is Flex. OpenLaszlo is an open-source XML based programming language for developing apps in SWF. Flash itself also has a substantial component collection for app development, and finally, there are dozens of third-party ActionScript IDEs and compliers available.

      That's why Microsoft is introducing Silverlight. Flash is threatening to become an OS-independent application platform which could make Windows irrelevant.

      --
      "I've got more toys than Teruhisa Kitahara."
    20. Re:Silverlight is insignificant by dvice_null · · Score: 4, Informative

      And as wikipedia says: "but as a lot of work still needs to be done[7], no firm date has yet been given on the Moonlight website."
      http://en.wikipedia.org/wiki/Moonlight_(runtime)#cite_note-status-6

    21. Re:Silverlight is insignificant by ozmanjusri · · Score: 2, Insightful
      Oh, wait...

      Why the wait?

      Flex is open source. The SWF file format is an open specification.

      --
      "I've got more toys than Teruhisa Kitahara."
    22. Re:Silverlight is insignificant by Anonymous Coward · · Score: 1, Funny

      I don't want your monomoon microshit.

    23. Re:Silverlight is insignificant by jsebrech · · Score: 4, Informative

      Basically though, I think Flash has just gone too far down the wrong route, as application development in it seems like a hack. Perhaps someone can illustrate to me why I'm wrong and it really is good for application development and I'm just missing something every time I come to look it it (perhaps because the books and documentation are almost all aimed at animators+designers, not developers?).

      You're indeed missing something, because you're looking at the wrong product. Adobe's product for developing web applications for the flash player is called flex. Go take a look at some flex books (for flex 2 or 3), and be enlightened.

      In my opinion flex can go toe-to-toe with any client-side web dev platform, be it silverlight, java client, java/gwt, extjs, or whatever.

      Actionscript 3 is modern language that encourages good development practices. The flex framework is complete, fast, light, easy to extend, and easy to work with. And mxml, flex's xaml-equivalent, well, just check it out, it's really nice.

      I see it as quite opposite. Silverlight doesn't offer a compelling featureset to lure people away from flash/flex. It doesn't do anything development-wise that might tempt flex developers, and it cannot integrate animators and designers as good as the flash / flex combination can.

    24. Re:Silverlight is insignificant by Anonymous Coward · · Score: 0

      It may not be that easy anymore. Sometimes I wonder if what they did to the browser market is worth it. True they gained a near monopoly in web browser market by abusing their desktop OS monopoly, but they didn't exactly manage to control everything even today. Worse, competitors like Firefox and Safari keep getting more followers. For this, they paid dearly in lawsuits in the US and Europe. Though the Bush administration practically changed the punishment to a slap on the wrist, they didn't get off easily in the EU and more importantly, it aired out MS's dirty laundry.

      Now that there is a precedent and a verdict that MS is an abusive monopoly that can stoop very low, even down to blackmailing competitors, it is easier to pick a new case and try it. Microsoft won't have an easy time tying IE and Silverlight to gain a monopoly in interactive Internet plugin/API like when they tied IE and Windows.

    25. Re:Silverlight is insignificant by Anonymous Coward · · Score: 0

      Assuming you're using M$ Internet Exploder, find out the CLSID and set the "kill bit" on it, it'll never prompt you for installing it again (and it also won't use it if it's installed already).

    26. Re:Silverlight is insignificant by Anonymous Coward · · Score: 0

      Shush, you're making us other MS haters look bad. Seriously, at least offer some counterpoints, or something, but you offered nothing of value to the parent comment other than "You're wrong because it's an MS product." Grow up!

    27. Re:Silverlight is insignificant by Angostura · · Score: 2, Funny

      Surely you should be quizzing the original poster on whether he meant mean, median or mode when he said 'average'.

    28. Re:Silverlight is insignificant by edxwelch · · Score: 1

      I thought they improved the application development side when they released flex, before that it was pretty poor

    29. Re:Silverlight is insignificant by NouberNou · · Score: 1

      Flex will never be any sort of real platform till Adobe fixes the horrible memory issues associated with Flash Player 9's garbage collection.

      Event listeners and timers used by the underlying Flash player are stored deep inside the VM where you have no access to free them, and those in turn will hold on to other objects and Flash will never return memory to the OS until you close and terminate the whole VM.

      There is very little you can do about this, and anything you can do just slows down the giant memory leak. After a few hours of work in even the smallest of Flex/AIR apps the Flash VM can easily be using 500Mb+ of ram.

    30. Re:Silverlight is insignificant by i.of.the.storm · · Score: 4, Insightful

      >

      That's why Microsoft is introducing Silverlight. Flash is threatening to become an OS-independent application platform which could make Windows irrelevant.

      I have a feeling people said the same thing about Java, and it hasn't exactly made Windows irrelevant. What makes you think Flash will be more successful than Java?
      --
      All your base are belong to Wii.
    31. Re:Silverlight is insignificant by Not+The+Real+Me · · Score: 2, Informative

      It took many years for websites to dump Windows media streaming, Real media streaming and Apple Quicktime streaming media in favor of Flash. It seems Youtube was the tipping point to switch to Flash. Once Youtube took off, many sites dumped WM, Real and Quicktime for Flash.

      Microsoft is a slow learner. It took many years until .NET finally took off. It seems that M$ doesn't get it right until the third release of their product is launched. Silverlight 1.0 will bumble, stumble, and crawl along. Silverlight 1.1 will probably be reasonably okay for some early adopters. Silverlight 2.0 will be a good product. Silverlight 3.0 will be a very good product. Silverlight 3.5 will probably be as good if not better than Flash 9.0.

      I am not a fan of M$. All one has to do is look at the history of Windoze, M$ Office, SQL Server, .Net, and Visual Studio to see that M$ almost always borks the early versions.

    32. Re:Silverlight is insignificant by Richard_at_work · · Score: 0, Flamebait

      Who the fuck modded me troll? Giving the previous poster *exactly* what he wanted, access to an open source implementation he can vet to his hearts content, and thats trolling here these days?

      I guess thats what happens when you give 12 year olds mod points. Infantile.

    33. Re:Silverlight is insignificant by i.of.the.storm · · Score: 1

      Why is this modded troll? I guess linking to Mono is trolling now? That sig might be considered flamebait, but I don't see how that post is a troll...

      --
      All your base are belong to Wii.
    34. Re:Silverlight is insignificant by ozmanjusri · · Score: 3, Interesting
      What makes you think Flash will be more successful than Java?

      I said it was threatening, not that it would be successful.

      Those of us who were around then will remember that Microsoft mounted a sustained attack on Java, and deliberately crippled it's multi-platform capabilities. I'm sure they will try the same with Flash.

      --
      "I've got more toys than Teruhisa Kitahara."
    35. Re:Silverlight is insignificant by marcansoft · · Score: 0, Flamebait

      The SWF format isn't open. Adobe just happens to let you see the spec if you agree not to write a Flash Player clone. Definitely not "open".

    36. Re:Silverlight is insignificant by Gavagai80 · · Score: 1

      Actually, I'd love to install it. MLB.com is pretty useless without it. ('Course, like Flash, I'd only install it in Firefox and use it for specific sites, while using Opera for normal web browsing.)

      --
      This space intentionally left blank
    37. Re:Silverlight is insignificant by ozmanjusri · · Score: 4, Informative
      The SWF format isn't open.

      It IS open.

      On May 1, 2008, as part of its Open Screen Project, Adobe dropped all restrictions on the SWF and FLV formats.

      --
      "I've got more toys than Teruhisa Kitahara."
    38. Re:Silverlight is insignificant by Anonymous Coward · · Score: 0

      While Silverlight is most likely the superior technology, it is married to the windows platform in various ways, and thus not a contender for cross platform internet sites.

    39. Re:Silverlight is insignificant by Cyberax · · Score: 1

      Java is planning to do the same - Google for "Consumer JRE". The size of Java runtime is going to be just a few megabytes, about the size of Flash/Silverlight.

      Also, JavaFX is rapidly becoming a fairly good alternative to Flash.

    40. Re:Silverlight is insignificant by clang_jangle · · Score: 1

      Silverlight 1.0 will bumble, stumble, and crawl along. Silverlight 1.1 will probably be reasonably okay for some early adopters. Silverlight 2.0 will be a good product. Silverlight 3.0 will be a very good product. 3.5 will probably be as good if not better than Flash 9.0.


      Oh sure, but by then Flash 14.0 will have been released.
      --
      Caveat Utilitor
    41. Re:Silverlight is insignificant by LynnwoodRooster · · Score: 1
      Silverlight is insignificant as a technology as long as it exists only for Windows,

      Yeah, because everyone knows that if you only target 90% of the platforms out there, you're going to fail...

      /sarc

      --
      Browsing at +1 - no ACs, I ignore their posts. So refreshing!
    42. Re:Silverlight is insignificant by Anonymous Coward · · Score: 0

      s/without it//
      Fixed. This isn't 1998, no modern web site should depend on a plugin for basic functionality.
    43. Re:Silverlight is insignificant by aliquis · · Score: 1

      Part of that was because peoples Java experience came from Microsofts own crappy version, as another user have already pointed out. I'm sure if Microsoft made youtube work like shit in Windows many people would switch aswell.

    44. Re:Silverlight is insignificant by @madeus · · Score: 1

      So we should buy into yet another MS line. That's where it gets uncomfortable.

      There is Mono (which can generate Silverlight run times), and it is really good quality, and C# and the Common Language Runtime are standards (and C# is a great language), but obviously Microsoft have a bad track record when it comes to embrace and extend (and so embracing Silverlight would possibly prove to be bad idea in the long run).
    45. Re:Silverlight is insignificant by notaprguy · · Score: 1

      Insightful for this post? Puleeez! You can download Silverlight for Mac today...and could a year ago as well. Silverligth for Linux, developed by Novell with support from Microsoft, is either already available or well into development. How many years was Flash NOT available for Linux after Linux first became widely avaialble? I don't know myself but I'm guessing it was a long time. This is a dumb /. article.

    46. Re:Silverlight is insignificant by jlarocco · · Score: 1

      Fortunately, most businesses can't be so picky as to tell 1 out of 10 potential customers to go fuck themselves.

    47. Re:Silverlight is insignificant by drsmithy · · Score: 1

      Those of us who were around then will remember that Microsoft mounted a sustained attack on Java, and deliberately crippled it's multi-platform capabilities.

      And by "deliberately crippled", you mean "released the best JVM", right ?

    48. Re:Silverlight is insignificant by drsmithy · · Score: 1

      Part of that was because peoples Java experience came from Microsofts own crappy version, as another user have already pointed out.

      Say what ? Microsoft's JVM shat all over Sun's until they weren't allowed to distribute it any more.

    49. Re:Silverlight is insignificant by ThePromenader · · Score: 1

      Um... and the OS market - Vista?

      --

      No, no sig. Really.

      ThePromenader
    50. Re:Silverlight is insignificant by 93+Escort+Wagon · · Score: 0, Offtopic

      Who the f**k modded me troll? You must be new here, so I'll explain. There's a significant percentage of Slashdot members whose mental development did indeed abort at about 13-14 years old - their chronological age may be far different. They don't really understand what the words "troll" and "overrated" mean. You might think this inappropriate moderation is due to your mention of the Mono Project, but it could just as easily be due to your mention of OS X in your signature, or even due to the fact that they frequently got beat up after school by some guy named Richard.

      Unfortunately, they have gobs of time to spend perusing Slashdot since they don't have jobs, never date, and burn easily on the rare occasion they actually venture outside. So they manage to carry a disproportionate amount of moderation weight, and account for a large percentage of story submissions.
      --
      #DeleteChrome
    51. Re:Silverlight is insignificant by @madeus · · Score: 0

      Yes, you're wrong. You say that but you haven't proven me wrong.

      I've played around with OpenLaszlo quite a bit, it's a clever hack (I'm really impressed with it - and I don't use the term to reflect impliy anything about the quality of it) but it's still a hack for writing applications in Flash - it creates Flash, but it doesn't change what Flash is. It does not make into Flash in a platform for full featured application development (e.g. comparable with Java, Mono/.NET + Silverlight, etc.).

      I've check out Flex before too, isn't about turning Flash into an application development platform either. Its more about allowing multimedia interface designers to deploy the sort of ECMA script driven multimedia presentation you'd find on a web page, to a desktop.

      That's why Microsoft is introducing Silverlight. Flash is threatening to become an OS-independent application platform which could make Windows irrelevant. I think it's more to do with their being an itch among developers that Java fails to scratch (even if largely thanks to Microsoft undermining it, as well as bad judgement calls by Sun) and that Flash doesn't even come close to scratching as far as software developers are concerned.

      Flash isn't an OS-independant application development platform that anyone other than a web designer can take seriously (but these days, of anyone who can make a web page counts themselves a developer).

      Frankly, I think having C# and the Common Language Infrastructure (i.e. run times) under ECMA and ISO standards - and a working (and highly functioning) Open Source implementation in the form of Mono does a lot more to undermine their monopoly.

      Flash doesn't deal with having shared libraries between applications. It doesn't even support native interfaces (Flex tries a little bit from a cosmetic perspective, but it doesn't do very much other than re-theme basic widgets, badly and in a way that makes them function correctly). You can't share you libraries from you server with your client code (unless - and this is a terrible idea - you were writing your server side software in ActionScript).

      To put it this way, can you imagine writing something like GIMP, Abiword, Entourage or Firefox in Flash?

      Sure it's just about technically possible, but it would be an almighty hack and not even a remotely sensible idea (not just because Action Script isn't powerful enough, or that it couldn't handle having shared libraries - and the resulting code would almost certainly be a giant nasty hairball - but also because the performance would be so poor it would be unusable).
    52. Re:Silverlight is insignificant by MobyDisk · · Score: 1

      Siverlight is a far better environment for developing real applications in than Flash, which is really only suitable for animations (from a software developer perspective). When Flash started, it was as you say: it was meant for animations, with a little bit of scripting thrown in. The Macromedia/Adobe development environments are still geared toward this. Same with the books and all the cheesy animation tools and slideshow tools. Seeing that hole, Microsoft replicated Flash, but geared the tools for developers and marketed it as such. But under the hood Flash is far better for developing applications than Silverlight. But to realize this, you must 1) Use tools other than the Adobe animation-like tools, and 2) Try to actually maek a real app in Silverlight.

      For tools, FlashDevelop and Flex will make you change your mind. Today, Flash is the de-facto standard for creating user interfaces in serious games (Ex: Command and Conquer), and is also common for casual games and cell-phone apps. Flex is geared toward web-application development.

      Creating serious web apps in Silverlight is nearly impossible. Silverlight 1.0 has no support for controls, which makes it painful to develop a UI. Since it uses Javascript it has no advantage for the developer over Flash. In theory, Silverlight 1.1 will be comparable to (or better than) Flash for application development. But the language isn't there, the tools are unstable, and even Microsoft partners will tell you to make your web apps in Flash.

      On that last part: I've been to several presentations on Silverlight. Microsoft is paying partners to learn Silverlight and to replace their Flash apps with Silverlight. Then they show it off at every user group they can. But if you talk to those partners after the presentation, or you pay them for their services, they will recommend and use Flash unless Microsoft is throwing money at them. They are hopeful for Silverlight's future, but there is presently no benefit to it. (Even once Silverlight 1.1 is out and stable, it will still take time for the tools, 3rd-party support, client-side support, etc. to proliferate)

      Much like Java, Flash is finding a market in places it wasn't intended for. In the 90's, Java was headed toward a client-side UI for cross-platform web apps. But it found success in server-side development, largely thanks to beans. Flash is finding that developers are in need of an easy scripting language with good UI tools built-in. And the 3rd-party Flash players, flash tools, plus stuff like Flex and AIM are making Flash branch into other areas. If Adobe is smart, and realizes that this is Flash's future (not cheesy intro screens on web sites) then Flash will do well. If they don't realize this, then Flash will be relegated to silly animations and might eventually vanish. The ball is in Adobe's court.

    53. Re:Silverlight is insignificant by Bodrius · · Score: 1

      I have a feeling people said the same thing about Java, and it hasn't exactly made Windows irrelevant. What makes you think Flash will be more successful than Java?


      Because Adobe is not Sun?

      Yes, I'll get my first flamebait mod point - but sadly, it is true...
      E.g.: it took Silverlight (rather than AJAX/Flex) for them to respond with JavaFx, when Java could have been synonymous with RIA for years if they hadn't botched the job.

      --
      Freedom is the freedom to say 2+2=4, everything else follows...
    54. Re:Silverlight is insignificant by LynnwoodRooster · · Score: 3, Insightful
      It's more common than you think. Want a full size truck? Honda doesn't offer one. Want a hybrid? Good luck shopping for a BMW, Mercedes, or even Volkswagen. Need a size 58 suit jacket? Not a chance at Macy's or JC Penney's. Left handed golf clubs? No such luck at Costco.

      The reality is that most stores cater to the 85-90% of the market they are in; the rest are marginalized simply because you can't make enough money on them - too much support and inventory costs to support everyone and that leaves the little niche markets for small companies.

      When you're a big company, you simply cannot look to take on every small niche - you will not survive. So you live on the big chunks of the market.

      --
      Browsing at +1 - no ACs, I ignore their posts. So refreshing!
    55. Re:Silverlight is insignificant by vux984 · · Score: 2, Insightful

      Because Adobe is not Sun?

      This would be the same Adobe that doesn't have 64-bit flash yet? on any platform! Whose linux flash support even in 32-bit is way behind the times?

      If there was ever a platform that Microsoft had a real chance of overtaking, Flash would be it. If sliverlight/moonlight can get an installed base it has a real chance of being a flash killer.

      And considering windows update just prompted me to try the new 'silverlight' beta version, MS *IS* putting the effort in to use silverlight on their own sites, and putting it in places where it will get installed by a LOT of people.

      If they can co-exist with flash on a site like youtube for 64-bit... that would be a real coup for Microsoft.

    56. Re:Silverlight is insignificant by @madeus · · Score: 0

      I see it as quite opposite. Silverlight doesn't offer a compelling featureset to lure people away from flash/flex

      How do you share libraries between your other applications (e.g. server code, standalone client code) with a Flash interface, like you can with .NET or Java? I'm pretty sure Flex doesn't even try to address that. Of course not many software developers are going to be writing significant code in ActionScript in the first place, which is in itself something that makes it less attractive than Java or Silverlight.

      Not being able to write native interfaces with Flash and Flexis also a problem. Flex has only very, very basic support for this (not really useable for substantial application development). In the interest of balance Silverlight is also currently a bit crappy in this regard when it comes to Mac OS, although the GTK and Windows interfaces give you everything you'd want.*

      * Currently under the Mac it uses GTK to render the interface, although without X11 needing to be run, but work is being done on this. However, in the interim it's still possible to still write .NET applications on the Mac with fully native Cocoa widgets (which, again, is not possible with Flash).

      But that's not all that separates Flash from something like .NET/Mono + Sliverlight, Java or something like C and QT/GTK....

      You can't really go very low level with ActionScript. You can't hook hook in to the hardware or local operating system to integrate with what features are available specifically to the platform you are deploying on. IMO you'd as well be writing in a more widely supported ECMA scripting language Javascript/JScript - as at least both Windows and Mac OS could execute it out of the box and both vendors have added powerful platform specific functionality to their implementations.

      Then there is performance. As I've noted in another post, I can't see something like GIMP, Abiword or Firefox being developed in Flash. We've had Quake II in Java (and it rocks). The performance I get from Mono (albert it on nothing even remotely as advance) is none the less superb. Can you imagine a point where people will be developing major apps in ActionScript? I can't see developers flocking to it myself.

      As far as I am concerned, Flash a package for multimedia designers, not serious software development. It doesn't encourage reusable code to anything like the extent of Java or .NET. I see Silverlight as an attempt to bridge that gap - and that's what I like about it.

      As for what I don't like?

      Like Flash, Silverlight is nasty because it's proprietary (although the Mono team have their own Silverlight compiler, and Microsoft have endorsed it, which is good, if a bit confusing). However, unlike Flash, with Silverlight you can re-use your existing code and development expertise and code. You can build advanced applications in a familiar way with all the flexibility and power you can put in to a traditional desktop or server side application.

      What I really don't like though, is that this clearly part of a "war" on multiple fronts (and one that is being well executed at that).

      Microsoft have .NET battling Java (which is heavily entrenched in the Enterprise and isn't going to be easy for Microsoft to shift head on), but they are also attacking Java where it's no longer very strong anyway, in the form of "web applets" (this is where Silverlight comes in). C# is great for web service development (common Enterprise Java territory).

      Flash just happens to be in that space right now, but although it fulfills a unique niche right now (one it looked like Java was going to fill going back quite a few years ago). With .NET, Microsoft can steamroller over Flash pretty easily over the course of a few years - the .NET approach is just really compelling and I think will gain momentum. Flash isn't part of a big cohesive strategy, i

    57. Re:Silverlight is insignificant by @madeus · · Score: 1

      That's the first I've heard of that. That is absolutely about damn time!

      It's a fairly simple thing, but making the plug in itself huge and less than use friendly is a major hurdle to end user adoption particularly on Windows, where the majority of consumers are (on the Mac OS you get Java out of the box so not an issue there).

      I think Sun shot themselves in the foot when they decided to take the ball home and force Microsoft to stop distributing their own JVM with MSIE. Java has gone on to be a big success in the Enterprise / server space, but no one really things of it as being associated with web development any more (except when they are confusing it with the intentionally confusingly named Javascript).

      Being able to complete effectively as far as client software goes will also help with mindshare in the Enterprise arena (where Microsoft are using other .NET technologies to try and compete with Java).

      (I will have to stop typing now, I've just reached my buzzword quota.)

    58. Re:Silverlight is insignificant by @madeus · · Score: 1

      Being able to complete effectively as far as client software goes will also help with mindshare in the Enterprise arena (where Microsoft are using other .NET technologies to try and compete with Java). Note that is supposed to imply that I think it will help Sun/Java compete in the Enterprise arena (where it is still dominant) against Microsoft (which are attacking it heavily with .NET as an "integrated" solution to all of everyone's problems).
    59. Re:Silverlight is insignificant by @madeus · · Score: 1

      Maybe they think Mono itself is just an ironic troll of some sort? :-)

    60. Re:Silverlight is insignificant by Cyberax · · Score: 1

      JavaFX was pretty big on this year's JavaOne conference. They are planning for release sometime this summer.

      I'm not entirely sure that Sun will be able to produce something GOOD at last (they have a long history of disappointments on desktop), but so far it looks pretty good.

    61. Re:Silverlight is insignificant by Raineer · · Score: 1

      Your sig is 25% true.

    62. Re:Silverlight is insignificant by icepick72 · · Score: 1

      Parent contains misinformation. Silverlight does not "exist only for Windows". See here (Microsoft supports Windows and OSX) and here (Linux).

    63. Re:Silverlight is insignificant by Anonymous Coward · · Score: 1, Insightful

      To put it this way, can you imagine writing something like GIMP, Abiword, Entourage or Firefox in Flash?

      Photoshop Express
      Fotoflexer
      Buzzword
      SlideRocket
      Premiere Express
      Goowy

      Note the absence of *a single* significant Silverlight application.

    64. Re:Silverlight is insignificant by calebt3 · · Score: 1

      37.5%, if you count the DNF trailer/demo.

    65. Re:Silverlight is insignificant by Raenex · · Score: 1

      Frankly, I think having C# and the Common Language Infrastructure (i.e. run times) under ECMA and ISO standards - and a working (and highly functioning) Open Source implementation in the form of Mono does a lot more to undermine their monopoly. Dancing to Microsoft's tune would be an insanely stupid way to try to undermine Microsoft, unless you think paying patent royalties to Novell -> Microsoft is a good way to combat their monopoly. The only way to break the Microsoft monopoly is to stop using their proprietary formats.
    66. Re:Silverlight is insignificant by Anonymous Coward · · Score: 0

      Yeah, no one uses Firefox or Safari because all the popular web sites require ActiveX

      Even if Silverlight gets pushed out to XP and Vista users, why would anyone switch? Public-facing websites face tremendous risk and hard cash losses in doing so just from an operational perspective, to say nothing of wasted development/QA time. While I joked about ActiveX, it really amounted to the same thing... if someone wanted interactive content in 1997, they went with Java, not because it was great (quite the opposite at the time), but because it got out there and got installed first. That it was cross-platform is probably inconsequential (even moreso than today).

    67. Re:Silverlight is insignificant by Anonymous Coward · · Score: 0

      Silverlight is insignificant as a technology as long as it exists only for Windows, and even then it will be adopted by a very limited amount of web sites. Yeah, same goes for Internet Explorer 6 specific web pages.

      Oh, wait...
    68. Re:Silverlight is insignificant by benwaggoner · · Score: 1

      [blockquoteFixed. This isn't 1998, no modern web site should depend on a plugin for basic functionality.[/blockquote]
      Note that MLB.com is a video streaming service.

      Unless you were expecting Animated GIF or something :).

    69. Re:Silverlight is insignificant by @madeus · · Score: 1
      To quote me (and you, quoting me, so clearly you read it):

      To put it this way, can you imagine writing something like GIMP, Abiword, Entourage or Firefox in Flash?

      I ask again, which one of your examples is "like GIMP, Abiword, Entourage or Firefox"? It doesn't seem like you even understand the difference between those applications (and what's possible with platforms like Silverlight and Java) and the limited Flash applets you've just cited.

      The Flash applet "Photoshop Express" is only marginally more like GIMP than Microsoft Paint is (though Paint performs like a native application, is responsive and is implemented using existing native libraries, unlike the Flash applets you've mentioned). It might look "impressive" to you, but the ability to do a few image transforms (and handle video) is as good as it gets, it doesn't make up for all the basic stuff it doesn't have.

      Again, it's great if your a designer who likes to design "funky" Flash applets and multimedia presentations to "wow" marketing people with. However, that doesn't help if you are a developer interested in writing software of significance - i.e. something that actually does neat stuff (not just "_looks_ like it does neat stuff"), but I've said all that already, so I guess we can move on.

      As to why it's not impressive: It's possible to do image transforms (such scaling, rotation, blending and alpha transparency) and Microsoft Paint style functionality (drawing primitives, with anti aliasing) with only Javascript and Canvas, and of course there is SVG. All of the things I've just mentioned are possible today, without any sort of plugin for in Firefox, Safari and Internet Explorer using W3C standards*. In practice, Flash is BETTER at those things, but that's really neither here nor their given it doesn't make up for it's limitations.

      They don't even come close to being enough to make it more than a multimedia tool - from a functional perspective it's essentially still just Director from 1993 (but "now with Ajax" although I remember that you could do TCP/IP sockets with Director, but its "trendy" and big business now). As I've already noted, everyone who makes a webpage seems to regard themselves as a "software developer" now, when 10 years ago they would have been a designer who could do multimedia, I guess that's job title inflation for you.

      The reality is that Flex, for example, is just allowing you to run Director ... err Flash ... back on the desktop. A truly amazing innovation! It's not just re-hashing old ideas in any way. It's new, and exciting, and web 2.0! That's why it doesn't have any new _application development_ functionality (in fact it has LESS extensibility than the old Director did, but pointing that out would be just unkind not to mention unfashionable).

      * Of course with MSIE you need to use equivalent non-standard functions, which ExplorerCanvas helps with.

      Note the absence of *a single* significant Silverlight application.

      There are plenty of .NET applications and libraries, and - as you can with Java - you can use your code from them in your Silverlight applications. The same code, not just "other stuff written in ActionScript". That code could be written in pretty much whatever language you like (C#, VB, PHP, Python, Ruby, etc). As well as being written in them, Silverlight applications can also run scripting languages (including PHP, Python and Ruby) on the client side, in the browser. You can have multiple targets for your project, a desktop application, a server application and a Silverlight applet and not have to worry about widely different behaviors between them.

      You can of course do much of this in Java, but really in practice (.NET's inferior native Mac OS GUI support aside) .NET is even more flexible as the implementation is more polished in a number of areas, and it has wider support for a range of languages. Flash is not even in the same ball pa

    70. Re:Silverlight is insignificant by Mongoose+Disciple · · Score: 1

      Note the absence of *a single* significant Silverlight application.

      Well, no shit. Flash has been out for around a decade, and the first real version of Silverlight will be out... soon. (They did release 1.0, but any company but Microsoft would call it a Beta.)

    71. Re:Silverlight is insignificant by @madeus · · Score: 1

      Given C#Âand the Common Language Infrastructure are ECMA and ISO standards I don't think you can credulously call them "proprietary formats".

      It would be fair to point out that Silverlight itself is not a standard in the same vein, but the GPL'd implementation of Moonlight (part of Mono) is being developed with active collaboration from Microsoft

      To quote:

      Microsoft, on behalf of itself and its Subsidiaries, hereby covenants not to sue Downstream Recipients of Novell and its Subsidiaries for infringement under Necessary Claims of Microsoft on account of such Downstream Recipientsâ(TM) use of Moonlight Implementations to the extent originally provided by Novell during the Term

      They go on to note they may choose not to extend such license on future implementations, but that if they chose not to re-extent that agreement they confirm it would not retroactively apply to any software using a previously released version of Moonlight Plug-In.

      It is perhaps of note that they not granting immunity to libraries which implement proprietary Microsoft functions which are not part of the standard - which also impacts C# developers using Mono.

      Now all that may not sit comfortably with you - I can't say I like it either - but in fairness it's better than the situation with Flash, and the situation as-was with Java, but never the less I still really like C# and the CLR (thank you Mono, and dotGNU) and that's true regardless of what Microsoft are up to.

      Microsoft could choose to do all sorts of weird proprietary stuff with future versions, as Sun could with Java, or Apple with Objective-C, but I'm not worried about them either, for the same reason. Namely that if a vendor goes down that route, I wouldn't follow them down it - because it's standardized and their is an open source implementation released under the GPL, I'm not under any obligation to. If they started doing things they didn't like, I'd continue using an existing open source version, free of vendor interference.

    72. Re:Silverlight is insignificant by ozmanjusri · · Score: 1
      Not even close.

      All he's waiting for now is DNF.

      --
      "I've got more toys than Teruhisa Kitahara."
    73. Re:Silverlight is insignificant by Raenex · · Score: 1

      Given C#Âand the Common Language Infrastructure are ECMA and ISO standards I don't think you can credulously call them "proprietary formats". Any format that has patent strings attached is proprietary. Note that ECMA only provides for RAND (Reasonable and Non-Discriminatory) licensing. That's not good enough to qualify as an open standard.

      not to sue Downstream Recipients of Novell Novell != Linux. Microsoft expects people to buy Linux from companies that have entered into patent agreements with them. That's not GPL.

      Everything Microsoft does is based on strengthening and extending their operating systems monopoly into other areas. They will always entangle their formats so that it runs best on Windows, or have patents as a backup should they need to use them. The open source world should run far, far away from Microsoft tech, and find non-proprietary solutions.
    74. Re:Silverlight is insignificant by jlarocco · · Score: 1

      Okay, good point. I screwed that up a bit, but I still think Flash is the better option.

      Designing a truck would cost Honda a lot of money and put them in a market they're not interested in. Same with the hybrid for BMW, Mercedes and Vokswagen. Size 58 suit jackets would take up valuable floor space. Same with the golf clubs.

      On the other hand, Flash and Silverlight have no inventory cost and are more or less equivalent when it comes to cost, features and ease of development. The only big difference is Flash works on more platforms, for more people. You get the extra 10% for free just by using Flash over Silverlight.

      Now that I think about it, though, I don't expect most web developers and management types to think about that, so you're probably right that the niche won't make a big difference.

    75. Re:Silverlight is insignificant by shutdown+-p+now · · Score: 1
      The OS X runtime is provided directly by Microsoft, so there's no source to vet there. The Linux version is LGPL, as usual with Mono stuff - I'm not sure what you expect to find in the code there.

      And, to be honest, how many web site designers actually care about Linux? As long as it runs in any Win32 browser, and in Safari on OS X, it covers more than 99% of the visitors of your average website.

    76. Re:Silverlight is insignificant by shutdown+-p+now · · Score: 1

      but who cares, they turned me off it when I kept getting popups asking if I wanted to install it, am I sure I don't, no really we think you should.
      This is interesting. Where on Microsoft web pages have you seen such popups? I don't recall ever getting an actual popup about Siverlight; quite a few pages now have a rather largish "Get Silverlight" button somewhere in the corner, but popups - no. Or did I miss something?
    77. Re:Silverlight is insignificant by nnull · · Score: 1

      OOoo, but it's Microsoft, we can't have that on Slashdot even if they make a 64 bit version that runs on linux! In the mean time, Adobe continues to refuse to fix the bugs and glitches in the linux flash version for over a year now. No hardware acceleration, no scaling (Makes watching stuff on Hulu fullscreen pretty much pointless, unless you use compiz and the zoom feature), flash being above menus, flash locking up your browser, just to name a few that has been around for quite a LOOOOONG time.

    78. Re:Silverlight is insignificant by jsebrech · · Score: 1

      How do you share libraries between your other applications (e.g. server code, standalone client code) with a Flash interface, like you can with .NET or Java?

      Flash/flex can use run-time shared libraries. Actionscript 3 has packages, classes (in a class path), and interfaces, so when it comes to code reuse at compile time it is more than capable enough.

      Not being able to write native interfaces with Flash and Flexis also a problem. Flex has only very, very basic support for this (not really useable for substantial application development).

      While true, in the battle between flex, java and silverlight this doesn't matter much. This won't be a point on which this is decided.

      You can't really go very low level with ActionScript. You can't hook hook in to the hardware or local operating system to integrate with what features are available specifically to the platform you are deploying on.

      On the web, you don't want this for security reasons, and to the extent that you do (webcam / audio / ...) the flash player either already provides it or can very easily be extended (and auto-updated) to provide it.

      On the desktop, flex does this. It's called Adobe Air.

      Then there is performance. As I've noted in another post, I can't see something like GIMP, Abiword or Firefox being developed in Flash. We've had Quake II in Java (and it rocks).

      Those are native desktop apps. I thought we were talking about web development? Besides, adobe has plans to add 3D support to the flash player (probably comparable to java 3d).

      The performance I get from Mono (albert it on nothing even remotely as advance) is none the less superb. Can you imagine a point where people will be developing major apps in ActionScript? I can't see developers flocking to it myself.

      The flash 9 engine (AVM2) is an order of magnitude faster than current javascript engines. I look around and see a ton of business apps in javascript. Exactly what are you trying to claim here?

      Besides, I've written a 100 KLOC business CAD app on the old slow flash 8 engine, and it was fast enough that it was not the performance bottleneck for that project. If I ported this to flash 9 it would run rings even around the delphi-native app it replaced (because the native app was horribly inefficient).

      For business apps, all of the environments out there offer a good enough performance level. While performance matters to us developers from a pure-code perspective, it doesn't matter on a business level, not anymore at least.

      Flash just happens to be in that space right now, but although it fulfills a unique niche right now (one it looked like Java was going to fill going back quite a few years ago). With .NET, Microsoft can steamroller over Flash pretty easily over the course of a few years - the .NET approach is just really compelling and I think will gain momentum. Flash isn't part of a big cohesive strategy, it's pretty much out their on it's own right now. I think Adobe dropped the ball there.

      Well, sun is going to revitalize the java plugin to load a lot faster, and like you say, microsoft faces an uphill battle against java, so if anything is going to dominate by being a single-source solution, it is java.

      The deciding factor for this will be which of the plugins is most necessary on the internet. Flash currently is the strongest there, and unless there are a set of very compelling silverlight apps that gain traction on the net, I don't see the balance changing.

      Developers are merely going to follow the users. .NET is not a choice for me because my company can't enforce an all-microsoft environment on our customers (and mono is not a serious option for business use, because it doesn't have 100% compatibility nor the official support from microsoft).

      Adobe's strategy is to provide best-in-class client development tools, both for desktop an

    79. Re:Silverlight is insignificant by gbjbaanb · · Score: 1

      The one I remember most was the MSDN site. I surf using firefox/IETab and always get a large 'get silverlight' javascript 'popup'.

    80. Re:Silverlight is insignificant by Anonymous Coward · · Score: 0

      And when the next coin flips, ( A new version of IE ) out of a "miracle" the flash plugin stops to work due to unexpected compatibility issues.
      Wich is ofcourse impossible to fix.
      Just like it is supposedly impossible to completely remove IE from the windows OS.

    81. Re:Silverlight is insignificant by statusbar · · Score: 1

      I use linux on powerpc systems. Is there a linux-ppc runtime?

      --jeffk++

      --
      ipv6 is my vpn
    82. Re:Silverlight is insignificant by fotoguzzi · · Score: 1

      Did you have to use the word, flash?

      --
      Their they're doing there hair.
    83. Re:Silverlight is insignificant by @madeus · · Score: 1

      Any format that has patent strings attached is proprietary. Note that ECMA only provides for RAND (Reasonable and Non-Discriminatory) licensing. That's not good enough to qualify as an open standard. If you think "Any format that has patent strings attached is proprietary. " then you are counting a large number of common standards from the W3C, IETF, IEEE, ISO, ECMA and a host of other bodies as such and include them as "not good enough to quality as open standards" under your own rules.

      I am curious to know how you develop without using any "proprietary" technologies. It must be tough without using technologies like Ethernet and USB or software such as a POSIX compliant operating system.

      Novell != Linux. Microsoft expects people to buy Linux from companies that have entered into patent agreements with them. That's not GPL. Moonlight (and Mono) are made by Novell, if you are using either, you are a downstream recipient. It has nothing to do with what Linux distribution you are using, it is not conditional in that respect (but neither does it mean Microsoft are giving up all rights to pursue the protection of other unrelated patents they may hold, but I don't see why on earth it should).

      And actually, it is released under the GPL. Saying "That's not GPL." doesn't change reality, just because it doesn't fit in with your world view. Microsoft digitally signed the releases. They publicly provided assistance to the development team. It's not like they don't know what's going on.
    84. Re:Silverlight is insignificant by Raenex · · Score: 1
      If it has patents attached that aren't royalty free, then it's not an open standard. There are many non-proprietary standards from the organizations you listed, like HTTP, HTML and the Internet Protocols, to name some of the most important ones. Just because some standards with patents are hosted by these bodies doesn't make them open.

      As for stuff like Ethernet or USB, I'm not aware of their patent details, but then again I'm not writing code for Ethernet or USB. They can get replaced by some other network or port and I wouldn't care. I'm not sure what patents there are in POSIX, and a quick search didn't turn up anything. Can you provide details?

      Moonlight (and Mono) are made by Novell, if you are using either, you are a downstream recipient. No, not based on the link you provided earlier. In particular are the definitions of "Downstream Recipient" [1] and "Intermediate Recipients" [2].

      The point of GPL is that anybody can edit the source and do what they want with it, no matter who they received it from. Furthermore, open standards shouldn't have restrictions on their use. Microsoft only grants privileges for writing plugins [3].

      And actually, it is released under the GPL. Saying "That's not GPL." doesn't change reality, just because it doesn't fit in with your world view. Microsoft states they aren't bound by third party licenses. They even mention GPL by name [4].

      Given that the field is wide open for a new "rich internet application" platform, there's no way in hell anybody that believes in open standards should follow Microsoft's lead, given their past history and operating systems monopoly. It's just going to be Internet Explorer all over again, except this time with patents. Any effort devoted to Microsoft is effort not being spent on an open alternative. Stuff like Google Gears, SVG, JavaScript 2, new JVMs, etc, to name just a few. Anything is better than playing into the hands of Microsoft.

      [1] '"Downstream Recipient" means an entity or individual that uses for its intended purpose a Moonlight Implementation obtained directly from Novell or through an Intermediate Recipient. An entity or individual is not a Downstream Recipient when such entity or individual resells, licenses, supplies, distributes or otherwise makes available to third parties the Moonlight Implementation. For avoidance of doubt, an entity or individual cannot qualify both as a Downstream Recipient and an Intermediate Recipient for use of the same copy of a Moonlight Implementation.

      [2] '"Intermediate Recipients" means resellers, recipients, and distributors to the extent they are authorized (directly or indirectly) by Novell or its Subsidiaries to resell, license, supply, distribute or otherwise make available Moonlight Implementations (whether the resale, licensing, supplying, making available, or distribution is on a stand-alone basis, or on an OEM basis as bundled with hardware or other software of the reseller or distributor, or otherwise, so long as it is not bundled with a Linux operating system other than Novell-branded operating system software), except for resellers, recipients, or distributors who are in the business of offering their own branded operating system software.'

      [3] 'only to the extent such Moonlight Implementations are used to provide Plug-In Functionality'

      [4] 'Microsoft is not bound by, nor grants any rights under, any third party licenses with respect to the Moonlight Implementation (e.g., any versions of the General Public License).'
    85. Re:Silverlight is insignificant by salmonmoose · · Score: 1

      If by "only for Windows" you mean "Windows and OSX".

    86. Re:Silverlight is insignificant by innerweb · · Score: 1

      Yeah, no one uses Firefox or Safari because all the popular web sites require ActiveX

      Conversely... Noone uses MS IE because it has bugs, security issues and renders html worse than most other browsers. You are missing the real issue. The more technologies that MS controls that are large market share technologies, the closer they come to controlling the Internet itself (and thus digital communications). They do not need (nor do they probably want) 100% market share, but they can control the technical direction of the Internet and then lay siege to Google and others the same way they have knocked others out of the market with OS domination. Have you forgotten all the trouble they went to for office document XML formats? They took some mud, and they know it was worth it. Nothing about that standard is technically superior, or even good. But, they got monkeys to vote for it anyway. Same thing here. Money, income, prestige, etc speak loudly.

      why would anyone switch?

      Have you forgotten about PHB's? The single most destructive force in computing today!

      How long has it taken them to start gaining on Apache? How long did it take them to come out with a browser, then squash the market? How long did it take them to kill of any of their competitors? You must be shortsighted or forgetful. People will switch slowly, but they will switch given the right incentives even if it is technically risky. MS knows this better than anybody else out there.

      InnerWeb

      --
      Freud might say that Intelligent Design is religion's ID.
    87. Re:Silverlight is insignificant by modmans2ndcoming · · Score: 1

      Ask the moonlight team.

    88. Re:Silverlight is insignificant by statusbar · · Score: 1

      Why should I jump through hoops to search, find, compile, and debug software just so I can read a poorly written microsoft download page? Interestingly, I can't get Silverlight for my PowerPC Mac running leopard either.

      --jeffk++

      --
      ipv6 is my vpn
    89. Re:Silverlight is insignificant by modmans2ndcoming · · Score: 1

      blah blah blah blah.

      you MS haters are real babies. I am glad a grew up and got over the fact that it is MS creating it and looked at the technologies in a more fair light.

    90. Re:Silverlight is insignificant by statusbar · · Score: 1

      I'm not a MS hater! I'd love to be able to use and try SilverLight. It is not ready, it is not available to me. it is not ubuquitous yet for me to recommend for 'real' websites.

      --jeffk++

      --
      ipv6 is my vpn
    91. Re:Silverlight is insignificant by modmans2ndcoming · · Score: 1

      The platform has automatic download notification for new visitors and the download is very small and does not require a browser restart.

    92. Re:Silverlight is insignificant by statusbar · · Score: 1

      On safari/ppc mac os x? It doesn't work for me! How do I make it work?

      --jeffk++

      --
      ipv6 is my vpn
  4. Proprietary vs. Proprietary? by AmonEzhno · · Score: 1

    I hear this is supposed to be good for the overall market, you know the fostering of competition to force both to improve; but am I the only one with the sneaking suspicion that as consumers we are still going to get raped?

    1. Re:Proprietary vs. Proprietary? by fr4nk · · Score: 1

      Hopefully Adobe's Open Screen Project will fix that, because I'm not going to use Flash until a free implementation exists.

    2. Re:Proprietary vs. Proprietary? by ozmanjusri · · Score: 1
      I'm not going to use Flash until a free implementation exists.

      There are already dozens of free implementations.

      --
      "I've got more toys than Teruhisa Kitahara."
    3. Re:Proprietary vs. Proprietary? by theurge14 · · Score: 1

      Because Microsoft will be able to leverage their Internet Explorer monopoly to force Flash out with Spotlight.

      This is a continuation of them leveraging Windows to force Netscape out with Internet Explorer. The action that landed them in trouble with the DOJ.

  5. re-development cost by shird · · Score: 4, Insightful

    It's a bit of a no-brainer - MS still has to pay for development somehow. They have existing flash code and developers, why would they re-write and re-train?

    Give it some time before making these stupid accusations. Just because they themselves have existing code and developers doesn't mean they are suggesting new development elsewhere shouldn't use the technology and be "ahead of the curve". I'm not saying silverlight is better - just that MS's lack of use of it doesn't suggest anything at this point in time.

    --
    I.O.U One Sig.
    1. Re:re-development cost by dotancohen · · Score: 3, Insightful

      It's a bit of a no-brainer - MS still has to pay for development somehow. They have existing flash code and developers, why would they re-write and re-train? That, and the fact that Silverlight won't run on their developers' Ubuntu boxen. The top of the pyramid may be crap, but the bottom is still pretty sharp from what I understand.
      --
      It is dangerous to be right when the government is wrong.
    2. Re:re-development cost by mysticgoat · · Score: 4, Funny

      I didn't realize that Microsoft still had developers. I sort of thought that Vista and Office 2007 demonstrated that all the developers had exercised their stock options and gone on to more interesting projects with Google, IBM, and Yahoo.

      Um, wasn't that what the Yahoo deal was really all about? Ballmer trying to reclaim some of his developers developers developers?

    3. Re:re-development cost by Winckle · · Score: 1

      Why wouldn't it run on the Ubuntu computers?

    4. Re:re-development cost by Anonymous Coward · · Score: 0

      You are marked as funny, but it's the developer sites, like channel9 and MSDN, that have been converted to Silverlight. It's the home user areas that still use Flash.

      The original article seems pointless -- Microsoft will convert as users install Silverlight. They must have stats showing the home users are not there yet, much would make sense to me.

    5. Re:re-development cost by BenoitRen · · Score: 2, Interesting

      They have existing flash code and developers, why would they re-write and re-train?

      To promote their product?

      Give it some time before making these stupid accusations.

      Silverlight has been released more than a year ago already. They have had quite some time already, especially for a company with massive resources.

    6. Re:re-development cost by wvmarle · · Score: 2, Insightful

      Virtually no-one has Silverlight installed, while virtually anyone has Flash installed. Now the MS web-site is product support, advertising, etc. MS may be crazy, but they are not so stupid as to alienate the vast majority of the Internet population by demanding a specific plug-in to be installed just for their website.
      We don't live in the "please install this plugin" era anymore. That time is over. Most people have never, ever installed a plug-in and the rest hasn't done so since the last decade or so.
      Microsoft at the moment doesn't have a choice but to provide a website with Flash instead of Silverlight for their animations, the best they could do is create a parallel website supporting/showcasing Silverlight. And that will certainly be a huge operation. Plus the headaches of keeping the two versions in sync...

    7. Re:re-development cost by dotancohen · · Score: 1

      So far as I understand the Linux silverlight implementation has yet to be deployed. It's coming, like Vista was coming in 2004.

      --
      It is dangerous to be right when the government is wrong.
    8. Re:re-development cost by dotancohen · · Score: 1

      I was only kidding, and I thought that I'd be modded troll, not funny. The only time I ever tried installing silverlight was several months ago when I visited the US Library of Congress site on a /. tip. This is what became of that:
      http://dotancohen.com/eng/library_of_congress.html

      --
      It is dangerous to be right when the government is wrong.
    9. Re:re-development cost by herve_masson · · Score: 1

      I am somehow puzzled by the lack of presence of real life (read: useful) silverlight applets. I would expect microsoft to start using it extensively at this point, because we're hearing about silverlight for quite some time now.

      As a développer, I was really hoping some good news when they started this stuff. I was looking forward to get a truly appropriate alternative for the web craps on the rich client front, and this is really disapointing so far. It is going to take much more than a "mine sweeper", "page turner", etc. to get me on board, and nothing seems to emerge as far as I know. Unless I'm really not up to date, flex seems really a lot more advanced.

      Anyway, I might simply be plain wrong with expectation of this kind.

    10. Re:re-development cost by Blakey+Rat · · Score: 1

      The Silverlight released a year ago was the 1.0 version, which frankly was mostly a prototype of the basic animation system and the Javascript/AJAX integration. You couldn't build YouTube on Silverlight 1.0.

      The 1.1/2.0 Alpha release isn't officially released yet, it's still an alpha/developer preview version. 2.0 is due to be released "late summer."

      Frankly, Microsoft can't even really begin to develop Silverlight applications, except the most basic, at this point. This article is just normal Slashdot flamebait.

    11. Re:re-development cost by i.of.the.storm · · Score: 1

      True, but they could always put out Silverlight via Windows Update (although some users would be annoyed, most wouldn't even notice).

      --
      All your base are belong to Wii.
    12. Re:re-development cost by DanielJosphXhan · · Score: 1

      Massive resources require massive management overhead. Like any large company, Microsoft has multiple competing visions existing within its doors, and a certain lack of co-ordination across teams and divisions. This shows up in things like how many different types of interfaces you can find on its recent products, all targeted at Vista. There are something like seven different interfaces from Office to Visual Studio to Windows Media Player to Notepad to IE7 to Windows Explorer, etc. Why can they not all develop the same interface? Because it's *hard*.

      But that's not the only reason they don't use Silverlight. They could manage their massive resources perfectly to achieve a unified Silverlight push across all their divisions, but if no-one's using Silverlight, there's no point. And right now no-one is using Silverlight except bleeding-edge Microsoft fans (God bless their beaten and downtrodden souls).

      Of course that's going to change when Microsoft simply pushes Silverlight as an update; though that's not guaranteed to happen, as they'll almost certainly be hit with multiple lawsuits over the update.

      --
      [ think ]
    13. Re:re-development cost by Chris+Mattern · · Score: 1

      They have existing flash code and developers, why would they re-write and re-train?


      Exactly the point. Everybody has existing Flash code and developers. They won't re-write and re-train. You have just stated why Silverlight is dead, dead, dead.
    14. Re:re-development cost by Chris+Mattern · · Score: 1

      The top of the pyramid may be crap, but the bottom is still pretty sharp from what I understand.


      Wait a minute...the *bottom* of the pyramid is sharp? You mean the Egyptians built all theirs upside-down?
    15. Re:re-development cost by dotancohen · · Score: 1

      Actually, in Egypt they say that the pyramids are also pyramid shaped below ground. I could not find *anything* online attesting to that. I know that a French expedition drilled into the bottom of one pyramid and found hidden rooms, but they were stopped. Anybody that can shed some light on the matter?

      --
      It is dangerous to be right when the government is wrong.
    16. Re:re-development cost by Anonymous Coward · · Score: 0

      Now that was interesting! Thanks for the "nanny nanny boo boo" story.

    17. Re:re-development cost by dotancohen · · Score: 1

      Thank LoC for that! I should submit it to the dailyWTF.

      --
      It is dangerous to be right when the government is wrong.
    18. Re:re-development cost by Mongoose+Disciple · · Score: 1

      I am somehow puzzled by the lack of presence of real life (read: useful) silverlight applets. I would expect microsoft to start using it extensively at this point, because we're hearing about silverlight for quite some time now.

      I think it's mainly two things:

      1) Silverlight 1.0 wasn't very good. I mean, it's pretty impressive for a first release of what it is, but, it's clunky to work with. Someone who really understands how to use it can make a pretty slick looking app out of it, but it isn't really anything you couldn't do already with Flash, and there's lots of people with lots of years of experience with Flash. Not much incentive there.

      2) The announcement of Silverlight 2.0 killed Silverlight 1.0 development. I know a lot of people who were sort of interested in Silverlight, but were hesitant at how 'beta' it was or how much they'd have to relearn. Then Microsoft announces 2.0 and mentions that, by the way, you just write .NET code for it, no need to learn 1.0's weird bastard child of Javascript version. Now all the people with years of .NET web dev experience have to look at that and think, even if I did learn the 1.0 way, it's going to be completely obsolete in a few months, and at that time I'll already know most of what I need to know to write a Silverlight 2 app. Lots of incentive to wait and not a lot to be on the cutting edge of a technology already pronounced dead.

    19. Re:re-development cost by shutdown+-p+now · · Score: 1

      We don't live in the "please install this plugin" era anymore. That time is over. Most people have never, ever installed a plug-in and the rest hasn't done so since the last decade or so.
      Don't worry; I wouldn't be at all surprised if, when IE8 will be pushed to the end users via Windows Update, it'll quietly install Silverlight as well.
    20. Re:re-development cost by nnull · · Score: 1

      How many people really had flash installed before youtube and Google video? It used to be something that I scoffed at and made sure to block because flash ads and flash menus were generally annoying, and I'm sure many people did the same (and it's not like this was long ago, not to mention nix users were also screwed when flash 8 came out and wasn't until Flash 9 we got a real working Flash player for newer sites).

      Maybe Silverlight will get Adobe to fix the damn player for nix and offer a 64bit version already...

  6. Meh by Adambomb · · Score: 5, Insightful

    Seems more like they're taking their time on this one. More than likely, they'll wait long enough to include it as a default update push and once its ubiquitous on their platform THEN go ahead with changing across their sites. Of course, they'd have to be careful to avoid another anti-trust row.

    The last thing they want is people going "wtf, microsofts site is broken!" because they don't realize its silverlight.

    --
    Ice Cream has no bones.
    1. Re:Meh by Anonymous Coward · · Score: 5, Funny

      The last thing they want is people going "wtf, microsofts site is broken!"

      Yes, because Microsoft products are so insanely reliable, so robust, so rock-solid, that Microsoft could in no way afford to create the perception that perhaps something of theirs is broken. It would ruin them, I tell you!
    2. Re:Meh by Serapth · · Score: 1

      [i]Seems more like they're taking their time on this one. More than likely, they'll wait long enough to include it as a default update push and once its ubiquitous on their platform THEN go ahead with changing across their sites. [/i] Actually they are slowing rolling updates out. If you have Silverlight installed, you will get a pop up window asking if you would like to try out the new Silverlight version instead. I know for a fact Download Center has a Silverlight beta ( which btw, is much improved ) and I believe Live Search has one aswell... although, does anyone actually use Live Search?

    3. Re:Meh by Jesus_666 · · Score: 1

      With Apple's market share growing as fast as it does (even in corporate environments) there's also the question of whether using Silverlight before all platforms have solid support for it is a good idea at all. Microsoft is going to have a hard time convincing companies that access their site from a non-Windows environment to switch to Windows using nothing but a frame that says "Download the Silverlight client for Windows XP and Vista to watch this content".

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    4. Re:Meh by Idaho · · Score: 1

      The last thing they want is people going "wtf, microsofts site is broken!"


      I'm gonna have to go ahead and disagree with you there, and will make my point by quoting someone's post in a reddit thread (that's about MSDN search, or rather the MSDN website in general, sucking):

      The problem is with your assumption that Microsoft cares about their web site. They don't. They wish that it didn't exist and that they didn't have to take care of it. They wish the internet didn't exist, and that if you want to talk to other people you use Microsoft software and a Microsoft proprietary protocol.
      They do this all the time. Old links in old Microsoft software to Microsoft's website no longer work because they keep moving things. MSDN search is broken and awful.

      It appears that Microsoft's web site is being maintained by amateurs, rather than a huge corporation whom you would hope know what they are doing. I would posit that you should never ascribe to incompetence that which can be more completely explained by malice. The same principle probably can be applied to their use of Flash.
      --
      Every expression is true, for a given value of 'true'
    5. Re:Meh by Anonymous Coward · · Score: 0

      I cant believe /. posts this crap. If Microsoft did use silverlight across its site, the story title would be "Microsoft forcing its customers to install Silverlight" or crap like that. Its one thing to criticize, but to simply attack a company for no reason because they are successful, just goes to show what sort of people work for /.

      I'm switching to Ars!

    6. Re:Meh by aaron.axvig · · Score: 0

      Silverlight 1.0 is already available via Windows Update, although it is (correctly) not listed as an important update. I doubt it ever will be.

    7. Re:Meh by Mex · · Score: 1

      The last thing they want is people going "wtf, microsofts site is broken!" because they don't realize its silverlight.

      Actually, Microsoft's site IS broken, silverlight or no. Whenever you visit it with Opera browser, columns keep jumping all over the place, many buttons don't work, tables are all out of whack...

      Not that I go there often but I happened to visit a couple of days ago and, well, it's crap.

    8. Re:Meh by Adambomb · · Score: 1

      but to simply attack a company for no reason because they are successful, just goes to show what sort of people work for /. You must be new...to computing. I'll grant that slashdot attacks microsoft for the wrong reasons quite often, or invalid or poorly researched reasons, but the general attitude is definitely not for NO reason.
      --
      Ice Cream has no bones.
    9. Re:Meh by Adambomb · · Score: 1

      I should note that i define people in this case as people too to know what you mean by browser and go "Oh you mean the internet".

      That kind of people.

      --
      Ice Cream has no bones.
    10. Re:Meh by Mex · · Score: 1

      I just checked Microsoft's site again, and this was the worst page of the few that I visited:

      http://www.microsoft.com/smallbusiness/resources/technology/hardware/do-you-need-to-turn-off-your-pc-at-night.aspx

      First of all, there's a "loading" Javascript message in the middle that never goes away(correction: it went away after 3 minutes of letting the page load. On a second try, it never went away. It must be calling some resource that is overloaded or something)

      While the page is "loading", you can see the text you are interested in the background, but you can't read it because it is jumping around 3 columns, from left to center to right. That's right, the text keeps jumping all the time.

      When the page finally settles (after a few minutes), there is a page footer that does not like to go at the end of the page - instead it decides to settle smack dab in the middle of the page, thus interrupting your reading of the text.

      Really, the page is so bad, I'm astounded that it comes from the world's "leading software technology developer" *roll eyes*

  7. practical purposes only by Anonymous Coward · · Score: 0

    Silverlight install base is still too small. I'm sure they'll switch as soon as they'll get the critical mass.

    1. Re:practical purposes only by ThePromenader · · Score: 1

      Parent hit it on the head. The MS Flash use in question is almost all ads; how does a technology advertise its own merits (or method) if the viewer isn't using it yet? Somehow I don't think a 'click here to download Silverlight to see how great Silverlight is this Silverlight ad' will cut the cake.

      A double to the whammy would be MS's loss of revenue if it switched all its 'other-product' ads over to Silverlight before at least a majority of pageviewers already had the technology - for this MS's pages and ads will be in Flash for some time to come.

      BTW, if you want an alternative to MS's exaggerated hype as to how popular Silverlight is, their websites, ironically, are the perfect barometer.

      --

      No, no sig. Really.

      ThePromenader
  8. This points to a larger problem by failedlogic · · Score: 1

    Companies like to believe in their brand. There's nothing wrong with it and it would be bad for marketing if you didn't. MS produces great products as much as they do a few bad ones. In any case, I think they just need to put more thought into the the software and services they create. They have to realize that just because they make it doesn't mean people will use it (*cough* especially when users get to choose to use it or not).

    Which is why I think the schema to buy more web-users by purchasing Yahoo is a flawed reasoning (if their intent was to buy Yahoo to begin with). Nobody is using Microsoft's search engine just like no one is using Silverlight - if the product doesn't live up to people's expectations or provide something new, they won't use it.

    1. Re:This points to a larger problem by jcr · · Score: 1

      MS produces great products as much as they do a few bad ones.

      You're way out of date there. The last great product from Microsoft was the Z80 SoftCard for the Apple II. They bought a few good ones since then, like the Flight Simulator.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
  9. Logical by tsa · · Score: 1, Redundant

    Isn't it logical to use Flash since almost nobody has Silverlight yet? MS needs people to be able to view their webpages, so it can sell its products.

    --

    -- Cheers!

    1. Re:Logical by AmonEzhno · · Score: 1

      The issue however is that it is absurdly ironic to have microsoft use someone else's proprietary software instead of they're own stuff that they are trying to get everyone else to use.
      So logical, yes, but it's also absurd.

    2. Re:Logical by Anonymous Coward · · Score: 0

      So its not ready for primetime and Microsoft shouldn't use it? I'm sorry if you make it and won't use it, whom pray tell should?

      There was a time when almost no one had Flash. If sites weren't developed for it, no one would have it today either.

    3. Re:Logical by Bert64 · · Score: 1

      I like the tv commercial advertising television sets...
      They show you example images of how great the set they're trying to advertise is supposed to look, but its being displayed on your existing set and will therefore never look any better than what you currently have.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  10. Maybe they're waiting for SP2 by FurtiveGlancer · · Score: 5, Funny

    I know I would...

    --
    Invenio via vel creo
  11. the obvious by dotancohen · · Score: 4, Funny

    Microsoft Prefers Flash To Silverlight Who doesn't?
    --
    It is dangerous to be right when the government is wrong.
    1. Re:the obvious by Dachannien · · Score: 1

      Me. I hate them both equally.

    2. Re:the obvious by Arimus · · Score: 0, Troll

      Me.

      Both should be taken out into a dark, dimly light corridor, shot, then buried.

      Both are a blot on the landscape of the websites.

      Both fail to add any real value to sites that can not be done using other methods - most of which don't need to install more junk to your PC...

      (Though to be brutally honest: just bring back text based websites capable of working in lynx and I'll be happy - sod all the fancy stuff. I use the web to get information not to be blinded by how good (or crap) some designer is - show me the information I want and I'm happy)

      --
      --- Users are like bacteria -> Each one causing a thousand tiny crises until the host finally gives up and dies.
    3. Re:the obvious by dotancohen · · Score: 1

      Though to be brutally honest: just bring back text based websites capable of working in lynx and I'll be happy - sod all the fancy stuff. I use the web to get information not to be blinded by how good (or crap) some designer is - show me the information I want and I'm happy It has been said that there is not a website simple enough to navigate or read that a talented graphic designer could not turn into an unaccessible, bloated pig. Have you been to dilbert.com lately?
      --
      It is dangerous to be right when the government is wrong.
    4. Re:the obvious by owlnation · · Score: 1

      Microsoft Prefers Flash To Silverlight

      Who doesn't?
      ROCK == HARDPLACE
    5. Re:the obvious by jsebrech · · Score: 1

      Well, I agree that for regular, informational, sites flash / silverlight aren't suited.

      The web is not that narrow anymore, its purpose has broadened beyond static web sites. You're seeing more and more web apps, and despite your claims, some things can't be done, at all, or as easily, in javascript / html. Go take a look at http://www.splashup.com/ for example (web-based photoshop clone).

    6. Re:the obvious by Arimus · · Score: 1

      That's a good example of what I mean... what benefit does that provide that a traditional application - whether paid for (Photoshop/Paintshop Pro etc) or free (Gimp etc)?

      I'm probably a Luddite but I prefer any data I have to stay on my side of the firewall unless I choose to send it out into the wider world. I don't like web based apps as it means losing control of my data...

      The only web app I use is googlemail - and that's only when I'm using someone elses computer... my own I use Thunderbird.

      --
      --- Users are like bacteria -> Each one causing a thousand tiny crises until the host finally gives up and dies.
  12. quick! somebody tag this... by yanyan · · Score: 1

    somebody tag this haha!

  13. Actually by Anonymous Coward · · Score: 1, Informative

    Not trying to fanboying or anything, but I remember installing Silverlight on someones computer (Mac) and it was working flawlessly for videos, the equivalent of a real video player. I can't say the same for the Flash video players, for wich I have very bad experiences: unusable seeking and even unplayabe videos. My two cents.

  14. JavaFX.com is Java-free by ewg · · Score: 5, Informative

    JavaFX.com uses JavaScript and QuickTime to promote the benefits of JavaFX. No JVM needed.

    (Of course, you still have to visit the Wikipedia article for an introduction in context.)

    --
    org.slashdot.post.SignatureNotFoundException: ewg
    1. Re:JavaFX.com is Java-free by Anonymous Coward · · Score: 2, Funny

      Wow. JavaScript AND QuickTime? I think I would rather be stabbed in the face. No, wait; I KNOW I would rather be stabbed in the face. If only they could have figured out a way to add Real to the equation, perhaps embedding it all in a PDF. Now THAT would have been impressive. Horribly, horribly impressive.

    2. Re:JavaFX.com is Java-free by hendridm · · Score: 1

      I think I'd rather have the JVM or Flash installed than QuickTime.

    3. Re:JavaFX.com is Java-free by LarsWestergren · · Score: 1

      JavaFX.com uses JavaScript and QuickTime to promote the benefits of JavaFX. No JVM needed.

      It's funny, but it does make sense.
      a) They are trying to reach the maximum audience, and requiring people to install technology X before they can hear about technology X isn't too smart, that way you will only be preaching to the already converted.
      b) JavaFX is still in Beta.

      Sun has acknowledged that Java is weak on the desktop and are putting massive amounts of resources on making it better. Better hardware acceleration with OpenGL and DirectX, better browser plugins, a new XRender pipeline project, portable GUI backends (last two are Open Source community challenge projects), etc. Unfortunately they have lost a couple of senior developers to Adobe's Flash team (Chet Haase, and Hans Muller who starts at Adobe today) and if that brain drain continues they may be in trouble.

      --

      Being bitter is drinking poison and hoping someone else will die

  15. Why not 3D for the web? by Vegan+Pagan · · Score: 1

    Why is Microsoft persuing 2D for the web and not 3D for the web? Adobe has both - Flash for 2D, Shockwave for 3D - but Adobe only aggressively markets Flash. Shockwave is the defacto platform for 3D only because nobody else is competing there. Microsoft has tons of expertise in 3D that Adobe doesn't. They write DirectX, play a large part in deciding the capabilities of graphics cards, and co-designed and market the Xbox. Microsoft might never be able to pry the 2D web market away from Adobe, but if MS puts their best efforts into 3D on the web, they might be able to dominate that as much as Adobe dominates 2D. Can't MS stop chasing established markets and create a new one that plays to their strengths?

    1. Re:Why not 3D for the web? by Dragonshed · · Score: 4, Interesting

      Silverlight will have 3D eventually. The biggest problem to get around is supporting hardware acceleration equally across the targeted platforms.

      I spoke with one of the devs working on SL, and he told me the issue is gaining access to the accelerated rendering devices. Most if not all browsers don't let plugins create a 3d surface (Maybe you can do this with ActiveX in IE *shrug*), so it'll involve a fair amount of hackery to get this working uniformly on all their targeted platforms. There are some interesting features planned post 2.0, but thats for Microsoft to divulge when they're ready.

      It's interesting (but not surprising) that noone here pointed out that flash is far superior to silverlight 1.0 and 1.0 is the only version that allows sites to go live to end users.

      For those who don't know, 1.0 is essentially a 2d-and-video compositor with a relatively nice API, but programable only using javascript, which depending on what you're doing can get really slow really fast.

      Actionscript is much faster than javascript, and with flex is much easier to use imo. But (again imo) C# trumps both.

      Silverlight 2.0 is in beta, with beta 2 coming sometime soon, and that's the tech most MS/C# web developers are interested in using. A cut down .NET runtime with relevant APIs and zero fat. The install footprint is a little over 4megs and thats not likely to change much until version.next.

      If java applets were seemless with a 4meg footprint that installs in 20 seconds, it would've stolen the application programming market long ago. Flash has steadily gotten better instead, but again, I think C# is better :)

      Flame on.
      -DS

    2. Re:Why not 3D for the web? by thetoadwarrior · · Score: 1

      They could do that but there is a lot more hassle involved if you want pretty 3D graphics. More so thanks to Intel coming in and ruining the 3D card market.

      On of that if they opted to use DirectX they either have to make DX work on other operating systems or, quite rightly, be accused of using their monopoly to gain control of the internet. This would be assuming it actually worked decently and took off which I don't think it would. There are too many problems involved and that's why no one wants to attempt it aside from embedding Flash or Java games like Runescape.

      That and most people do just want to find information on the net and not have to flip cubes or bounce balls to get to it.

    3. Re:Why not 3D for the web? by Dragonshed · · Score: 1

      If or when MS adds support for 3D in silverlight, it would use the same API and capabilities that WPF currently has. (Silverlight borrows all of it's 2D API from WPF; storyboarding, animation, primitives, etc).

      http://msdn.microsoft.com/en-us/library/system.windows.media.media3d.aspx

      Very different from embedding DirectX into a browser, which I think would be pretty useless.

      The 3d features of WPF let you present 3d content in a way consistent with the rest of your apps UI. As long as you keep your polygon count low, you'll get decent perf out of it.

    4. Re:Why not 3D for the web? by Anonymous Coward · · Score: 0

      You are dead on in your analysis. SL 2.0 when it is released is going to roll through the web like a force of nature. These /. fanboys sometimes really irritate me.

    5. Re:Why not 3D for the web? by Anonymous Coward · · Score: 0

      I thought there was a version of the Java plugin which now downloaded the language libraries as needed...

  16. It's only a matter of time.... by TomHandy · · Score: 4, Interesting
    I'm pretty sure I read that Microsoft is in the middle of migrating over to Silverlight for most of their sites, since it is one of their biggest platforms for promoting and getting people to install it. I think the same article said the Olympics site was also going to be a big showcase for Silverlight.

    I have to admit, some of the Silverlight sites I've seen so far have actually been kind of cool - the one that sticks out to me is the Hard Rock Memorabilia site at http://memorabilia.hardrock.com/

    1. Re:It's only a matter of time.... by adamofgreyskull · · Score: 2, Insightful

      I can't seem to install the exe. Anyone know how to get it working on FF + GNU/Linux? No?

      Until then I guess I'll just have to make do without the undoubtedly awesome hardrock cafe memoribilia website. Undoubtedly, because their RL establishments are just so great...

    2. Re:It's only a matter of time.... by Anonymous Coward · · Score: 0

      Um... any site that starts messing with the size of my browser window is blacklisted in my book... the web was designed for flexibility, not control of my viewing experience. Screw that site.

    3. Re:It's only a matter of time.... by Anonymous Coward · · Score: 0

      I'm not saying it doesn't exist, but I personally haven't see anything as cool as this done with Flash yet. If these types of effects are what gives MS the edge in the flash market, I'm all for it.

      Of course, this could just be a MS-branded rewrite of flash's code, kind of like what my web host did with Matt's FormMail script...

    4. Re:It's only a matter of time.... by TomHandy · · Score: 1

      No idea - and yeah, it's not so much the collection or memorabilia itself that I thought was cool (although there is some cool stuff there), but more the technology behind the website itself, which basically has a single large image, and when you click on a particular area it zooms directly in to show you a particular item from the collection - it's just done very well and very smoothly.

    5. Re:It's only a matter of time.... by gatzke · · Score: 1

      That site doesn't even load! It just wants me to load some software plugin I have never head of. Useless.

    6. Re:It's only a matter of time.... by TomHandy · · Score: 1

      Wow, you're right..... I can't possibly imagine what software plugin it might want you to install. If only there were some sort of clue.... perhaps in the subject of the Slashdot story you're posting a comment in?

    7. Re:It's only a matter of time.... by edalytical · · Score: 1
      From your link:

      The Silverlight plug-in does not work on pre-Intel Macs. Sorry.
      There is nothing cool about that. Sorry.
      --
      Win a signed Stephen Carpenter ESP Guitar from the Deftones: http://def-tag.com/?r=0008781
    8. Re:It's only a matter of time.... by weicco · · Score: 1

      Well there's something called Moonlight on Mono-project's website. You can check it out here: http://www.mono-project.com/Moonlight

      --
      You don't know what you don't know.
    9. Re:It's only a matter of time.... by gatzke · · Score: 1


      The point is, some people (me) won't install whatever idiotic plugin of the day.

      We are stuck with flash and quicktime, they are ubiquitous. That is as far as I go.

      I have better things to do than install stuff I don't need from a monopolistic vendor.

      Off topic, there are a lot of MS Astroturfers and fanbois defending every misstep. ???

  17. Thank God, I hate the obtrusive advertising. by urbanriot · · Score: 2, Interesting

    I'll never adopt Silverlight, or at least I'll wait until the bitter end (probably like I did with Macromedia Flash), mainly because I'm sick and tired of seeing their obtrusive "Install Silverlight" popup that you're forced to view every time you go onto their web site with Internet Explorer. That alone makes me hate it, and raises my... annoyance with Microsoft.

    1. Re:Thank God, I hate the obtrusive advertising. by Anonymous Coward · · Score: 0

      You know, you wouldn't see that "obstrusive" "Install Silverlight" popup if you... installed it!

  18. Perfect Slashdot Article by Speare · · Score: 5, Insightful

    "Microsoft still has not adopted Silverlight, and uses Flash all over it's websites. "Despite all the controversy over Microsoft using Silverlight to take over the rich internet market from Adobe Flash, the software giant seems to be not even trying. In fact, even most Microsoft web sites are using Flash instead of Silverlight."

    A perfect blurb for Slashdot. Bashes Microsoft. Claims competition is a "controversy." Mixes up pronouns. Makes up impressive sounding terminology like "the rich internet market." Shocked that different parts of a megacorporation uses different toolsets. Has no clue or firmly ignores that management of Microsoft departments are as segmented as possible for profit reasons, antitrust reasons and at the demand of the marketplace. Even gets the Microsoft-haters like me to go WTF?! and post a reply, driving up page hits.

    --
    [ .sig file not found ]
    1. Re:Perfect Slashdot Article by RiotingPacifist · · Score: 1

      Its ok it'll be duped on monday just like the MS server flaw. this is just a preview to give you a chance to get all the microsoft bashing planned

      --
      IranAir Flight 655 never forget!
    2. Re:Perfect Slashdot Article by urbanriot · · Score: 1

      Haha, man, I'd mod you up if I had the points. I'm glad I wasn't the only one who thought the same and I'm sure you could attribute the wide-eyed naivety to a youngster who hasn't been out in the real world, let alone constructed proper sentences. "...the software giants seems to be not even trying." "In fact, even most Microsoft web sites..." Classic.

    3. Re:Perfect Slashdot Article by EllynGeek · · Score: 1

      Bravo, a perfect summary! I got suckered too :D

      --

      we will end no whine before its time

  19. OMG by Joe+Jay+Bee · · Score: 1

    Wow, you mean switching from one animation format to another completely different animation format on one of the world's largest websites takes time?!

    WTF! SOMEONE ALERT SLASHDOT!

  20. New Sites by awitod · · Score: 1

    Call me when you see them deploying new sites that use Flash instead of SilverLight. The fact that they haven't gone back and redone older properties is not surprising; who would?

    Hell, they have old SDK documentation (Cabinet SDK) still live that is in RTF format.

  21. Misread title by Anonymous Coward · · Score: 0

    At first glance I thought it said

    Microsoft Prefers Fleshlights

  22. getthefacts.com runs IIS6 by Anonymous Coward · · Score: 0

    Microsoft's site dedicated to getting people to switch to Server 2008 prudently does not run on Server 2008. This is nothing new.

    http://toolbar.netcraft.com/site_report?url=http://www.getthefacts.com

    Microsoft doesn't use its source control solution, Visual Source Safe, for version control.

    IIS6 is a good choice for them - it has the best security record of any web server in history. Traditionally Microsoft has sought out the best solutions while pushing others to use lesser solutions. It's just how they operate.

  23. No shit Sherlock by trifish · · Score: 1

    Umm, if 95% of their visitors have Flash installed and 10% (or what?) have SilverLight installed, well, they would be idiots if they didn't use Flash...

    1. Re:No shit Sherlock by thetoadwarrior · · Score: 1

      Well to be fair if you want people to install it you have to give them a reason so people do need to be forced a bit into using it. They certainly won't install it if there is no need to.

    2. Re:No shit Sherlock by trifish · · Score: 1

      That would be true, if the Flash functionality was dispensable for them. (And if it was, why bother developing Silverlight or any other Flash alternative). MS tried to compete with PDF and their actions indicate they know they failed. They can admit failures. Silverlight may just be the next. They don't have to force anything. They pretty much own the PC world anyway.

  24. uses Flash all over it's websites by Anonymous Coward · · Score: 0

    >uses Flash all over it's websites

    It's its, not it's.

    1. Re:uses Flash all over it's websites by ChrisCampbell47 · · Score: 1

      I use the link in my sig to try to educate people.

      CmdrTaco (ohnoitscmdrtaco!) has said in the past that he just doesn't care.

      Nonetheless, one by one I try to get people to use it correctly. I try to help them realize that when they write badly like that, it throws a wrench in the brain of smart people, the audience they likely covet the most. I personally stop reading right there and move on to the next article. I mean, what's the point of continuing when the writer is obviously stupid? Of course, if all you care about is reaching Deal-Or-No-Deal-watching mouthbreathers, then by all means, go write ahead and use you're favorate rhetoricle devises.

  25. Anonymous reader prefers contraction to possessive by Anonymous Coward · · Score: 0

    For the last time, "it's" is the contraction for IT IS. ITS is the possessive. It always blows my mind how nerds who learn 15 different languages to move a number around in memory are suddenly baffled by the apostrophe.

  26. Nice apostrophe errors by momerath2003 · · Score: 1

    "uses Flash all over it's websites"

    Good job with failing to grasp the subtleties of basic sixth-grade grammar, editors.

    --
    I had but a simple dream, to destroy all humans.
  27. Adobe is Poised to Lose It by bxwatso · · Score: 4, Interesting
    IMO, Adobe is actively against MS. Acrobat is still not fully Vista compatible. Flash crashes my IE7 daily, and there are no x64 plans that I know of (they made a vague announcement a long time ago).

    Silverlight works just fine on my web site and doesn't crash anything. MS is pushing a lot of content providers to try Silverlight, so the install base should go up this summer.

    MS lost its edge in the OS war through complacency and slow roll-out performance. I see Adobe doing the same with Flash.

    1. Re:Adobe is Poised to Lose It by Anonymous Coward · · Score: 0

      It's not flash, it's Internet Explorer you microtard. Yeah, I know *gasp* a Microsoft product that sucks.. Take deep breaths, calm yourself..

    2. Re:Adobe is Poised to Lose It by grahamd0 · · Score: 1

      IMO, Adobe is actively against MS.

      Or you're just paranoid.

      I build and maintain dozens of websites and have thoroughly tested them on a variety of machines running different versions of Windows and Mac OS. If anything, Flash and most Adobe products for the last couple of years work better on Windows.

      Adobe might have a few differences of principle with Microsoft, but they like the money from Microsoft's customers as much as anyone else's.

    3. Re:Adobe is Poised to Lose It by Anonymous Coward · · Score: 0

      >IMO, Adobe is actively against MS.

      I think you meant:

      IMO, MS is actively against Adobe.

    4. Re:Adobe is Poised to Lose It by Jorophose · · Score: 1

      Adobe isn't going to die any time soon...

      And there is a x64 CS4 coming out, and it's windows only. Mostly because of all the spaghetti code and what seems to be assembler parts, reminds me of the flash plugin...

      Adobe has one way of "winning": Support CS3 on Linux, and distribute their own distro (or even just sponsor Ubuntu Studio) to work with CS3 perfectly. Now Adobe has used its "professional" audience to try and push MS out. And hey, isn't an officially-supported CSx one of the biggest "I WANT" about Linux?

      There you go, Adobe. You'll give Linux an extra few percents in the market, you'll reduce the chance of Silverlight becoming king (because now flash and flash editor works on every major platform), and hey, you've now got a market in OSs. Imagine the extra revenue from winshops becoming total adobeshops!

    5. Re:Adobe is Poised to Lose It by Niten · · Score: 2, Informative

      The reason that x64 CS3 will be Windows-only is that Apple promised, and then later rescinded, a 64-bit Carbon. It's really more a case of Apple shooting itself in the foot than any fault on Adobe's part.

      I agree with you regarding getting CS on Linux, though. I also think that Adobe's recent move to lift the restrictions on the use of the Flash format documentation is a step in the right direction -- it says to me that Adobe would rather open up Flash entirely than see it lose to Silverlight, and in the long run that will be great for Gnash and other open source Flash players.

    6. Re:Adobe is Poised to Lose It by Anonymous Coward · · Score: 0

      "Flash crashes my IE7 daily"

      There's something going on with your system and it's not Flash Player.

    7. Re:Adobe is Poised to Lose It by cbhacking · · Score: 2, Informative

      I'm actually surprised you're haing troubles with Flash and IE7 - I had the same issues, but with Firefox. It eventually got so bad I just stopped going to certain sites at all using Firefox, and since the IE8 beta came out I've been testing it heavily - while I won't claim it's un-crashable (though remarkably stable for an early beta) I've had no issues with Flash.

      Silverlight seems to work fine on both, though I've only run across a few sites that use it.

      As for Acrobat, are you talking the PDF creation tool or the reader? If it's the reader, try Foxit Reader from http://foxitsoftware.com/ . It loads much faster and doesn't require rebooting or anything ludicrous like that. Foxit also has PDF creation tools, but they aren't free downloads (they have trials available, however). I won't claim that Foxit and Adobe have perfect feature parity, but they're damn good and Foxit actually has a few nice features Adobe could stand to add.

      --
      There's no place I could be, since I've found Serenity...
    8. Re:Adobe is Poised to Lose It by bxwatso · · Score: 1
      I do find that IE8 is more compatible with Flash, but still, you'd think Adobe would make an effort to fit in better with one of the top browsers. Even if it is MS's fault for making a weird browser, you've got to work with what's available.

      Foxit is a great reader, much better than Adobe in every way. I use the Adobe creator, but I might drop it for some of the alternatives.

      I appreciate your advice, but I think /. is more oriented to complaining than solving.

    9. Re:Adobe is Poised to Lose It by Anonymous Coward · · Score: 0

      IMO, Adobe is actively against MS. Acrobat is still not fully Vista compatible. Flash crashes my IE7 daily, and there are no x64 plans that I know of (they made a vague announcement a long time ago).


      Well, if crashing the browser is proof they're anti-Microsoft, they're obviously anti-Linux too :P.
    10. Re:Adobe is Poised to Lose It by Anonymous Coward · · Score: 0

      I see Adobe doing the same with Flash. You, sir, need glasses.
    11. Re:Adobe is Poised to Lose It by Anonymous Coward · · Score: 0

      I'm sorry, but Flash didn't crash "your IE7". IE7 crashed while trying and failing to handle Flash content. Get the words right, k?

  28. this is similar.. by jflo · · Score: 0

    this is similar to star fleets preference to warp drive over a quantom slip stream system for travel... they have the means but no one knows why they dont just get it together and party

    --
    WWPD - What Would Picard Do?
  29. Um, no by Reality+Master+201 · · Score: 2, Informative
    From the "JavaFX Technology Overview" section of the JavaFX.com website:

    Built on Java. JavaFX is not starting from scratch; it is built on the Java platform (Java SE and Java ME) and leverages the power and capabilities of the Java platform. It also extends the Java platform to deliver on the original promise of client-side Java.


    Unless by "No JVM needed," you mean "No JVM needed apart from an already installed JVM."
    1. Re:Um, no by ewg · · Score: 1

      I'm referring the promotional website, not to the JavaFX technology itself.

      JavaFX itself is definitely Java-based, designed to leverage the Java already installed, Sun hopes, on your computer, phone, or Blu-ray player.

      However JavaFX.com the website is Java-free.

      --
      org.slashdot.post.SignatureNotFoundException: ewg
    2. Re:Um, no by Anonymous Coward · · Score: 0

      It's a shame it's not Quicktime free.

    3. Re:Um, no by edalytical · · Score: 1

      The videos are H.264, there's not reason it "has" to use QuickTime. I'm sure ".mov" was just an easy container format for the webdevs.

      --
      Win a signed Stephen Carpenter ESP Guitar from the Deftones: http://def-tag.com/?r=0008781
  30. department-of-redundancy-department by orkim · · Score: 1

    Shouldn't this be filed under "department-of-redundancy-department" instead? I think I read the same thing thing twice in in the story story.

    kthx

  31. That might increase... by HiVizDiver · · Score: 1

    Just yesterday I went to Windows Updates for my XP box, and it asked if I wanted to install Silverlight, that it had new features that would make the Windows Update experience more interesting/efficient/whatever, blah blah blah. So I installed it. I didn't notice the "experience" being any better or worse, maybe a little more "slick". But if they're starting with Windows Update, that's a good way to get at least a subset of the visitors to MS' website (not everyone does manual updates) to install it.

  32. Whinging nix goats by Anonymous Coward · · Score: 0

    disclaimner: I am drunk

    Silverligfht is tops and in windows operability is superceding flash. for windows-targetting apps, why would you not use it? Pls avoid all *nix specific bias.

    Do tell,

    1. Re:Whinging nix goats by MisterBlueSky · · Score: 1

      Cheers. Have some more Wine 1.0 :)

  33. Re:Anonymous reader prefers contraction to possess by MollyB · · Score: 1

    It always blows my mind how nerds who learn 15 different languages to move a number around in memory are suddenly baffled by the apostrophe. Perhaps because the English language is loosely coded, continually revised, and not strongly typed?

    (I'm sympathetic to your pet peeve, though...)
  34. Silverlight metastasis by Altoid_X · · Score: 1

    Silverlight is starting to show up in more places during random surfing these days, most recently the blizzard store

  35. Do you actually use lynx? by Mathinker · · Score: 1

    I am posting this from elinks (the version w/Ecmascript support).

    Frankly, I was also of that opinion, that non-graphical browsing would be OK. Unfortunately, since my daughter has started using the second computer, I've had to browse (mainly Slashdot) from my ~10-year-old half-broken laptop with 64 MiB of RAM. I understand the disadvantages of console mode browsing quite well now. For example, on Slashdot, I can read the posts, reply, and even moderate, but I can't get a good feel for the inter-post organization, e.g., which posts are replies to which other posts, or understand what are all the replies to a given post. There is just not enough real estate on my console screen, even if the site were optimized for using elinks.

    Of course, some would blame the chicken-and-egg dilemma for most of this (since most sites are not designed for console mode browsing).

  36. Maybe they have red their own roadmap? by lmoelleb · · Score: 1

    Silverlight 1 is a Javascript based - version 2 will support the .NET CLR. If all you want to do is play videos with cool effects, then Silverlight 1 will do it for you, but for anything else you are probably better of waiting for version 2.

    --
    /Lars
    1. Re:Maybe they have red their own roadmap? by Anonymous Coward · · Score: 0

      Maybe you should "red" a dictionary. Or should have "red" your textbook in English class.

  37. Re:The Perfect Slashdot WHINE by Anonymous Coward · · Score: 0

    Mod parent down, and send him to spend a week at twitter's house.

  38. It is a Matter of Contractors Skills by NerdENerd · · Score: 2, Informative

    I am a contractor working on a high profile Microsoft web application at the moment and we are using Flash in it.
    The decision is nothing against Silverlight, we have discussed using Silverlight.
    The issue is with the skills that the designers who are contracting have.
    Microsoft do use a lot a Silverlight across their web applications, try the downloads beta for example.
    You will see a lot more of it being used once there are more designers with experience using it.
    Flash has got over ten years of being in the marketplace and finding designers with Flash skills is a lot easier than finding designers with Sliverlight experience.
    I don't think this says anything against Microsoft's commitment to Silverlight.

  39. "All its websites" apart from th home page & M by SEMW · · Score: 1
    TFA:

    the Microsoft Home Page and the Microsoft Developer Network use Silverlight Summary:

    "Microsoft still has not adopted Silverlight, and uses Flash all over it's websites." Apparently, "all its websites" [note the lack of apostrophe] doesn't include the home page and MSDN...
    --
    What's purple and commutes? An Abelian grape.
  40. Adobe, clean up your OS X act! by Anonymous Coward · · Score: 0

    Flash still isn't completely OS X-compatible, either. It's ridiculous to think that Adobe, who has a large OS X user base, would leave so many of their customers with such an atrocious product. Flash slows down my Safari on a daily basis and crashes it occasionally, causing other Safari users with the same problem to think Safari (or Firefox on OS X) is an inferior browser when, in fact, Adobe just needs to get their act together.

  41. Re:dilbert.com by maxume · · Score: 1

    It's not all broken:

    http://dilbert.com/fast/2008-05-10/

    This is also pretty nice:

    http://dilbert.com/rss/

    --
    Nerd rage is the funniest rage.
  42. This story is idiotic. by TiggertheMad · · Score: 5, Insightful

    I am going to come right out and say, whoever posted this story was an idiot. (notice they posted it anon..)

    Microsoft is a huge company with dozens of divisions, and thousands of teams. Development cycles for a company like this can last years. Don't expect them to adopt some new technology like silverlight on every single public site they posess in a heartbeat.

    Moreover, just suggesting that they would re-write an existing portal (that may not even really need SL technology) simply because a new technology came out makes no sense. Programmer time is expensive, so what business justification do you have spending money to rebuild a portal that is functioning just fine in the first place?

    MS does stupid shit that they deserver to be bashed for, such as the whole Open XML fiasco. Posting stories like this just destroys the sites credibility, and makes look like you engage in mindless MS bashing, rather than really looking at issues that are critical to tech savy people.

    --

    HA! I just wasted some of your bandwidth with a frivolous sig!
    1. Re:This story is idiotic. by luvtheedragon · · Score: 0

      totally second u.... though the M$ site is huge ... it is transforming slowly and it preferentially offers users the opportunity to view the site either with silerlight or stick with original view , just like a few months back silverlight was offered for download preferentially, and then it was an update with windows vista... in due course SL will be do it like all other ventures being pushed by M$

    2. Re:This story is idiotic. by Anonymous Coward · · Score: 0

      Moreover, maybe MS wants their site to be, say, usable with browsers. They'd most likely lose some traffic with a sudden switch to SL. I for one hope SL never gains traction. Just what the web needs is another flashy thing from a company that doesn't know how to play nice with the other kids in the sandbox.

    3. Re:This story is idiotic. by Anonymous Coward · · Score: 0

      Microsoft is a huge company with dozens of divisions, and thousands of teams. Development cycles for a company like this can last years. Don't expect them to adopt some new technology like silverlight on every single public site they posess in a heartbeat.
       
      So then why the fuck is MS positioning it as a product to take on flash, and why are they promoting it as such? Why are they spouting that nonsense about dogfood if they don't follow it? And you're fcalling the submitter an idiot? Looks like you're pointing at the wrong entity.

    4. Re:This story is idiotic. by herve_masson · · Score: 4, Insightful

      Don't expect them to adopt some new technology like silverlight on every single public site they posess in a heartbeat

      Certainely not. But between your figure and no exposure at all (almost), there is some room, and it looks odd that did not really start some sort of significant promotion for their technology (unless I missed it).

      Moreover, just suggesting that they would re-write an existing portal (that may not even really need SL technology) simply because a new technology came out makes no sense

      They did that "non-sense" (in a technical point of view) in the past. Just look at the hotmail migration (attempt) on windows server for example. If you want your technology to get exposure, you need to show it in action on realife applications. Microsoft has the horsepower to do that sort of things very quickly and deeply, to the contrary of many others.

      It looks strange to me because I've little doubt that the client-rich application's future is closer to FLEX/SL than the present web "standards".

    5. Re:This story is idiotic. by ThwartedEfforts · · Score: 1, Insightful

      Moreover, just suggesting that they would re-write an existing portal (that may not even really need SL technology) simply because a new technology came out makes no sense.


      Yet Microsoft has insisted that everyone rewrite, or add significant maintenance and testing cycles, to websites when each new version of IE comes out that doesn't support standards.
    6. Re:This story is idiotic. by 10101001+10101001 · · Score: 1

      <Insert huge, non-Microsoft company> is a huge company with dozens of divisions, and thousands of teams. Development cycles for a company like this can last years. Don't expect them to adopt some new technology like silverlight on every single public site they posess in a heartbeat.

      Moreover, just suggesting that they would re-write an existing portal (that may not even really need SL technology) simply because a new technology came out makes no sense. Programmer time is expensive, so what economic justification do you have spending money to rebuild a portal that is functioning just fine in the first place?

      Ie, people should only consider SL technology when it's matured, provides new features they need, and possibly only in new developments. In short, it might be years before SL will actually be used by a significant number of countries, even assuming that SL is the cat's meow.

      Btw...

      ... so what business justification do you have spending money to rebuild a portal that is functioning just fine in the first place?

      Three major reasons come to mind. One, by rebuilding huge amounts of code, one has the opportunity to create a better design having had experience with expansion of said code over time (ie, the general point of rewriting being a potential advantage). Two, by writing lots of code in SL for critical functionality, MS gets the opportunity to really test out SL in real-world operations. What better place to real stress-test it? Three, by extensively using SL, MS might be able to convince many other companies that SL is mature and that it provides features that they need.

      If MS seems hesitant to eat its own dog food and basically makes the same, rather pesimistic, measurements that hint that SL isn't the second coming compared to Flash, many companies will simply choose to hang with flash even *if* SL is proven to be superior. Why? Because, as you point out, it becomes difficult to make the business case for using SL, especially given the amount of experience people already have with Flash. Now, if MS was interested in having SL be the second-teir competitor to Flash, that'd be no big deal. And perhaps SL is simply a conservative test until SLv2.0 (or whatever they call it), and *then* they'll really push heavily on its usage company wide. But, that just doesn't seems MS's style. Maybe MS is just changing. Or maybe, as you point out, it just takes years to develop all the code necessary, so MS is still busy poised to actually release SL using sites; but, I'm not sure if that quite explains newer sites like for Zune.

      --
      Eurohacker European paranoia, gun rights, and h
    7. Re:This story is idiotic. by davester666 · · Score: 0, Flamebait

      Like everyone else, MS is just waiting until they release Silverlight 3.0. It'll finally be usable on MS platforms. It'll be usable with the v4.0 release on the Apple desktop platform (although it will be missing critical features, making it unusable).

      --
      Sleep your way to a whiter smile...date a dentist!
    8. Re:This story is idiotic. by KutuluWare · · Score: 1

      MS does stupid shit that they deserver to be bashed for, such as the whole Open XML fiasco. Posting stories like this just destroys the sites credibility, and makes look like you engage in mindless MS bashing, rather than really looking at issues that are critical to tech savy people. 100% agreement here. We already have one Groklaw for that crap, we don't need another one.
    9. Re:This story is idiotic. by KutuluWare · · Score: 2, Insightful

      Certainely not. But between your figure and no exposure at all (almost), there is some room, and it looks odd that did not really start some sort of significant promotion for their technology (unless I missed it). You sort-of missed it. There are portions of their site that are being tested with Silverlight, such as their new MSDN downloads area. They are beta tests, so you only see them if you're one of the random users that gets prompted to participate while using the production site, but they do exist. Also, not that this is a huge plus for SL but it's integrated heavily into the Vista UI already.

      Also, lets not forget that SL is new. v1.0 may be a few years old, but it's nowhere near as easy to use as 2.0 is supposed to be, and 2.0 isn't actually out yet. With 2.0 you can code behind SL UI's just like you can code behind an ASPX page, in VS2008, so it will (in theory) be much more accessible.

      Frankly, though, I doubt even MS is expecting Silverlight to completely replace Flash -- from what I've seen, it's just too much overhead for some of the simple things. The whole point of Silverlight is to do really complex applications approaching the feature-richness of a Forms application, delivered over the web.
    10. Re:This story is idiotic. by lilfields · · Score: 5, Insightful

      Why is that if Adobe has a monopoly on a web item that in the end will be monstrously profitable that it's perfectly ok? If Microsoft wants to move in and give them competition it's a mortal sin. Slashdot really is starting to lose it's credibility lately, it seems like every article in the past 2 weeks has been completely and utterly anti-Microsoft. I know people here have a bias against the company, but it's gotten especially bad lately, almost every comment has been likewise...I guess you have to appeal to your audience even if it loses you credibility...it's the Fox News mantra.

    11. Re:This story is idiotic. by pjotrb123 · · Score: 2, Informative

      > odd that did not really start some sort of significant promotion for their technology (unless I missed it)

      They certainly are promoting it. Even using Firefox 2.0 (on Win XP), http://www.microsoft.com/en/us/default.aspx opens with a box "layered" on top of the main page:

      Enhance your experience on Microsoft.com with Microsoft Silverlight
      Microsoft Silverlight delivers a new generation of high-quality audio and video, engaging media experiences, and interactive applications for the Web.
      Approximately a 1MB download and a 20-second install.
      [Click to install]
      By clicking "Click to install" you accept the Silverlight License Agreement.

      And there is even a tiny [No Thanks] button.
      Of course that was what I picked :-)

      --
      I liked my next sig a lot better
    12. Re:This story is idiotic. by Anonymous Coward · · Score: 0

      Try looking at the Silverlight-powered Microsoft Download Centre someday.

      Oh, wait, you're bashing Microsoft. Let's not allow facts to get in the way of that.

    13. Re:This story is idiotic. by Anonymous Coward · · Score: 0

      The fact that *this* comment is rated 5, Insightful is exactly why I rarely visit /. anymore. It would be buried on digg or any other site where the community has a say instead of this whitewashed page where only 'blessed' & misinformed people get their comments modded up.

    14. Re:This story is idiotic. by jeepien · · Score: 2, Funny

      [Microsoft bashing has] gotten especially bad lately.... I guess you have to appeal to your audience even if it loses you credibility...it's the Fox News mantra. You have a point. Therefore, in the interest of being fair and balanced, I'll take this opportunity to point out that Faux News is the OTHER anti-Christ.
    15. Re:This story is idiotic. by Scrameustache · · Score: 1

      Moreover, just suggesting that they would re-write an existing portal (that may not even really need SL technology) simply because a new technology came out makes no sense. Programmer time is expensive, so what business justification do you have spending money to rebuild a portal that is functioning just fine in the first place? That's irony, right there.
      --

      You can't take the sky from me...

    16. Re:This story is idiotic. by GoodNicksAreTaken · · Score: 2, Informative

      Microsoft contracts out a lot of it's web page development to http://www.ascentium.com/ and possibly other companies. It is no surprise that their developers choose to use Flash.

    17. Re:This story is idiotic. by Scrameustache · · Score: 2, Informative

      Why is that if Adobe has a monopoly on a web item that in the end will be monstrously profitable that it's perfectly ok? If Microsoft wants to move in and give them competition it's a mortal sin. First. There was Quicktime. And we had motion.

      Then there was Real,
      and we were an[BUFFERING]noyed.

      Then there was Flash... At first it was wasted on useless intro animations, and was despised. But then it found its niche, and made one good thing easy: Embedding video in a web page, and giving that an interface.
      And we were pleased.

      And since it was good, it became very profitable. And Microsoft saw that profit, and said "I want it for me!", and they made silverlight, and tried to force us to use it by signing deals with media conglomerates so that they would remake websites that were perfectly functional (in flash) so that the users couldn't see the content with flash anymore, they would have to download this new thing called dsilverlight, which did not say what it was, to use the site that USED to work.

      And we were annoyed.
      --

      You can't take the sky from me...

    18. Re:This story is idiotic. by lilfields · · Score: 1

      Really? What media conglomerate would that be? Hard Rock Cafe'? I think that's the biggest name site that uses it right now, so thanks for completely making that fact up. I don't think I've ever been "forced" to download it, and I don't see how it's any different than being "forced" to use Flash. Unless they make their operating system(s) somehow bias towards Silverlight based sites I don't see a problem at all; they can package it with Windows, but that doesn't mean it instantly has a huge market advantage since browser extensions aren't really thought of as a big deal to the average users. I'm pretty sure you're just being bias, much like everyone else who has criticized it outside of possible abuses...besides if Microsoft really wanted to hurt Flash, they could have done it years ago and hit it's performance hard with IE, or mark it as untrusted. Well, at least you didn't put a dollar sign in Microsoft.

    19. Re:This story is idiotic. by Raenex · · Score: 1

      Why is that if Adobe has a monopoly on a web item that in the end will be monstrously profitable that it's perfectly ok? Adobe has finally opened up the spec for Flash. That means anybody can write a player for any platform. Before they opened up the spec it wasn't "perfectly ok", though I'll grant you the proprietary problems of Flash weren't as well known as the problems with Microsoft's proprietary formats.

      If Microsoft wants to move in and give them competition it's a mortal sin. Microsoft has a long history of creating formats tied to Windows. The whole point of the Net is not to be tied to a particular platform. It's good to hate these attempts, and resist them vigorously.
    20. Re:This story is idiotic. by GaryPatterson · · Score: 3, Insightful

      I agree with you, except to say that this is a huge missed opportunity for Microsoft.

      Internally, I imagine many people at Microsoft knew that Silverlight was coming, and had access to the team behind it. The issue of 'turning the ship' is just an excuse. Internal communication may be terrible, but major new products should be trumpeted far and wide in a company like Microsoft.

      Imagine the impact of an entirely Silverlight-based Microsoft site on launch day, from their front page through to MSDN. That would highlight the new web platform amazingly well, greatly increase the uptake (every visitor would choose to download it or view old Flash content, perhaps) and present a solid, unified front from the entire company.

      The only justification required for rewriting their web presence is simply this - do they want Silverlight to succeed or not? Right now people can point to Microsoft's own site and argue with some justification that Microsoft has no faith in their own product. It's just as bad as if they were hosting their site on Linux servers.

      It's not just a 'dog-fooding' thing either. It's also advertising without buying ad space. How will Silverlight pick up unless people know about it? One way for people to find out is to pay for ads, another is to lead by example and show how it's better. Lead the web developers and the users will follow.

      It would've been a massive undertaking and expensive, so I can see why few would advocate it. It would also have been a massive statement about the company really getting behind their new web platform, and an excellent example of the power of Silverlight.

      A missed opportunity, unfortunately.

    21. Re:This story is idiotic. by Z34107 · · Score: 1

      I believe they switched their download center website over to silverlight quite a while ago. They used to bug you to install it and "test out the beta" version of their site if they hadn't left you a cookie the last time you visited.

      I wonder what happened to their "beta" Silverlight version of the download center. They don't bug you to install Silverlight anymore, but there's an inconspicuous link to install it at the top left hand corner.

      I'm waiting until they make an x64 IE7 version. (Wait, I'm thinking of Flash.)

      --
      DATABASE WOW WOW
    22. Re:This story is idiotic. by GigaplexNZ · · Score: 1

      Adobe has finally opened up the spec for Flash. That means anybody can write a player for any platform. Before they opened up the spec it wasn't "perfectly ok", though I'll grant you the proprietary problems of Flash weren't as well known as the problems with Microsoft's proprietary formats. And notice how they did this after Silverlight came along? The added competition probably made Adobe rethink some of the problems with Flash and saw that opening up the spec should help to alleviate the Microsoft invasion. I'm glad Microsoft gave it a go, now Flash might actually be usable on non-x86 hardware...
    23. Re:This story is idiotic. by GigaplexNZ · · Score: 1

      I wonder what happened to their "beta" Silverlight version of the download center. They don't bug you to install Silverlight anymore, but there's an inconspicuous link to install it at the top left hand corner. They still do. It is randomised though, you don't get invited every time you visit the page.
    24. Re:This story is idiotic. by Raenex · · Score: 1

      I agree, competition has its benefits, though I can still hate Microsoft as the worst company in the competition.

    25. Re:This story is idiotic. by SanityInAnarchy · · Score: 1

      Question:

      Why not QuickTime?

      Seriously -- QuickTime has been reverse engineered, and is actually meant for playing video, not for doing absolutely everything. It has pretty much the same UI for streaming/caching as YouTube does.

      Why would you use Real? And why would you use Flash?

      Never mind. I'm sure someone will spew something about how Flash is "more supported" -- QuickTime (or mpeg, or anything similar) is going to be supported everywhere VLC is.

      --
      Don't thank God, thank a doctor!
    26. Re:This story is idiotic. by shutdown+-p+now · · Score: 2, Informative

      Also, lets not forget that SL is new. v1.0 may be a few years old
      Silverlight 1.0 was released in September 2007. It's not even a year old.
    27. Re:This story is idiotic. by longacre · · Score: 2, Informative

      Really? What media conglomerate would that be? Hard Rock Cafe'? Major League Baseball started using Silverlight for some of its video players last season.
    28. Re:This story is idiotic. by nnull · · Score: 1

      Maybe it's just a phase or maybe there's some sort of conspiracy. I like opensource and linux all the way, but the stories and comments being so anti-Microsoft (In some cases, anti-profit anything) is just getting ridiculous.

    29. Re:This story is idiotic. by Kugrian · · Score: 1

      Why is that if Adobe has a monopoly on a web item that in the end will be monstrously profitable that it's perfectly ok? If Microsoft wants to move in and give them competition it's a mortal sin.

      Because most of us already (have to) use flash. What is Silverlight going to offer? It just feels like ActiveX 2.0.
    30. Re:This story is idiotic. by Evil+Kerek · · Score: 1

      Well you had an interesting post til you insisted on inserting a stupid political jab. Fox News has no credibilty? I suppose the other networks that are pretty much in the bag for either Clinton or Obama are the ones to watch? You think it's an accident that Clinton came to Fox? I find this whole thing amusing - watching the Dem's self-destruct due to their own political machine (which is use to immediately calling conservatives racist - sucks to have it used on you, doesn't it?) The ONLY place Hillary could get a fair shake was Fox. And where does she go on Fox? The Factor! I laughed when I heard it. Put your head in the sand, whatever. The facts speak for themselves.

      BTW, you basically are doing THE EXACT same thing Slashdot has been doing (you and I are in complete agreement on that - the level of 'everything MS does is either stupid or evil' has long since gotten out of hand) with the Fox jab.

      EK

    31. Re:This story is idiotic. by sjames · · Score: 1

      Competition isn't a universally good thing. For example, when it comes to serial killers, natural disasters, and dogs crapping on your lawn, one is definatly better than two.

      If some company wants to come up with a light weight replacement for Flash and Silverlight that runs on anything and (somehow) punishes 'web designers' that use it as a replacement for simple HTML menus, I'll be all for it.

    32. Re:This story is idiotic. by tc9 · · Score: 1

      All of this and no angst about Adobe deliberately killing the W3 specification for interactive DOM-based graphics. Silverlight and Flash are both abominations, but Silverlight is closer to open standards based de velopment (at east any standard existing across other web presentation methods) than is Flash. SVG, which makes graphics repurposeable by CSS and other specs is better than either. Adobe virtually killed SVG after it bought Flash, something internal Adobe personel working in the standards realm confess was vile.

      Why in heck would one defend Flash? Why would anyone else think you have any standards or open specification cred after you have done so?

    33. Re:This story is idiotic. by sjames · · Score: 1

      It could be because as a whole, the world would have been better off without Microsoft. The PC would have started out with CP/M, Apple would still have done the Mac (based on the work at PARC). Linus and *BSD would still have done Unix that normal people could afford. IBM might have still dome OS/2 or might not. Perhaps McOS or Next would have been ported to the PC.

      In any event, we wouldn't have lost anything except for email viruses.

      Many seem to have forgotten that getting a virus through email was a long-running gag/urban legend until MS made email executable. When it was announced, people from all over the IT industry warned that it was a phenominally bad idea that would cause an explosion of viral infections amongst PCs. Naturally, MS ignored each and every warning. That is MS's big contribution to the world.

      It could be argued that MS started out OK, when it was in the business of writing BASIC interpreters for Altair and Apple][. If it hadn't gotten a foothold into a monopoly with DOS, it might even be a respectable mid-sized IT company today producing more or less OK software. Instead, they are way too accustomed to leveraging their monopoly position and huge budget to cram a mediocre product down people's throats while killing off better and more innovative products. Worse, they use their majority position to convince people who don't know any better that their many bugs are "just the way computers are".

      I am continually amazed that Windows systems rot over time. It worked OK when it was first installed, why does it need a re-install a year or two later just to get back to where it was? Other operating systems don't need "tune-up" software or "registry cleaners" to slow down rot. An isolated Linux box in service for 10 years will still do today what it did 10 years ago (barring hardware failure of course).

      Given that, the surprising part is that tech based sites aren't universally 'anti-microsoft'.

    34. Re:This story is idiotic. by od05 · · Score: 1

      Why do you spell it of "Faux News", it would be pronounced "Foh News".

      /doesn't even have a tv

    35. Re:This story is idiotic. by Drakantus · · Score: 1

      >Posting stories like this just destroys the sites credibility, and makes look like you engage in mindless MS bashing

      You must be new here.

      --
      I love going down to the elementary school, watching all the kids jump and shout, but they dont know I'm using blanks.
    36. Re:This story is idiotic. by truthsearch · · Score: 1

      Back when Microsoft was publicly beta testing .NET they claimed that it was the future of application development on Windows. They claimed that all of their applications would be rewritten in .NET. Yet as years went by and new versions of their apps were released, none were rewritten. Miguel de Icaza, one of .NET's big advocates, wrote, "Frankly, I'm as confused as you probably are." Even Microsoft's own hosting service, bCentral, didn't offer .NET.

      I don't know how many 3rd party developers they lost with .NET, other than myself, but they certainly didn't market it well. I think they're making the exact same mistake now. We'll have to wait another couple of years to see.

    37. Re:This story is idiotic. by Anonymous Coward · · Score: 0

      What would have happened without a Microsoft success would have been an Apple success. And do you seriously think that they wouldn't have taken the piss in regards to proprietary hardware/software? I mean, they do anyway, despite being a marginal company. If they were #1, it would be just as unsufferable as MS, likely more expensive, and probably come is a smooth white box.

      Also, if Apple were running things, you wouldn't have the benefit of every PC compatible hardware manufacturer slicing their own throats to get the cheapest prices to us, the consumers. The only person allowed to build these 'home computers' would have been Apple. Without competition, Apple would get ugly.

    38. Re:This story is idiotic. by Anonymous Coward · · Score: 0

      >Try looking at the Silverlight-powered Microsoft Download Centre someday.
      see nothing
      few text and nothing more. Maybe they should retry that page in plain html for me.

    39. Re:This story is idiotic. by Scrameustache · · Score: 1

      "I think that's the biggest name site that uses it right now"

      And I think that if the best you can do is argue based on your ignorance, you just STFU.

      --

      You can't take the sky from me...

    40. Re:This story is idiotic. by Scrameustache · · Score: 1

      Why would you use Real?

      I wouldn't ;-)

      --

      You can't take the sky from me...

    41. Re:This story is idiotic. by sjames · · Score: 1

      The PC from IBM (not a small company) would still have existed alongside the Mac. MS was an afterthought (and far from first choice) for the IBM PC, they could have as easily gone with CP/M. Later on, GeOS might have gotten a foothold (or not). Quarterdeck might have stayed in the game longer (their multi-tasking always worked better than MS's did anyway).

      DOS and CP/M are about equally ugly, so I can't imagine Apple would have swept away Big Blue's CP/M machines and more than they swept away it's DOS machines (not at all really).

      So, we would have still had the clones leading to the generic whitebox machines and so the vendors slicing their own throats to get the cheapest prices.

      The killer would have been if Borland, WordPerfect (pre Corel), and the like hadn't joined the party. Note that the big killer business apps for DOS were ported from CP/M anyway.

      Let's not forget there was also the Amiga, Atari, TI/99 and various others that got squeezed out of the market between IBM and Apple. The PC caught on in business based primarily on the perception that they were for business while the others (including Mac) were games and toys.

      The Mac failed to grab the market because it wasn't "business-y" enough for corporations and wasn't hackable enough for home users. The PC was quite "business-y" and quite hackable. The biggest difference there would have been that Ralf Brown would have published CP/M Internals.

      So, I stand by my claims, the world WOULD have been better off without Microsoft. Even the early BASIC interpreters weren't all that important. Apple][ had integer basic and there was also tiny BASIC amongst many others. A lot of the cool stuff on Apple][ was either assembly code or turtlegraphics in UCSD Pascal.

  43. This is "news"? by xymog · · Score: 1

    Microsoft has hundreds of groups worldwide that have their own Web sites -- country-specific, product-specific, market-specific -- and much of the Web site design work is outsourced to other companies. Even if Microsoft mandated that Silverlight had to be used immediately, the switchover would take a huge investment in time and money. Time, because all those third parties need to be trained, and money, because there are huge numbers of old pages that would need to be retrofitted. Posting an AC's submission of a blog opinion does not qualify as news. Might as well submit a typing exercise from the proverbial band of infinite monkeys -- it would have a much better chance of being newsworthy.

  44. It's the sloppiness + the abusiveness. by Futurepower(R) · · Score: 4, Insightful

    The problem is not that Microsoft is trying to introduce a new technology. The problem is that Microsoft is extremely adversarial toward customers, sometimes, in my opinion. For example, Microsoft will soon begin FORCING people to install Silverlight if they want to download files from microsoft.com/downloads/.

    At least the first 2 versions of Microsoft products usually have very severe bugs. For example, Windows XP and Windows XP SP1, and Windows Vista and Windows Vista SP1 were or are full of grief for administrators.

    Customers don't want to be beta testers for Microsoft, any longer.

    After Microsoft has forced a significant number of its less knowledgeable users to install Silverlight, Microsoft salesmen will begin talking about "significant market share", if the past is any guide.

    "I think Flash has just gone too far down the wrong route, as application development in it seems like a hack." My experience with Macromedia is that it was always a sloppy company. Unforunately, Adobe management seems to be malfunctioning recently.

    1. Re:It's the sloppiness + the abusiveness. by Anonymous Coward · · Score: 0

      I hope the irony of this is apparent. I'm no fan of everything microsoft does but in the same story people are complaining they don't use silverlight and complaining about where they do.

    2. Re:It's the sloppiness + the abusiveness. by Anonymous Coward · · Score: 0

      For example, Microsoft will soon begin FORCING
      people to install Silverlight if they want to download files from microsoft.com/downloads/. Would that not just be eating ones own dogfood? The exact issue that started this flamewar?
    3. Re:It's the sloppiness + the abusiveness. by shutdown+-p+now · · Score: 1

      For example, Microsoft will soon begin FORCING people to install Silverlight if they want to download files from microsoft.com/downloads/.
      Care to source this? Because, at the moment, all that is there is an opt-in beta version of an alternative download center that uses Silverlight. Noone is forced to use that, and there were no statements made that implied that would ever be the case, official or otherwise. So, shall we mark it down as just your speculation, and nothing more?
  45. FYP by Anonymous Coward · · Score: 0

    Newsflash: getting Linux to actually install takes a team of experts.

    Ok, my quip isn't all that fair, but neither is complaining about the PRERELEASE version of Silverlight on Linux.

    1. Re:FYP by Gavagai80 · · Score: 1

      The fact that it's been a prerelease with very little apparant progress after a year, and still can't properly impliment silverlight 1.0 when silverlight itself has long since moved on, indicates that it will never be viable. Wine is a prerelease too. Moonlight is the same idea as wine -- an attempt to impliment windows APIs which will never be as good as the real thing.

      --
      This space intentionally left blank
  46. Do the arithmetic... by klubar · · Score: 1

    It's easy to grow starting from a base of
    On the other hand, MS could follow Apple's lead and sneak Siverlight in as a default "updated" like Apple did with Safari. But that would be unethical (unless your company starts with an "A").

    1. Re:Do the arithmetic... by Jesus_666 · · Score: 1

      I'm talking about growth, not absolute sales numbers. Apple's numbers grow faster than the computer market does; that's what "Apple's market share grows" means. Apple's share of the pie, compared with the whole pie, grows. Apple occupies bits of the market that were previously occupied by someone else. Where Apple started from is irrelevant. People don't buy from a company because the company's market share isnt in equilibrium with all other companies' market shares.

      As for the default update thing: That still won't help them much on platforms that aren't Windows. I don't know whether the Silverlight runtimes for OS X and Linux are final yet, but Microsoft doesn't just need to have the runtime ready, it also needs to have it actually installed on most PCs. Either that or they go with either Flash or plain HTML for their advertising pages because both of those are safe to assume on an exec's PC.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  47. Re:dilbert.com by dotancohen · · Score: 1

    It's not all broken:

    http://dilbert.com/fast/2008-05-10/ Nice, I did not know about that! Mods!

    This is also pretty nice:

    http://dilbert.com/rss/ I'm subscribed.
    --
    It is dangerous to be right when the government is wrong.
  48. My comment: Adobe's management before Flex 3. by Futurepower(R) · · Score: 1

    My comments about Adobe's management were intended to apply to before Flex 3, which apparently fixes problems.

  49. Frontpage integration? by squarefish · · Score: 1

    Since they use FrontPage, I'm sure they're just waiting for the silverfish integration to make things easier on their developers.

    ;)

    --
    Creationists are a lot like zombies. Slow, but powerful and numerous. And they all want to eat our brains.
  50. Flex development example by Futurepower(R) · · Score: 1
  51. To reach Flash popularirity, Silverlight needs... by Vlobulle · · Score: 1

    ...a Silverlightblock plugin.

  52. Microsoft is pushing Silverlight hard by Christopher+Benson · · Score: 1

    I disagree. I'm the CTO at an interactive agency that is building a large enterprise platform for a major Fortune 500 consumer goods company that owns dozens of common household brands. Due to the size of the engagement, and the fact that it will be a showcase of the latest and greatest Microsoft technologies, Microsoft is very involved, and we have direct access to its various product teams. We've already decided that initial releases will use Flash 9 and Flex 3 rather than Silverlight, but I can't get Microsoft to shut up about Silverlight. They are pushing it very hard, and for some meetings, I've actually had to mandate that the topic of Silverlight is off-limits. Make no mistake, Microsoft is pushing Silverlight as hard as they can.

  53. Microsoft and grammar flamebait, all in one by EllynGeek · · Score: 1
    "...its websites", my dear Editor in Chief. Possessive. Not "it's", which is a contraction of "it is." Unless you think that "Microsoft still has not adopted Silverlight, and uses Flash all over it is websites" is correct.

    Are you proud of taking a paycheck to be so sloppy? Of course your entire premise is raw, unpolished, content-free flamebait. But good flamebait should still use correct punctuation.

    --

    we will end no whine before its time

  54. Re:dilbert.com by maxume · · Score: 3, Insightful

    There is no need to invoke the Mods.

    They, like the Gods, will do as they will.

    --
    Nerd rage is the funniest rage.
  55. A response from Denny Boynton by benwaggoner · · Score: 3, Informative
    This said it better than I could have:

    http://blog.dennyboynton.com/post/Why-is-Microsoft-So-Slow-to-Adopt-Silverlight.aspx

    ...when I talk to people about adopting Silverlight, they always make the comment, "I already have so much Flash built into my web site, I don't know where to start with Silverlight." Well, the good news is you don't have to throw out the baby with the bath water. The fact of the matter is that you can begin to implement Silverlight where it makes sense in your web site without modifying or removing any of the Flash assets you already have in place. Silverlight will run just fine in a web page with Flash, so you can iteratively begin the process if implementing Silverlight and, if prudent, replacing Flash to take advantage of XAML, developer/designer collaboration, developing in managed code and all the other benefits Silverlight has to offer. No expensive and painful "big bang" replacement is necessary. Find a requirement for which Silverlight is a good fit and implement it. It's as simple as that.

    The truth is, while the rest of the world would hold Microsoft to a higher standard than any other company, at the end of the day Microsoft works very much like the IT shops you probably work in. Each Microsoft product and web site has a team of developers and product managers that have a finite budget, timeline and resource pool in which to work. Believe me, if Silverlight could be deployed as a replacement to Flash across all Microsoft web sites next week, it would certainly make my job a hell of a lot easier, but that's not possible and difficult decisions have to be made in order to deliver a multitude of solutions currently underway on time and on budget.

    I can all but guarantee you that there are roadmaps in place to adopt Silverlight across most or all of the Microsoft web assets. That adoption will be rolled-out in a manner that delivers value to the business and as it makes sense. You're seeing that adoption begin on Microsoft.com and MSDN, and should see it on more Microsoft sites in the coming months and years, a very timely example being the new Expression Suite web site, all built in Silverlight...
  56. I refuse to Upgrade by Anonymous Coward · · Score: 0

    . (Period)

  57. Re:dilbert.com by dotancohen · · Score: 1

    There is no need to invoke the Mods.

    They, like the Gods, will do as they will. Are they stiff like rods? Swim like cods?
    --
    It is dangerous to be right when the government is wrong.
  58. Re:dilbert.com by maxume · · Score: 1

    I didn't think it was _that_ bad.

    --
    Nerd rage is the funniest rage.
  59. Re:dilbert.com by dotancohen · · Score: 1

    Does anybody want a peanut?

    --
    It is dangerous to be right when the government is wrong.
  60. Same story as .NET by sproketboy · · Score: 1

    I just installed my MSDN copy of Vista on VirtualBox - 5 CDs and NO .NET on it. How sad... When I buy a machine from Dell it does have Java on it though....

  61. cant we just ignore them? by Anonymous Coward · · Score: 0

    both technologies suck
    can we just move along?

  62. flash---silverlight? by onion_joe · · Score: 1
    Combined, they become the mighty "FLESHLIGHT"!

    or was I the only one who saw that...[slinks away in shame]

    --
    sig sig sig siggy sig
    1. Re:flash---silverlight? by Danzigism · · Score: 1

      LOL!!!

      --
      *plays the Apogee theme song music*
  63. Don't quite understand....... by learningcurve23 · · Score: 1

    What's even better is when you look at pictures of people at work in Redmond, you see nearly all of them (at least the developers it seems) with Apple laptops...... hmmmmm.... food for thought.

  64. Silverlight & Olympics will do it. by cheekyboy · · Score: 2, Informative

    http://www.pcworld.com/article/id,143232-page,1/article.html

    I am sure the olympics is a big website in terms of content and viewers. This will be enough to showcase its worth if done well.

    --
    Liberty freedom are no1, not dicks in suits.
  65. Do your homework first by yourbuddypal · · Score: 1

    The person who posted this is an idiot, its just flaimbait. Silverlight is still a brand new technology. They released Silverlight 1 about a yaer ago, which only supports javascript and which is basically just a precursor of things to come. Silverlight 2 (which supports the .NET framework) just reached BETA in March, and will have its final release being said. Given these facts, why/how would/could they instantaneously transform all of their webpages to a beta product? It has nothing to do with what they "like", its just business.

  66. Re:The Perfect Slashdot WHINE by stefanPryor · · Score: 1

    Is this the new way to karma whore, now? Posting worthless asinine comments bemoaning the:
    the so-called /. declining technical knowledge
    the so-called /. hivemind
    the so-called /. herd mentality
    the so-called /. Microsoft bashism
    the so-called /. Apple fanboisism
    the so-called /. bad article summary/bad spelling/bad grammar/bad other tedious shit
    the so-called /. (whatever idiotic complaint you have about people you disagree with)

    that brain-dead Mods stupidly rate as +5 Insightful. Get an enema clue Mods! There's not a goddamn thing insightful about whining. I don't want to read some asshole's post lamenting how much better /. was back in the day. I don't want to read some fucker's tedious, pretentious analysis about what constitutes a "perfect" /. article. That shit is BORING to infinite fucking degree.

    If you don't like /., if you don't like the articles posted, if you don't like the comments, then either get the fuck off the website, or start posting something worthwhile to read, Sparky.

    BUT KEEP YOUR FUCKING WHINY-ASS COMPLAINTS ABOUT SLASHDOT TO YOURSELF!

    BTW, for any Mod that positively rates my rant here because they think it would be funny/ironic, just beware that I will hunt you down, and I will leave a smelly dead cat on your porch. would it be ok to moderate it +1 informative?
  67. Re:Microsoft using Apache on BSD servers by Ox0065 · · Score: 1

    Obviously Microsoft can't rewrite every page of every website overnight. If they launch new content using flash instead of silverlight though, then that would be about as amusing as the time they were caught running their websites on Apache/BSD. (^-^)

    If they fail to make at least a token effort to use their own technology, how could even the most dyed in the wool MS fanboy VBscripting MCSE type seriously consider using their technology? ...on second thoughts, never mind. forget I spoke. These aren't the droids...

    p.s. If Novell (moonlight) or some such believable entity made something that fully supported silverlight on non-x86 architectures though... ...then stinky flash could go to hell in a handbasket for all I care. Call me fickle if you will, but I'm not. flash ~= silverlight in my books.

    --
    thx e
  68. Re:Anonymous reader prefers contraction to possess by cerberusss · · Score: 1

    *laughs* MollyB, thanks for a great comment.

    --
    8 of 13 people found this answer helpful. Did you?
  69. Fuck Microsoft and their Silverlight Shit by Anonymous Coward · · Score: 0

    Wow what a great piece of shit.

    In my opinion, Microsoft would love every website to have Silverlight. Look at their recent LOC deal with Silverlight. Bookmark boycottnovell.com to keep up on the latest with facts and figures not emotional bullshit stories.

    "Silverlight" in Runescape is a sword used to slay a demon, think about that for a second, flash being the obvious "demon".

    Do we have to dig in dumpsters again like Oracle's CEO had done to find the truth about Microsoft?

    Microhoo would've been Silverlight Flickr, del.icio.us, and everything else former yahoo! just so your anus is nice and silverfishy

    I bet Microsoft preferred Netscape to IE in the IE wars too,right ? Such useless bullshit propoganda, fuck this shit!

  70. Unfounded! by mgiuca · · Score: 1

    Silverlight isn't supported in Linux, but as an avid Ubuntu fan, I can tell you that Flash does not work well in Linux either. A host of open-source alternatives, like Gnash, have mostly solved that issue.

    I haven't had a problem with Adobe Flash on Linux later. It's certainly a hell of a lot better than Silverlight ...

    Former Adobe CEO Bruce Chizen's fears of Microsoft favoring Windows seem incredibly unfounded.

    I for one don't see any reason why Microsoft would favour Windows, either now, or into the future.
  71. Re: Accessing TechNet from a MacBook Pro by Douglas+Goodall · · Score: 1

    I noticed the other day that you cannot access TechNet downloads from a Mac OS machine. This is an example of planned non-compatibility with Apple. Has anyone else noticed this? The cross platform compatibility is getting worse. I guess they are not happy unless you are running their latest OS, their latest browser, and their latest GUI enhancement. What a bunch of pricks. VMWare notwithstanding, I just cannot bring myself to load ANY microsoft modules on my Mac. Not even IE, and certainly not a virtualized OS. I admit I am not quite sure what todays benefit from SL is. I am saying NO to microsoft about the .NET runtime, IE, SL, and Microsoft Office for the Mac. Gee they sure are pushy. There seems to be more and more situations where the Microsoft site is not browser neutral.

  72. Not relevant by bradbury · · Score: 1

    Does this have any relevance with people who have Javacript disbabled for most web sites?

    If you allow people to run programs on your computer you are asking for trouble. Unfortunately most people are unaware of this,

  73. Re: by clint999 · · Score: 0

    I believe they switched their download center website over to silverlight quite a while ago. They used to bug you to install it and "test out the beta" version of their site if they hadn't left you a cookie the last time you visited. I wonder what happen