Archive for the ‘Mozilla’ Category
Mark Pilgrim has a brilliant blog post on the iPad and the freedoms it’s taking away from tomorrow’s programmers. My favorite part:
Now, I am aware that you will be able to develop your own programs for the iPad, the same way you can develop for the iPhone today. Anyone can develop! All you need [...]
Sunday, January 31st, 2010 Posted in Apple, Mozilla | 2 Comments »
John Gruber has a great post explaining why Apple has been so adamant about the keeping Flash off of the iPhone and presumably the upcoming tablet device. He’s right that Flash performance is sub par and most people just want video. 99% of the other Flash experiences you see are just ads that [...]
Monday, January 25th, 2010 Posted in Mozilla | 7 Comments »
Google has been a long time supporter of HTML5. They recently launched a HTML5 beta of YouTube however it will only work in Safari and Chrome. The reason for this is not due to the actual markup but the video codec chosen. YouTube is using h.264, the same codec used for YouTube [...]
Thursday, January 21st, 2010 Posted in Google, Mozilla | 22 Comments »
Firefox 3.6 is out. Go download it! If you need a reason, here’s a few things you’ll love about Firefox 3.6.
Thursday, January 21st, 2010 Posted in Mozilla | No Comments »
To be honest Firefox 3.6 is a little lighter on Features than Firefox 3.5. It’s more about refining and improving than bells and whistles. Here are the things I feel are really noteworthy.
User Centric Features
UI Speed – Many things in the Firefox 3.6 UI have gotten faster. For example startup time has [...]
Tuesday, January 19th, 2010 Posted in Mozilla | 12 Comments »
I’ve generally found Jetpack to be pretty cool. It’s easier to develop and I’m fairly familiar with both “traditional” extension development and jQuery so it seems natural to me. However I generally agree with Daniel Glazman’s blog post on Jetpack. I’ll even agree that closures can make code more difficult to read, [...]
Sunday, January 10th, 2010 Posted in Mozilla, Programming | 5 Comments »
Microsoft is joining the W3C SVG Working Group. Presumably that means there’s some interest in SVG for IE or Silverlight or both. I wonder what led to the change of heart.
I pretty much wrote off any chance of SVG being mainstream in 2005 when Adobe bought Macromedia. Adobe was previously somewhat of [...]
Tuesday, January 5th, 2010 Posted in Mozilla, Web Development | 6 Comments »
Bing’s background of the day today was a Firefox.
Monday, December 14th, 2009 Posted in Mozilla | 7 Comments »
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 | 10 Comments »
I just noticed that Google is now serving it’s homepage with an HTML5 doctype:
< !doctype html>
I suspect this might have changed when they launched that new fade effect. I also noticed they are doing so when using the new YouTube “Feather” beta. This shouldn’t be too surprising considering their involvement in the HTML5 [...]
Friday, December 4th, 2009 Posted in Google, Mozilla | 7 Comments »