IE6 javascript GC is completely retarded. Microsoft has a patch, but does not distribute it via windows update. it is hard not to construe this as wanting to prevent web apps from encroaching on the windows / office franchise.
Tag: javascript
History of IE JS GC
What happens when you have a web page, ASP page or WSH script with both VBScript and JScript? JScript and VBScript know nothing about each others garbage collection semantics. A VBScript program which gets a reference to a JScript object just sees another COM object. The same for a VBScript object passed to JScript. A circular reference between VBScript and JScript objects would not be broken and the memory would leak (until the engines were shut down). A noncircular reference will be freed when the object in question goes out of scope in both language (and the JS GC runs.)
the history of the IE6 Javascript GC, from the horse’s mouth
Message Vault
alan’s standalone js content encrypter
Threads in JavaScript?
“Over your dead body”. But they’re already there: JavaScript 1.7’s generators with trampolined style to implement very lightweight cooperative threads.
Happy New Resig!
I am pleased as punch to announce that John Resig is sidling up beside Mark to add some more firepower to our developer support capabilities. John is an accomplished writer of both code and prose, and seems pretty fired up about putting those twin gifts to work in service of developers, add-on and web-stuff both. He’s jresig on IRC, and as with Mark and Sheppy you’ll see his fingerprints all over our developer support story in the weeks and months to come.
this is good news. john resig is awesome.
Dojo Offline Toolkit
cleverly uses proxy autoconfig to cache all the necessary data locally. the examples are all based on google products, huh?
Draw2D
Draw2D is the graph component of the Open-jACOB web based workflow editor. The purpose of this experiment is to see if a Visio-type workflow editor tool could be developed in a web browser. It demonstrates that it can be done.
Exhibit
stefano was very excited about this the other day. looks awesome. this is gonna help the data web a lot, with their sly move
Ruby Grammar Visualization

As part of the momentum surrounding the Ruby implementer’s summit, I have decided to take on a pet project to understand Ruby’s grammar better, with the goal of contributing to an implementation-independent specification of the grammar. Matz mentioned during his keynote how parse.y was one of the uglier parts of Ruby, but just how ugly?
with comparisons to java and javascript. fascinating, even though it is not apparent what it means
JavaScript Code Inefficiencies
need to mine this at some point