Tiffany B. Brown

a mish-mosh of stuff

Posts in: Browsers

On the promise of HTML5
The most important aspect of HTML5 isn’t the new stuff like video and canvas (which Safari and Firefox have both been shipping for years) it’s actually the honest-to-god promise of interoperability. Even stodgy old Microsoft, who has been doing their best to hold back the web for nearly a decade, understands this and you’ll see [...] [12 Jul 2010]
On the fairness of browser speed
We’re going to do a baseline JIT for Firefox 4. It’s not done yet, and it hasn’t landed in any tree yet, so nobody’s tested it. It’s gonna give similar performance characteristics to Chrome. But we’re also gonna do tracing on top of that. What we discovered, is that for a lot of applications, especially [...] [9 Jul 2010]
Links for 2010-05-17
Two web development links for your enjoyment. FormData interface coming to Firefox An overview of the FormData object of XMLHttpRequest, and how you will soon be able to use it in Firefox. From Hacks.Mozilla.Org. Dealing With the Dreaded ‘Flash of Unstyled Text‘ Tips for mitigating, even eliminating the appearance of unstyled text when using @font-face. [...] [17 May 2010]
On Apple’s iPad, HTML5, and the future of Flash
So Apple announced the iPad, and it won’t support Flash. That shouldn’t be a surprise. Neither the iPhone nor iPod Touch support Flash. Indeed most mobile platforms don’t (yet) support Flash. Even the smartest of smart phones have limited processing power and storage space compared to laptops and desktops. According to Steve Jobs, Apple doesn’t [...] [4 Feb 2010]
On bringing clarity to privacy policies
If Privacy Icons become widely adopted (and I think Mozilla is in a unique position to help make that happen) then the correlation of good companies using the icons and bad companies not using the icons becomes rather strong. If a privacy policy doesn’t include any icons it’s synonymous with that policy making no guarantees [...] [13 Jan 2010]
Firefox 3.6 to support multiple file input, File API
Firefox 3.6 supports multiple file input. This new capability allows you to get several files as input at once, using standard technologies. This is a big improvement, since you used to be constrained to one file at a time, or needed to use a third party (proprietary) application. This will be particularly useful, for example, [...] [10 Dec 2009]
Remy Sharp introduces you to web storage in HTML5
From his 24 Ways piece, Breaking Out The Edges of The Browser: The Web Storage API is basically cookies on steroids, a unhealthy dosage of steroids. Cookies are always a pain to work with. First of all you have the problem of setting, changing and deleting them. Typically solved by Googling and blindly relying on [...] [2 Dec 2009]
It’s not Apple. It’s you.
Peter-Paul Koch responds to recent claims that Apple is damaging its brand with its archaic iPhone App Store approval process. He says, quite plainly, iPhone developers are stupid. Why? In order to release an iPhone application without having to submit it to Apple’s insane App Store process, developers could just use Web technologies and create [...] [23 Nov 2009]
WebKit gets Web Inspector Updates
Yesterday the folks at Surfin’ Safari announced several new and/or improved features to its Web Inspector. Web Inspector is a debugging tool similar to Firebug and Page Speed or YSlow. These updates will be be available in the next version of Safari. To use them now, install a nightly build of WebKit. The latest version [...] [4 Nov 2009]
@font-face and WOFF round up
Web fonts took a big step closer to reality last month with a few announcements regarding the Web Open Font Format or WOFF. A big hurdle to the implementation @font-face and font linking has been a two-fold issue of licensing: Not all fonts are licensed for embedding and linking on the web. Major browser developers [...] [2 Nov 2009]