[mochikit] DOM Manipulation: Setting textNode to html string.

2006-10-31 Thread abargnesi
Hello, I am using the DOM Manipulation js library that is part of Mochikit and I like it a lot. And it seems quite fast. However I would like it to handle one case that it doesn't. At some point in the creation of a TABLE I create the TDs for it like so: return

[mochikit] OT: Finite State Machine

2006-10-31 Thread Jason Bunting
Please excuse the off-topic nature of this, but does anyone know of, or have experience implementing, a finite state machine with _javascript_? I want to tightly control a set of user interface interactions and thought this might be the best approach and just wondered if someone else

[mochikit] minikit

2006-10-31 Thread troels knak-nielsen
I have created a lightweight collection of widgets and visual effects (hereunder a port of moo.fx visual fx library), which are compatible with mochikit or can be used standalone. The package can be downloaded from: http://candyscript.com/projects/minikit/ -- troels

[mochikit] Re: OT: Finite State Machine

2006-10-31 Thread Jason Bunting
On 10/31/06, Bob Ippolito [EMAIL PROTECTED] wrote: Finite state machines don't really have much to do with the language you're implementing them in. It's just a concept. I understand that... You might find some inspiration from Python FSM implementations, but it's pretty trivial to

[mochikit] Re: OT: Finite State Machine

2006-10-31 Thread Bob Ippolito
On 10/31/06, Jason Bunting [EMAIL PROTECTED] wrote: On 10/31/06, Bob Ippolito [EMAIL PROTECTED] wrote: Finite state machines don't really have much to do with the language you're implementing them in. It's just a concept. I understand that... You might find some inspiration from

[mochikit] Re: OT: Finite State Machine

2006-10-31 Thread Jason Bunting
On 10/31/06, Bob Ippolito [EMAIL PROTECTED] wrote: On 10/31/06, Jason Bunting [EMAIL PROTECTED] wrote: On 10/31/06, Bob Ippolito [EMAIL PROTECTED] wrote: Finite state machines don't really have much to do with the language you're implementing them in. It's just a concept. I

[mochikit] Re: DOM Manipulation: Setting textNode to html string.

2006-10-31 Thread Kevin Damm
On 10/31/06, Zachery Bir [EMAIL PROTECTED] wrote: On Oct 31, 2006, at 3:03 PM, abargnesi wrote: Hello, I am using the DOM Manipulation js library that is part of Mochikit and I like it a lot. And it seems quite fast. However I would like it to handle one case that it doesn't.