Blog
Demos below!
As a sort-of reverse birthday present I've decided to release one of my largest projects, in recent memory. This is the project that I've been alluding to for quite some time now:
I've ported the Processing visualization language to JavaScript, using the Canvas element.
I've been working on this project, off-and-on now, for the past 7 [...]
167 Comments ·
Posted: May 8th, 2008 · Tags: programming, processing, javascript
The guys over at Ajaxian asked me to do answer a couple questions for them (on video) so I set about forming it into a mini-presentation. I discuss a couple things:
What's happening in jQuery Core, jQuery UI, and the jQuery Project.
What upcoming browser features I'm excited about.
Some of what's coming in JavaScript 1.9.
Some things that [...]
28 Comments ·
Posted: May 7th, 2008 · Tags: standards, jquery, javascript, browsers
I'm going to do a new project release on Thursday, which should it be?
Something small and fast.
Something large and pretty.
79 Comments ·
Posted: May 6th, 2008 · Tags: javascript
Shaun Inman wrote a quick post on what he's calling "CSS Qualified Selectors". The syntax that he's proposing looks something like this:
[js]a < img[/js]
Which says "Find me all a elements that have an img element inside of them."
To those of you who are familiar with jQuery we've had a similar selector, :has(), for quite some [...]
26 Comments ·
Posted: May 5th, 2008 · Tags: selectors, javascript, jquery
Recently I was having a little bit of fun and decided to go about writing a pure JavaScript HTML parser. Some might remember my one project, env.js, which ported the native browser JavaScript features to the server-side (powered by Rhino). One thing that was lacking from that project was an HTML parser (it parsed [...]
28 Comments ·
Posted: May 5th, 2008 · Tags: rhino, html, javascript, parsing
I don't think there's a single JavaScript developer who isn't excited about the new Selectors API specification (and the upcoming implementations). I've been following the progress of the specification (and implementations) and have been asked to provide some feedback to the Web API working group. What follows is an email that I sent to the [...]
15 Comments ·
Posted: April 30th, 2008 · Tags: javascript, queryselectorall, libraries
Recently I put a lot of work into my office (as I frequently mentioned in my Twitter account) - revamping it, adding new furniture, hanging up art, and generally moving things around. I've received some questions about my set up so I've taken some pictures and detailed them here.
Desk
This is my primary work area in [...]
14 Comments ·
Posted: April 30th, 2008 · Tags: programming, work, office
Deb Richardson wrote up an interesting piece today describing color profile support in Firefox 3. The result of a color profile is a more-accurate mapping from an original set of colors to better match the intended rendering. Profiles can be provided by the operating system (to provide better color distribution globally) or even locally by [...]
17 Comments ·
Posted: April 29th, 2008 · Tags: firefox, colors, mozilla, browser
·
« Previous entries