I've been pondering the idea of rebuilding the DOM of a thread based on double-greater-than post references, ultimately to achieve a view similar to some other discussion systems (blog comment threads and email list archives).
Minor problems will be infinite reference loops and multiple references (both solvable by operating on only the first instance of a post and linking others) and the issue of having to build the tree leaves-first (not really a problem with Javascript's modern BAHAHAHAHAHAHAHAHA).
Questions? Comments? Insults?
Name:
Anonymous2010-03-29 19:30
curious: have you read the book "Javascript, the Good Parts"?
and if so, what do you think of it?