Blog
» JavaScript Ninja JavaScript Jobs
I've set up a job board, which can be found here: JavaScript Ninja JavaScript Jobs.
Just a quick post, in a follow-up to this one on JavaScript Jobs: I still have a ton of JavaScript jobs sent my way (all the way from simple contract work up to full-blown expert-level developer positions), [...]
40 Comments ·
Posted: April 18th, 2008 · Tags: javascript, jobs
My summer/fall speaking schedule is starting to solidify - with some major intensity occurring around May. Let me know if you're going to be at, or around, any of these events - I'd love to meet up.
May 17-18 - BarCamp - Boston
Don't have an exact topic chosen yet, possibly something on jQuery.
May 20 - MeshU [...]
12 Comments ·
Posted: April 16th, 2008 · Tags: javascript, jquery, presentations, conferences
The feature set for Firefox 3 has long been frozen, and committed - it's well on its way to becoming a polished browser, at this point. It's time to start looking ahead, specifically, at the feature set of JavaScript in the next version of the browser.
Traditionally JavaScript 1.X releases (1.6, 1.7, 1.8, and now 1.9) [...]
23 Comments ·
Posted: April 16th, 2008 · Tags: mozilla, ecmascript, javascript, firefox
Dromaeo is the name that I've given to the JavaScript performance test suite that I've been working on over the past couple months.
I was hoping to hold off on this release for another week or two, while I finished up some final details, but since it's been discovered, and about to hit the Digg front [...]
22 Comments ·
Posted: April 11th, 2008 · Tags: testing, performance, javascript, browsers, mozilla
I just had an epic phone call. I leave my cell phone number on my about me page since I tend to believe in the innate goodness of humans. It has yet to be proven true, thus far, but I'm willing to play the long game.
It started with an email from one 'Dennis Baer', followed [...]
41 Comments ·
Posted: April 10th, 2008 · Tags: mozilla, firefox, browsers
I've got another crazy-weird setTimeout/setInterval behavior that you may not know about. However, unlike my previous discovery, this one may actually be useful.
Observe the following, seemingly innocuous, code:
[js]var count = 0;
var interval = setInterval(function(off){
document.body.innerHTML += " " + off;
if ( ++count == 10 )
clearInterval( interval );
}, 100);[/js]
In [...]
16 Comments ·
Posted: April 10th, 2008 · Tags: javascript, mozilla, firefox, timers
A crude JavaScript implementation of the first stage of Super Mario Brothers has been making the rounds today. It's roughly playable but misses many key aspects (no mushrooms, no flag, no one-ups, etc.). However, that's not what's particularly interesting about the game.
Perhaps the most interesting part of the application is not within the game mechanics [...]
19 Comments ·
Posted: April 9th, 2008 · Tags: javascript, programming
Welcome Waxy.org and Slashdot readers. I blog about JavaScript, like it's my job, feel free to subscribe for a ton more posts like this.
Related Posts:
Running Java in JavaScript
JavaScript Talk at Northeastern University
State of ECMAScript 4
The World of ECMAScript
JavaScript As A Language
Note: I'm not the creator of HotRuby, as mentioned elsewhere - it is the work [...]
39 Comments ·
Posted: April 8th, 2008 · Tags: javascript, ecmascript, ruby, vm
Next entries » ·
« Previous entries