[mochikit] window innerWidth

2005-12-08 Thread koorb
Does MochiKit provide any way to get properties like innerWidth from the window object, or indeed any property from any object in a cross-browser way?

[mochikit] copy interpreter

2005-12-08 Thread Matthias Teege
Moin, I've try to copy examples/interpreter/ to a local machine with wget -m --convert-links http://www.mochikit.com/examples/interpreter/ I can open the index.html after that but can't execute some command. Is there something special in the setup on mochikit.com Many thanks Matthias

[mochikit] Re: copy interpreter

2005-12-08 Thread Peter Hansen
Matthias Teege wrote: I've try to copy examples/interpreter/ to a local machine with wget -m --convert-links http://www.mochikit.com/examples/interpreter/ I can open the index.html after that but can't execute some command. Is there something special in the setup on mochikit.com The only

[mochikit] Re: copy interpreter

2005-12-08 Thread Bob Ippolito
On Dec 8, 2005, at 6:57 AM, Matthias Teege wrote: I've try to copy examples/interpreter/ to a local machine with wget -m --convert-links http://www.mochikit.com/examples/interpreter/ I can open the index.html after that but can't execute some command. Is there something special in the setup

[mochikit] Using iterables for complex calculation

2005-12-08 Thread Brendan Crosser-McGay
Hi guys,This is just a little request, I was wondering if anyone has some simple examples of all the iteration functions being used. I feel like I'm missing out on some really slick functions. Since they aren't all readily obvious how they work just from their name. Plus I'm more of a work by

[mochikit] Re: Using iterables for complex calculation

2005-12-08 Thread Bob Ippolito
On Dec 8, 2005, at 2:59 PM, Brendan Crosser-McGay wrote: This is just a little request, I was wondering if anyone has some simple examples of all the iteration functions being used. I feel like I'm missing out on some really slick functions. Since they aren't all readily obvious how