[mochikit] Re: rounded corners (bug?)

2006-10-11 Thread Bob Ippolito
On 10/10/06, EuGeNe [EMAIL PROTECTED] wrote: Claude wrote: Use bullets instead and change the CSS slightly. Try: Thanks it works, good hack ;) But shouldn't MochiKit handle my code correctly too? I would like to understand why it fails in FF. Is it a bug? Rounded corners are a hack and

[mochikit] Re: Please help me decide ideal implementation

2006-10-11 Thread troels knak-nielsen
Watch out for views in mysql. If the view contains a calculated field (such as MAX() etc.), mysql can't optimize the search correctly, which will result in full table scans, severely hurting performance. Views are bad for performance in mysql until they get this fixed. Indices are a really good

[mochikit] Re: Please help me decide ideal implementation

2006-10-11 Thread Arnar Birgisson
On 10/11/06, Chris [EMAIL PROTECTED] wrote: While going through the MochiKit examples I realized I can use MochiKit.Async to, as they say, facilitate the 'half a second' live updating. So instead of doing a call (or paring down) on each keystroke just wait a 1/2 or 1/4 second. That might

[mochikit] Re: EventMap for Signal?

2006-10-11 Thread Pablo Montilla
Jorge Godoy wrote: I'd like seeing your code. :-) You could post it here to the list. Getting something like that with map() wouldn't be all that hard (but why reinventing the wheel if you have already done the hard part? ;-))... -- Jorge Godoy [EMAIL PROTECTED] Well, its not

[mochikit] Re: rounded corners (bug?)

2006-10-11 Thread EuGèNe Van den Bulke
Bob Ippolito wrote: Rounded corners are a hack and browsers are sketchy. Don't expect too much out of it. The majority of MochiKit is robust, but rounded corners definitely are not. Thanks a lot, I didn't know that. Learning a bit more everyday. Cheers and thanks for MochiKit ... I love it!

[mochikit] Re: EventMap for Signal?

2006-10-11 Thread Beau Hartshorne
On 11-Oct-06, at 3:20 AM, Pablo Montilla wrote: Well, its not beautiful but it works. It would be better if the selection of elements to be connected were done using a function as parameter (so its decoupled, and extensible): I like the interface. Could you please submit a ticket, and

[mochikit] Any really basic examples/tutorials available?

2006-10-11 Thread Chris
Hello, Originally I had this long post describing what I'm doing and where I'm stuck and yadda yadda yadda. I think what it boils down to is that I just don't know what the syntax of some of this js means. I've searched several times in the past for what I consider advanced js but all I seem to

[mochikit] Re: Any really basic examples/tutorials available?

2006-10-11 Thread Bob Ippolito
On 10/11/06, Chris [EMAIL PROTECTED] wrote: Hello, Originally I had this long post describing what I'm doing and where I'm stuck and yadda yadda yadda. I think what it boils down to is that I just don't know what the syntax of some of this js means. I've searched several times in the past