Yahoo Pushing IE7 On Firefox Users
El Lobo writes "Looks like things are heating up again in the browser wars. Google has been openly supporting Firefox, so now Yahoo is displaying a new feature on search results pages for FireFox users. It appears that Yahoo is pushing downloads of IE7 from Microsoft and including itself as the default search engine installed in the file menu area." I got the invitation to download IE7 when running Firefox on a Mac, and even when running IE5 under CrossOver; but not when running IE7 under Parallels.
The same happened in the market for 0x86 processors. The market once had numerous strong competitors: AMD, Nexgen, Cyrix, Centaur, and Intel. Now, there are only 2 major players: AMD and Intel.
The search market is facing a similar consolidation -- in 2 phases. The market once had numerous strong competitors: Microsoft, Google, AltaVista, Yahoo, AskJeeves, etc. After the first phase of consolidation, there are 3 major players: Microsoft, Yahoo, and Google. Now, the market is entering the second phase of consolidation. Like the personal computer, the search tool is a commodity product with almost no product differentiation. A search on Yahoo works just like a search on Microsoft Live. Why do we need 3 essentially identical products on the market?
The market appears to be consolidating into (1) Google being the major player and (2) the merger of Microsoft and Yahoo being the minor player. The recent loss of search market share from Yahoo to Google is also nudging Yahoo into being acquired by Microsoft.
Yahoo is leaning in that direction by giving preference to IE7.
so I just went to search.yahoo.com after eons and what do I see on the top of the page
"Use Yahoo! to search from Firefox
Just select "Yahoo!" from the search box drop-down menu in your browser"
screenshot
So Yahoo seems to be advertising its own search service more than anything else. Huh...who'd have though a search company advertising their own search service - the horror. They are hardly pushing it - that'd be forcing you to download IE7 with the yahoo toolbar bundled and blocking dedicated FF+typically Google users like me.
Utter bs. Must be a slow news day.
Reality must take precedence over public relations, for nature cannot be fooled.
There is definately a page on my university's site (dont remember where though, sorry) that exploits an IE CSS bug to display a firefox download link only to IE users. No fancy browser-checking code here, just some valid CSS that is improperly displayed on IE.
Bottles.
Develop on Safari or Konqueror. I have had to fix sites that were written by professionals who develop on Firefox, but used invalid CSS that Firefox and IE handled gracefully, but incorrectly.
The masses are the crack whores of religion.
Strange, but I couldn't find the ad on either http://www.yahoo.com/ or http://search.yahoo.com/ using Firefox on my XP machine. In fact, the first time I opened http://search.yahoo.com/, the site told me how to access the yahoo search-plugin on a default Firefox install....
Binary compatability across a version tree... in other words, if you are running v4.1 BSD and go to 4.2, your drivers still work, good thing for binary drivers (nvidia, ati, etc)... down side is it isn't as well supported..
I think that the Linux side of things should *REALLY* start to emphasize binary compatible trees at the kernel level, as I honestly get tired of having to update drivers every kernel update... Sometimes things break when this happens.. far less likely with BSD over Linux.
Emerge which is Gentoo's claim to fame is modelled after the BSD ports system, which has been around far longer. BSD's binary package system has been around longer than apt, yum, or other linux distribution systems is stable, and consistant.
The down side is BSD hasn't reached any critical mass. The FreeBSD, and I would assume the OpenBSD installers are a painful experience getting a system setup, especially getting software raid working (though I prefer hardware). Driver support is limited, and most new drivers are ports of linux drivers, however the support layer is pretty good. There is also a linux compatability layer which will allow for most linux binaries to run.
For the desktop side, PC-BSD has made huge strides, it's very easy to get installed, and use... there are a few other desktop oriented versions, but imho this is the best. It's installer is based in QT and is basically a FreeBSD 6.x install with X-Windows, and KDE installed an preconfigured, there are also some extra configuration utilities that are enhanced, in addition to some custom utils.
Michael J. Ryan - tracker1.info
but used invalid CSS that Firefox and IE handled gracefully, but incorrectly.
See here is again is what people don't get...
One of the reasons IE became as popular as it did is that it didn't 'fail' when pages were formatted improperly or 'downloaded' improperly (remember dial up?)
In the 4.x browser war days there were a couple of things that MADE people prefer IE or Netscape. One of them was the fact that a missing tag at the end of a table wouldn't cause the page to not display AT ALL as it did in Netscape, so even if the page was messed up, IE would try to render it based on the information it had.
Now a lot of people see this as a flaw, but if you look at the technology it is actually a 'smart' feature that the browser would at the very least display a page even if it wasn't formed properly. Call it a form of programming 'intelligence'.
This is NO different than the CSS failures of IE and Firefox of today. They support 'legacy' tags that both browsers used and are not 'compliant', and they also will try to render page parts even if the tags and improperly formed. THIS IS WHY neither will ever fully pass all the CSS page tests on the web like ACID2, as they don't test for ability, but they MAINLY test for a browser's INABILITY to handle bad data and the developers expect the browser to NOT display the improperly formed tags.
This is really an argument that can go either way, as I see benefits in 'forcing' compliance, but I also understand that some sites are old and their data would be inaccessible or lost if every browser only conformed to strict CSS and ignored legacy tags or malformed tags. This is where I go, well it isn't hurting anyone for the browsers to be a bit smarter than the site developers.
Also everyone applauds Safari for being strict CSS, but the side note in this story is Safari also doesn't have to have any intelligence built in, nor does it worry about or handle old tags or malformed pages, they all become 'unworthy' and Safari isn't 'smart' enough to render them.
As for the browser wars of 4.x, there were a couple of other reasons IE was prefered over Netscape. Like the page refreshing when it was resized on Netscape or raw display performance.
In the end, I would pick Firefox or IE7 and their 'flaws', legacy support, and ability to render malformed pages over Safari any day. Web developers tend to suck in general and I would rather have some intelligence in my browser to help counteract crap pages, even if it means the browser will fail CSS standards.
However if you are web developer, just design the page with proper standards, watch for IE7 and not assume it renders like IE6 which sucked on several CSS abilities. Then just go for standards. PS the above posts are correct - TEST IN EVERY browser you can get your hands on, there are like 5 major browser players, it is not hard to do.