Saying Goodbye To Prototype
Maybe its just me, but what I want from a JavaScript library seems to be diverging from what Prototype provides What I want, in order of importance, is: A cross-browser...
Maybe its just me, but what I want from a JavaScript library seems to be diverging from what Prototype provides What I want, in order of importance, is: A cross-browser...
Update - Armin has an alternate implementation based on some fancy regular expressions combined with String's split method Its supports most of ERB and avoids all the string...
Opera 9 is a great browser - it small, standards compliant and fast And not just slightly faster - really fast (I don't believe Apple's browser speed comparision they've put up...
Now that you've launched your new killer Web 20 website, how do you detect errors in your deployed Javascript Using onerror The standard approach is to hook into...
Last time I talked about my implementation of JavaScript inheritance Since then I've made a number of improvements - its now simpler, faster and easier to use In my post I...
This code has been deprecated - use the new and improved version instead I've always been a fan of JavaScript - its flexibility makes it well tailored for its primary execution...
If you write a lot of JavaScript, then you'll find Matthias Miller's website chockfull of useful information And even better, he's put together two great tools The first is...
Last month I blogged about Selenium, which is an open source project that let's you test web applications running in a variety of browser Unfortunately, Selenium doesn't work out...
Did you realize that semicolons are optional in JavaScript I have to admit ignorance until just a few weeks ago - and I've been programming JavaScript on and off for seven...