[mochikit] Re: Document.write and xhtml pitfall

2006-01-28 Thread Bob Ippolito



On Jan 27, 2006, at 5:59 AM, Eoghan wrote:



I've got a patch for this, mozilla wasn't going down the
createelementns path because the value of the namespaceURI is
http://www.w3.org/1999/xhtml; for true xhtml documents (those not
served as text/html)... appending the child script tag the dom  
way is

of course cool and works fine in xhtml!

I've just posted the modified portion of (the end of) Mochikit.js
below... just 3 lines changed, should I create a trac item for this?


I went with a slightly different approach, which uses createElement 
(script) even on Safari.  The problem is that Safari's setAttribute  
doesn't work correctly for script tags, so I just went with setting  
the properties directly.  I had meant to fix that a while ago.


-bob



[mochikit] Re: More screencasts

2006-01-28 Thread Bob Ippolito



On Jan 28, 2006, at 5:34 PM, dgd wrote:


What I'd really like to see is a start-to-finish video of the
development of a web interface that supports drag and drop through
AJAX.


You're going to have to be more specific.  Drag and drop through AJAX  
doesn't mean anything.


-bob