Blog
A brand-new implementation of the Selectors API has landed in the latest Firefox nightlies (and in Firefox 3.1a1) – on track to head your way in the upcoming Firefox 3.1 release. I’ve talked about this API before (1, 2) and while I do have some misgivings about the current API (which will be remedied in […]
Comment ·
Posted: August 20th, 2008
Open Web Podcast #2 The second edition of the Open Web Podcast is now live. In this episode we brought on Brendan Eich and Arun Ranganathan (both of Mozilla) to discuss the recent changes that occurred in the ECMAScript 3.1/ECMAScript 4 processes that resulted in ECMAScript Harmony. This is a dense podcast – going just […]
Comment ·
Posted: August 15th, 2008
Historically one JavaScript property that’s seen a lot of use (mostly due to its convenience) is that of __proto__. It’s a quick-and-dirty way of accessing the original prototype property of the object’s constructor function. For example, the following is true: This feature has been codified in the upcoming ECMAScript 3.1 specification as a new method: […]
Comment ·
Posted: August 14th, 2008
There’s been some turmoil in the world of ECMAScript. While many are – even, at least, vaguely – familiar with the development of ECMAScript 4 the devil is in the details. I’ve blogged about ES4 extensively in the past – and even did a speaking tour last fall educating developers about its details and implementations, […]
Comment ·
Posted: August 13th, 2008
For the upcoming Firefox 3.1 release a lot of work has been going into improving its CSS support (specifically, in relation to the CSS 3 specification). One areas that have received solid implementations is that of border-image. This is a new CSS 3 module that makes the exact slicing of images (and their positioning around […]
Comment ·
Posted: August 13th, 2008
Firebug 1.2 final is set to be released sometime within the next week or two which means that our goals for Firebug 1.3 need to be pretty clear at this point. Last week the Firebug Working Group convened at Google to discuss the goals for the upcoming release. In taking a step back and looking […]
Comment ·
Posted: August 12th, 2008
Decided to start something new with Dion Almaer (of Ajaxian.com fame) and Alex Russell (Dojo frame) – a podcast! We talk about the “Open Web” (the topics break down in to standards, development, JavaScript, tools – all sorts of things). We’re working to get it up on iTunes (I’ll be sure to update when it […]
Comment ·
Posted: August 9th, 2008
I was playing around with DOM DocumentFragments recently, in JavaScript, seeing what I could make with them. Roughly speaking, a DocumentFragment is a lightweight container that can hold DOM nodes. It’s part of the DOM 1 specification and is supported in all modern browsers (it was added to Internet Explorer in version 6). In reading […]
Comment ·
Posted: July 21st, 2008
Next entries » ·
« Previous entries