Slashdot Mirror


Microsoft's Sparkle a Flash Killer?

Charmless1 writes to tell us eWeek is reporting that Microsoft has release new previews of their upcoming developer tools. Some have even dubbed these new tools as "Flash killers". From the article: "Microsoft's Expression Suite consists of the Expression Graphic Designer, Expression Interactive Designer and the Expression Web Designer. Microsoft has yet to release a CTP for the Web Designer, also known by its codename Quartz." Slashdot also covered some of the pre-release sentiments back in September.

19 of 468 comments (clear)

  1. SVG? by MikeFM · · Score: 4, Insightful

    What does it do that I can't do with SVG, canvas, and other existing standards? I can see Flash as needing replaced but I can't see a benefit to replacing it with an even less open standard.

    --
    At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    1. Re:SVG? by Lerc · · Score: 4, Insightful

      I think the answer to that question, is Everything. And that's why it'll suck (1). I don't want a solution for everything. I want something small and nice that does a particular job well. If I want a different job done then I want something else small and nice that does that well.

      I'm actually working on a web plugin for animated content. It's not aiming to be better than SVG or Canvas, the goal is to provide a number of solutions to things that those things don't do. That's not to say SVG is flawed, It is just saying that if you are wanting to do some non-scaled, non-vector graphics, perhapse something else can perfom the task in a more efficient manner.

      That's the long way of saying; I don't want to do eveything with one of these http://www.mediasalesltd.com/images/lg/10-15/multi tool-pic-1-p21.jpg

      (1)I don't have any special knowledge to confirm that it'll suck, I just have faith in microsoft

      --
      -- That which does not kill us has made its last mistake.
    2. Re:SVG? by Overly+Critical+Guy · · Score: 3, Insightful

      Hey, it's cool. This will never take off like Microsoft hopes. But if it did, Adobe owns Flash now, and they just might, you know, have to delay Photoshop CS3 for unforeseen "technical reasons." Let the companies squeeze each other by the balls; I don't care.

      --
      "Sufferin' succotash."
    3. Re:SVG? by briancnorton · · Score: 4, Insightful
      Why? What's wrong with flash? It does what it does quite well, it's flexible and extensible. It's mature and has almost 100% market penetration. Why does it need replacing.

      If your answer involves "open source" then you can stop right there. Nobody (except about half the slashdot audience) gives a rat's ass about source code as long as the software works properly.

      --

      People who think they know everything really piss off those of us that actually do.

    4. Re:SVG? by typical · · Score: 3, Insightful

      For that matter, what does *Flash* do that people need?

      I've seen:

      * Indie animations, most of which are pretty bad.

      * Custom interfaces for webpages. These are, in my experience, much slower and more annoying to navigate than regular ol' HTML interfaces, are fixed at a size too small for my father to easily read, often (irritatingly) play sounds, usually have awful color schemes -- there's a *reason* that I have my foreground and background colors set to black and white, have sluggish reimplementations of scrollbars that don't look like scrollbars, and don't really IMHO do much for anyone other than the designer, who gets to play with a fun toy for a while.

      * Ads. Animated, computer-bogging-down ads. Ads with sounds. Horrible, awful things which make computers without Flashblock miserable to use. Probably the primary use of Flash today.

      * Small web games. While I have played these occasionally, the best of them don't come close to the best full-blown native games.

      * Splash screens, which many companies inexplicably stuff in front of their website's main page. I would assume that this is to drive the less-than-dedicated away.

      I mean, seriously, how does Flash make life better for the browser *user*? Okay, granted, perhaps in some very indirect way (advertisers will maybe pay more for Flash ads, that money goes to fund the production of websites that users want), but in general, Flash doesn't seem to be a net positive for my web browsing at all.

      --
      Any program relying on (nontrivial) preemptive multithreading will be buggy.
    5. Re:SVG? by sp0rk173 · · Score: 3, Insightful

      Homestarrunner. This makes the user laugh. Laughing is good for the user.

    6. Re:SVG? by Julian+Morrison · · Score: 3, Insightful

      The reason I personally hate Flash is that it violates the principle of "the browser belongs to the user". You have to take what you're given, all or nothing. This isn't tangential to open source! Firefox has extensions that give you control of HTML, javascript, animations, etc because both the data spec and the rendering process are open. You may not need the source, but others do and you benefit by their work.

    7. Re:SVG? by TheNetAvenger · · Score: 5, Insightful

      What does it do that I can't do with SVG, canvas, and other existing standards? I can see Flash as needing replaced but I can't see a benefit to replacing it with an even less open standard.

      Well it can do a lot, but that is NOT the point...

      This HAS nothing to do with SVG or killing Flash. These are the art side of the development tools for MS WPF technologies.

      It is used to create 'interfaces' for applications in Windows and eventually online for Windows Users.

      This is basically the art side of the MS new technologies that are not really in competition with anything but the Win32 GUI API drawing set. This is the replacement for Microsoft's internal rendering engine of Windows.

      What this does do that SVG and Flash don't is inherently handle many more types of graphical display concepts, blending, transisitions, 3D workspace, Viewpoints, and even collision detection for 3D UI objects, as well as provide these object and work with controls for applications.

      It is like Flash and SVG and Postscript on Crack with full 3D capabilities to CREATE A UI, either application or eventually Web 'pushed' application.

      If Flash or SVG or any other of the current technologies could do any of these features, MS wouldn't have had to create this new system.

      It does basics from drawing fonts to screen and printer, to making a 3D Cube spin in front of a building with clouds going by, and the 3D Cube has User Controls and Interface items on it.

      This is basically moving Application UIs for Windows to the next generation, what people have complained about with Windows, that there was no inherent 3D inteface unless you wrote in DirectX. (Although not many other OSes have inherent 3D model rendering engines as a part of their standard API interface, not even OSX.)

      So instead of having to drop to OpenGL or DirectX to do some really cool animations or 3D application interfaces, you can use this tool and the other new tools from Microsoft, and they work in the WPF, which calls DirectX for you. This is like making 3D simple application design and animations 'easy' for the casual programmer.

      The causal programmer will also get something they can't get with SVG or Flash technology for their Windows application as they will get the speed of DirectX, where Flash and SVG don't give you that, even if you create a 'fake' 3D interface in them.

      I wish people would take a look at these technologies and see where MS has done some really good work, that is beyond what others are doing. If not, all other OSes will be falling behind once again.

      And the cool thing is, if the Linux and OSX world didn't want to have to 'create' their own version of this technology, MS is giving the keys away to it for free.

      So you could create a WPF for OSX or Linux, drop it through to an accelerated OpenGL interface, and be able to use these technologies on ANY OS platform.

      Just because MS designed the technologies and even if they are not 100% perfect, they are above 99% of what is out there for simple application design, the specifications for them are open - wide open even, and you could be writing a great KDE or OSX application using this interface technology with no intention of ever running it on Windows or having anything to do with Microsoft.

  2. So how will this kill flash by rminsk · · Score: 5, Insightful

    How will this kill flash if I can not run it under other operating systems besides windows?

  3. No one remembers by GigsVT · · Score: 5, Insightful

    Back when the big thing in IT was Postscript, MS and Apple worked together to try to make a Postscript killer to break Adobe's control. It was called TrueImage. It failed badly.

    The only thing we still use from TrueImage today is TrueType fonts, which were the type of fonts that TrueImage used rather than Adobe's Type I fonts.

    Some of these recent moves by MS to replace common presentation formats with their own remind me a lot of the TrueImage story.

    Since Adobe owns Macromedia now, it's the same old clash, MS vs Adobe. Adobe has proven themselves to be very good at format wars. Because of TrueImage and other market pressures (like HP's PCL), Adobe opened up the Postscript and eventually PDF specifications and made implementation of them completely royalty free. This was a big long-term win for them.

    So now MS is going against Adobe on two fronts, their new MS XPS format to try to kill PDF, and this Sparkle up against Flash. Adobe would do well to learn from the past and continue to use open specifications to keep MS in their place.

    --
    I've had enough abrasive sigs. Kittens are cute and fuzzy.
  4. How much is it going to cost? by randomErr · · Score: 4, Insightful

    Getting past all the Micr$oft and Crapomedia comments that have been posted so far, I have to ask: How much will the design tools cost?

    If its freeware, Sparkle WILL kill Flash. If its cheapware($99 or less) it will hurt Flash in the short term, and could kill Flash in 5 years(because of the cost). If it cost ny more then that, and Micrsoft's product will just become a niche market like Real Media's SMIL format.

    --
    You say things that offend me and I can deal with it. Can you?
    1. Re:How much is it going to cost? by supabeast! · · Score: 3, Insightful

      "If its freeware, Sparkle WILL kill Flash. If its cheapware($99 or less) it will hurt Flash..."

      The price of Flash, or Flash competitors, is all but irrelevant. Now that Macromedia is owned by Adobe, Flash and Dreamweaver, will be added into the Adobe Creative suite bundle. Since most designers end up buying the CS bundle for Photoshop, Illustrator, and Indesign anyway, they'll be getting Flash for free. The inclusion of Dreamweaver and Flash into the CS suite is going to make Adobe the king of the hill for graphic designers in print and web work, and trying to beat them on cost isn't going to work - only someone who can make a product so good it compels users to get out of the Adobeland is going to have a chance.

      And given Microsoft's recent history with design apps, they don't have a shot in hell.

  5. Re:I, for one by Anonymous Coward · · Score: 5, Insightful

    I can understand that you hate ads taking space and processing-time, but have you ever developed an APPLICATION using Flash? For me it's the language (ActionScript 2.0) and the player. Thats basically what flash is. With the Flash 8 player you can do some really cool things with actionscript. Check it out before you just "hate everything flash". Also, I would like to point you to http://www.osflash.org/ for all your opensource Flash-needs. Flash / SWF / ActionScript isn't just a way to create ads. You can create whole applications with it... when there is an appropriate use for it of course. Making stupid banners and ads with Flash is just a very small part of Flash, though many use Flash to do it. Do you hate gifs, jpegs and pngs too? They dont have as many other uses, besides banners and ads, as Flash do.

    The component-architecture by Macromedia admittedly sucks badly, but open source projects are worked on as I write this, to change all that. You can now use Eclipse as a development environment for Flash, though I prefer either TextMate or XCode for my development needs. Especially Xcode, since I do alot of Cocoa/Objective-C development as well.

    You should check out ActionStep, which is a framework modeled after NextStep/Cocoa, for Flash. It's opensource, nearly at 1.0, and looking quite good. There is the open source compiler mtasc, which supports all the latest things of the Flash 8 Player, is faster than Macromedias own, does better type checking and works from the commandline on most OSes. Being a commandline compiler, means it can easily be integrated with your favorite editor / IDE. Do read up on these things before you call it a nuisance and ad-thingie. Thank you very much.

  6. Try Flashblock by Ranger · · Score: 5, Insightful

    I already have a flash killer. It's called Flashblock. Of course it only works in Firefox. If the truth must be told, advertising killed flash for me. Flashblock simple buries it. Though it's more like burying something alive. It's still there. You just don't have to look at it anymore.

    --
    "You'll get nothing, and you'll like it!"
  7. This is not what Sparkle is about by Anonymous Coward · · Score: 5, Insightful

    The Slashdot summary appears to completely misunderstand the point of Sparkle. It is not really a direct competitor to Flash. It's a tool for designing application interfaces. It's much more akin to Glade or QT Designer but for Avalon/XAML instead of GTK+ or QT.

    The big difference though, is that it's targeted towards designers rather than programmers and it lets you take advantage of all the animation/multimedia/typography/etc. features in Avalon. This means that UI specialists can actually design the UI in programs, rather than designing it and handing a spec off to a programmer to implement.

    Frankly, I think it's a really good idea. As a programmer, I hate writing GUI code and certainly won't miss it. As a user I look forward to quality and usability improvements from this.

  8. You need VISTA to run it! by javaxman · · Score: 4, Insightful
    From TFA :
    But for Sparkle to even get in the ring with Flash, Microsoft has to first convince us that we need to move from Windows XP to Windows Vista. This migration will take time, possibly as much as five years. In the meantime, Macromedia has just released Flash 8 and can anticipate over 250 million unique downloads between now and when Windows Vista begins to sell.

    Umm... yea. Flash is about as dead as BSD, I think.

    I mean, really, I'm no fan of Flash, but somehow I don't see some Vista-only Microsoft technology replacing it. Call me when Sparkle is a shipping, multi-platform, free-download product.

    Then tell me where the millions of Flash games and applications on the web today are going.

  9. Re:$var Killers... by ClamIAm · · Score: 3, Insightful
    This is one of Microsoft's great refinements to the art of FUD. They welcome with trumpets and palm leaves some technology that they're developing that's similar to an already-existing one, leaving out the fact that it's probably not any better and is several years off.

    They try and get people to wait for the MS version and hold off or stop buying the competition's product. There have been cases where they've actually done this and then never brought their solution to market, raising the question of whether or not they were even developing a product in said area anyway.

    Or, they do bring a product to market, and they fuck around with their OS to force the competition to release patches to even get their stuff to run. Add to this new, incompatible "standards" that make it near-impossible for competitors to create things like export filters so the products can work together.

  10. Re:I, for one by nwbvt · · Score: 4, Insightful
    "You can create whole applications with it... when there is an appropriate use for it of course. "

    You know what else can create "whole applications"? Java, C++, C#, C, Perl, Python, Javascript, Fortran, Cobol, Ada, Visual Basic, Smalltalk, Assembly, need I go on? The fact that you can create "whole applications" with it isn't really something to be proud of.

    Show me one instance where Flash truly is the best choice out there. Show me one instance where the negatives attributes of Flash (ie accessibility problems, requirements for third party proprietary software, an inability to interact with the operating system, etc.) are outweighed by the positive attribute (it makes it easy for third graders to make pretty webpages).

    --
    Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
  11. Shocking news by diegocgteleline.es · · Score: 4, Insightful

    We can always debate whether or not proprietary or open source development models produce better quality code, but proprietary formats are never good. All they do is hurt competition, which helps no one but the authors. Now that Adobe owns Macromedia, hopefully the Flash people will take a hint from PDF: open formats work. If SWF is opened, great

    Shocking news: The SWF format IS open: Here you have a link. The license is quite similar to PDF. I think it's somewhat more restrictive to create tools which create SWFs or something but what the hell, stops saying that SWF is closed.

    Just because the open source community hasn't managed to write a decent implementation of the PDF format doesn't mean. Actually, people has tried to write implementations (way before that GNU thingy by the way): Google for libswf. There's even a gstreamer plugin which uses libswf to draw flash animations (and it works for simple flash files, I've used it). Dude, in my machine nautilus shows me thumbnails of some flash files. Also, macromedia has written a linux flash player plugin for mozilla-based browsers, I wish all companies would do that.