Slashdot Mirror


Vector Graphics Lead Wish List For Future Browsers

Coach Wei writes "Community voting results and a summary report have been published from OpenAjax Alliance's recent "community wishlist for future browsers" effort. When the voting closed on July 13th, 222 people participated in this open community initiative, with 143 people voted, 55 feature requests being written up, and contribution from many industry leaders. The voting indentified and prioritized 37 features. The top 10 are related to vector graphics, security, performance, layout, rich text editing, Comet, audio and video. Among all the feature requests, 2D Drawing/Vector Graphics is clearly the most desired feature by the community. It received most votes (110 people voted for it), and highest total score (over 10% higher than the second feature request). Looks like that it is time for all browsers, in particular, IE, to seriously consider supporting standards-based vector graphics."

15 of 321 comments (clear)

  1. yea. ajax. it has given us so much by unity100 · · Score: 3, Insightful

    and also openajax alliance constitutes what we call 'browser users' on the internet ...

    that alliance should try to make ajax actually something of use to the internet, rather than trying to shape future browsers to their preference by staging limited scope polls and then pushing it as browser community's preferences.

    or, we can just kill all buzzword crowd and get it over with.

  2. 222 random people on the Internet by TorKlingberg · · Score: 3, Insightful

    It seems the vote was open to anyone on the internet, and only 222 people answered. There will probably be more people writing comments in this thread.

  3. You know, in case it comes up, am I the only one.. by mdm-adph · · Score: 3, Insightful

    ...who doesn't want cross-domain access? I'm perfectly fine with making server side code to parse whatever I need and then feed it to the browser via the local domain.

    Am I missing something? Something about making a browser more independent of the server or something?

    --
    It is by my will alone my thoughts acquire motion; it is by the juice of the coffee bean that the thoughts acquire speed
  4. Because too many end users still use IE by tepples · · Score: 4, Insightful

    I tought SVG is already implemented in most modern browsers...

    Not when you weigh each browser by its usage share on home and business workstations. As long as Windows Internet Explorer doesn't implement SVG, and as long as Windows Internet Explorer has more than 50 percent usage share, "most modern browsers" don't implement SVG.

  5. Re:"Override Back Button Event"??? by Overzeetop · · Score: 5, Insightful

    As an end user and a project manager, I'd have to ask you why your code doesn't allow such a possibility. Not that I don't understand the added effort and difficulties (okay, technically, I don't; I don't program for the web), and it would suck to have to make it all work properly, but that's kinda your job.

    --
    Is it just my observation, or are there way too many stupid people in the world?
  6. SVG animation by gr8_phk · · Score: 5, Insightful

    I'm glad Firefox has SVG and is improving it. I really want to see SVG animation. It sucks to use java script just to cause a diagram to have a few moving parts when animate transform would do the trick.

  7. Re:"Override Back Button Event"??? by urcreepyneighbor · · Score: 5, Insightful

    <sarcasm>Well, you see... our new, half-assed, pieced-together technology will only properly work if we force users to use it the way we want. Remember: it's OUR content, so we get to determine how the USERS use it!</sarcasm>

    <serious>UseIt.com.</serious>

    --
    "The fight for freedom has only just begun." - Geert Wilders
  8. Re:"Override Back Button Event"??? by bberens · · Score: 3, Insightful

    I don't consider any webapp that opens its own special window to be decently made. The window I open you in should be quite sufficient tyvm.

    --
    Check out my lame java blog at www.javachopshop.com
  9. Re:"Override Back Button Event"??? by Jeffrey+Baker · · Score: 4, Insightful

    If you consider yourself a "web developer" and don't know how to manipulate the URI fragment to make the back button work with AJAX, then you should just quit right now and become a politician or a lawyer or something. The back button is fundamental and all AJAX applications should work with it.

  10. Re:"Community" ? by IdahoEv · · Score: 5, Insightful

    Internet Explorer is the only major browser to NOT implement <insert ANY interesting/useful non-proprietary feature or open standard here>

    There, fixed that for you. The only thing MS is ever first on are the things that can't be implemented in any other browser because MS owns the technology.

    --
    I stole this sig from someone cleverer than me.
  11. Re:"Override Back Button Event"??? by pjt33 · · Score: 4, Insightful

    Then I right-click the link to the webapp and choose "Open in new window". In fact, as a browser user, the number one feature I'd like to add is an item in that popup menu: "Open in this tab".

  12. Re:Hopeful in regards to Silverlight? by Anonymous Coward · · Score: 5, Insightful

    You realize adobe has released an official flash player for Linux right? How did such an ignorant post get modded insightful?

    Microsoft is not to be trusted, they have proven this time and time again. Silverlight itself is built on a platform designed to screw everyone in the IT world over.

    Microsoft tried to corrupt Java and make it Windows only... and got stopped. So they cloned Java, e.g. .NET, and made it Windows only.

    Mono is a few major revisions behind Microsoft's implementation. It doesn't support a large part of Microsoft's software stack. It is basically "Managed Wine."

    It's not the kind of thing I'd want to rely on and no one in their right mind should let Silverlight put Microsoft in a position to take over the Internet.

    So in short: avoid Silverlight like the plague that it is.

  13. Re:Hopeful in regards to Silverlight? by croddy · · Score: 4, Insightful

    All that is nice, but what we need is a vector graphics kit that's not shipped by yet another fucking vendor. Something that's a spec, not a binary.

  14. Re:"Override Back Button Event"??? by drinkypoo · · Score: 5, Insightful

    The problem is the back button causes a very very very large break in the sanity of web applications. You can kiss a consistent state goodbye.

    I know I'm contradicting my sig, but I want to explain why you are wrong.

    Session state is maintained on the server, not the client.

    If you trust the client to provide you valid data about the state of the application, you are very stupid. This is how people get owned.

    As such, you should remember what the user was doing, and if they open the application again, return them to where they were.

    Disabling the back button is wrong. If your application cannot handle me leaving it any any time gracefully, it is a piece of shit. And if you absolutely must have control of my system, well, that's why we have xulrunner. In fact, I would go so far as to say that the web is probably not even the best way to deliver an application of that nature, but you could argue that one back and forth all day - my main argument is that users expect web pages to behave in a certain way.

    The real issue here is that a webpage is not a standalone application, and you run into problems like these when you try to make it one. Webpages are forms, like screens on mainframes, and are request-oriented. Your web applications should be the same.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  15. Re:"Override Back Button Event"??? by drinkypoo · · Score: 3, Insightful

    On one hand, you have a point. On the other hand, anyone who would hire you to write an AJAX application when you can't do this is not competent to hire you (typical, though.) This is more like not calling you a car driver because you don't know how to parallel park.

    P.S. If you open a new window, and I don't need to use your site, I will close the window and never return. I prefer to avoid incompetents who think they should control what my browser does. Thank you.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"