Slashdot Mirror


Microsoft Woos Developers Under the Silverlight

CWmike writes to tell us that with the impending release of their Silverlight 2.0 product, Microsoft is poised to enact the next phase of their plan, wooing developers and designers directly. Microsoft is funding a French open-source project designed to allow programmers to utilize the Eclipse framework to build Silverlight apps. "Microsoft is also releasing for free a set of programming templates called the Silverlight Control Pack under its Microsoft Permissive License, as well as the technical specification for Silverlight's Extensible Application Markup Language (XAML) vocabulary via Microsoft's Open Specification Promise. The latter, said Goldfarb, should make it easier for would-be Silverlight developers."

19 of 300 comments (clear)

  1. Why not Flash or AJAX? by jellomizer · · Score: 4, Interesting

    Keeping in mind I am speaking in a group where there are huge amount of open source zealots. However Flash has the advantage that it runs in Linux, Mac, Windows (And more if you are designing for older versions) while Silverlight is only Windows and Mac.
    Next Flash is usually installed by default on Mac and Windows systems. (And a simple plug in for Linux... But if you guys are so smart you can probably add a plugin yourself anyways or the distribution has it already installed) Vs. Having to install it on Windows and Macs too.

    If you don't need the extra graphics and AJAX method works good too. Plus you don't need to deal with the Closed Source Flash as well.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  2. It just seems wrong... by eagee · · Score: 2, Interesting

    Like a booby trap. I dunno, M$ is kind of like the US Government for me. I don't trust 'em.

  3. Ugh, I tire of this... by TheNecromancer · · Score: 5, Interesting

    I am so sick of reading these tech articles with an anti-MS bias to them.

    As a developer, isn't the point to write better/more robust code?? Silverlight is a tool that Microsoft is designing so that developers can take better advantage of the rich Internet experience. It steams me that the author of that article seems bent on pointing out that MS has this "ultimate plan" to kill Adobe.

    Why can't people get past the whole pro vs. anti-Microsoft thing? I may be ranting here (apologies in advance), but railing on MS for their past business practices (which I don't condone, BTW) is pointless. I tend to use the best tools available for the technologies that I code for, and Microsoft has some good ones! Sure, they are proprietary, but it could be any large corporation in MS's place, and people would rail on them for being the "big, bad corporation"! Open source has its' place in the industry, as does proprietary software!

    Let's get past the hate, and just stick to what we (developers) do best: write awesome code!! I get stoked when I hear of new technologies coming out (from MS or Sun, or whomever), since that means the online experience users want is getting better, and WE are the ones who give it to the masses!!

    W00t to new technologies!!

    --
    Attention all planets of the Solar Federation! We have assumed control! - Neil Peart
    1. Re:Ugh, I tire of this... by corsec67 · · Score: 2, Interesting

      How is Silverlight going to make my "Internet Experience" better in FireFox on an Ubuntu AMD64 computer?

      --
      If I have nothing to hide, don't search me
    2. Re:Ugh, I tire of this... by corsec67 · · Score: 2, Interesting

      What happens when Silverlight is made incompatible with Moonlight? Moonlight seems to be in the "Embrace" phase, what about the extend and extinguish phases?

      If you say to make stuff work for Moonlight, what happens when executables made for Moonlight don't work in Sliverlight?

      --
      If I have nothing to hide, don't search me
  4. did they finally get datagrid compat going by StupidPeopleTrick · · Score: 2, Interesting

    silverlight 1.0 had not XAML controls for the simple datagrid control. OMG what a stuff up! You had to go to xceed to get one and pay for it. That little detail made me so mad that I have sworn off silverlight. The message was clear, if your a small development shop, you cannot afford silverlight. Oh by the way, where is the automated testing framework for writting automated UI tests against it? anyone?... anyone?... - StupidPeopleTrick

  5. Really nice Silverlight sample site by RingDev · · Score: 4, Interesting

    http://gallery1.demconvention.com/

    Yup, the Democratic National Convention site is Silverlight. The bandwidth isn't quite as impressive as it was while the event was going on. But flip through the site and check out the functionality.

    As someone who has developed a bit with the beta Silverlight tools, I have to say it is an amazing platform. And I'm quite excited about using it in the future.

    -Rick

    --
    "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
  6. Why not use a fully open-source toolkit? by scorp1us · · Score: 3, Interesting

    Given that Adobe AIR is based on WebKit, and the OpenSource world has Webkit (Qt has Webkit integrated, but Qt is not required for my suggestion), why don't we just make a fully AIR/Silverlight clone using WebKit and Javascript?

    --
    Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
  7. Re:So, does this mean by Darkness404 · · Score: 2, Interesting

    Honestly having used Flash on Windows it was by far the easiest programming I have ever done (other than messing around with Scratch but that doesn't count). Yes, if you aren't used to JavaScript it can be a pain, but honestly, if you are an artist Flash is going to make you decent programmer (unfortunately art isn't my strong point so my Flash ended up looking horrible)

    --
    Taxation is legalized theft, no more, no less.
  8. Re:While I don't like Flash. by thetoadwarrior · · Score: 4, Interesting

    I agree, Applets aren't that bad but it may take awhile to get people to forget all those horrible java applets people used to put on their ugly sites. One of my favourites at the moment is Wordle. http://wordle.net/

  9. Re:So, does this mean by Darkness404 · · Score: 1, Interesting

    Yes, its true that Flash does seem to use up an absurd amount of CPU, but upgrading (or downgrading) your Flash player usually remedies the problem. And the x86 requirement is something that a lot of proprietary software has, though if GNASH ever becomes usable it won't be a concern.

    --
    Taxation is legalized theft, no more, no less.
  10. Re:While I don't like Flash. by gaspyy · · Score: 4, Interesting

    Actually you can build flash apps without Flash.

    Flex SDK is free and allows you to compile Flash, Flex and AIR apps.

    FDT is not free but it's very very good (uses Flex). If you think it's not worth the money, you can write your own Eclipse plugin.

    There are a number of other options, like FlasDevelop or MTASC, which although not Eclipse-based, are free alternatives.

  11. Re:So, does this mean by gaspyy · · Score: 3, Interesting

    Actionscript is similar to javascript, although in version 3, with strong typing, it starting to feel more like Java.

    Some people - me included - like its flexibility, while others loathe the same thing.

    The only thing I don't like about it is the new syntax for Vector data type (Flash 10)
    C#, Java: int list[] = new int[100];
    AS3: var list:Vector. = new Vector.(100);

  12. Re:Sluts by Ethanol-fueled · · Score: 2, Interesting

    I didn't mean to imply that a license shouldn't be named after a project or foundation, but the Apache and Mozilla foundations were made from open source so their licenses have more cred than those Microsoft, which has been historically proprietary and anti open-source.

  13. Re:While I don't like Flash. by houghi · · Score: 2, Interesting

    http://wordle.net/gallery/wrdl/246288/slashdot

    Did not work in Firefox, but worked in Konqueror

    --
    Don't fight for your country, if your country does not fight for you.
  14. Re:So, does this mean by Yvanhoe · · Score: 1, Interesting

    I am not a web developper, but do we really need anything more than optimized javascript + SVG ?

    --
    The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
  15. Microsoft highlights Silverlight on Linux by ThaReetLad · · Score: 2, Interesting

    Why don't you go to the microsoft silverlight site? OK, the presentation is a pretty awful case of marketeering, but what's interesting is that it makes a point of being cross platform and supporting a range of browsers, on windows, mac and linux. The presentation highlights mobile internet on phone, which makes me suspect that a silverlight implementation for mobile devices is just around the corner.

    --
    You can't win Darth. If you mod me down, I shall become more powerful than you could possibly imagine
  16. Re:Yes this is fantastic new tech..... by Tweenk · · Score: 3, Interesting

    I installed Moonlight but the same message keeps appearing on the Democratic Convention site, and the Hard Rock Memorabilia site crashes FF. So much for Moonlight. It's a Microsoft perpetrated scam to fool people into thinking that Silverlight is portable to OSes not targeted by Microsoft.

    --
    Those who would give up liberty to obtain working drivers, deserve neither liberty nor working drivers.
  17. Re:While I don't like Flash. by biovoid · · Score: 2, Interesting

    Flex Builder from Adobe is based on Eclipse! You can install it as a plugin into an existing Eclipse install, or install the stand-alone version. The open-source Flex SDK and compiler are both free if you don't want to shell out for Flex Builder.

    There's FDT, another Eclipse Plugin for Flash/Flex development.

    There are also completely open-source options for developing Flash/Flex content, in Eclipse, or the IDE of your choice. Windows, Mac or Linux.

    I haven't touched the Flash IDE for the last four years.