Slashdot Mirror


W3C's Role In the Growth of a Proprietary Web

Paul Ellis writes "Mozilla's Asa Dotzler has said 'It's really hard for me to believe that either [Microsoft or Adobe] have the free and open Web at heart when they're actively subverting it with closed technologies like Flash and Silverlight.' But are they really subverting it? Where is the line between serving the consumer and subverting the Web? This blog post makes the case that the W3C's glacial process should share in the blame for the growth of proprietary technologies."

64 of 228 comments (clear)

  1. Please by fyngyrz · · Score: 5, Insightful

    Just keep in mind, there's nothing stopping web developers from using straight HTML, CSS, JPG, PNG and GIF for basic animation. If you need media, you can embed an mpeg or a simple wav file. If you need processing, you can do it as CGI/server-side, at the same time ensuring 100% browser compatibility and avoiding the hijacking the web-client's CPU. Don't blame Adobe or MS or Sun for providing closed or deeply complicated, uncontrollable technologies; blame yourself for using them.

    Flash no more "subverts" the web than Photoshop "subverts" image processing, or the GPL subverts how software is published. You want to use these things, that's your choice. There are other options available that are just as useful, and in some cases, more so.

    --
    I've fallen off your lawn, and I can't get up.
    1. Re:Please by electricbern · · Score: 4, Insightful

      Although I agree with you, no one is forced into using these technologies, look at the way the Internet is today. Many sites employ IE specific bugs to render and end up being displayed wrong or not at all in other browsers that are fully standards-compliant. "Force"-feeding people with this proprietary and often crappy technologies tends to bind people to these technologies in the long run and slow down improvement therefore diminishing quality.

      --
      alias possession='chmod 666 satan && ls /dev > il && tail daemon.log'
    2. Re:Please by AKAImBatman · · Score: 5, Interesting

      Just keep in mind, there's nothing stopping web developers from using straight HTML, CSS, JPG, PNG and GIF for basic animation.

      The key word there is BASIC. Complex animations, applications, and games are where Flash excels. Web Browsers did not provide sufficient facilities until recently. And only then because the browser makers got fed up with the W3C's stance that HTML did not need to be updated, and ended up doing an end run around their process. In result, most web browsers (except IE, surprise, surprise) support APIs for complex animations. They are also adding support for long term storage, sophisticated networking, predictable parsing, and other features that will greatly aid web developers.

      This minor coup has not gone unnoticed by the W3C. In order to maintain the coherency of their organization, they went ahead and accepted HTML 5 as a working draft. The specification is getting top priority and is being handled in an open manner that is most unlike the W3C's business as usual. In other words, a win for both browser and web app developers. :-)

    3. Re:Please by sakdoctor · · Score: 3, Insightful

      MS do stop web developers from using straight CSS. There are so many basic layout features that are not implemented or buggy that I understand why some developers go down the propitiatory route for the sake of a consistent look. And it wasn't that long ago when IE still couldn't display a PNG with an alpha channel.

      70-75% of web users can't be wrong.

    4. Re:Please by blueZ3 · · Score: 5, Interesting

      But don't you see this (coding for IE) as a separate issue (from Flash/Silverlight/PDF)?

      I'm totally ticked off whenever I try to open a site that has IE-bug hacks that won't display in FF, or on my iPhone, or Mac. I generally try not to re-visit those sites... but it stinks because there's information out there that would be useful to me that I can't access because it's tied up in some odd display scheme that renders images over the text. (Yes, for really interesting things I could look at the page source, but manually ignoring HTML tags is a crappy way to parse information)

      This is because I expect a "normal" page to render in a browser-agnostic way. (OK, "expect" is too strong, because I've been around a while now. But that's the way it SHOULD be). For a basic HTML page, no matter how it's built on the back end, I expect to get something viewable.

      I see the Flash/Silverlight/PDF issue as separate, because it's usually (over)used for stupid stuff like an on-line "catalog" where you can actually "flip" the pages (horrors! an IRL metaphor gone badly wrong on the Web) or to do games or something else that is (to me) trivial. I mean, I'm not expecting to be informed by pages that have a 30-second Flash intro...

      But that's just me, and I do see how the two issues are related to the problem of "proprietary" stuff on the Web.

      --
      Interested in a Flash-based MAME front end? Visit mame.danzbb.com
    5. Re:Please by sm62704 · · Score: 2, Interesting

      Don't blame Adobe or MS or Sun for providing closed or deeply complicated, uncontrollable technologies; blame yourself for using them.

      But I don't use them and never did. My sites were all 100% HTML/Javascript/JPG/GIF. When Dopey Smurf decided to close his Quake site after graduating from medical school, I sent him a box of invisible rats as a going away present. Rats were his bane in med school; one supposedly dead rat came alive and bit him as he was dissecting it. His parting site mentioned the invisible rats and a link with "whatever you do DON'T click this link! PLEASE don't click this link!" When the surfer clicked the link, the invisible rats ate his web site.

      Actually it took the surfer to my site, where a an animated GIF of his site being eaten by invisible rats ran.

      I had a music clip start playing when the surfer hit my site, with dancing Stroggs. If you held your mouse over one of the stroggs, Sonic the Hedgehog ran past with the Strogg trying to stomp him and succeeding on the second try. All this was done with .wav files, .gif files and javascript.

      This was all before the year 2000. I did all the "web 2.0" stuff ten years ago. Without flash or even CSS.

      No, I don't blame Adobe or Sun or Microsoft (whose Silverlight has yet to subvert anything whatever), I blame clueless, lazy webmasters who can't make a web page by hand because they don't even know HTML. And I avoid their sites if possible.

      Speaking of CSS, I blame Microsoft for the ad covering the top story on the front page of slashdot in IE because their browser won't do standards, but I also blame the site's authors.

      --
      mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
    6. Re:Please by Eravnrekaree · · Score: 2, Insightful

      IE has actually provided several critical technologies which have expanded and improved the capabilities of the environment, including XMLHttpRequest without which interactive apps today would be rather difficult. If anything these technologies have actually helped grab back some ground from flash for the browser. Now, if w3c does not recognise these valuable and very important APIs, thats the w3c's problem! Stop blaming Microsoft for taking initiative and implementing features that are badly needed because W3C is too stupid and slow. If w3c doesnt implement these features it only has itself to blame! There is NOTHING stopping w3c from including these APIs in its standards, and they are so useful there is no reason not to. I am actually not an admirer of IE due to its closed source nature, I use firefox, but without a doubt, IE has made several improvements that have been picked up by firefox that really have expanded the versatility of the web tremendously and that without them we would not be seeing todays interactive web apps. w3c is too slow and it is too ignorant of the importance in providing highly flexible mechanism that gives as much control and capability as possible to the web developer. So limiting oneself to the w3c standards would greatly damage and limit your apps capabilities.

    7. Re:Please by Emb3rz · · Score: 3, Informative

      Propitiatory is what Jesus' sacrifice was for mankind (completely and exactly covered -- in this case, our sins).

      Proprietary is when something is specific to a given entity - not open, not shared, exclusively owned by something.

    8. Re:Please by Mordok-DestroyerOfWo · · Score: 2, Informative

      A few years ago I had a girlfriend (yes I know this is Slashdot) and she was blind. Her biggest complaint was that her reader was completely useless when presented with a site that used Flash for its navigation system. Looking around now I'm sure that matters have become even worse. Flash and Silverlight may have roles in the presentation of data, anything that proprietary and closed should never be used to create the core of a site.

      --
      "Never let your sense of morals prevent you from doing what is right" - Salvor Hardin
    9. Re:Please by Bogtha · · Score: 3, Insightful

      A few years ago I had a girlfriend (yes I know this is Slashdot) and she was blind. Her biggest complaint was that her reader was completely useless when presented with a site that used Flash for its navigation system. Looking around now I'm sure that matters have become even worse.

      Flash accessibility has improved significantly in the past few years. However that doesn't mean that Flash designers always avail themselves of this technology. I suspect the type of designer who would happily use Flash for navigation is the type of designer who is unaware blind people use computers at all.

      --
      Bogtha Bogtha Bogtha
    10. Re:Please by nine-times · · Score: 3, Informative

      I think there are two different issues being talked about here. The first is, "Has W3C done a good job of maintaining and developing standards?" I'm very open to the idea that they could have done better. I've dealt with HTML and CSS enough to have a long wishlist.

      The second question, very roughly, is "What's the deal with Flash/Silverlight?" Are they good? Bad? Helpful? Troublesome? I can see how people are trying to connect these two issues, but they really are separate.

      If you just want to say that Microsoft and Macromedia/Adobe developed these formats and technologies because HTML/CSS/Javascript weren't good enough, that may be an interesting historical analysis. However, it doesn't address the question as to why these technologies and formats are closed/proprietary. Macromedia/Adobe, Microsoft, Mozilla, Apple, Opera, and everyone else could have joined together to develop and promote web standards other than those run by the W3C (like WHATWG). Hell, they could even develop technologies and formats to serve their purposes, and then open those formats in a way that allows other developers to create their own implementations (like what Adobe essentially did with PDF).

      However, they've chosen to keep it all proprietary, and the intent is pretty clear: vendor lock-in. They want you to use their tools for development, their tools for display. In Microsoft's case, it has the added extra bonus that, if their format becomes popular enough, they can drop support for other operating systems and lock everyone into their platform.

      And when you get down to it, these technologies don't really address a really great need. I've only seen a couple of good uses for Flash other than for casual games. For most of the content available on the web, HTML and CSS (flawed as they are) are better solutions.

    11. Re:Please by Stanistani · · Score: 2, Funny

      Does this mean I should stop crucifying Microsoft's policies?

    12. Re:Please by colmore · · Score: 2, Insightful

      I leave Flash uninstalled. I keep a second browser set up for multimedia, but I rarely use it.

      For the most part Flash is a trojan that delivers ads and slows down the damn web.

      --
      In Capitalist America, bank robs you!
    13. Re:Please by EastCoastSurfer · · Score: 3, Insightful

      There is absolutely no reason that the web should be turned into an application deployment platform

      And there is no need for more than a few computers in the entire world, or more than 640k of RAM, etc...

      Who are you to say that the web isn't the right place for complex applications or a place for application deployments? The history of the web may have been to serve up text documents and markup, but it's pretty clear we have moved way beyond that now as I sit here downloading music, streaming a movie, and writing a web application that will replace a desktop application.

    14. Re:Please by hey! · · Score: 3, Insightful

      Although I agree with you, no one is forced into using these technologies

      That's only true if you are talking about web site operators. If you are a user, you are forced to to use whatever the web sites you use demands, or go without. No flash? No Youtube.

      The cost of a lack of standardization falls on the user. It's not the web sites that have a mish mash of proprietary technologies installed, its the user. Any stability or security costs from this situation are borne by the user.

      Really,there isn't much justification for Flash any longer. Really,the biggest value it has is that it's a legal way to obtain patented video codecs.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    15. Re:Please by drinkypoo · · Score: 2, Interesting

      There is absolutely no reason that the web should be turned into an application deployment platform

      The ubiquity of web browsers and the broad support for http including the many caching solutions seem like two valid reasons to me.

      and doing so completely undermines the purpose and nature of the web.

      Which is what, exactly? And why is your degree that which determines its purpose? And actually, its nature is that there are a bunch of fileservers out there which will often spew data at you if you ask for them by name... and little more than that.

      The reason that search engines work is that websites, as created with HTML, can easily be indexed and understood by computers. Hypertext is about linking documents -- DOCUMENTS -- together.

      Interestingly, web servers have pretty much always allowed you to serve arbitrary content. At least, as long as they've been available to the public.

      Things like forms make sense in that context: a form is a document, right? CSS makes sense too: it formats documents. Documents sometimes have images in them; PNG or SVG make sense for that.

      HTML and CSS are special because our browsers know what to do with them. But if they don't know what to do, you can still save the file.

      Now, where does Flash fit into that? Flash is an application runtime environment, and is really good for multimedia programs.

      Debatable.

      An program is neither a document nor a part of a document.

      A CGI is neither a document nor an application.

      DHTML is neither simply document nor application.

      It would make more sense if your Flash website had a hyperlink to a Flash program, which would be opened by the runtime in a separate window -- without a back button, a forward button, or an "up" button (as some browsers have), without the confusing and paradigm breaking nature of embedding applets.

      A page is just a container for some content. A flash applet is some content. Flash applets can be searchable, indexable, and accessible, or not. Flash is not inherently evil and the web makes perfect sense as an application delivery platform because practically everyone has a browser now.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    16. Re:Please by drinkypoo · · Score: 2, Informative

      I have Flash installed, and I run noscript. If I want to see a flash movie, all I have to do is clicky. If you want to see a flash movie, you have to change browsers. But maybe you don't do that stuff often. I probably do it even less (I am on a modem connection, I typically get about 26.4kbps connections) but I would still rather have the stuff handy.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    17. Re:Please by LordVader717 · · Score: 2, Insightful

      So, you played a wav file in the background, and had a few simplistic gifs respond to cursor position, and you think this qualifies as "Web 2.0"?

      And you refuse to acess the content of professional web designers, because they use a technology which allows them to do their job faster, easier and better than what you suggest?

      Have you ever thought about the limitations of your approach?

    18. Re:Please by Eravnrekaree · · Score: 2, Informative

      I am pretty sure XMLHttpRequest is a browser side feature, having written javascript code that runs on the browser that uses this feature, I am pretty sure this is the case. XMLHttpRequest allows you to have the browser start a connection to the server, for whatever reason, to fetch more data after a user generated event or something.

    19. Re:Please by nine-times · · Score: 2

      I don't really agree with that. I would guess you frequent different websites than the majority of the population, and are perfectly contempt with HTML and CSS 95% of the time.

      But for (truly) animated menues, embedded video, and sound effects, I've never seen anything work as good as flash. And I don't think any of these should be seen as unnecessary bloat.

      Sorry, but I first need to interject. Do you mean "perfectly content"?

      Anyway, I don't think I've seen any (that I can think of at least) uses of Flash for animated menu systems or sound effects that wouldn't have been better served by doing it in a standard way, or else (just as likely) by doing it not at all. Scanning my memory, I don't think I've encountered a single flash menu system that was "truly animated" where the animation served any particular purpose. I can't think of any that were even tolerable and still had effects that couldn't have been achieved with HTML, CSS, and Javascript. Can't think of any good uses of sound effects in web sites. Why should web sites have sound effects at all?

      Using Flash for embedded video is the only thing that I'll grant has some merit, but even then, it has its share of problems, often requires a fair amount of javascript to function properly, and I'm not sure it's a far better solution than some of the alternatives.

    20. Re:Please by ChaosDiscord · · Score: 2, Interesting

      Yes. Can you imagine the madness if millions of people were to abuse the web to make it their primary way or reading email, posting content online, listening to radio shows, watching television shows, or playing amusing little games? It would be the end times! Sheep would lie down with lions! Web browsers would lie down with email clients! No, I like my web nice and static, just like paper documents! We should not only do away with this newfangled Flash, we need to be rid of that JavaScript! And don't forget web forms; be rid of the demonic things! Right after I post this, I'm going to patch my version of Firefox to suppress display of input and submit tags!

      Yes, Flash and Silverlight are problematic. But the web is a highly effective application deployment platform and has been for years. Hell, you're posting on a discussion group application; a regrettably crude replacement for Usenet and dedicated newsgroup readers. While you're yelling at the kids to get off your lawn, the rest of the world is communicating, getting work done, and having fun on the web.

    21. Re:Please by aztracker1 · · Score: 2, Insightful

      Honestly, I don't mind Flash and Silverlight so much, when they are used for something that goes beyond what typical html can do... Generally video, and games. As to the proprietary codecs, I have to agree here. At least flash and silverlight allow for designers to deliver what they want to see delivered. I do a lot more coding than design work myself, and honestly avoid flash and silverlight, but they do have their place.

      My hopes from flash after the adobe buyout were to see a version that was simply a .zip file with some javascript and svg files with a manifest for starting up, and loading external resources, or packages. Never came to fruition. Until the w3c comes out with a feature-rich spec that works, we're kind of stuck with what is out there.

      I'd love to see a more open framework for richer content delivery (like I described above)... maybe specify support for javascript, svg, ogg-theora/vorbis, mp4/m4v and mp3 formats... somewhat of a balance of open, and relatively wide availability for client creation... I know not everyone likes javascript, but flash's use is similar, and it's widely known, and made for similar uses.

      At least flash is getting better on Linux, and if Moonlight(Silverlight) gets off the ground both should be widely available. Flash is a nice animation tool, and silverlight supports a lot of different languages for development. It isn't *THAT* bad.

      --
      Michael J. Ryan - tracker1.info
    22. Re:Please by uhlume · · Score: 2, Informative

      What, exactly, does XMLHTTPRequest have to do with MSIE? It's implemented entirely on the server side. Full credit to Microsoft for inventing this, but the fact that they did has exactly nothing to do with Internet Explorer.

      What the hell are you talking about?

      --
      SIERRA TANGO FOXTROT UNIFORM
    23. Re:Please by Hal_Porter · · Score: 2, Interesting

      What really pisses me off is when hardware with web access (i.e. my dsl modem) can't render properly under Firefox. WTF? I have to drop back to IE just to get everything displaying properly. There's absolutely no excuse for using fancy tricks in a damn administration console. If anything should be browser-agnostic, this is it!

      This is a case of a little knowledge being a dangerous thing. If you use basic HTML+frames+gif/jpg graphics+forms it's quite easy to make a web page that works on everything from IE3 and text based browsers/crippled html viewers on mobile phones to the latest Opera/IE/Firefox. I worked on a system for booking hotel rooms about ten years ago that would use Javascript for field validation on modern browsers (back then this meant IE4 and Netscape) and skip javascript completely on everything else. It still worked though, because the form validation was duplicated on the server. The difference was that on a modern browser you saved a page reload. But the web pages was still usable on Lynx for example, or on IE3 over a 56K modem.

      If you use bleeding edge CSS it will only work on Opera and Firefox and if you use IE specific stuff it will only work on IE. But you don't need to use either - people built quite usable web pages (more usable than Web 2.0 stuff IMO) long before any of this stuff was thought of.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  2. Agree, but... by Anonymous Coward · · Score: 5, Interesting

    I agree that this article is complete flamebait. SVG is largely usable RIGHT NOW but MSIE have chosen not to adopt it for obvious commercial reasons. It could of course easily be fixed (perhaps the best practical way to do it is for governments to implement and enforce online accessibility legislation which would automatically force major sites to code to standards).

    However, the article is completely right in denigrating the remarks of Asa Dotzler. IMHO he is completely overrated as a member of the Mozilla community. He was head of QA at the time of the appalling security REGRESSION in FF 1.0.4. He spends all his blog-time denigrating Opera and Safari instead of getting on with QA. He categorically denied the memory leaks in FF2 regardless of the evidence. It's fine to engage in advocacy but if you want to start being snide to opponents on technical grounds you should really be backed up with solid technical credentials instead of hot air. Fortunately he is no longer really engaged with the QA side of things, and is just a 'professional loudmouth'. PRO TIP: He is listed on feedhouse.mozillazine.org but not on planet.mozilla.org; the signal/noise ratio improves markedly if you subscribe to the latter Mozilla aggregator instead of the former.

    1. Re:Agree, but... by smittyoneeach · · Score: 5, Funny

      The government already fucks up everything it touches.

      Yes, the colossal failure of TCP/IP is one clear example.

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    2. Re:Agree, but... by strabes · · Score: 2, Funny

      Governmental successes: 1
      Governmental failures: Every other action government has taken in the history of mankind.

      --
      Its = possessive. It's = "it is"
    3. Re:Agree, but... by Hal_Porter · · Score: 2, Informative

      They don't have to. If you write an ActiveX control and get it signed IE will ask users if they want to download it. You can see this if you get a fresh install of Windows and visit a web page with flash. Adobe do have an SVG ActiveX control.

      Actually doing SVG with HTML is probably possible with this scheme too. Internet Explorer has an IWebBrowser interface so the SVG plugin could use that to render the HTML in a SVG+HTML page.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  3. The W3C? Glacial? by Bogtha · · Score: 5, Interesting

    It always amazes me when people call the W3C slow. As a web developer, there is one main thing holding me back. That is Internet Explorer.

    Internet Explorer 8 is not yet released. When it is, it is likely that it will finally include support for CSS 2. This is one of the most fundamental parts of a modern web browser, and this specification was published over ten years ago.

    The rise of JavaScript libraries like jQuery, Prototype, etc, was largely precipitated by the lack of support for DOM 2 Events in Internet Explorer. That specification was published in the year 2000.

    The main draw for Flash has traditionally been the ability to use vector graphics. The alternative provided by the W3C, which is SVG, was first published in 2001.

    The article complains that the last XHTML/HTML recommendation the W3C published was in 2001, seven years ago. What it neglects to mention is that even the next version of Internet Explorer, version 8, will not include any support at all for XHTML 1.0, let alone 1.1.

    Can the W3C work faster? Probably. But how fast the W3C works is irrelevant, as they are not the bottleneck. The bottleneck is the rate of development in browsers, and one browser in particular, Internet Explorer. And it just so happens that the proprietary alternative of Silverlight is something developed and owned by the same company.

    --
    Bogtha Bogtha Bogtha
  4. The W3C has been burned, too... by argent · · Score: 5, Informative

    Don't forget that the W3C came up with a standard that included among other things a much better version of embedded images (the FIG tag), and even had a browser built demonstrating them (Arena), that demonstrated a clean browser-invariant mechanism for metadata, captions, and complex alternative content... and absolutely none of it was picked up by proprietary browsers. They were trying to specify stuff ahead of the implementations, and the implementers ignored them.

    So now they're trying to coordinate things with the browser implementers, and what happens, they're going too slow?

  5. Own it..? by XanC · · Score: 5, Insightful

    Who really owns something that you make in Flash? Just as when you write a document in Word, when you compose in a proprietary format, you hand the keys over to the vendor. You, and anybody who wants to view or edit what you've created, have to go through the One Software Company. And that's permanent; whatever DRM or platform decisions the company makes in the future will bind you as well.

    1. Re:Own it..? by XanC · · Score: 2, Funny

      Truly, you have a dizzying intellect.

    2. Re:Own it..? by thermian · · Score: 3, Funny

      I know, I are have a smarts, I are

      --
      A learning experience is one of those things that say, 'You know that thing you just did? Don't do that.' - D. Adams
    3. Re:Own it..? by LWATCDR · · Score: 2, Interesting

      "Who really owns something that you make in Flash?"
      You do.
      "Just as when you write a document in Word,"
      Yep still you
      "when you compose in a proprietary format, you hand the keys over to the vendor."
      Gnash for Flash and save as RTF for Word.

      "You, and anybody who wants to view or edit what you've created, have to go through the One Software Company."
      Umm no. At least not when it comes to Word.
      I am no fan of flash but grand sweeping false statements make my feet itch.
      Macromedia has documented FLASH and gnu is producing a flash player.
      RTF works at least a bit for document exchange.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  6. Mod parent up... by argent · · Score: 3, Insightful

    It's a self-fulfilling prophecy by the worst abuser.

  7. W3C glacial process? by Yvan256 · · Score: 4, Insightful

    I find it funny that someone (especially from Mozilla) blames the W3C for glacial process, when even Firefox 3 still doesn't have something as basic as box-shadow (with the "-moz" vendor prefix of course, since the spec is still a draft).

    And Opera, which used to be the "latest" in W3C support (even draft), still doesn't support border-radius nor box-shadow in their latest version.

    Like it or not, Safari is pushing W3C standards faster than Opera and Firefox combined.

    As for Microsoft, they're still trying to kill the web in two ways: with extremely slow/buggy compliance with W3C standards and with proprietary crap like Silverlight.

    Adobe has Flash and Air, which isn't really better except for the fact that at least they're trying to push their crap on many platforms, not only Windows.

    Even Flash could be replaced on websites like YouTube if the browsers finally supported HTML 5's media tags.

  8. Re:The W3C? Glacial? by ergo98 · · Score: 5, Interesting

    Right on the mark.

    SVG in particular is a sore topic for me. Half a decade ago I had an article in MSDN magazine (I considered the odds slim when I proposed it, and was startled when they ok'd it), yet that gorgeous vector technology still isn't realistically usable on the open web today, which is a bit of a travesty. Adobe's purchase of Macromedia pretty much sealed it as a fringe technology, given that Adobe was the one big proponent of SVG.

  9. Please Yourself by fm6 · · Score: 4, Insightful

    Just keep in mind, there's nothing stopping web developers from using straight HTML, CSS, JPG, PNG and GIF for basic animation.

    And what if they want something fancier than "basic animation"?

    Flash no more "subverts" the web than Photoshop "subverts" image processing,

    Apples and oranges. Images created in Photoshop don't need any special software to view. Content created in Flash does.

    ... or the GPL subverts how software is published.

    On the contrary, GPL is meant to subvert proprietary software publishing. The difference is that the subversion is deliberate, and meant to open things up, as opposed to the closing off that Flash, which shuts things off, but only as a kind of side effect.

    This is rather an old story. Back in 1995, back when Netscape was the biggest operator in a competitive browser market, they took a lot of flack for introducing non-standard features into HTML. And they didn't do it to "close off the market", they did it because they wanted to create web applications that weren't supported by existing standards, and weren't going to wait for W3C to bring the standards up to date.

    Then we went through the whole thing all over with Microsoft and Internet Explorer. And because MS really was trying to control the marketplace, everybody ignored the role W3C was playing. And still plays.

  10. Re:W3C is own worst enemy by Bogtha · · Score: 5, Informative

    There are also problems with the lack of any kind of dynamic font loading to use custom fonts in a web page.

    The W3C put font loading into the CSS 2 specification over a decade ago. The browser vendors ignored it until recently. Now, ten years later, the browser vendors are starting to implement it, and apparently this means the W3C moves too slowly?

    --
    Bogtha Bogtha Bogtha
  11. Subvert? by Angst+Badger · · Score: 3, Insightful

    Oh whatever. If you want to do everything in the kludgy, poorly-crafted alphabet soup hodge-podge of W3C standards, be my guest. Silverlight is too new to say, but the success of Flash is evidence of the failure of the open standards process to meet the needs of developers (and the businesses that employ them) in a timely fashion. Frankly, I suspect it will always be this way. The normal course of events is for private parties to develop new technologies and for standards committees to enshrine them in formal standards after the fact. Take for example C and C++ (or practically every other standardized programming language), which were standardized after they were successful languages. Having standards committees drive the process is the tail wagging the dog, and it's no wonder web technology is so far behind the curve that people get excited every time some feature as trivial as AJAX is added to browsers.

    The fact of the matter is that it is still much harder to build a complex client-server application in a web browser than it is to use traditional desktop GUI tools. And given the pace of prior developments, the W3C isn't likely to change that while it still matters.

    --
    Proud member of the Weirdo-American community.
  12. Re:The W3C? Glacial? by Bogtha · · Score: 5, Informative

    True, SVG should be a standard available on all browsers, but only FF supports it.

    Opera, Safari and Konqueror support SVG too. Internet Explorer is the only major browser that doesn't.

    --
    Bogtha Bogtha Bogtha
  13. Re:The W3C? Glacial? by joekrahn · · Score: 2, Interesting

    So, I think the conclusion is that Microsoft extensions should be avoided and that the web developer community should demand standards compliance, and just require users to install Firefox until MSIE is no longer broken and useless.

    However, proprietary extensions from other companies like Adobe seem perfectly fine to use. The problem comes when the OS, browser and extensions are all from one company.

  14. anyone remember vrml? by circletimessquare · · Score: 4, Insightful

    virtual reality markup language. didn't think so

    a standards body should be slow, not out front, writing standards for things no one knows will be successful or not

    in fact, the commercial players SHOULD get proprietary, aggresive technologies out there, seeking new markets. let them play and crash and burn

    then, after something proves successful, the standards body plods along and picks it up and makes it canon

    the idea that the standards body should get out front, leads to standards being written for things no one uses. the idea that commercial companies won't try to capitalize on owning the technology presumes that corporations are interested in not making money. let a company write nonstandard tech. its a gamble for them, and could hurt them. let them get hurt then, and make space for things like firefox

    so the whole basis for the story here is preposterous: ok, we have different browsers and competing platforms and different standards and proprietary tech. big. fucking. deal. get your head out of your anal retentive ass and deal with it

    oh it takes 10 hours to program a page that should take 10 minutes to program were everyone fascistically devoted to standards? well then you wouldn't have a job genius. you wouldn't be needed. the mess you have to deal with is proof you are needed. if it weren't messy, you'd be downsized and replaced by a perl script

    people who whine and bitch and moan about standards and noncompliance are motivated by the same shrill cloying need as grammar nazis. and if you understand why grammar nazis are essentially useless, annoying, and just don't get it, you understand whats up those who are so shrill about standards

    the world is a messy place. get used to it

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
    1. Re:anyone remember vrml? by Bogtha · · Score: 2, Insightful

      oh it takes 10 hours to program a page that should take 10 minutes to program were everyone fascistically devoted to standards? well then you wouldn't have a job genius. you wouldn't be needed. the mess you have to deal with is proof you are needed.

      That's the broken window fallacy. Work for the sake of work is not an accomplishment, it's an embarrassment.

      if it weren't messy, you'd be downsized and replaced by a perl script

      I've actually replaced somebody's weekend work with VBScript. You're forgetting that somebody needs to write that script. If you are competent, you shouldn't be scared of unnecessary, repetitive, annoying work going away, you should welcome it.

      --
      Bogtha Bogtha Bogtha
    2. Re:anyone remember vrml? by rumith · · Score: 2, Insightful

      then, after something proves successful, the standards body plods along and picks it up and makes it canon

      Hm, nice idea! Let's begin with issuing open standards for such successful (in terms of marketshare) technologies as SMB, BluRay, Flash, doc/xls/ppt and so on. What do you mean 'no way'? Ah, the proprietors do not want to make a de facto standard a de jure one by opening it up... I should have known.

  15. wav is not so simple; neither is sync by tepples · · Score: 3, Insightful

    there's nothing stopping web developers from using straight HTML, CSS, JPG, PNG and GIF for basic animation.

    What should I use for vector animation? Windows Internet Explorer still doesn't work well with SVG+JS.

    If you need media, you can embed an mpeg or a simple wav file.

    Like AVI, WAVE is a container that can wrap any of several audio codecs, including MP3. Which codecs more sophisticated than straight PCM are supported in most web browsers? And how can I indicate to the majority of web browsers how a particular MPEG-1 file or WAVE file should be synchronized to JavaScript-mediated animation? I don't know of any web browsers that are compatible with SMIL.

  16. Re:The W3C? Glacial? by Bogtha · · Score: 5, Informative

    CSS2 is still in the works. The final version has still not been published.

    This is simply not true. The CSS 2 recommendation was published on the 12th of May 1998.

    You may be thinking of CSS 2.1, which is a candidate recommendation. What this means is that it is ready to be implemented. In order for it to reach final recommendation status, there needs to be at least two interoperable implementations for every feature. To achieve that, browser vendors need to go ahead and implement it.

    --
    Bogtha Bogtha Bogtha
  17. Re:The W3C? Glacial? by quinks · · Score: 2, Informative

    CSS3 is still in the works. The final version has still not been published.

  18. Re:The W3C? Glacial? by Bogtha · · Score: 2, Insightful

    CSS 3 is a family of specifications, not a single specification. Some of those too are at candidate recommendation stage, ready for implementing, just like CSS 2.1.

    In any case, what's your point? I mentioned CSS 2 because it was published by the W3C a decade ago and its features are still not available to most web developers because Internet Explorer doesn't support it. How is the fact that the W3C carried on and started working on CSS 3 relevant? It still means the bottleneck is Internet Explorer, miles behind the "glacial" W3C.

    --
    Bogtha Bogtha Bogtha
  19. Re:Erm... by Mongoose+Disciple · · Score: 2, Interesting

    Here's an idea! Let's just assume that it'll always be zero-cost. Let's further assume that it'll always be available on any platform that anyone might like, rather than pushing people towards platforms that the vendor likes.

    Now that that's out of the way, I can feel confident putting my content into this format, knowing that I, the content creator, am in control.

    Let's not buy cars either. The government could decide at any time that we aren't allowed to drive them on roads anymore! I realize that's not the best analogy, but to me it's on a similar level of paranoia.

    Be honest here: 99% of what gets put on the web is not anything that anyone will care about in 5-10 years. It is not the end of the world if someone can't see the video of you chugging Diet Coke and Mentos in ten years. There are a million things more important in the world to worry about than whether or not Adobe will take Flash away from in some kind of scheme too insane for a Bond villain.

    Further: while that kind of web technology doesn't have open source guaranteeing its freedom, competition in the free market is a good enough guarantee, again, for most if not all purposes.

  20. Re:Erm... by XanC · · Score: 2, Interesting

    I'm not talking about software, I'm talking about encoding my content in somebody else's format. Anybody's allowed to make whatever software they like to handle it in whatever way, and charge whatever amount, as long as the output is something I have the option of manipulating myself.

    Here's your food and shelter analogy: if I'm eating a Wendy's hamburger when I write a book, my readers are not required to be eating a Wendy's hamburger when they read it. Similarly, if I'm writing in an apartment managed by XYZ company, reader's don't require a license from XYZ company.

  21. Re:video by Bogtha · · Score: 3, Informative

    That's not really an alternative to Flash movies, which are usually embedded in a page rather than linked to. The alternative to Flash movies would be <object type="video/mpeg"> , which was introduced with HTML 4 in 1997.

    --
    Bogtha Bogtha Bogtha
  22. Re:oh please by nine-times · · Score: 4, Insightful

    If we did things their way we'd have perfectly rendering web pages all the time, but the content they hosted would be so dull most consumers wouldn't be interested.

    That's evident by the fact that not one of the major websites out there that I can think of (facebook, google, microsoft, and even the bbc to name a few) are fully W3C compliant.

    Well, there are a couple things about "compliance" to consider. First, because browsers don't always implement the standards fully or properly, you might have to use hacks to get everything to display properly in all browsers. Current web designers have to know browsers' bugs as much as the standards, so many web pages can't comply with the standards and render properly at the same time. That doesn't mean the standards are at fault. The inability to follow standards on the web is largely traceable to a single company which refuses to make a compliant browser.

    But also, the real issue of standards is not to force everything into compliance at all times. It's to give a standard way of doing things so that people can expect certain things to be consistent. The point of web standards is so that I, as a developer, can write a web page in accordance with a set of rules, and then have a reasonable expectation that the page will display properly. It makes it so I shouldn't really have to worry about what browser the end-user has installed, because they should all display the page (roughly) the same way. If you wish to violate the standards for some purpose, that's fine, but then you should familiarize yourself with how that violation will effect various platforms. But, in fact, there are even standards about how formats should handle violations of the standard, and so even the violation may be... well... according to the standard.

    But none of this explains to me why the standards would make the *content* of web pages "dull". If the content is interesting, the web wouldn't generally be dull. Relying on presentation to make your content exciting doesn't speak well for your content, and on the Internet, content is king.

    If anything, it seems like the Internet wouldn't exist as it does today if the HTML standard hadn't been so simple and open. It allowed anyone with half a brain to make webpages and display their content. The ease with which individuals can create content is essential for the P2P "community" nature of the web. If not for that, it would be like TV-- pushed from big companies who have the resources and expertise to make it work. Even expecting someone to buy expensive software (e.g. Adobe Flash) in order to develop content would hurt the web immensely. The barrier of entry is much lower when the only necessary equipment for making content is a text editor.

  23. Re:The W3C? Glacial? by KlomDark · · Score: 4, Funny

    CSS4 is still in the works. The final version has still not been published.

    CSS5 is still in the works. The final version has still not been published.

    CSS6 is still in the works. The final version has still not been published.

    CSS7 is still in the works. The final version has still not been published.

    CSS8 is still in the works. The final version has still not been published.

    CSS9 is still in the works. The final version has still not been published.

    CSS10 is still in the works. The final version has still not been published.

    CSS11 is still in the works. The final version has still not been published.

    This is a large paragraph full of useless text to get around Slashdot's annoying "characters per line" filter. It is generously padded with long lines of text to increase the average line length significantly over it's originally puny value of 19.0. Ideally, this paragraph will let me post the above comment. I certainly don't recommend reading all this, since it is intended entirely as filler content, like the other nine songs on a pop CD. This is fluff, like the fluff that drifts from the cottonwood trees, or spewed from major news organizations like so many soggy white drifts from an industrial snowblower. Really, I'm losing my mind writing this. Ok, lets try now! Nope, still not good enough. Right now I'm at 25.7. I'm really not sure where the cutoff is, so I'll just keep going. I gotta tell you, I honestly don't think the film rights to this whole saga are gonna be worth much: didn't Dumb and Dumberer tank? Seriously, SCO should move to California where things are already so far off their rocker that even McBride would fit in. One fish, two fish, red fish, blue fish...A chicken farmer went out, one dark and windy day. He rested by the coop, as he went along his way. When all at once a rotten egg, hit him in the eye. It was the site he dreaded...ghost chickens in the sky. Ok, maybe that's enough drivel. I'll try posting again.

  24. Since when? by tepples · · Score: 2, Interesting

    Since when are authoring tools for SWF vector animations free as in beer? And since when are operating systems on which to run SWF players free as in beer?

  25. Re:oh please by smallpaul · · Score: 2, Insightful

    The web without all this proprietary stuff would be so boring it would be unreal.

    Really? Why. The vast majority of what Flash can do is standardized in SVG, SMIL and many other standards that Adobe and Microsoft studiously ignore. What do you do on the Web that is so exciting that it cannot be accomplished with SVG and SMIL? Of course there are things that Flash can do but SVG cannot and vice versa. But in general, all of the major Web app categories would be served just fine with SVG et. al.

  26. then lets put it this way by circletimessquare · · Score: 2, Insightful

    new tech is an act of creation. it is try, and fail, try , and fail. corporations are motivated by profit to try, and fail. no one, NO ONE can get out in front of this messy process of new technology creation and write standards for it, because no one is omniscient about what isn't even in existence yet

    the fallout of course is competing technologies as various companies get the hang of it. once upon a time, there were competing electrical grids, competing rail tie size, competing shoe sizes, etc. now, all that is standard. because it is about who wins the war of new tech creation. but during and shortly after the acts of creation, there is a mess to deal with, a babylon, and that's just part of the process. its inevitable, and its not by design or in the control of anyone to stop it

    in other words, i understand your criticism of what you think my point of view is. but you aren't actually criticizing my point of view. you think it is possible to write standards for things that don't yet exist, and think i oppose it out of indolence, or something. no, i'm saying it is inevitable, this babylon, not superior

    the mess is just part of what you have to deal with for being on the trailing edge of tech creation. it sorts itself out in the end. in the meantime, there is incoherence and pain. and you can't do anything about it. its inevitable

    so just accept it. not because i'm messy, but because tech creation is messy. i'm not trying to convert you to my inferior point of view. i'm trying to tell you reality is inferior to your pristine standards. you're not rejecting me, you're rejecting reality. don't shoot the messenger

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  27. Re:video by tepples · · Score: 2, Interesting

    HTML has had a tag for video, from the very beginning: anchor.

    There are a few problems with using <a href="URI of video file">watch</a>.

    First, no widely used specification recommends any specific Content-type for video that browsers SHOULD support. W3C tried to specify Content-type: application/ogg, but Nokia bitched. So all your users will see is "Windows cannot open this file. To open this file, Windows needs to know what program created it. Windows can go online to look it up automatically, or you can manually select from a list of programs on your computer."

    In your code example, you recommend ".mpg", which commonly represents MPEG-1 video with MPEG-1 layer 2 audio. This codec isn't as space-efficient as FLV, nor does it have the vector animation capability of SWF.

    An anchor link to does not allow the end user to interact with the video other than by fast-forwarding or rewinding. Even interactions comparable to DVD menus, which are straightforward to implement in something like SWF, have no counterpart.

    Finally, some people who publish their video on the web want some soft security to deter people from downloading and redistributing videos and watching them out of context. SWF provides ways to obfuscate the FLV URL from casual users; <a href="URI of video file">watch</a> does not.

  28. Re:The W3C? Glacial? by Bogtha · · Score: 3, Informative

    And how did the situtation get like that?

    Once Netscape's "air supply" had been cut off, Internet Explorer's job was done. Microsoft disbanded the Internet Explorer team, assigned the team members to different projects and discontinued development. Things remained that way for five years. That is why Internet Explorer is so far behind.

    W3C was so fast and complete they got out in front of all the web demand so that Microsoft didn't have to go inventing defacto standards out of whole cloth?

    Microsoft was a member of the W3C working groups that developed and published these specifications. You'll find numerous acknowledgements to their employees in the specifications.

    --
    Bogtha Bogtha Bogtha
  29. Re:Audio compression and synchronization? by sm62704 · · Score: 2, Insightful

    Which codec did you use for the WAVE audio? And how did you synchronize it to the GIF animation?

    I don't remember what codec, LAME maybe. The audio was cut down to 11k samples per second, eight bits, and only about fifteen seconds long because most people were on dialup. It wasn't synchronized at all, but oddly it seemed to be.

    Not everybody can afford to test in every possible environment.

    If nobody ever had, Microsoft would have been forced to use standards. But using CSS is the problem here, since that's the standard Microsoft won't adhere to. If you use CSS you need to code for both Windows and standards.

    Another thing webmasters do wrong is not understanding that you can't control exectly what your site is going to look like on every monitor at every resolution. Absolute positioning is begging for too much white space on some monitors and horizontal scrolls on others. Example, rather than <width 600 px> you should use <width 80%>.

    CSS's usefulness is supposed to be so if you change your site's look you only have to change the style sheet rather than all pages. However, webmasters mistakenly use it to turn a markup language into a layout language, and as I said, layout only works when you can control screen size and resolution.

    A site big enough that it can slashdot other sites should definitely be testing on all platforms.

    --
    mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
  30. Bells and whistles and nothing more by RomulusNR · · Score: 3, Insightful

    Just imagine how much less information we would have on the web if we weren't able to make sprites and words fly around like a bad theme park movie. HTML simply is no good at sharing knowledge.

    --
    Terrorists can attack freedom, but only Congress can destroy it.
  31. Re:that's what government is for by tehBoris · · Score: 2, Insightful

    So what you are saying is that the ideal way to handle this situation is to let all the cool kids go around wooing users with their awsum proprietary technologies, and that when they, the makers, are sufficiently entrenched in their monopolistic positions and we, the consumers and the users, are sufficiently screwed and without any real choice of products and vendors, we should rely on the ability of big supranational bodies to coerce the big boys into opening their standards?

    You are saying that that is preferable over consensus and understanding, over standards composed by all the relevant actors (and some more ;)?

    Nah, besides, how are we supposed to say then that Firefox has better rendering than IE, how will Safari fans slash their Opera and Firefox counterparts :)

  32. Albino Blacksheep, Newgrounds, and YouTube by tepples · · Score: 2, Insightful

    And the reason why a website needs to have complex animations or applications is...

    Perhaps a web site exists for the sole purpose of exhibiting complex animations to the public. Examples include Albino Blacksheep, Newgrounds, and YouTube. How would you have built these sites differently?

  33. it's about text vs binary content by Maxmin · · Score: 2, Insightful

    Flash no more "subverts" the web than Photoshop "subverts" image processing

    Apples vs oranges comparison, or in this case, text vs binary. HTML is an open, text-based representation of document layout and text content. Flash also, as one of its many features, provides document layout and text content. The difference is that HTML is easily parsed and understood by *many* consumers; Flash has mainly one consumer at the client, and SWF content is not very easily parsed and understood outside of Adobe's plugin.

    So Flash is opaque, relative to HTML. Yes, yes, there are some parsers, and Adobe has very recently committed to working with search engine companies to assist them in developing parsers. But look how long it took! The fact that Adobe has to actually assist a company the size of Google is a byproduct of the SWF format's opacity (and proprietary-ness.)

    It boils down to text versus image data -- Flash deals in both. A website built around Flash is going to look more opaque to a consumer that wants to digest text, such as a crawler. Browsers entirely outsource dealing with Flash to plugins.

    W3C is an organization supporting a distributed information system, the World Wide Web. In this realm, machine-readable information is king, while arbitrary binary content, such as the image, audio, video and motion data found in a SWF, is not easily understood by machines. The SWF format is primarily suited for human consumption - our computers mostly are capable of only playing them back for humans to view. That has much less value in an open information system, next to text.

    That may be why the W3C is slow to pursue technologies similar to Flash. On the other hand, visual technologies like SVG and VRML are expressed with machine-readable text-based markup. More easily machine-consumed, therefore more support from W3C.

    --
    O lord, bless this thy holy hand grenade, that with it thou mayest blow thine enemies to tiny bits, in thy mercy.