Archive for the ‘Mozilla’ Category

Only Hours Left

Something tells me that at about 10:00 PST / 1:00 EST something big will be happening.
I sure hope someone is interested .

Embedded JavaScript For Web 3.0

John Resig has an interesting blog post on embedded JavaScript. It’s something I’ve been thinking about for a little while.
It would be awesome to see a PHP extension to embed SpiderMonkey into PHP. As far as I’m aware Facebook is the only one that’s taken a step in that direction with FBJS, which [...]

Firefox Deletes Printers

The Daily WTF has a great post on Firefox Deleting Printers. Be aware of that bug. I checked bugzilla, and don’t think it’s been fixed for Firefox 3.
Note: For those who aren’t familiar with The Daily WTF, it’s not a real bug, just a fool who thinks it’s there.

Firefox 3 Field Guide

Deb Richardson has a really sweet guide on what’s new in Firefox 3. If you don’t already know, you should go read that now.

Coming Soon: Firefox 3.0

Tuesday June 17 2008 on a computer near you: Firefox 3.0 Final.
This browser is not yet rated for awesomeness.
If you haven’t done so now, pledge to help set a world record.

Firefox Crash

[Via: icanhascheezburger.com]

WWDC 2008 Analysis

The Presentation
As usual I keep tabs on all the major Apple events using pretty much all the top tech sites that run “live blogs” and the like. This year none failed completely though I think they all were overcome with traffic at one point resulting in a failed load attempt. Not bad. [...]

Scoble on Firefox 3

Check out Robert Scoble on Firefox 3. I’d quote him, but I can’t find the appropriate part to quote. I get the impression he’s used it a few times before.

Safari’s New JS Interpreter: SquirrelFish

There’s an announcement on the Safari blog about SquirrelFish, their new JS interpreter. To sum it up:

SquirrelFish is a register-based, direct-threaded, high-level bytecode engine, with a sliding register window calling convention. It lazily generates bytecodes from a syntax tree, using a simple one-pass compiler with built-in copy propagation.

Some performance data can be found here, [...]

Facebook Open Sources Platform

Facebook today released the code behind their application platform. What that entails:

This release includes the API infrastructure, the FQL parser, the FBML parser, and FBJS, as well as implementations of many common methods and tags. We’ve included samples and some dummy data to help you get started fast.

It’s mostly licensed under Common Public Attribution [...]