<![CDATA[ Ajax? - My Forums]]> https://forums.modx.com/thread/?thread=34824 <![CDATA[Re: Ajax?]]> https://forums.modx.com/thread/34824/ajax?page=2#dis-post-190746

hehe, is that plone or just a "plone" template?]]>
Carsten Jun 18, 2005, 04:07 AM https://forums.modx.com/thread/34824/ajax?page=2#dis-post-190746
<![CDATA[Ajax - JPSPan]]> https://forums.modx.com/thread/34824/ajax?page=2#dis-post-190745
Home page:
http://jpspan.sourceforge.net/

Example:
http://jpspan.sourceforge.net/wiki/doku.php?id=examples:inahurry

Roadmap:
http://jpspan.sourceforge.net/wiki/doku.php?id=todo]]>
xwisdom Jun 16, 2005, 01:22 PM https://forums.modx.com/thread/34824/ajax?page=2#dis-post-190745
<![CDATA[Ajax?]]> https://forums.modx.com/thread/34824/ajax?page=2#dis-post-190744 sottwell Apr 01, 2005, 07:23 AM https://forums.modx.com/thread/34824/ajax?page=2#dis-post-190744 <![CDATA[Ajax?]]> https://forums.modx.com/thread/34824/ajax?page=2#dis-post-190743
shockedops: I better start cracking the code to catch up to you all laugh]]>
Carsten Mar 31, 2005, 12:18 AM https://forums.modx.com/thread/34824/ajax?page=2#dis-post-190743
<![CDATA[Ajax?]]> https://forums.modx.com/thread/34824/ajax#dis-post-190742
whoa whoa whoa, wait a sec, you've done all this work on DynAPI?
Well, I created SODA and a few other things smiley

Any chance we'd see some of the drag and drop stuff and other widgets in the manager?

Well, that we can talk about smiley]]>
xwisdom Mar 30, 2005, 11:45 PM https://forums.modx.com/thread/34824/ajax#dis-post-190742
<![CDATA[Ajax?]]> https://forums.modx.com/thread/34824/ajax#dis-post-190741

Check out the IOElement rpc information here:

http://www.xwisdomhtml.com/dynapi/docs/docs/quickref.ioelement.html

IMO, If that's not simple then I don't know what is smiley

What do you think?
whoa whoa whoa, wait a sec, you've done all this work on DynAPI? Nice. Any chance we'd see some of the drag and drop stuff and other widgets in the manager?]]>
davedenis Mar 30, 2005, 11:34 PM https://forums.modx.com/thread/34824/ajax#dis-post-190741
<![CDATA[Ajax?]]> https://forums.modx.com/thread/34824/ajax#dis-post-190740 sottwell Mar 30, 2005, 11:17 PM https://forums.modx.com/thread/34824/ajax#dis-post-190740 <![CDATA[Ajax?]]> https://forums.modx.com/thread/34824/ajax#dis-post-190739 Well, I played with that zip code tutorial, (http://www.webpasties.com/xmlHttpRequest/) and changed the output to write to <span> elements instead of <input> elements.

Well, I have not really looked at Ajax fully but from looking at your code I would say that's nothing new at all. In fact we (DynAPI users) have created a more power library that even supports multiple threads! And to add to that its very easy to use, supports retry and timeouts and even works with ns4.

var data, io;

io = new IOElement();

data = {
	myvalue : "My Name, is 'Mary'"
}

io.post("mypage.php",data,fnCallBack);

function fnCallBack(e,success) {
	if (success) {
		var o = e.getSource();
		var rt = o.getVariable('serverSays');
		alert(rt)
	}
	// retry ?
}




To add to that we had implemented something like web services using the SODA services:

example

var dt = io.getData() // this will makes a call to the getData function on the server and returns the results into the dt variable

Check out the IOElement rpc information here:

http://www.xwisdomhtml.com/dynapi/docs/docs/quickref.ioelement.html

IMO, If that's not simple then I don't know what is smiley

What do you think?]]>
xwisdom Mar 30, 2005, 11:11 PM https://forums.modx.com/thread/34824/ajax#dis-post-190739
<![CDATA[Ajax?]]> https://forums.modx.com/thread/34824/ajax#dis-post-190738
I've just added the EditCSS sidebar extension to Firefox. Now I need a bigger screen :roll:]]>
sottwell Mar 30, 2005, 11:07 PM https://forums.modx.com/thread/34824/ajax#dis-post-190738
<![CDATA[Ajax?]]> https://forums.modx.com/thread/34824/ajax#dis-post-190737 A couple of weeks ago I ran across a funny little (well, not so little...) javascript that was a mini sql engine for manipulating incoming data. But now I can't find it again. It has occurred to me that it might be useful here. I hope I can find it again.
This one?
http://jsdb.sourceforge.net/demo.html]]>
zombiemx Mar 30, 2005, 04:20 PM https://forums.modx.com/thread/34824/ajax#dis-post-190737