Opera Settles $12.75m Lawsuit, But with Whom?
An anonymous reader writes "According to a press release from Opera Software ASA, they have settled legal claims with an
international corporation resulting in payment to Opera of net USD 12.75 million. The interesting bit is that the international corporation is unknown. Dagbladet speculates that Microsoft is paying up. They reason it has something to do with this."
..because even if they don't get enough paying customers they have more money again to continue developing the browser with the world's best user interface!
I believe it's a settlement with the three tenors. Hardy har har!
Maybe it is the random that the phantom of the Opera demanded!
This has been a test of the lame joke broadcast system, this is only a test, in the event of a real lame joke, Cowboy Neal's name would have been mentioned, thank you for your time.
I'm an Opera zealot if there ever was one. The issue with MSN was absolutely infuriating. For those who didn't RTFA: MSN.com sent a different style sheet to any browser that specifically identified itself as Opera. The style sheet had less content, and broke the layout of the page. It was one of the most asinine things I've ever seen, because it could only have been done intentionally.
I am also suspicious of Microsoft, but I doubt it has anything to do with the MSN debacle. All they did was just send a poorly-rendered page. It's underhanded, but most websites don't comply with W3C spec anyway. I suppose it's possible that Microsoft paid Opera to make it go away, but there's little proof.
Auto-reply to ACs: "Truly, you have a dizzying intellect."
Why is it the most interesting link is always /.'d first? Ah well, here's the "something to do with this" link cache.
Life shrinks or expands in proportion to one's courage. - Anais Nin
...and you can bet your last dollar you'd hear Microsoft has something to do with - and quite sadly it usually ends up on the wrong side - patent infrigements, monopolistic policies, etc..
http://efil.blogspot.com/
Here's Opera's press page.
Nary a word about it.
But hey, don't let that stop you from flaming Microsoft.
Am I the only who has that German article come up completely out of wack in Mozzila?
In related news, OSDN/Slashdot to pay 'cost of loss' for the disrepectful way in which, after posting a link to Opera's site, the server melted in less than 8 comments.
I really enjoy the Opera interface, but I am a FireFox diehard as many other people here are, so I wonder why Opera? Why not FireFox, or one of the others, Mozilla, etc. etc.? I'm sure its Slashdotly correct to assume that MS and the MSN website issue are the reason for this money but perhaps its something much less sinister. Mod me down if you want but I think putting something like this on the front page is just spreading unnessecary FUD.
Please do not let scientific accuracy interfere with the intended humourous/interesting/insightful value of this comment
Now that they have a hefty some of money, maybe Opera should realise their browser would be a lot better if they just open source it.
Setec Astronomy
I think SCO was threating legal action and they smacked them down like the dogs they are. Just my opinion.
You say things that offend me and I can deal with it. Can you?
Actually it's probably Norwegian since Opera is an Norwegian company.
Opera always has the word "Opera" in it UA string no matter what it identifies as.
The masquerading is only intended to allow Opera to work with sites that don't know about Opera (ie foolishly test for only IE or Netscape and throw an "unsupported" browser otherwise). It isn't intended to hide the fact it's Opera for sites that know about it.
Boffoonery - downloadable Comedy Benefit for Bletchley Park
... slashdot pays a few million to an unknown company with apologies for driving their bandwidth to the ground.
Full text (sorry, no pictures):
Why doesn't MSN work with Opera?
[Update Feb 7: After this page had been referenced by Cnet, The Register and Slashdot, MSN changed their setup so that Opera7 no longer receives the distorted style sheet. Opera6, however, still does]
Microsoft and MSN have a history of trying to stop people from using the Opera browser. When trying to access MSN.com using the Opera browser, there are two visible problems. First, for the user it looks like Opera has a serious flaw so that many lines are partially hidden. Second, the page shows less content than users of Microsoft's Internet Explorer (MSIE) see.
The purpose of this page is to document, in technical terms, what is going on. Did the Opera programmers make grave mistakes? Or is it something wrong on the MSN site? If so, is the Opera browser targeted specifically? (Executive summary: no, yes, yes)
To analyze the problem, the first step is to download the files as they are served to the browsers. When requesting a page, the browser sends along a "User-Agent" string which makes it possible for the server to identify which make and version the browser is. Here are the User-Agent strings used by the three browsers (when running on Windows XP) in this test:
Browser User-Agent string
Opera 7.0 Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.0 [en]
MSIE 6.0 Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Netscape 7.01 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01
When downloading pages, browsers sometimes modify the content before saving the pages to disk. For comparison purposes it is therefore important to use another to fetch the files. In this test "wget" was used. The table below shows the files fetched by "wget" when told to identify as Opera7, MSIE and Netscape 7.01, respectively. The test was run around 2PM Oslo time on Feb 5, 2003.
Files Bytes Command used to fetch file
opera7.html 39436 wget --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.0 [en]" --output-document opera7.html http://www.msn.com
msie6.html 37253 wget --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" --output-document msie6.html http://www.msn.com
ns7.html 37379 wget --user-agent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01" --output-document ns7.html http://www.msn.com
As can be seen in the table above, each browser is sent different HTML files. If you open the files in your browser of choice, you will see that that the file sent to Opera7 has less content in (although it is bigger) than the version sent to the Microsoft and Netscape browsers.
To understand why there are differences, we need to peek inside the HTML files. This part of the analysis is quite time-consuming, but by now we have some experience. It turns out that MSN sends different style sheets to the different browsers. This can be seen in the first LINK element of each of the three files. The style sheets are:
Browser File Bytesize Command used to fetch file
Opera 7.0 site.css 521 wget --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.0 [en]" --output-document site.css http://i.msn.com/m/8/c/site.css
MSIE 6.0 site-win-ie6.css 2036 wget --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" --output-document site-win-ie6.css http://i.msn.com/m/8/c/site-win-ie6.css
Netscape 7.01 site-all-nav6.css 1926 wget --user-agent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01" --output-document site-all-nav6.css http://i.msn.com/m/8/c/site-all-nav6.css
As can be seen in the table above, Opera7 receives a style sheet which is very different from the Microsoft and Netscape browsers. Looking inside the style sheet sent to Opera7 we find this fragment:
Microsoft has a lot to lose and taking down opera (or being caught doing something that looks like that) would seriously hurt their current EU legal status (monopolizing a competitor on the browser market). I'm sure microsoft will have settled this on very strict terms with Opera.
Opera however can use the funds to publicise itself FAIR wihtout slandering M$. That would be the wiser choice.
http://www.computerworld.no/index.cfm?fuseaction=a rtikkel&id=97D7699C-E40D-042A-58AA70FC9F31DE52
http://www.digi.no/php/art.php?id=104271
they are in norway.. but it whith ms..
who else can it be??
MS might not be able to kill opera but OSDN get
/.ed every alternate day
How!?!
Just get opera.com
they'd end up paying their yearly profits for the monthly internet bill
Actually its in norwegian - which by the way looks a lot like danish, only horrible spelled...
Thomas
The $3,000 per hour in legal fees! Once again Bill gets Micro$hafted!
This isn't new. Morally nebulous web site owners around the world configure their sites to check the user agent and if they detect a search engine like Google, they send a page that will 'spamdex' the Google search results; a page that with keyword laden or otherwise garbage to the user but optimized for search. The temptation to corrupt the fair process of serving the same info to everyone is irrisistable, especially when there is money to be made from a well ranked mortgage/gambling/casino/hi risk loan/no credit card refused type site. Hypocritically, this appears to work in reverse for vendors like Microsoft. Although they don't like users spamdexing their search engines based on user agent discrimination; they are more than happy to serve the same flavor of evil to help sqash a competitor in their marketplace.
consider coffee a lubricant that helps one penetrate the coding zone
And since Opera Software is a Norwegian company, I doubt they'd make a press release only in danish :-)
.signature: Command not found
Translating properly is hard.. but I'll give it a try just for the heck of it :)
Headline: Secret Million-settlement
Picturetext: MSN: This is how the broken MSN looked like.
Ingress: An american company must pay one year of earnings(one year of opera's earning that is, the sentence was unclear in norwegian too) to Opera software. Why is a secret.
(Dagbladet.no): Opera software has just reached a settlement in a legal dispute with an american company. According to a stockmarket note issued today, the compensation given to Opera was 89 millions.
The company was not one of Operas existing customers.
- We have presented a few fact against this company. We agreed to avoid taking this court. A part of the bargain is not telling which company this is, says technical manager Håkon Wium Lie in Opera software to dagbladet.no
- Is this about the mobilephone reader or the pc-version?
- This issue is not a pirating or patent issue. In the settlement we do not give away any rights concering our products, and we shall continue making good products, says Lie.
It was after a substantial amound of documentation was sent over to the american company that the settlement came to be. As a consequence, this will not come before the court.
Last year Opera made 78 million kroners (about 10 million dollars). This settlement therefor equals one year of revenues.
- However, this year our ambitions are far greater, claims Lie.
Accusing Microsoft
Dagbladet.no doesn't know which company entered the settlement with Opera. It is however formerly known that since 2001 Microsoft have been blocking out Opera customers on purpose from their net pagers.
On his private webpages Wium Lie have in detalj explained what happens when a user enters the netpage msn.com with Opera.
He has documented that MSN sends a seperate version of their pages that looks worse on Opera and Netscape. On these pages, the page looks broken and weird. Among other things, part of the content is being placed outside the margin. MSN fixed the error after being by Opera, however older version still have trouble.
Read also: 'ditch Internet Explorer'
"" How about taking the safety labels off everything, and let the stupidity-problem solve itself? """
Here's a quick translation of the norwiegan article. I'm Swedish so nor my english or my norwiegan is perfect, but you should get the picture.
[translation]
Secret millon-dollar settlement
An american company will pay about a years revnue to Opera Software. The reason is secret.
Opera software has recieved a sum of money after entering a settlement with an american company. According to a press release that Opera send out today, the settlement has given the company a compensation of 89 million norwiegian kroner (NOK).
The company is not one of operas existing customers.
- We have laid forth some facts against a company. We have agreed not to take this to court. It's also a part of the settlement that we
don't tell which the involved company is, says the technical director Håkon Wium Lie of Opera software to Dagbladet.no
- Is this about the cellphone browser or the
pc browser?
- It's not about piracy or patents. We don't give
up any rights in the settlement and we will
continue to deliver good products, Lie says.
It was efter sending a large amount of documents to the american company that the settlement was reached. Thereby this issue won't go to court.
Last year Opera made of profit of 78 million NOK. The settlement thereby brings in a years profit to Opera.
- Although this year we have widely larger ambitions, says Lie.
[/translation]
The rest is just about the old msn/opera issue.
Opera is a class act. Their sense of humor in this whole thing kept it interesting. BORT! They're the perfect example that you don't have to be "free" to compete with Microsoft. Plus they make a better product.
If you're half as beautiful naked, you'd be 4 times as beautiful with twice as many clothes on.
Contains no more info, but in english so Americans can read it too.. http://www.theregister.co.uk/2004/05/18/opera_lega l/
It should be noted, that Opera's initial response to MS's clear disregard for web standards was perhaps the funniest move ever by a tech company.
Just ask the Swedish Chef...
No, it's a settlement with Oprah Winfrey. If the googol guys can sue Google....
Don't blame Durga. I voted for Centauri.
As the link clearly shows.
Using Operas "IE" identity (the ones with MSIE in them) Opera got sent Opera specific stylesheets.
When they changed Opera to Oprah they got the MS IE stylesheet. Thus the site was specifically looking for the word "Opera" in the UA string before sending the screwed up style sheet.
Boffoonery - downloadable Comedy Benefit for Bletchley Park
Hehe. I had the pleasure of being the author of the JavaScript code they used to do that.
:)
They contacted me a few days before asking permission to use it, but I had no idea what they had been planning. Imagine my surprise!
You can accomplish anything you set your mind to. The impossible just takes a little longer.
Here's their press release about it:
http://www.opera.com/pressreleases/en/2003/02/14/
Secret settlement
An american company has to pay the equivalent of one years profits to web-browser company Opera.
credit: JAN THORESEN@dagbladet
(Dagbladet.no): Opera Software has gained a nice chunk of cash after settling a case in american courts. According to a notice to investors the company sent out today,
the company has agreed to pay Opera 89 million kroner ($1 = ~6.8 NOK)
The company is not a customer of Opera Software.
- We have presented a list of facts about a company, and we have reached an agreement with said company to handle this out of court. It is also a part of the settlement that we do not disclose the name of this company, says technical director at Opera, Håkon Wium Lie.
- Is this settlement over the WAP browser or the regular Web browser?
- This is not a matter of piracy or patents. We do not surrender any rights with this settlement, and we will of course concentrate on continuing to produce good products, says Lie.
Last years revenue for Opera was 78 million NOK, almost the size of this settlement.
- But we have bigger ambitions for next year, says Lie.
Has previously accused Microsoft
Dagbladet.no is not aware of which company this settlement is with. However, it is known that Opera has accused Microsoft since 2001 of intentionally blocking users of opera from using their web services, including MSN.com, by sending a special broken version to users accessing their websites using Opera.
On his private webpages, Lie details what happens when MSN.com is accessed using Opera. Among other things, the CSS breaks the page, and so does weird use of HTML. When accessing the page with Opera, using a fake useragent, it looks normal. The "mistake" has been corrected after Opera pointed it out to microsoft.
Somewhat direct translation. Enjoy.
1. Place this at the top of your web pages and make sure they all have the
2. Create a file called msie.php and provide links to www.opera.com and www.mozilla.org and explain why they are seeing this page.
3. Pass the ?msie=true setting to all of your internal links so that the code is bypassed for MSIE users.
4. Use an if statement to direct MSIE users to a different style sheet if you wish to give them a watered-down version of your site.
An example of a site that blocks MSIE.
Have fun.
-Jem
Even if Microsoft did do it on purpose is that really wrong?
Microsoft is a for profit company, they are not a public anything. They owe nobody anything. What if Google and Opera had a falling out. It would be well within Google's right to write code to specifically lock out users of that product. That is just how business works. If I run a garage I can blatantly refuse to work on your car if you drive a Ford because I do not like the company. You can do absolutely nothing about it as all as business in the US is considered private and has no legal responsibility to the public in term of who it will serve (Other then handicap people)
I agree it was dick of Microsoft to do but why should they have to adhere to laws other company do not.
Bitch and moan all you want and in the end realize that this is about the same as Microsoft suing Epson for designing a printer that will only have full functionality on a Mac. It is stupid and chilidish and I an disguted that Opera has resorted to legal mans to raise funds. They are now as low as SCO in my book.
[Digi.no is interviewing Håkon Wium Lie from Opera]
Digi.no reverses the question and asks whether Opera and Microsoft have had any contact on the coding of MSN. This ordinary question should give Lie no reason to be silent, but he refuses to answer.
He only says cryptically: "Microsoft has fixed a lot, but there are still some versions of Opera that won't work".
When digi.no asks "Can we expect that this is solved in the near future?", Lie says that he "unfortunately cannot comment on this."
They came to the agreement without taking it to court according to the article.
Boffoonery - downloadable Comedy Benefit for Bletchley Park
Now maybe the Mozilla Foundation, the World Web Consortium, and an us Web Developers can collectively sue Microsoft for deliberately breaking PNG, CSS, HTTP, and the other myriad Internet standards out there. I don't think large punitive damages are out of the question considering the wasted time and effort their sorry excuse for a web browser causes us in having to maintain two different versions of stylesheets and web-pages (IE and non-IE).
</rant>
The effect is the same as mentioned in the article, albeit, on a much broader scale.
I haven't managed to get all of the last image yet but I will update it as and when I do.
/. it :)
msie-on-opera6.png
msie-on-opera7.png
opera7.png
(The server is bo Akes powered - you can't
... anyone else think it funny that the Opera spokesperson's surname is Lie ?
...just something that looked bad and was contrary to the spirit of web standards. I'm an Opera user myself, and occasionally come across sites that specifically redirect me to a 'blocked' page saying that they only support IE or Netscape and telling me to download one or the other. (The site usually ends up working fine in Opera.) I've never heard of anyone being prosecuted for doing this.
I write webpages for a living, and I work with stylesheets every bloody day. My stylesheets work on Mozilla (Windows, Linux, Mac OS/X), Netscape (Win, Lin, Mac), Opera (Win), IE (Win, Mac) - all with the same stylesheet! When there is a rendering error it's so trivial that it doesn't degrade from the webpage. oh yeah my stylesheets are css2 compliant
If you cannot keep politics out of your moderation remove yourself from the Mod Lottery.. NOW!
While that might reflect his personal opinion as a member of Mozilla.org, it certainly doesn't mean that he is right in his bias against Opera. After all, Opera offers a heck of a lot more useful stuff when installed than Firefox.
Just because it doesn't behave exactly like your favorite program, doesn't mean that it sucks! He might have something useful to say, but when he gives the impression that unless Opera is exactly like Firefox, it will always suck,
Oh, and the screenshot is totally wrong. That's not what Opera 7.5 looks like by default at all.
And finally, read this comment: "Posted by: sas on May 13, 2004 02:54 AM". It takes the piss, but it's rather spot on and proves a point. Anyone can make anything look bad by posting biased reviews like that.
Clever signature text goes here.
Nonono, by keeping the payer's identity secret, *cough*, Microsoft doesn't have to live up to their past claims of needing to pass the cost onto consumers.
Isn't that why they implemented "Mouse Gestures"?
One-handed surfing at it's best!!
It's also a rather fast browser.. just wish the javascript interface was a little better
Reality is in the mind of the beholder - me 1996
In 2003, ESPN.com was redesigned to be web standards-compliant. It rendered perfectly on browsers other than IE. Now they've ditched clean code and returned to the stone age.
I remember a friend complaining that he was forced to rewrite his company's website in non-compliant MSHTML after Microsoft acquired a sizeable stake in his firm. The end result was a crappy, non-scaling site that would break browsers other than IE. Wonder if Microsoft had something to do with ESPN's downfall? [note how espn.com redirects to msn.espn.go.com].
Use ISO 8601 dates [YYYY-MM-DD]
Imagine a small family with one PC. All family members can use Opera with just once license. I am sure you would rather see them paying for both mother, father, brother and sister, but they don't have to do that, because Opera has them covered.
Now enter people like you: A tiny minority. You don't realize that the way things are done now actually benefit more people than if they did it the other way around. Don't you realize that there are more people in this world than yourself?
You also don't realize that Opera for Windows, Linux and Mac are different products done by different devs. Sure, most is cross platform, but they have to do work on each platform too. So why shouldn't they charge?
You are basically complaining about something which is a non issue. What you are complaining about benefits more people than it hurts, and you are forgetting one other thing:
If you buy Opera for another platform, you pay less than half price for that additional license!
That's right. Your Windows license was $40, but your Linux license would have been just $15.
Clever signature text goes here.
This was the time they released the special "BORK" edition as a joke.
... by some strange coincidence the page rendered fine using Opera 7.
... I hope I have worded this properly.
But what Microsoft was doing was VERY VERY SERIOUSLY wrong!
Basically if you "hacked" Opera 7 with a binary file editor and changed the name of the browser being sent to the server as being "IE" instead of Opera
The reason for this could only be that the Microsoft MSN site server was sending a "DIFFERENT" page for Opera browsers.
I remember this as if it was yesterday AND I'll bet if you hacked IE to say it was Opera 7 (not 6 which was ignored) the page you get wouldn't render properly in IE
Checked it in 7.23 and 7.5. It had problems in version 6. Given that the CTO of Opera Software invented CSS during his previous job at W3C it is also eminently possible that ESPN is not valid HTML/CSS. Opera been making more efforts with non-compliant pages recently and even support *both* the aberrations that are BLINK and MARQUEE.
Further, anyone who has ever done anything with style sheets would never feed that -30px declaration and expect anything productive to be done with it
Not quite true... LI tags automatically indent horribly (to my eyes), so feeding it a negative left-margin is quite sensible to shove it leftwards, so that it lines up with the normal paragraph text...
.They will never know the simple pleasure of a monkey knife fight
BORK!
"Sic Semper Tyrannosaurus Rex."
At the time there was no special page for Opera 6 or earlier versions of Opera, so of which had "normal" early version rendering problems (which funny enough weren't as serious).
Only Opera 7 was targeted. So it would be more correct to say if Opera7 was in the UA string. Sorry to be pedantic about this, but it was very clear at the time it happened that Microsoft were trying to make the NEW browser look worse than the one it was to replace.
THe Fat Lady!
Two wrongs don't make a right - but two do's make a dodo
Also, Opera (for a while) had a promotion where you could get a second license (for a different platform) for free, AFAIK.
Why is it that I don't see Eolas here? I'm not saying it was them, just that they have been known to sue browser makers. I know they say they did it for the good cause, but one still wonders...
Please correct me if I got my facts wrong.
1) While I'm no fan of browser-specific treatment (it's what keeps things like NS4 alive) and I'm no fan of MSN, I would hate to live in a world where I am liable if I screw up trying to support a browser. How does one determine if MSN just didn't test Opera 7 properly, or if they maliciously targeted it? Do you really want to set a precedent here?
2) I've been an Opera fan for several years and I'll admit the default interface of Opera 7 is atrocious. The first thing anyone should do is go get a custom skin you like, or use the windows_skin. Then turn off the majority of the toolbars. Once you get mouse gestures down, you don't need any toolbars at all. Normally my Opera windows consist of an address bar and 5 to 30 tabs.
3) Opera shouldn't open source their browser. Why would they? Not Everything Needs To Be Open Source (tm). Opera's foundation of qt is probably the best showcase for using open source for your closed sourced products. Asking Opera to open their source simply exemplifies the FUD that open source is viral.
Now enter people like you: A tiny minority. You don't realize that the way things are done now actually benefit more people than if they did it the other way around. Don't you realize that there are more people in this world than yourself?
Yes, I'm in a tiny minority group as far as dual boot.
But, I'm also in the tiny minority group that pays for shareware & similar software.
My frustration with this issue has more to do with the fact that Opera had a 'you bought it, we have your money, too bad' attitude. They gave me no explanation and nothing within a million miles of 'sorry, but we have to because of [whatever]'.
For the record, I did pay for the extra license. Opera saved me a lot of time and I'm more than willing to send money to companies that have helpful software.
OTOH, Opera didn't deal with the situation well and as a result, I now recommend Mozilla. This costs Opera quite a bit of money.
I realize that I'm being 'pissy' about it, but I do feel that Opera didn't give a damn about my situation at all once they had my money.
This is not a dream, not a dream...we are transmitting from the year 1-9-9-9.
Ok, this is absolutly offtopic, but I couldn't resist.
... governments) though that it was not clear Irak had WMP ? Looks like they were right.
..., which were certainly not great powers, just random people fighting for their freedom ?
The sig of parent is : "Les Francais sont des singes de capitulation qui mangent du fromage."
This can be translated (minus the grammar errors) in English by : "French people are cheese eating surrendering monkeys."
What is the problem with you guy ? How can this french racism be justified ?
Is that some type of knee-jerk reaction because you were insulted that the French governement had the balls to openly take the stake of 90% of the world population by opposing war in Irak ? Was it because the French governement (along with German, Russian
Or are you just trying to show your complete lack of any notion of History, Humanity, toughfullness, rightfulness and veracity ?
Or maybe you cut and pasted a sentence you don't understand ? That seems unlikely.
Now, about the new fashion of describing French as cowardly, may I remember you that France got defeated by German army, the most powerful one at that time, which also defeated all Europe ? Do I need to remember you that Russia was a way more efficent combattant of Germany than the US ? Do I also remember you that the USA got smacked by Vietnam, Somalia
This kind of attitude only shows the world that the US has quite a number of ignorant, infantile and downright people in it. Happily, I know that there also are a lot of informed and insightful people in the USA, but, much to my dismay, those intelligent people seem to be in minority. This is very sad.
I remember seeing a few days ago on Slashdot a Brit defending France (a Brit defending France !) that very accuratly reminded the few arrogant and stupid American here that French men died to help the US become independent. Those French men died to help you get rid of the Brit, in the name of Freedom. Freedom that once upon a time was the characteristic of two countries : France and USA.
How come Bush, or should I say his neo-con silt, has be able to make you forgive about the long frienship that existed between France and the USA ? How can a few bonehead, who lied to the US population and to the world, make you forget ? Didn't you learn History and Geography in school ? Or are you now taught that what is not American is evil if it doesn't share all the ideas of your President ?
I know that there are a lot of informed, intelligent people here on Slashdot from all over the world (France and USA included), and I am shocked that someone can make such stupid and racist rant his sig. I was delighted that a Brit took the time to make points against such racist rants, but I fear that too many people do not try to educate the few stupid racist left. Or maybe I am an utopist, and maybe I should learn that there are people who will never be educated, who will never look at History, and who prefer baseless racism to intelligent criticism of their government's actions.
This is very sad that such sigs can exist on Slashdot without raising more than eyebrows. And I fear that stupid people such as parents are voters in the most powerful country in the World. Such power ought to be in hands of responsible people, not stupid and arrogant racists.
Code to web standards and don't use browser blocking scripts.
You seem to have attempted the first, but failed on the second; maybe it just wasn't in your power to influence that decision and you made the best of a bad situation.
Browser detection is bad enough; unfortunately sometimes it is necessary. But always to improve a browser user's experience. Browser blocking based on this is however just plain obnoxious. Just serve up the IE version and let user worry about it - I don't care if the display isn't pixel perfect, it's better than displaying a page telling me to upgrade my browser - to IE. I upgraded *from* IE many years ago.
just say: "I'm clueless."
In other words, it's the KDE of browsers. Anyway how can "tabbed browsing" be 10x of anything? There are only so many ways of doing a tab. What does it do when you flip? Whistle Dixie.
Perhaps if web-designers (or the crappy software they use) actually adhered to web-standards and all browsers actually adhered to web-standards then we wouldnt have any problems. but no, everyone thinks they can do it better than the W3C when time and time again the W3C have prooven themselves to be gods of standards. Now look at the absolute total mess we've gotten ourselves into, do you think we will ever get out of it?
This comment does not represent the views or opinions of the user.
"Just because it doesn't behave exactly like your favorite program, doesn't mean that it sucks! He might have something useful to say, but when he gives the impression that unless Opera is exactly like Firefox, it will always suck,"
Why not? The exact same argument is used every time we have a Linux article. "Mozilla isn't like IE. It sux!". "OO isn't like Word. It sux!". Then there's the long line of posters, all yes men (and women), right behind them. I'd say it's all par for the course.
"And finally, read this comment: "Posted by: sas on May 13, 2004 02:54 AM". It takes the piss, but it's rather spot on and proves a point. Anyone can make anything look bad by posting biased reviews like that."
Open Sores, or have people forgotten?
To retailiate, here's some PHP code...
That childish behavior is similar to saying "Please do not send me any Word attachments."
The message I am getting from the parent post is NOT that I should use Opera (Which I do already by the way), but that you seek to deny content to a significant segment of the browser population. This is what all the anti-MS bashing is about in this article. You are no better than MSN.
I will reserve judgement on the content of the aforementioned example site.
Actually, that's a reference to the "Bork" edition of Opera, released around 7.21 or so. When it became known what MSN was doing to Opera users, Opera retaliated with a version that translated the MSN page into Bork language. It was the funniest thing I've ever seen in my life. It may still be available somewhere... Since 7.5 is so cool I have little interest in looking for older versions but I'm sure a Google search would help the curious.
I have Troll modified to +4 because I like to see truthful comments on Slashdot every once in a while.
You nailed it right on the head.
It was made for the average user: It's easier for a newbie to right-click and remove a button he finds he doesn't need than it is to expect him to find out how to add one - in that case it's a "broken" browser and he runs back to IE. Or have you not been around a new computer user lately? Try it sometime and you'll see why it's the only way to go if you want the average granny to even THINK about switching. "No, grandma, you have to download this extension, install this, right-click and configure that, and... shit, let me Google for instructions... where are you going?"
"Don't you realize that there are more people in this world than yourself?"
You must be new here.
If Microsoft simply didn't bother testing Opera compatibility due to its low market share, then why does the MSN HTML code check for user agent "Opera", and specifically send it different files than the fallback Netscape 4.7 HTML?
Your explanation is interesting, but doesn't make complete sense. The point is that Opera gets specific files that are different from both MSIE content, and the generic fallback content.
I like Opera, but I've become very reliant on Mozilla's AdBlock plug-in. I've paid my fee, so please Opera, give me ad-blocking! I can't stand surfing the 'net with garish flashing crap everywhere!
Forget thrust, drag, lift and weight. Airplanes fly because of money.
Guys, the issue is that Opera is far better than IE. I can't use IE anymore, I always try to use mouse gesture... even in Word or Excel... I have used both FireFox and Opera, I settled for Opera, but that's personal preference. Firefox is great too and of course free. Any browser that bites in the MS monpoly is good, we should all support companies like Opera that make good products that beat the crap out of Microsoft. In fact appreciate Opera for having the guts to charge for otherwise a "free" as in beer product.
"It is our choices, Harry, that show what we truly are, far more than our abilities." -- Prof. Dumbledore
Did you get your Linux License from that 3-letter company?? C'mon, admit it, you got scared and ran, didn't you!
Opera is also much safer. Who cares if it costs 40 bucks or whatever? Of all the browsers I've tried, it's the best one out there. Renders EVERY page except the ones Microsoft OBVIOUSLY screw up to make Opera appear defective. Just like they did with Windows 3.1 and DR-DOS. And probably on many other occasions that don't come to mind right now. And who wants to look at Microsoft's retarded web sites anyway?
Opera. Because friends don't let friends use crappy browsers.
User Agent Sniffing is the bane of web development. I used to work with company whose product used a Spyglass browser for embedded systems. The browser was 5 years old (at the time), and one day, Hotmail decides to adjust their user agent filter and our customers were left in the dust. The (licensed) browser was so old, that I couldn't get any support whatsoever. Hotmail's excuse was that the site had improvements that required updated browsers. Eventually, I edited the executable with a Hex editor and changed the UA it to match MSIE's browser agent string. Hotmail worked perfectly after that. In fact, I'd probably argue that *any* HTML 3.2 compliant browser can still open any proper web page as long as it doesn't have UA sniffing.
So these days, I just don't give a crap about evangelizing browser types. When I customize a browser, I'll change the UA string to match IE's.
I don't know what experiance you had, but I have to say that Opera has been one of the most responsive companies I have ever seen in terms of listening to it's users. I think that is a help and a hindrance.
As a help, they have numerous forums where you even as a free user get not only very knowledgable volunteers offering solutions and fixes, but responses from Customer Service reps and developers. They listen to the Users quite a bit and add requested features or change features usually within a few updates, for instance from 7.2 to 7.23 many things were fixed or changed due to user requests. I'm sure 7.51 will be out in a month or so to clean up the "new" interface and related bugs.
As a hindrance, I think their problem with the default interface is that their feedback comes mostly from Opera users in the preview and beta releases. So the people commenting on the design are used to the somewhat hetic designs of Opera UI. There were lots of complaints of the simplyfing of the UI in 7.5 on the Opera Forums, many asking how to get the "really horrible" UI of 7.23 back, and many dumbfounded that anyone found 7.5 default better. They are catering more to their customers than to new users.
Fortunately it is easy enough to fix. Just have 3 skin options in the default install, and let the user choose on first install.
Say minimalist(munin), I.E./Mozilla style(Traditional), Full Featured (current Opera Default). Have Traditional be the new default. The only other thing I would do is have the default home page be simpler, say not opera.com, but home.opera.com or something, where you have an almost AOL style page.
Say big boxes with - BUY, HELP/Forums, SKINS/UI.
3 choices and probably a bunch of ads on the page to help pay for the whole thing(no popups). So if you don't like the in program ads, one click to buy. You don't know how something works, and the program help is not sufficient? Easy access to the forums for help. Don't like any of the default skins? Right there for access to more skins, looks, UI's than I can possibly imagine.
Opera, Proxomitron-Grypen,GPG 0x0A1C6EE3
I'm sorry, the default interface doesn't exactly match your idea of perfection: how remiss of the guys at Opera to not have read your mind in designing the out-of-the-box configuration of what's an extremely flexible piece of software.
Look, if you can't spend two minutes customising the interface of an application that you'll likely use several times a day then that's your problem. The default interface works fine for lots of people, and I've yet to come across an Opera user who hasn't figured how to right-click on an unwanted part of the UI and select the "Remove from Toolbar" option.
I'm guessing that if you couldn't manage that much that your word processor of choice has the same default page margins that it shipped with, that your multimedia player has had no additional codecs added to it and that your desktop has remained the same since your OS was installed. Heck, I bet your car has the same seat and mirror positions that it rolled off the factory floor with too.
Without wanting to be more sarcastic than I've already been, can you please tell me how you'd improve Opera's default interface? I appreciate that your answer might take more than the two minutes it would take a monkey to customise Opera to suit their own tastes but I'd be interested to see just what you'd expect to find (or not to find) the first time you ran the application.
"Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
Didn't you see the example with a family PAYING for Opera, and not having to pay for more than once license for one PC?
IT MAKES SENSE TO PAY PER PC THAN PER HEAD FOR MOST PEOPLE.
Get your head out of your ass and smell reality. You are not the ONLY one who pays for commercial software. You are not the ONLY one whose needs should be catered for.
The explanation is in fucking license.txt. Read it yourself. Are you so fucking thick that they have to explain to you more than once that they charge per PC rather than per head? How many fucking ways can one put it?!
Jesus, you fucking moron, pull your head out of your ass. PLEASE.
Even Opera 2 had a newsreader and could send mail!
Well for one, Opera has the convenience of everything being available immediately, so there's no need to test loads of extensions to get more than basic functionality. If we both did a clean install at the same time, I would be on my way, surfing immediately, while you would be busy installing one and one Firefox extension, and even restarting between each (Opera applies stuff like toolbar customization, skins, etc. on the fly - no need to restart). If Opera does what I need and I'd rather be browsing than playing around with potentially buggy extensions, why shouldn't I be using Opera? As you can see above, there was no "minimalist version". It's always been more than just a browser. Why would Opera release a browser only version when you can get a plain browser with Windows, or download Firefox for free?And what do you know about how many people pay for Opera? Check out their revenue reports. They make millions off their desktop products.
Off with the rose-tinted glasses please. Just because not everyone does this kind of integration doesn't mean that Opera can't pull it off. Plenty of money in the bank seem to prove you wrong.
Clever signature text goes here.
I love opera and second your view. It takes a bit of customization to get it how I like it, but after that Im in LOVE! Gotta get the page bar on the bottom of the screen. Wish it came that way.
Party at O'zorgnax's Pub! Buy me a Slurmtini aye?
Why? Because Opera shares resources and reuses a lot of code. That's why the program is so damn small.
Clever signature text goes here.
Oh, and I can disable images in Opera with a single keypress, and make it even faster.
Clever signature text goes here.
You should talk them into making the Bork feature a toolbar option on all new opera programs. So we can change any page to BOrk! Secondly if someone would make a bork skin with the Chef that would be friggin awesome!
Party at O'zorgnax's Pub! Buy me a Slurmtini aye?
I call bullshit. You don't know what you are talking about.
Saying Opera 7 is "only marginally better" than Opera 6 proves how ignorant and utterly pathetic you are.
I run a website with asp.net and I've had opera people complaining they get errors when they visit the page. For a while I had no idea what they were talking about, it looked just great on my end with opera but it turns out, if opera 6 doesn't identify itself as IE or Netscape, asp.net thinks it is a mobile device. with no mobile components installed it ended up with an error.
did you forget to take your meds?
If he has bought before the press release, it would have been insider trading, and illegal. Check your facts before you spew out nonsense willya.
Clever signature text goes here.
IE has won the desktop war long ago. But Opera is still a thread on devices.
Clever signature text goes here.
I suppose the "worst competitor" is VG, since they are the largest newspaper in Norway and are in the exact same market segment. VG is a lot better, they are actually willing to correct their mistakes.
One thing I can admit though, when I wrote "of the worst sort", I was comparing to Norwegian standards. I know there are papers in UK and USA that make even Dagbladet look like the truth of God. Dagbladet and VG is still less reliable sources than papers like Stavanger Aftenblad and Aftenposten.
www.aiwa.com doesn't work with anything other than ie.
i don't. opera is run by a bunch of losers!
I can not stand microsoft, but i do not like some two-bit comapny telling me how to write my web pages.
Opera is a bunch of whiney cry babbies.
For the analogy to work, your club must sell clothes through outlets. The club would then only allow in people with their clothes on, all emblazoned with their big fat logo, in attempt to make other people use their clothes. Their clothes would also automatically repulse anyone not wearing their clothes, and would refuse to walk into houses that weren't bought through the club's real estate agents.
Ok, my analogy is even more stretched than yours, but you get the idea.
The ______ Agenda
The explanation is in fucking license.txt. Read it yourself. Are you so fucking thick that they have to explain to you more than once that they charge per PC rather than per head? How many fucking ways can one put it?!
Jesus, you fucking moron, pull your head out of your ass. PLEASE.
Actually, AC, the explanation is in my post.
It was one PC. It happened to be dual-boot Win32/Linux.
It was not 2 seperate PCs. And, again, I did pay for the extra license for that same PC.
This is not a dream, not a dream...we are transmitting from the year 1-9-9-9.
N.B.: This feature is already included in Opera 7.5 (I don't know whether it was in previous versions or not); the syntax is just slightly different. Go to the address field and put in "g foo" and press enter; there's your Google search from the address bar. (There are also keywords for all the other search engines that Opera supports, which are listed in Preferences > Search.)
HTH.