Slashdot Log In
What Do You Want On Future Browsers?
Posted by
timothy
on Mon Jun 30, 2008 02:33 PM
from the fewer-crashes dept.
from the fewer-crashes dept.
Coach Wei writes "An industry wishlist for future browsers has been collected and developed by OpenAjax Alliance. Using wiki as an open collaboration tool, the feature list now lists 37 separate feature requests, covering a wide range of technology areas, such as security, Comet, multimedia, CSS, interactivity, and performance. The goal is to inform the browser vendors about what the Ajax developer community feels are most important for the next round of browsers (i.e., FF4, IE9, Safari4, and Opera10) and to provide supplemental details relative to the feature requests. Currently, the top three voted features are:
2D Drawing/Vector Graphics, The Two HTTP Connection Limit Issue, and HTML DOM Operation Performance In General . OpenAjax Alliance is calling for everyone to vote for his/her favorite features. The alliance also strongly encourages people to comment on the wiki pages for each of the existing features and to add any important new features that are not yet on the list."
On a related note, an anonymous reader writes "The Tao of Mac has put up pretty interesting list of five things that are still wrong with browsers these days, and I have to wonder — with things like AIR starting to be accepted by developers, do we still need the browser at all?"
Related Stories
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
Personally I want... (Score:4, Funny)
Re:Personally I want... (Score:4, Funny)
Parent
Re:Personally I want... (Score:5, Funny)
Parent
Not just support for SVG, but mixed SVG/XHTML (Score:5, Insightful)
So browsers other than IE support (to varying degrees) referencing SVG drawings using the <img> or <object> tags. But that doesn't go far enough, IMHO; since both SVG and XHTML are both XML, I'd like to be able to embed either within the other, e.g. by putting a SVG polygon or circle on a webpage (surrounded by HTML), with another field of HTML embedded inside it.
Re:Not just support for SVG, but mixed SVG/XHTML (Score:5, Informative)
Firefox 3 does support mixed SVG and XHTML. I think the other non-IE browsers do as well.
Parent
I want what most users want. (Score:5, Insightful)
More speed and less bloat.
Make it launch in 1 second and run for years without consuming much ram as well as render the page and all text FIRST before loading graphics and other crap.
I am tired of the bloated dead fish that browsers have become.
Re:I want what most users want. (Score:5, Funny)
You'll be wanting Lynx, my friend.
Parent
Re:I want what most users want. (Score:5, Insightful)
So true. Heck, I'd be happy if we could just get rid of all the web designers who build bloated Flash-based websites when simple HTML and a handful of graphics would look just as good and work much better....
Parent
Re:I want what most users want. (Score:5, Interesting)
Parent
Re:I want what most users want. (Score:5, Funny)
Have you considered Emacs?
Parent
What do _I_ want? (Score:5, Insightful)
What do _I_ want? HTML and CSS compliance. That's it. Get that done first then worry about the 'features'.
Re:What do _I_ want? (Score:5, Insightful)
What about <MATH>
Parent
Re:What do _I_ want? (Score:4, Insightful)
Shouldn't reply to myself, but also what about media besides images and text?
I don't mean plugins, but a standard.
Parent
Re:What do _I_ want? (Score:5, Insightful)
What do _I_ want? HTML and CSS compliance. That's it. Get that done first then worry about the 'features'.
The problem with that equation is, the non-compliant crap still has major sway over the market since Average Joe Luser has it already installed on his new Windows box. You need to get the compliant browser into the average home, and the only way to do that is to give Average Joe the bells and whistles he wants and do it better than that pile of crap MSIE. The non-geeks need a reason to switch beyond "it follows some invisible rules you don't know or care about."
Parent
Force feedback (Score:5, Funny)
Teledildonics. Mmm.
Re:Force feedback (Score:4, Funny)
Parent
mathml support and full unicode (Score:5, Interesting)
and a decent h&j algorithm --- if only TBL had taken a closer look at TeXview.app on his NeXT Cube before writing worldwideweb.app
William
Re:mathml support and full unicode (Score:5, Informative)
>What is an ``h&j algorithm''?
hyphenation and justification --- instead of just setting one line at a time, the system should consider the entire paragraph and set it so that all lines are as nice as possible w/ the best possible breaks.
See the Knuth and Plass paper on it:
http://doi.ieeecomputersociety.org/10.1109/SFCS.1979.46 [ieeecomputersociety.org]
Or look at Knuth's book _Digital Typography_
William
Parent
Stable plugins (Score:5, Interesting)
Why only 2D Vectors? (Score:5, Funny)
Give me 3D vector graphics, and let me play Battlezone in the browser!
Re:Why only 2D Vectors? (Score:4, Insightful)
Give me 3D vector graphics, and let me play Battlezone in the browser!
3D vector graphics sounds nice, but (and no offense) I'd rather there was less convergence of the browser and the desktop environment.
Browsers are inherently buggy and exploitable, or include technologies that are. Until security is locked down tight, IMHO, we should not be moving to a place where the browser does more.
/If it isn't clear, I'm also not a fan of browser based webapps.
Parent
FF3 (Score:5, Funny)
An upload meter? (Score:4, Interesting)
I'd like an upload meter.
Upload progress bar (Score:5, Interesting)
I know what I want: an upload progress bar. We've had download progress bars for nearly two decades now, so why not the same for uploading? In this age of YouTube and such, users are uploading files in their browsers more often than ever before, and the addition of an upload progress bar in the browser (not implemented as a hackish AJAX/Flash application) would be very much appreciated.
Re:Upload progress bar (Score:5, Insightful)
Two more things I'd like to see: native support for vector graphics (in the form of SVG) and native support for video (in the form of the <video/> tag and a Free codec such as Ogg Theora). The latter is actually already written, but Mozilla isn't going live with it yet because of patent fears from certain large companies.
How nice it would be to have integrated video support directly in the browser, though. No need for all of the hackish solutions, such as anything Flash-based, that have grown up around this gaping capability hole in the original spec. Make embedding videos into a webpage as easy as embedding text. That would be an amazing feature for a future browser.
Parent
Re:Upload progress bar (Score:5, Interesting)
Parent
Re:Upload progress bar (Score:5, Interesting)
Firefox had the progress bar working for uploads for a while, but then it broke [mozilla.org]. There is pretty much nobody working on Firefox's networking code, so minor bugs like that tend to pile up more so than in other components of Firefox :( If you know someone who enjoys working on C++ networking code, please send them our way!
Parent
Re:Upload progress bar (Score:4, Informative)
I know that you probably realize this, but the reason for the lack of upload progress is because it's a limitation of the HTTP protocol itself. In order to upload you have to send the data in one big POST request and there's no way, via HTTP, to poll the results on the server.
That's why, currently, upload progress bars are implemented in HTML/javascript/server-side scripting. It requires a server side script to dump the current file size on the server and some javascript to poll the server-side script. In order to get upload progress bars standard in all browsers there would be have to be a standard way, via HTTP, to poll the status of the upload on the server.
So don't blame the browsers solely. To get this feature implemented would require modifications to the servers too. So the best way to get this feature implemented in all browsers (in a widely-accepted, standard fashion) is to call for an addition to the HTTP protocol.
Parent
Re:Upload progress bar (Score:5, Insightful)
Parent
Am I the only one who doesn't mind that much? (Score:4, Insightful)
Boobies! (Score:5, Insightful)
Seriously though how about some decent security for a change. It would be nice to have a browser that doesn't let malware pown you system with a million vulnerabilities or so. Integrate an adware/spyware protection system.
That and boobies.
and tabs, and decent memory management. Speed is good also. Sharks with frikin' lasers...
Make it possible to select multiple files (Score:5, Insightful)
and not just one single file when I want to upload. I really hate to go that java/activex way to solve this issue today.
a rich-text editing standard (Score:4, Insightful)
we need a standard desperately, and we needed it years ago.
Henry Ford (Score:5, Insightful)
"If I had asked my customers what they wanted, they would have said a faster horse."
Maybe we should be thinking what do we want _beyond_ a web browser?
I want my broswer to well, browse the web. (Score:4, Insightful)
Re:I want my broswer to well, browse the web. (Score:4, Interesting)
Parent
A Mute Button (Score:5, Interesting)
SAFETY (Score:5, Interesting)
Kill 10% of the performance but bounds check everything.
I use "noscript" and flashblocker and I havn't gotten anything yet. but a friend using firefox was trashed by a link a friend sent her. A lot of "legit" sites (esp lyrics) now inject stuff into your computer.
I want safety first, then after that ,, safety. THEN maybe some new feature.
There are so many things I want (Score:5, Insightful)
IMO the most important things for browsers in the near future is the following:
If all this could be done then I'd be pretty happy with the state of web browsers and would stop complaining...
/Mikael
Back in the day.... (Score:5, Interesting)
when I first heard of bittorrent, I always thought it would make an excellent addition to the http protocol to utilize bittorrent or something like it to share the content of a page, including embeded images and other media content, for as long as a browser window is open on that page, with the web site itself acting as an initial seed if nobody else is currently viewing the page. Instead of the data transfer load being placed entirely on the web server, the task could be delegated to other machines that are viewing that page, all of which ought to have the information readily available. This would have the upshot of keeping smaller websites from being crippled due to sudden surges in traffic, such as what is all too often caused by news stories on sites such as slashdot and numerous others on the web. Had things gone this way back in the day, I think I can safely say we would not be seeing P2P throttling happening the way it is today, because it would be too prevalently used by the mainstream population for general purpose browsing for the ISP's to pull it off without legitimate complaint from everyday users.
I have to say I'd still like to see something like that... although I suspect now it may be too late, because broadband ISP's are already throttling protocols like bittorrent, so most of its potential benefit may already be gone.
Sockets (Score:5, Interesting)
Sockets. Raw sockets. Stop pretending with AJAX, with Comet, and just cut to the chase. Why this isn't the first thing on the AJAX agenda beats me.
Forward / Back with branching (Score:5, Interesting)
The user must be in charge (Score:5, Insightful)
The user must be in charge. Not the remote site. Not any "toolbars". Specifically,
You get the idea. When it's user vs. website or user vs. toolbar, the user wins.
Re:stability? (Score:4, Insightful)
I upgraded firefox and now it decides to crash every 15 minutes, when it used to only crash every half our. (...)
What could you possibly be doing to crash Firefox every 15 minutes? It sounds like you've got something else wrong to me. Time for a system reload.
Parent
Re:stability? (Score:5, Informative)
Agree with sibling post. The only time any FF install I've got crashes it's the Linux one, whenever I try to kill a flash video before the system is done processing it.
Otherwise it never blips, and I'm a hardcore tab whore: if I can hit CTRL-T I will.
Parent
Re:stability? (Score:5, Funny)
Wow I didn't.
*click*
*click*
*click*
*click**click**click**click**click**click**click**click**click**click*
Mmmmmmm. I need a moment...alone...
Parent
Re:stability? (Score:5, Interesting)
The important words there are web tasks. I don't want a browser that does e-mail, instant messaging, feed aggregation, balances my check book and feeds my dogs. I want a browser where the unnecessary features have been removed, and those who want them can add them themselves. No add-ons as default, thanks!
Seamonkey works best for me at present -- you can at least choose to install it without all the features, unlike Firefox with comes with the kitchen sink as standard. Which is kind of ironic, considering that Firefox was meant to be the leaner alternative to the Mozilla Suite, and Seamonkey is the continuation of the Mozilla Suite.
Parent
Re:stability? (Score:4, Insightful)
This isn't 2002, browsers should be above that.
Sure the browser can be, but Flash is a plugin, not a browser and a poorly-written plugin for any platform other then Windows. So think of Flash as a program running in the background that display's the contents in your browser window. Can a program crash? Yep. So can Flash crash and make your browser slow? Yep.
Parent
Re:stability? (Score:5, Interesting)
Sounds like a good wishlist item for future browser: have plugins run as separate process with very limited (or more importantly: well defined) IPC with the browser, probably running as user "nobody." If a plugin crashes, browser crash should not be an option.
In other words, have the browser treat plugins as just as dangerous as data from the 'net.
Parent
Re:Fast and clean (Score:5, Funny)
"Fast and clean"
Guess what ideal webbrowser and ideal hookers have in common.
Parent