In response to a comment, I’ve added two new features to Asynchronizer: for...in loops, and “clumps.” I also added some safeguards against two certain types of accidental misuse.
Code
Sometimes I write some code. These are the bits I think are worth sharing.
Here's the newest entry in Code:
Synchronous Clumps and More
Earlier Entries
- Monday, July 21st, 2008 Asynchronous Looping in JavaScript This article discusses a generalized way of building asynchronously-executing structures that are modeled like traditional control structures. (continued)
- Saturday, May 31st, 2008 JavaScript Alert Cancel Button A Greasemonkey script that adds a Cancel button to JavaScript's alert() function. (continued)
- Wednesday, August 22nd, 2007 Collapsible List This script turns a nested HTML list into a collapsible menu that uses cookies to remember which nodes are expanded, even when you navigate to a different page. (continued)