Posts Tagged ‘opera’
Here’s an interesting DOM test-case I ran across inadvertently yesterday.
For the purpose of this post assume the following markup:
< !DOCTYPE html>
<html>
<!– i broke the dom –>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Testcase</title>
</head>
<body>
<p>Something</p>
</body>
</html>
If I use document.documentElement.firstChild I don’t get consistent behavior. In Firefox and IE I get the <head/> element, which is what I [...]
Saturday, December 12th, 2009 Posted in Google, Mozilla, Web Development | 9 Comments »
Since the big HTML 5 news that there will be no defined codec for <audio/> or <video/> there has been a lot of discussion about the merits of such a decision, and what led to it. To quote Ian Hickson’s email:
Apple refuses to implement Ogg Theora in Quicktime by default (as used by Safari), [...]
Monday, July 6th, 2009 Posted in Mozilla, Web Development | 16 Comments »
Asa pointed out an interesting CNBC piece regarding cutbacks in what looks like contractors on the IE team:
One of the units already seeing cutbacks is Microsoft’s sagging browser business. A report in the Seattle Times says 180 contract workers were told last month that their services would not be renewed. Just yesterday, researcher Net Applications [...]
Saturday, January 3rd, 2009 Posted in Mozilla | 10 Comments »
Opera did some interesting research into JavaScript used on the web. As someone who writes a fair amount of JavaScript and reads through countless lines of other people’s scripts, I found this to be pretty interesting.
Overall none of the results were very surprising, though a few things did catch my eye:
Omniture/SiteCatalyst Analytics [...]
Saturday, December 13th, 2008 Posted in Internet, Web Development | No Comments »
I’m not to thrilled to read this:
Mr. von Tetzchner said that Opera’s engineers have developed a version of Opera Mini that can run on an Apple iPhone, but Apple won’t let the company release it because it competes with Apple’s own Safari browser.
This isn’t news, it’s been known for a while. I’m honestly wondering [...]
Friday, October 31st, 2008 Posted in Mozilla | 7 Comments »
Opera is said to be sending evangelism emails to websites that have compatibility problems with their browser. What’s interesting is that they are customizing the emails with actual fixes for the problems. This is pretty clever. In theory it will improve the problems regarding compatibility and make the web more standards compliant [...]
Wednesday, June 25th, 2008 Posted in Mozilla | 8 Comments »
Firefox was featured in a Joy of Tech comic today. I think IE and Safari are just jealous. Enjoy.
Friday, June 20th, 2008 Posted in Mozilla | No Comments »
It’s happening again. Once upon a time, browser vendors started adding their own features without consulting with each other and agreeing upon standards. What they created was a giant mess of inconsistencies across browsers and platforms that is still in effect today. Ask any web developer and they can tell you of [...]
Thursday, May 29th, 2008 Posted in Mozilla, Web Development | 15 Comments »
I wrote a few weeks ago about Microsoft’s plan to require a meta tag to use standards mode rendering in IE8. There was a ton of backlash. I can’t remember the last time so many browser and web developers publicly spoke out so quickly on an issue. It was pretty obvious to [...]
Tuesday, March 4th, 2008 Posted in Mozilla | 5 Comments »
As Robert O’Callahan, John Resig, Anne van Kesteren all point out, this idea of using a meta tag to select a rendering engine is bad. Here are my personal thoughts on the issue. Not as a browser developer but as a web developer.
Essentially the argument by the IE team is this: Rather than [...]
Tuesday, January 22nd, 2008 Posted in Mozilla, Web Development | 8 Comments »