Slashdot Mirror


Opera 10.50 Beta Out, With Competitive JavaScript

Opera has released its 10.5 beta (for Windows only; Linux and Mac coming). Opera calls 10.5 "the fastest browser on earth," but the jury is out on this claim. WebMonkey says that the new beta feels snappy in their informal testing. Both CNET and ZDNet ran two quick benchmarks that measure JavaScript performance, SunSpider and V8. ZDNet found Opera beating out Chrome in SunSpider but lagging in V8. CNET found Chrome ahead in both tests. What is clear however is that Opera's Carakan JavaScript engine has made up much of the ground in the performance wars; The Reg estimates that 10.5 is seven times faster in the JavaScript stakes than Opera's shipping 10.1 release.

143 comments

  1. Let's just ditch JavaScript. by Anonymous Coward · · Score: 0, Insightful

    Can we finally just ditch JavaScript for something better? Python, Ruby, or some dialect of Scheme would be much better. Hell, even Perl and Tcl would be a huge step in the right direction.

    JavaScript started out as a quick hack over 15 years ago, and has unfortunately stuck around far longer than it should have. We can do better, and we should do better.

    Opera, Google, Apple, Mozilla and the KDE project should team up on this goal, and make it happen. If Microsoft doesn't want to get with the times, then leave them behind.

    1. Re:Let's just ditch JavaScript. by roman_mir · · Score: 1

      That is silly, any language, whether it is action script or perl or c or whatever, that is embedded into a web page will have to be translated by the browser somehow or maybe compiled even into something resembling bytecode or maybe even native instruction set (unlikely, given the security problems around that.)

      So who cares what language it is? Javascript is fine. I would not mind having other options but even then, you can always write in something else and then run through a translator from your language of choice into javascript.

      Maybe what really SHOULD be done is that regardless of what the source code is, the HTML page would instead require some sort of base 64 encrypted byte code.

      Now THAT would speed things up. But then you cross into the Java on the client realm I think. If the implementation was better, faster, then who really would mind?

    2. Re:Let's just ditch JavaScript. by larry+bagina · · Score: 1

      for the record, IE also supports VBScript and PerlScript. Maybe you should spend more time with IE.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    3. Re:Let's just ditch JavaScript. by Anonymous Coward · · Score: 0

      Ah yes, base 64 encryption. Possibly the most secure form of encryption out there!

    4. Re:Let's just ditch JavaScript. by amicusNYCL · · Score: 2, Insightful

      VBScript is nothing to tout as a positive. Certainly not as a potential replacement for Javascript.

      Maybe you should spend more time with IE.

      Please don't say that.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    5. Re:Let's just ditch JavaScript. by Anonymous Coward · · Score: 0

      *cowers in shame* Yes, *sigh*, I did once write all of my client side browser code in vbscript. ... For clients .... That also used active X .... When Netscape was still relevant. I was young, naive and lacked a positive role model in my life.

      *Raises head in pride* I met Larry wall. Well, not in person, but in spirit. So ... I switched to perlscript!! I had to stop that after a period of time because "the man" couldn't handle my poetic genius.

    6. Re:Let's just ditch JavaScript. by shutdown+-p+now · · Score: 2, Insightful

      JavaScript is a de facto standard supported by all browsers. Unseating it would be as hard as migrating from GIF to PNG. And, unlike GIF, it doesn't have any patent problems, and in general it's just "good enough". Furthermore, there's no clear single replacement - quite a lot of people are actually very happy with JS, but even of those who are not, some would promote Python, some Ruby, etc.

      Don't fix what's not broken badly enough.

    7. Re:Let's just ditch JavaScript. by roman_mir · · Score: 1

      you are an idiot. I said base 64 so that binary bytecode could be transfered as part of an ascii page if necessary, that is all.

    8. Re:Let's just ditch JavaScript. by Anonymous Coward · · Score: 0

      Javascript is actually quite a nice language, with object oriented concepts as well as functional concepts. And it doesn't have semantic whitespace...

    9. Re:Let's just ditch JavaScript. by aztracker1 · · Score: 1

      Perhaps you should give some inherit advantages that Python, Ruby or Scheme have over JavaScript? Since the newer JS engines are probably much faster than any Python or Ruby engine currently. The language itself (as of ES3) is pretty feature competitive, it's simply that most developers don't understand the language. And confuse the language itself with the API that the browser exposes. A crappy API will be crappy regardless of the language used to interface with that API, if not translated. PHP for example isn't a bad language (IMHO) but most of the exposed APIs are horrible in terms of use within the language in question.

      --
      Michael J. Ryan - tracker1.info
    10. Re:Let's just ditch JavaScript. by aztracker1 · · Score: 1

      I actually like JavaScript/JScript a lot. Back in the mid-late 90's I did a lot of my server-side code in JS (LiveWire/LiveScript or ASP). The only hard part was dealing with COM objects in JScript was kinda dirty (having to use the enumerator all the time). I honestly don't have a problem with the language. I think the biggest issues at hand are most developers don't know/understand javascript, or confuse the browser's DOM APIs (rendering quirks) and inconsistencies with language itself. Tooling is another issue, but there's been some improvements here as well.

      --
      Michael J. Ryan - tracker1.info
    11. Re:Let's just ditch JavaScript. by Lachlan+Hunt · · Score: 4, Informative

      roman_mir, It would have been clearer if you referred to it as base 64 *encoding*, rathern than encryption, since it has nothing to do with cryptography.

      On an unrealted note, with regards to the V8 performance test, the reason Chrome's V8 engine works well with the V8 benchmark is because the tests themselves are bias towards the specific optimisations that the Chrome developers have chosen to include in their V8 engine.

      Carakan, on the the other hand, has, for various reasons, been developed to optimise for different cases. There are trade-offs here which, as a result, affect the performance of Carakan in some of the tests included in the V8 performance test.

      Disclaimer: I work for Opera the on Carakan team. I cannot go into specifics about what optimisations and trade-offs have been made.

      --
      By reading this signature, you hereby agree with the content of the above comment.
    12. Re:Let's just ditch JavaScript. by ChunderDownunder · · Score: 1

      but even of those who are not, some would promote Python, some Ruby, etc.

      You say that like language diversity is a bad thing. HTML's SCRIPT tag has supported multiple languages for some time. The only problem being that the only alternative to JavaScript was something only IE supported.

      Assuming some, if not all, of these new-fangled JS virtual machines, operated via an intermediate 'bytecode', support for multiple dynamic languages shouldn't be too hard if enthusiasts of Ruby, Python & others do the legwork.

      Target the open source ones and too bad if your clients use Internet Explorer. It's a new decade; browser wars are so 1990s.

    13. Re:Let's just ditch JavaScript. by shutdown+-p+now · · Score: 1

      You say that like language diversity is a bad thing.

      It is a bad thing when portability matters. In this case, language is part of the larger standard (HTML), so, yes, it is definitely bad. If I have to guess whether the end browser supports language X out of 20 various scripting languages in active use, or if browser writers have to support all 20, it's an epic fail of any standardization effort.

      Assuming some, if not all, of these new-fangled JS virtual machines, operated via an intermediate 'bytecode', support for multiple dynamic languages shouldn't be too hard if enthusiasts of Ruby, Python & others do the legwork.

      It's rather tricky to come up with a reasonably high-level bytecode that can be shared between all scripting languages. Their semantics are rather different.

      On the other hand, you can say that JS is such a bytecode - after all, we already have Java compiler to JS (GWT), and I've seen prototypes of other similar things, too.

    14. Re:Let's just ditch JavaScript. by Toonol · · Score: 1

      I tend to agree. Javascript (and Actionscript) is a pretty pleasant language to work with. It's the terrible integration into browsers that is the problem.

      If history had proceeded differently, and Netscape had incorporated Python instead of jscript, everybody would be whining about how terrible Python is.

    15. Re:Let's just ditch JavaScript. by icebraining · · Score: 1

      What is pyjamas?
      pyjamas is a stand-alone python to javascript compiler, an AJAX framework / library and a Widget set API.

    16. Re:Let's just ditch JavaScript. by Anonymous Coward · · Score: 0

      in all fairness, python is terrible.

    17. Re:Let's just ditch JavaScript. by Barsteward · · Score: 1

      Great job on opera. Its still the best. Only downside is that you don't release all beta versions at the same time. Its a pain when the linux version is the poor relation in release schedules.

      --
      "The hands that help are better far than lips that pray." - Robert Ingersoll (1833-1899)
    18. Re:Let's just ditch JavaScript. by johny42 · · Score: 1

      The only thing about JavaScript that is a quick hack is its name. JavaScript is the world's most misunderstood programming language (funny how this link finds its way into every Slashdot story that mentions JavaScript) as well as the first (only?) functional language accepted by maistream.

      You might argue that most of the JavaScript code on the Internet is a quick hack (or at least was, before frameworks like Prototype and jQuery became popular), but that doesn't make it a bad language.

    19. Re:Let's just ditch JavaScript. by Anonymous Coward · · Score: 0

      Python sucks.

    20. Re:Let's just ditch JavaScript. by toriver · · Score: 1

      It is a bad thing when portability matters.

      Or maintainability. Microsoft were proud when .Net was new-ish that 50+ languages apparently targeted the CLR/CLI, so that a Haskell component can use an Eiffel library.

      But what do you do the day your only Haskell programmer decides to leave? And the app he wrote needs to be maintained?

      No wonder Microsoft in reality pushes C# despite this abundance of languages.

    21. Re:Let's just ditch JavaScript. by Anonymous Coward · · Score: 0

      The people of Iraq, Vietnam etc like US taxes, the bombs they buy are civilisation good and hard.

  2. Vega by pwnies · · Score: 4, Insightful

    I'm actually far more excited for VEGA (their new vector graphics lib) than the javascript update. Is having spiffy-fast js nice? Yea, but I think Vega is really where they're going to shine. It'll make transformations and other animations run far smoother in opera than any other browser (with the exception of firefox's direct2d experimental build that was released a while back). Kudos Opera, you're ahead of the game yet again.

    1. Re:Vega by Anonymous Coward · · Score: 1, Insightful

      Yes, but wont those animations be controlled by javascript? Drawing them fast and *where* to draw them are both important...first being the accelerated graphics, second being programmatic control...javascript.

      So, you should be double excited?

    2. Re:Vega by pwnies · · Score: 2, Informative

      Possibly. Even under their older javascript library, the graphical draw was the bottleneck, not the JS. Think of it like upgrading a computer - sure the new processor is nice, but switching the cassette tape for a new ssd is going to be slightly more noticeable.

    3. Re:Vega by Anonymous Coward · · Score: 0

      What's VEGA used for - general rendering? SVG programming of some sort? Or <canvas>? And does anyone know of a good intro to general-purpose browser-based vector animation programming?

    4. Re:Vega by pwnies · · Score: 3, Interesting

      It was originally targeted towards rendering svg files only. They needed something they could use to render them on their mobile releases, but they didn't find anything that cross-platform so they rolled their own. Eventually they added canvas support to it, and ultimately made it their primary rendering engine for all html elements in this release.

    5. Re:Vega by Anonymous Coward · · Score: 0

      It'll make transformations and other animations run far smoother in opera than any other browser (with the exception of firefox's direct2d experimental build that was released a while back).

      Except WebKit which has a similar engine (Safari, Chrome, AIR). VEGA and WebKit are GPU *capable*, but VEGA currently only runs on software. WebKit is GPU acclerated under OSX.

    6. Re:Vega by cupantae · · Score: 0, Redundant

      VEGA has a girly voice, wears claws over his fists and climbs up the walls. What he's for is the enjoyment of seeing his mask and face bust in when you beat him.

      --
      --
    7. Re:Vega by Radhruin · · Score: 1

      IE9 has hardware rendering as well, and it really makes a massive difference.

    8. Re:Vega by Anonymous Coward · · Score: 1, Funny

      It renders Acid3 up to 17 in under 5seconds!!

  3. stop speeding up javascript by Anonymous Coward · · Score: 0

    There is already a standard language for writing web pages and it's called HTML. JS was useful for getting some effects like rollover buttons that we can now do with CSS. AJAX turned web pages into client-server apps that also had occasional usefulness but was more often was just used to create cuteseyness. These days though, the amount of JS being imported into almost every page is staggering, and it's typically for evil and invasive purposes. If you use Adblock Plus or Firebug, take a look at the JS code browser tracking stuff from quantserve, google-analytics, and others, that show up all over the web. It's evil enough that those companies do cross-site tracking of your browsing at all, but the scripts they send reveal way more info about your browser than the mere HTTP hit to the tracking site would reveal. (You should of course configure your browser to not send referer headers). Even the fancy but legitimately useful UI toolkits (e.g. YUI, jQuery) are invasive because they are so often served from third party sites (Yahoo or Google) instead of directly from the app site.

    Yes all this stuff can also happen through other means. But, JS is the mechanism making it spread so much. We can't get rid of JS completely but we were better off in the old days when it was cumbersome and slow.

    1. Re:stop speeding up javascript by BrentH · · Score: 1

      Stop the trains, I wanna go back to horse and carriage!

    2. Re:stop speeding up javascript by Hatta · · Score: 1, Insightful

      Are you an alt for BadAnalogyGuy? Trains actually do something useful you can't do as well with horses. Javascript does nothing you can't do better with either plain HTML, or a native app. If you want to display a document, HTML is great and javascript adds nothing useful. If you want to write an app, there are any number of portable languages and toolkits that will perform much better than javascript.

      --
      Give me Classic Slashdot or give me death!
    3. Re:stop speeding up javascript by amicusNYCL · · Score: 4, Insightful

      Flush out your headgear, new guy. The days of HTML- and CSS- only websites are over. Even though those sites still exist, there's an entirely new category of "websites" online: web applications. The application I've been working on for the last 3 years or so is composed of about 60% Javascript, 30% PHP, 8% CSS, 1% HTML, 1% "other". With the recent push in Javascript engines, I've actually been able to watch the performance of the application improve by a substantial amount through no effort of my own, just because the application uses Javascript for the entire interface and browsers have focused on that aspect.

      Nearly all of Google's services other than search are powered by Javascript, from Maps to Mail. Javascript (or any widely-supported client-side scripting language) is here to stay, and frankly it's the future of anything that's going to be online other than your basic informational sites. Even sites which are taking advantage of all of the new features in HTML5 will continue to take advantage of Javascript as well. The difference between IE6/7 and any very recent (< 3 months) browser is staggering.

      I'm glad to see Opera catching up again, they're my browser of choice. They were among the fastest of the "first generation" JS engines, but nearly everyone else other than Microsoft pretty much beat Opera to the punch in the next generation of Javascript. It's nice to see them catch up. I hope Microsoft is able to make better strides with IE9, if not before.

      Even the fancy but legitimately useful UI toolkits (e.g. YUI, jQuery) are invasive because they are so often served from third party sites (Yahoo or Google) instead of directly from the app site.

      You can't say that the libraries are invasive because they're included from third-party applications, the application developers are invasive. My chosen framework (ExtJS in this case) is served from the same domain as the rest of the application, all gzipped and everything.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    4. Re:stop speeding up javascript by aztracker1 · · Score: 1

      Well, browser based apps can be updated on a limited set of servers, without the need to update clients you don't control. Compiled apps need to be distributed, updated, etc. Automatic updating is troublesome and doesn't fit into the way many OSes are configured where administrative access is needed to install software. They allow for applications to be updated rapidly, and seamlessly.

      Without JS HTML alone would not be enough. HTML allows for limited communications to/from a server refreshing a portion of the screen without refreshing the entire screen. This can be done via iFrames, but that isn't a better option. I will admit that in many instances JS is badly implemented, and loading a heavy UI toolkit for some simple events and/or styling doesn't make sense. That is a separate issue from the usefulness or not of the language.

      Not to mention, it's actually a decent language in and of itself. node.js CommonJS and other movements are showing a lot of growth as a server-side platform. With all the emphasis on improving the runtime engines, it's probably the most efficient scripted language around today (in general purpose use).

      --
      Michael J. Ryan - tracker1.info
    5. Re:stop speeding up javascript by thetoadwarrior · · Score: 1

      Judging by your hate for JS I would have to assume you're an IE6 user.

  4. Windows only? by Stratoukos · · Score: 1

    Opera, my favorite browser for years just, lost some major credit from me. I find 10.5 to be an exciting release, especially Carakan, but I always admired them for delivering a quality browser simultaneously for most platforms and this time they failed at that. According to a developer's blog post, 10.5 final will also come out for Windows before it comes out for other platforms, and then they are going to shift focus to them.

    At least he says that it's only for 10.5.

    --
    It may be 7 digits, but at least it's a semiprime
    1. Re:Windows only? by WiiVault · · Score: 1

      Yeah sad to not see a day-and-date release, but they still have amazing support for lots of platforms. If they take as long as Google did there will be hell to pay though.

    2. Re:Windows only? by hkmwbz · · Score: 4, Informative

      I always admired them for delivering a quality browser simultaneously for most platforms and this time they failed at that

      They quite clearly explained that this was because the Linux and Mac versions were undergoing much bigger changes than the Windows version. And they will be faster and better integrated as a result. How is that a "fail"?

      --
      Clever signature text goes here.
    3. Re:Windows only? by Vectronic · · Score: 4, Insightful

      On top of those major changes, they are pushing Windows at the moment because of the EU Vs. Microsoft thing, where in March Microsoft will have to add the "Choose Your Browser" dialog, and Opera wants 10.5 to be on that list, not 10.1.

    4. Re:Windows only? by Anonymous Coward · · Score: 0

      I believe the reason for the focus on Windows for 10.50 is so they can get 10.50 out in time to be in the European ballot screen. This is not their usual pattern for releasing (as you noted).

    5. Re:Windows only? by Stratoukos · · Score: 1

      They quite clearly explained that this was because the Linux and Mac versions were undergoing much bigger changes than the Windows version.

      Could you please point me to where they explained that? In my original post I was referring to this post, where he says that all desktop platforms are undergoing massive changes to platform integration. I can't find anywhere that the Linux and Mac versions are undergoing bigger changes than the Windows version.

      Of course, I am not saying that if they have the Windows version ready before the others they should hold it back until everything is ready, but that post seems (to me at least) to imply that the "large number of great engineers" where allocated to the Windows version, allowing other versions to fall behind.

      I also have to admit that I didn't think about the browser ballot, as other posters pointed out.

      --
      It may be 7 digits, but at least it's a semiprime
    6. Re:Windows only? by hkmwbz · · Score: 1

      The Mac version is being converted to Cocoa, a massive undertaking because it changes many fundamental ways Opera works. The Unix version is ditching Qt completely and will support both Qt and GTK styling. Once more, massive changes. The Windows version, on the other hand, was just about adding glass capabilities, which is trivial in comparison.

      --
      Clever signature text goes here.
  5. A little known Opera feature: Small Screen by Anonymous Coward · · Score: 0

    In Opera go to:
    >View >Small Screen

    This decreases the horizontal width of pages greatly, making moderate to longer texts alot easier to read. If the horizontal length of a page is too great when you are the end of a line it takes longer to re-orient your eyes to reach the next line, re-adjust your mental focus to the new line and continue on. The small screen feature actually makes reading texts on a web browser more pleasurable and easy.

    1. Re:A little known Opera feature: Small Screen by sznupi · · Score: 1

      Another similar feature is "Fit to Width" (on Status Bar lately, I think...unless I chnaged something; also in View menu)

      Makes what it says, and typically manages to do it without breaking the layout. Usefull on, say, netbooks.

      --
      One that hath name thou can not otter
  6. Firefox relevance? by Anonymous Coward · · Score: 0

    One must ask again, with Opera and Chrome speeds is Firefox even relevant?

    Que the "if adblock was a woman I'd finally get laid!" crowd.

    1. Re:Firefox relevance? by Anonymous Coward · · Score: 0

      One must ask again, if parent is a retarded faggot, should I stick my penis in his ass?

  7. Article Nonsense by Anonymous Coward · · Score: 0

    The two articles use different versions of Chrome. Both version 5 developer build and release build 4 of Chrome are used, thus the discrepancy. Pretty obvious really

  8. Worth a look by WiiVault · · Score: 3, Insightful

    As an everyday Chrome user I have to say this new Opera beta is pretty spiffy. I've been using it for the past day and while the UI is certainly Chrome-like but seems to have a bit more polish. The best part is it seems on par if not even slightly faster with most rendering in comparison to Chrome. Lately I've switched from Safari/FF to Chrome, but I'll be seeing how Opera works this one out. This will be great to see on Mac and Linux at some point in the future. Especially Mac where Opera performance has generally lagged.

    1. Re:Worth a look by sapphire+wyvern · · Score: 1

      I dunno. It's mostly ok but the way the tab strip works bugs me.

      When maximised in Windows, there's a two or three pixel wide strip of title bar between the tabs and the top of the screen, so you don't get "mile-high tabs" like in Chrome. That's really annoying and the devs have done it deliberately - they seem to think that there needs to be grabbable title-bar across the entire width of the window, which I disagree with.

      And, if you double click inside the tab region but not on a tab, it spawns a new tab (which is fine) but if you double click inside the 3-pixel-wide strip it does a window restore instead. Again, this is a reasonable decision - except that there is no visual difference between the narrow strip and the tab region.

      All in all I'd say "needs to copy Chrome's title bar more". The title bar design in Chrome is one of my favourite things about it, despite (or perhaps because?) its utter non-compliance with the usual Windows HIG layout.

    2. Re:Worth a look by hkmwbz · · Score: 1

      You are very wrong there. The strip they left is definitely needed, and I hope they don't copy Chrome.

      --
      Clever signature text goes here.
    3. Re:Worth a look by LaissezFaire · · Score: 1

      Opera does appear chome-like -- it's had tabs since at least version 3.0, had "speed dial" (the thumbnails on a new window) before firefox and chrome, had "labels" in the mail client before gmail existed, etc. It has grabbed some good features back, like actions when typing in the address bar, too -- the other browsers innovate as well.

  9. Proxy issues by Dartz-IRL · · Score: 2, Informative

    I tried it, and found it still has some irritating issues. For one thing, proxy settings don't work right, which is a real pain in the butt for those of us in a university. I know it's beta software, but that's still a pretty nasty issue, and has been commented on on their forums already.

    Otherwise, it seems to be quite nice. I like the new UI, newsgroups and mail features, but I haven't been using it near enough to get beyond that.

    --
    So there I was, scribbling down some notes off the PC screen by hand, when I reached for the keyboard and Ctrl-S'd.
  10. Why the obsession with javascript? by sznupi · · Score: 4, Insightful

    Note: I do recognize and appreciate the need to make javascript perform better.

    Thing is...it seems that for many tech "journalists" hardly anything besides js matters anymore!

    Notice how Opera said "the fastets on earth"; which might be still debatable of course, but they did not say "...fastest in javascript". Opera knows that's not the whole story in browser performance. You can see it especially when using Opera on some ancient machine where the difference is most startling. WebMonkey seems to know it too (nah, not reading TFA...)

    CNET, ZDNet and The Reg seem to care only about JS...

    What is it? Some new widespread fascination with numbers like in 3DMark heyday? "Journalists" taking the easy route by simply running automatic benchmarks? (written "for" Opera competitors BTW...)

    --
    One that hath name thou can not otter
    1. Re:Why the obsession with javascript? by Kjella · · Score: 4, Interesting

      Web applications. For pages with no to little javascript (and without the flash hog) the speed is just fine in all browsers unless you got an obsession about saving 30 seconds over a day of surfing. But if you are working in web applications for extended periods of time, the speed really matters. Now none of the big corporations has enough guts to publicly stab IE in the back, but IT departments aren't all clueless and web applications are becoming commonplace now that the hype has moved on and "the cloud" is the next big thing.

      --
      Live today, because you never know what tomorrow brings
    2. Re:Why the obsession with javascript? by Draek · · Score: 1

      What is it? Some new widespread fascination with numbers like in 3DMark heyday? "Journalists" taking the easy route by simply running automatic benchmarks? (written "for" Opera competitors BTW...)

      Well, it's partly that, and partly that Javascript used to be the slowest part of a webpage by far.

      But now that we have Flash, AJAX with its incessant server queries and broadband ubiquitous enough that web designers feel free to go crazy with the 1 MB images, I'm not sure Javascript alone is the bottleneck anymore. But for what is worth, Opera 9 with its 'ancient' Javascript engine was fast enough to provide a decent browsing experience on my old P1 166mhz laptop (though sans Flash), so I think any performance improvement, while welcome, will go largely unnoticed on my AthlonX2 computer.

      --
      No problem is insoluble in all conceivable circumstances.
    3. Re:Why the obsession with javascript? by sznupi · · Score: 1

      As I said I understand the value of better js. But that alone hardly justifies treating it as the hallmark; worse, not under realistic scenarios but...synthetic benchmarks. Yes, "representative ones" - but doing only js nonetheless and also having strong relation to some of the engines they test...

      PS. Especially on highly portable machines, with small amounts of RAM, and on slow wireless connections I wouldn't call the experience (not only "speed"!) "just fine".

      --
      One that hath name thou can not otter
    4. Re:Why the obsession with javascript? by bigbigbison · · Score: 1

      I would guess that it isn't that CNET, ZDNet, and The Reg only care about JS but that the press release Opera sent out bragged about JS and they just cut and pasted from it.

      --
      http://www.popularculturegaming.com -- my blog about the culture of videogame players
    5. Re:Why the obsession with javascript? by hkmwbz · · Score: 1

      Well, it's partly that, and partly that Javascript used to be the slowest part of a webpage by far.

      Yeah... Except it isn't.

      --
      Clever signature text goes here.
    6. Re:Why the obsession with javascript? by Draek · · Score: 1

      It used to be. Unless you have some evidence of the contrary?

      --
      No problem is insoluble in all conceivable circumstances.
    7. Re:Why the obsession with javascript? by tian2992 · · Score: 1

      Yeah, it's quite common to only check the JS numbers, so many benchmarks to choose from. I remember an old webpage that tested both JS, HTML and CSS performance; Opera kicked ass in all except JS (this were pre-Chrome, Firefox 3.5 times)... So Opera has classically had quite good performance on HTML rendering on really large webpages, or crooked HTML, nested tables or stuff like that.

    8. Re:Why the obsession with javascript? by hkmwbz · · Score: 1

      Ask anyone who actually does this stuff for a living. JS was not the main bottleneck. But it was the easiest thing to make fancy benchmarks and graphs for.

      --
      Clever signature text goes here.
  11. It will still suck by moronikos · · Score: 1, Interesting

    I've wanted to like Opera for years, but I don't like the way it caches data...for example using the Yuku (old EZ Board) message board. If there are new articles, I have to manually hit refresh to detect them when I navigate back to the page later on. IE, Firefox, and Chrome automatically detect the changes, Opera does not. Maybe there is a setting I could change, but why should I when the other browsers work fine out of the box for this.

    1. Re:It will still suck by aztracker1 · · Score: 1

      Is there a check document frequency setting? I usually set all my browsers to set every time, iirc there was a setting for this in opera. My current job is IE6 internally (where IE8 and Firefox 3.x may be allowed in the next few months). I've pretty much been developing with Firefox + Firebug then cleaning up IE8 (then IE6 issues, wont be sad to see that one go). Usually the browser will respect an if-modified-since header and 304 response, though most web applications aren't configured to respect this behavior.

      --
      Michael J. Ryan - tracker1.info
    2. Re:It will still suck by Anonymous Coward · · Score: 1, Informative

      Prefs > Advanced > History. I think by default it sets to 5 hours for Documents and Images, which is obviously far too long. I've been carrying over a set of preferences since sometime around version 9, so I have no clue what the default is these days. But setting Documents to "every time" and Images to whatever pleases you (mine's at 5 minutes, which I think might be a little much) should solve the issue.

    3. Re:It will still suck by Anonymous Coward · · Score: 1, Informative

      I've wanted to like Opera for years, but I don't like the way it caches data...for example using the Yuku (old EZ Board) message board. If there are new articles, I have to manually hit refresh to detect them when I navigate back to the page later on. IE, Firefox, and Chrome automatically detect the changes, Opera does not. Maybe there is a setting I could change, but why should I when the other browsers work fine out of the box for this.

      Greedy caching is always better. No exceptions. Reconnecting over the web is a waste when your were just here 5 minutes ago, or worse, if you misclicked a link and have to wait for it to reload over a dialup or bad Wifi connection. When you block flash and ads at a proxy or hardware level, and even turn JS off, it is stupid to have a page reload again when you click back.

      It is silly to forget that 10 years ago pages were not expected to have new blog posts, breaking news or twit / myspace / facebook garbage considered an update to be urgently pushed to the browser; hell, we still don't get minute by minute data unless flash, java or JS addins are riding on to of the webpage, making refresh buttons not necessary for important data (realtime quotes, for instance, use ActiveX; businesses don't trust your HTML layer for refreshing.)

      We have been coerced by MS to forget that we can use a refresh botton if we are on ... the front page of slashdot. Hell, HTML and cookies both have TTL functionality, so more webmasters should play a larger part if you are really that bothered about Opera not "being told" which pages to never cache.

      It really pisses me off when I'm on a legacy but maxed out PC with a mainstream browser and every single Back click destroys the whole point of having a browser history. Most browsers don't even let you define when to refresh content, and use a messed up model of refresh everything instead of refresh only webpages whose tags suggest to do so.

    4. Re:It will still suck by Anonymous Coward · · Score: 0

      Is there a check document frequency setting?

      Yes. Preferences>Advanced>History.

    5. Re:It will still suck by Anonymous Coward · · Score: 0

      Indeed there is an option (in the current non-Beta anyway, can't install the beta on this machine) for how often it should check the cached version against the server. I leave it set to "Always" for full pages, and "5 minutes" for images.

  12. Pretty impressive release by bheer · · Score: 1

    I tried several of the Chrome Experiments on Opera 10.5, and everything ran very smoothly. Good going Opera.

    Now if only they'd add an option to make the keyboard/mouse options more like Firefox/Chrome, I could use this as my default browser. It still bugs me that it's very, very hard to make a customizable browser like Opera open new tabs with a ctrl-click like every other browser.

    1. Re:Pretty impressive release by AmigaHeretic · · Score: 2, Insightful

      Yeah, Opera can't win that one. Opera has been around longer than FF and Chrome combined, so when you start changing "Shortcuts" to be more like FF/Chrome the people that have used Opera forever complain.

    2. Re:Pretty impressive release by A+Friendly+Troll · · Score: 2, Informative

      It still bugs me that it's very, very hard to make a customizable browser like Opera open new tabs with a ctrl-click like every other browser.

      What's wrong with the middle mouse button?

      Opera used Shift for that purpose before other browsers even had tabs, and it still works that way (I think - I really don't know, because I've had a mouse with a scroll wheel for many years now).

    3. Re:Pretty impressive release by hkmwbz · · Score: 2, Informative

      Now if only they'd add an option to make the keyboard/mouse options more like Firefox/Chrome

      Preferences, Advanced, Shortcuts?

      --
      Clever signature text goes here.
    4. Re:Pretty impressive release by ZERO1ZERO · · Score: 1
      Now if only they'd add an option to make the keyboard/mouse options more like Firefox/Chrome, I could use this as my default browser.

      Please, no. Either A) Use those browsers or B) request those browsers to be more like Opera.

    5. Re:Pretty impressive release by bheer · · Score: 1

      > What's wrong with the middle mouse button?

      Laptops don't have a middle mouse button unless you buy an add-on.

      > Opera used Shift for that purpose before other browsers even had tabs

      Do you mean shift-click? That opens a new tab and gives it focus. I'm looking for opening a new tab in the background, which is currently bound to ctrl-shift-click. And of course the biggest oddity is that you can not change this binding easily.

    6. Re:Pretty impressive release by maxume · · Score: 1

      "Use Firefox Keyboard Shortcuts" wouldn't be a completely absurd option to include.

      --
      Nerd rage is the funniest rage.
    7. Re:Pretty impressive release by bheer · · Score: 1

      > Preferences, Advanced, Shortcuts?

      Please, show me how to open a new tab in the background with ctrl-click, like Firefox/Chrome/Safari/IE8. I have tried and it's been a bit difficult so far.

    8. Re:Pretty impressive release by bheer · · Score: 2, Insightful

      Netscape/Mozilla is older than IE, but Firefox still changed over to IE-ish shortcuts on Windows in order to be a more comfortable transition.

      Also, I'm not asking Opera to shaft their loyal users. Opera is very customizable. There's no reason why they couldn't create a Firefox-ish shorcut set and let users choose that as an option. In fact, right now my biggest gripe is that their customization doesn't allow you to redefine ctrl-click consistently.

    9. Re:Pretty impressive release by sznupi · · Score: 2, Funny

      Would require some big organizational changes though; usually the ideas, solutions flow in the other direction ;)

      --
      One that hath name thou can not otter
    10. Re:Pretty impressive release by Backward+Z · · Score: 2, Informative

      I've been using Opera for some time now but I've become very attached to many of their other shortcut keys.

      Most indispensable is going forward/back by holding left click and right clicking and vice versa. It's just so intuitive. I catch myself trying to use it constantly in file explorer.

      That's what I want. Customizable Windows shortcut keys. Why not?

    11. Re:Pretty impressive release by sznupi · · Score: 2, Informative

      Laptops don't have a middle mouse button...

      Most laptops don't have a middle mouse button.

      --
      One that hath name thou can not otter
    12. Re:Pretty impressive release by Anonymous Coward · · Score: 0

      Good idea!

      "Use User Agent String" worked out well in the past...

    13. Re:Pretty impressive release by shutdown+-p+now · · Score: 1

      GP is absolutely correct. Opera is already a browser that lets you do complete customization of all keyboard shortcuts, and a lot of mouse shortcuts - it's one of its major features, and it's worth it. But the fact that, for all that, something like Ctrl+click on a link is not customizable, is just stupid. And I say this as someone who's been using Opera as a primary browser since 2001.

    14. Re:Pretty impressive release by Anonymous Coward · · Score: 0

      No, but Opera can't be expected to support the keyboard layout of every Tom, Dick, and Harry browser that comes along. They lose even if they did because people will complain "theirs" is not the default.

    15. Re:Pretty impressive release by bheer · · Score: 2, Insightful

      Every Tom, Dick, and Harry browser that comes along? IE8/Firefox/Chrome/Safari, which are #1-4 in the marketplace, have very similar keyboard shortcuts. You'd think Opera would at least study its competition. Alternatively it could continue enjoying its niche as #5.

    16. Re:Pretty impressive release by XnavxeMiyyep · · Score: 1

      On a Mac, command click opens a new tab in the foreground with command click and in the background with command shift click. I'm pretty sure you can just use ctrl shift click on Windows/Linux.

      --
      I put the 't' in electrical engineering.
    17. Re:Pretty impressive release by TangoMargarine · · Score: 1

      Because it's not really a button. The reason I've never gotten into middle-"clicking" anything is because it takes like 3 times the normal amount of effort to make sure you're pressing it straight down, instead of scrolling it. And God help you if you have one that you can tilt side-to-side.

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
    18. Re:Pretty impressive release by InfiniteLoopCounter · · Score: 1

      Laptops don't have a middle mouse button unless you buy an add-on.

      Try clicking left and right mouse buttons simultaneously.

    19. Re:Pretty impressive release by fucket · · Score: 1

      On my laptop, I remap that stupid context menu button to middle click. It falls right under my pinky when I'm using the touchpad.

    20. Re:Pretty impressive release by bheer · · Score: 1

      I use FF/Chrome/Safari regularly. I'd love to use Opera more. But I can't because of a limitation in their keyboard customization system. And it's hilarious to see Opera fans defend Opera by saying "they don't see" why a particular industry-standard shortcut is important.

      When the top 4 browsers in terms of market share all use ctrl click, Opera can either play ball or be the browser that has the dorky 'different' shortcuts. With the latter strategy, I see its market share going down, not up.

    21. Re:Pretty impressive release by bheer · · Score: 1

      Does not work (Opera 10.5, Windows XP)

      And what's this obsession with the middle mouse button anyway? Wake-up call: most PCs don't have a real 3rd mouse button. Certainly most laptops don't. The fact that the mouse-wheel can be used as one might appeal to the gamer/geek demographic, but it's really not as comfortable as a, you know, real button (explained here).

    22. Re:Pretty impressive release by ap7 · · Score: 1

      There is an option in the Opera Preferences dialog to change Keyboard shortcuts or choose from several different sets of shortcuts. Look it up.

    23. Re:Pretty impressive release by Anonymous Coward · · Score: 0

      People who don't use thinkpads deserve what they get.

    24. Re:Pretty impressive release by richlv · · Score: 1

      hmm. it's ctrl+shift-click in opera, that i'm very used to. given that ctrl and shift ar one above the other on most keyboards (yeah, i know smaller laptops like eees have it a bit different), that's hardly an issue.

      as an opera user since versions... hard to recall, but version 5 was definitely my primary browser - i have two large issues with opera right now :)

      1. i can't add a field in ui that would take value entered, add it to an url and open that url in a new tab. that's very limiting - bet i could get is to open that url in a new tab...

      2. i just can't force it to NOT reload https pages when navigating back. i've set the maximal caching settings i could ever find, but it's still RELOADING THE DAMN PAGES. hey, opera engineers, wtf with this one ? or the above one, for that matter... i've posted on opera forums about both issues, no resolution.

      don't misunderstand me, still loving opera and using any other browser very, very rarely :)

      --
      Rich
    25. Re:Pretty impressive release by maxume · · Score: 1

      Firefox does not get in my way. I therefore have no interest in trying out other browsers (I have never tried any of Chrome, Safari or Opera...).

      Maybe I am missing out, but I don't know it, so it doesn't bother me any.

      --
      Nerd rage is the funniest rage.
    26. Re:Pretty impressive release by sznupi · · Score: 1

      It's not a niche everywhere. It is the number one browser (yes, ahead of IE) in Ukraine, is becoming number one right now in Russia. It has generally quite respectable usage share in large part of Europe, often between 5 and 10% (in cotrast to Safari, which typically almost doesn't exist and is in places behind Opera Mini, the j2me one; Chrome is doing better, but still typically noticeably behind Opera, even with all the Google promotion on every Google website)

      Check for yourself a slice of regional data: http://ranking.pl/

      Now, why all those people suddenly have to adapt to the way of browsers totally dominating different region of the world?

      --
      One that hath name thou can not otter
    27. Re:Pretty impressive release by sznupi · · Score: 1

      So just buy a mouse where it is a button, just above the scrollwheel?

      --
      One that hath name thou can not otter
    28. Re:Pretty impressive release by sznupi · · Score: 1

      Isn't #2 generally a good thing, considering potential security implications? (and Opera does rather well here, I prefer to keep it that way)

      --
      One that hath name thou can not otter
    29. Re:Pretty impressive release by richlv · · Score: 1

      it is... if i configure it that way. if i have it set to most aggressive caching and have option "always reload https pages" switched off, i want the damn software to obey the configuration. if it's not, i'm annoyed.

      --
      Rich
    30. Re:Pretty impressive release by bheer · · Score: 1

      > Now, why all those people suddenly have to adapt to the way of browsers totally dominating different region of the world?

      Because Opera cares enough about customizability to allow you to create your own shortcuts. In that light, the inability to remap ctrl-click is a bug (a limitation in the remapping system), not a philosophical discussion about whether Opera should adapt to others needs or not.

      Also, (not being sarcastic or trying to be funny) dear Opera users: please learn to take constructive criticism. When someone tells you about a feature request, try to understand what's being asked for instead of using the standard responses of "why does anyone need that", "you can use $far_more_cumbersome_alternative instead" or "buy the right kind of hardware" or (even better!) "opera had it first, why should opera change, everyone should change to match opera". Don't make up excuses for the dev team. If you frequent the Opera user forums, ask them why the limitation exists in the first place -- it may be easy to fix.

      I realize minority computer groups quickly adopt a bunker mentality (see also: Amiga, Be and pre-1997 Apple) but really, the attitude doesn't help. Opera is a good browser and can grow market share, but not if its community ignores what potential new converts are saying.

      (FWIW, I've used Opera off and on since 2000. But it still bugs the hell out of me that using Opera is a little bit different from using my other regulars -- Firefox, Chrome and Safari. In terms of user experience, it's a papercut. This is especially ironic because Opera is so customizable.)

    31. Re:Pretty impressive release by TangoMargarine · · Score: 1

      They sell those? Can't say I've ever seen one...

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
    32. Re:Pretty impressive release by sznupi · · Score: 1

      Hm, switching off "always reload https pages" is not the same as instructing it to not reload them under any circumstances. Could it be possible that those htpps pages you frequent trigger reloading somehow?

      --
      One that hath name thou can not otter
    33. Re:Pretty impressive release by sznupi · · Score: 1

      My very first scrolwheel mouse (A4tech AFAI remember) had three fullsize buttons. While such form might not be available anymore, I'm sure you won't have much problems with finding IBM/Lenovo Scrollpoint Mouse (ok, not a scrollwheel per se; but similar to how Model M or Thinkpads are made "properly") or...large portion of A4tech line - the have quite prominent button just next to scrollwheel.

      --
      One that hath name thou can not otter
    34. Re:Pretty impressive release by sznupi · · Score: 1

      If that's suddenly a bug, then submit it as a bug/feature request, instead of, yes, philosophically discussing it here. It's your problem, so you go ask for it to be fixed; we're just telling you how it's not a problem for many.

      While doing that - get off your high horse and remember that Opera, among browsers, has one of the lesser problems with unfulfilled promises. How many years FF is plagued with resource hunger? (and why Seamonkey is..snappier?) Where's the link to Minimo release from few years back, running perfectly on my 200 MHz ARM11, 20 MiB user ram Symbian phone? Don't get me started on hard and painfull limits of Chrome scalability.

      Also, you really managed to miss that some of us live in places where Opera is not a niche product at all? Wow...

      I am very glad that using Opera is a little bit different. If only because other browser are unusable with my usage patterns.

      --
      One that hath name thou can not otter
    35. Re:Pretty impressive release by bheer · · Score: 1

      If that's suddenly a bug, then submit it as a bug/feature request, instead of, yes, philosophically discussing it here. It's your problem, so you go ask for it to be fixed; we're just telling you how it's not a problem for many.

      I can do better, I can ignore Opera and watch it squished into an ever-shrinking corner of the marketplace. Pretty soon they can't even whine to the EU about getting their asses kicked in the marketplace.

      Also, lots of users have pointed this bug out to Opera devs before. Google it -- it's not a new problem. They've done nothing so far.

      While doing that - get off your high horse and remember that Opera, among browsers, has one of the lesser problems with unfulfilled promises. How many years FF is plagued with resource hunger? (and why Seamonkey is..snappier?) Where's the link to Minimo release from few years back, running perfectly on my 200 MHz ARM11, 20 MiB user ram Symbian phone? Don't get me started on hard and painfull limits of Chrome scalability.

      I'm glad Opera works well for you, so why're you on a jihad to make sure it doesn't work well for others? And Chrome's and Firefox's failings stop Opera from being better ... how?

      Also, you really managed to miss that some of us live in places where Opera is not a niche product at all? Wow...

      I don't care if Opera is big in Ulan Bator or Timbuktu. In the larger browser marketplace, it's a distant #5, and shrinking. Frankly, with users like you acting providing such helpful community support for the product (and yes, that was sarcastic), they deserve all the shit they get.

    36. Re:Pretty impressive release by KozmoStevnNaut · · Score: 1

      Logitech VX Nano. Clicking the scroll wheel puts in in "free scroll" mode, clicking the button above the wheel defaults to the middle button, but can be configured to just about anything.

      --
      Eat the rich.
    37. Re:Pretty impressive release by richlv · · Score: 1

      that's an interesting idea, actually - i suspect that could be done by javascript then ?
      thanks, i'll try to test this theory, if it indeed is some other method causing this, i'll scream at webapp developers instead ;)

      --
      Rich
  13. Windows ballot screen by Tarmas · · Score: 1

    In case you didn't know, Opera wants to have a new version ready before the Windows browser ballot screen for the EU is in effect.

    --
    Signature has left the building.
  14. Shortcut to download the beta by haruchai · · Score: 1

      Go to http://www.opera.com/browser/download/?os=windows&ver=10.50b1&local=y
    to download as navigating from the info page on the features in 10.50 Beta returned an error

    Looking forward to seeing how this performs as i've been using Opera for 10 years but FF have been my go-to browser
    for the last 3.

    --
    Pain is merely failure leaving the body
  15. Z1-Glass by BountyX · · Score: 2, Informative

    If your trying the beta out, try the Z1-Glass theme, its pretty spiffy. I think it looks better than the default skin. You can download it by pressing Shift + F12, Select "Find More Skins" radio, then sort by Top Rated tab.

    --
    Trying to install linux on my microwave, but keep getting a kernel panic...
    1. Re:Z1-Glass by BountyX · · Score: 2, Informative

      I forgot to mention, to really feel the speed of the new Vega engine, you should set Opera to draw instantly. By default, its set to draw after 1 second. To change this, hit ALT + P, Advanced Tab, Select Browsing on the list off to the left. The first combo box under the Loading text label contains the "Draw Instantly" value. Select it and save. There should be a noticeable increase in perceived page load.

      --
      Trying to install linux on my microwave, but keep getting a kernel panic...
    2. Re:Z1-Glass by shutdown+-p+now · · Score: 1

      Congratulations, you have successfully melted the PC of the unfortunate author of that skin by Slashdotting.

      (if it's you, then you should check yours ASAP!)

  16. lolwat by Anonymous Coward · · Score: 0

    shut up, tranny

  17. Re:Ctrl+t by Anonymous Coward · · Score: 0

    In Opera you press:
    Ctrl+t
    to open a new tab, I do not see the big deal and why Ctrl+click is better in any way. I am sure you can edit this in the ini anyway to make +click.

  18. LOVE this new version by CraniumDesigns · · Score: 1

    The new Chrome-like minimal UI, the javascript. VERY slick. Loving this new version. Keep up the great work Opera :)

  19. Re:Ctrl+t by bheer · · Score: 1

    Ctrl-click allows you to open a number of pages in the background, quickly. Give it a try in Chrome/Firefox/IE8/Safari, on a link-rich page like news.google.com. Opera is alone in making it shift-ctrl-click. And no, this isn't something you can edit the .ini for -- at least, I've not been able to find a way so far. I'd be very grateful if you could point out a solution.

  20. HTML is not a Language.... by ArcadeNut · · Score: 0, Offtopic

    It's a document format.

    --
    Visit the Arcade Restoration Workshop @ http://www.arcaderestoration.com
  21. Still fails at trivial CSS rendering/1.5yr old bug by TodLiebeck · · Score: 2, Interesting

    Love the new UI, and really appreciate the option of another well done browser. But they still refuse to fix a trivial CSS bug which has horrible consequences for AJAX apps.

    Just go to this page, and resize your browser with the vertical (not horizontal) handle.
    http://echo.nextapp.com/content/test/operacss/

    (This is very hard/impossible to do on a mac, as they don't really have one).

    Unfortunately the bug is not limited to resizing with the vertical handle...it manifests itself in other ways. It seems the browser is incorrectly measuring/reporting the vertical size of elements, and sometimes uses this data internally (as in the case of this test).

    Full thread is here:
    http://my.opera.com/community/forums/topic.dml?id=250572

    And one of the Ajax apps that experiences more serious failures as a result: http://demo.nextapp.com/

  22. UI lead designer also created FF's icon by Arty2 · · Score: 1

    It's is also noteworthy that John Hicks of http://hicksdesign.co.uk/ the guy that created the Firefox logo is now lead UI designer in Opera

  23. Damn you are a shitty coder. by Anonymous Coward · · Score: 0

    A Whiney little language fanboy bitch who can't form a thought or read the fucking manual. Javascript is simple and works well. Now let's just ditch your lazy ass shit.

  24. SunSpider means very little to most people by Rui+del-Negro · · Score: 1

    SunSpider is a "core JS benchmark". It does not focus on interaction with the renderer (which is what JS is used for in >95% of web pages), it basically tests JS performance as a computing platform. While this is likely to become more relevant in the future, it's still not a good measure of how a browser's JS performance impacts user experience.

    Opera 9 was quite slow at running SunSpider and yet reacted faster than any browser of its time to user interaction in most pages, simply because it was faster "where it mattered" (interaction with the DOM and renderer).

    If I was a cynical person, I'd say that SunSpider (a benchmark created by WebKit) was designed specifically to make WebKit look better than Opera and Firefox... :-P

    1. Re:SunSpider means very little to most people by KillShill · · Score: 1

      And by cynical you mean someone who understands that in the business world, dirty tactics often work and by you realizing this, call yourself a cynic rather than someone who can see what's really going on.

      --
      Science : Proprietary , Knowledge : Open Source
  25. The only feature I want is Gmail and iGoogle by djscoumoune · · Score: 0

    The only feature I want is being able to run Gmail, iGoogle without bugs, and being able to log in Youtube and any google service. I've been using Opera for a while but it's really annoying to have to switch browser just to be able to read the news and emails.

    1. Re:The only feature I want is Gmail and iGoogle by DaAdder · · Score: 1

      I've been using Gmail since it came out. Except for a few short periods in history, Opera has worked pretty well. For the last...I don't know how many years, it's worked without me noticing a single issue.
      What exactly are you missing when trying to use Gmail in Opera? It certainly isn't just reading your mail.

    2. Re:The only feature I want is Gmail and iGoogle by djscoumoune · · Score: 0

      For more than 2 weeks I've been getting 552 errors on these sites in Opera, but now today it's working again I don't really know what to say. iGoogle Rss are still showing just 1 news piece but other than that everything is working including gmail in iGoogle.

  26. 1pv4/6 hybrid site bug fixed!!!! by Anonymous Coward · · Score: 0

    Finally!!! This has been pissing me off for a long time. I almost switched browsers over this it was so annoying.

    I can finally access FreeBSD.org and other such sites again...

  27. Re:Ctrl+t by Anonymous Coward · · Score: 0

    middle button of your mouse. try it.
    or try mouse gestures.

  28. Funny you should mention Scheme... by SuperKendall · · Score: 2, Informative

    Python, Ruby, or some dialect of Scheme

    "The key design principles within JavaScript are inherited from the Self and Scheme programming languages."

    Javascript is almost already a dialect of Scheme. Are you sure you know Javascript as well as you think you do? What would you want from a Scheme Variant you do not have today?

    I can't find the reference, but on a StackOverflow podcast it was stated by one of the initial designers that the syntax initially even was very much like Scheme, but at the last moment they wanted to have it use a Java style syntax instead..

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  29. Re:Still fails at trivial CSS rendering/1.5yr old by Anonymous Coward · · Score: 0

    I'm not seeing that behavior at all in Opera 10.1 under Windows 7.

  30. Re:Still fails at trivial CSS rendering/1.5yr old by Anonymous Coward · · Score: 0

    Funny... no problems for me.

  31. But... by deanston · · Score: 0, Troll

    If the css implementation is shite, it is still shite. Can't make up for the visual suckiness with faster js.

    1. Re:But... by Anonymous Coward · · Score: 0

      (Good thing the CSS implementation isn't shite?) You're free to elaborate though.
      Also, I don't see how your sentences are related to another.

    2. Re:But... by hkmwbz · · Score: 1

      What's wrong with the CSS implementation?

      --
      Clever signature text goes here.
  32. Re:Still fails at trivial CSS rendering/1.5yr old by onedotzero · · Score: 1

    Yeah, that one's been around a while. Only real way to mitigate it is JS (jquery has a nice $(window).resize() function - though it doesn't seem to work in some version of Safari).

  33. Re:Still fails at trivial CSS rendering/1.5yr old by hkmwbz · · Score: 1

    Oh, it's you. You keep spamming Slashdot with the same trivial and irrelevant issue over and over again. Why?

    --
    Clever signature text goes here.
  34. Re:Still fails at trivial CSS rendering/1.5yr old by richlv · · Score: 1

    for the record, 10.10 resizes the area when decreasing it vertically, but not when increasing.

    --
    Rich
  35. Here come malware infestations due to javascript by Anonymous Coward · · Score: 0

    "Flush out your headgear, new guy. The days of HTML- and CSS- only websites are over." - by amicusNYCL (1538833) on Friday February 12, @06:42PM (#31121810)

    This article speaks of trade-offs, & there's one YOU are overlooking "old guy": What is the % of infestations foisted on people online by javascript in their webbrowsers, HTML scriptable emails, & Adobe .pdf malscripted documents?

    90-95% nowadays approximately (if not more)??

    (Take yourself a trip over to SECURITYFOCUS.COM &/or SECUNIA.COM... you'll see EXACTLY what I mean if you do!)

    APK

    P.S.=> Still - I don't think folks should outright "turn off javascript" though... However, I do think they ought to use javascript SPARINGLY (i.e./e.g.-> Only on sites they absolutely trust (is there such a thing?) OR on sites they cannot conduct business (or whatever it is they're up to there on said site) on without the use of javascript)... that's all!

    In the end here, all I have to say, is this:

    "Hats off to the folks @ Opera"

    They never cease to amaze, & rarely let me down (don't know about the rest of you)! apk

  36. pal by Anonymous Coward · · Score: 0

    thanks

    i like it

    http://www.pallap.com/