Ramblings & ephemera

I for one welcome our new OS overlords: Google Chrome

As some of you may have heard, Google has announced its own web browser, Chrome. It’s releasing the Windows version today, with Mac & Linux versions to follow.
To educate people about the new browser & its goals, they release a 38 pg comic book drawn by the brilliant Scott McCloud. It’s a really good read, [...]

Firefox: Open diverted links in background tabs

Two methods:
about:config
Change browser.tabs.loadDivertedInBackground to true
browser.tabs.loadInBackground should already be set to true
user.js
// open diverted links in background tabs
user_pref(”browser.tabs.loadDivertedInBackground”, true);

Related posts

Test of Flock’s blog editor
What actions change MAC times on a UNIX box?
Ubuntu Edgy changes to fstab
To combat phishing, change browser design philosophy
The structure & meaning of the URL as key to the Web’s success

To combat phishing, change browser design philosophy

From Federico Biancuzzi’s “Phishing with Rachna Dhamija” (SecurityFocus: 19 June 2006):
We discovered that existing security cues are ineffective, for three reasons:
1. The indicators are ignored (23% of participants in our study did not look at the address bar, status bar, or any SSL indicators).
2. The indicators are misunderstood. For example, one regular Firefox user told [...]

The structure & meaning of the URL as key to the Web’s success

From Clay Shirky’s “The Semantic Web, Syllogism, and Worldview“:
The systems that have succeeded at scale have made simple implementation the core virtue, up the stack from Ethernet over Token Ring to the web over gopher and WAIS. The most widely adopted digital descriptor in history, the URL, regards semantics as a side conversation between consenting [...]

The original description of Ajax

From Jesse James Garrett’s “Ajax: A New Approach to Web Applications“:
Ajax isn’t a technology. It’s really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates:

standards-based presentation using XHTML and CSS;
dynamic display and interaction using the Document Object Model;
data interchange and manipulation using XML and XSLT;
asynchronous data retrieval using [...]

Create web sites with PONUR

From “Dive Into Mark“:
Web Content Accessibility Guidelines 2.0 working draft from April 24, 2002. Only 3 weeks old!
The overall goal is to create Web content that is Perceivable, Operable, Navigable, and Understandable by the broadest possible range of users and compatible with their wide range of assistive technologies, now and in the future.

Perceivable. Ensure that [...]

Test of Flock’s blog editor

I’m trying out a new web browser - Flock - which is basically Firefox with social software tools baked in, such as blogging, Flickr, del.icio.us, & so on. Basically, all the stuff I use anyway. So far, Flock looks pretty interesting, although I’m not yet sure at all that I would use it for my [...]