<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/link/2424560">
<title>Public marks on http://aariadne.com/filetree/#</title>
<description>Public marks on http://aariadne.com/filetree/#</description>
<link>http://blogmarks.net/marks/link/2424560</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/pbla/mark/1057431904"/>
<rdf:li resource="http://blogmarks.net/api/user/kuruzman/mark/1057423734"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057423062"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/pbla/mark/1057431904">
<title>Ext FileTree Widget Example by Saki</title>
<link>http://aariadne.com/filetree/#</link>
<description></description>
<dc:date>2007-09-06T19:55:14Z</dc:date>
<dc:author>pbla</dc:author>
<dc:subject>ajax</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://aariadne.com/filetree/#"><img border="0" src="http://blogmarks.net/screenshots/2007/09/06/f9e31272b2bab972973c8d34b5d9c0d0.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://aariadne.com/filetree/#">Ext FileTree Widget Example by Saki</a></h4>
 
by <a href="http://blogmarks.net/user/pbla">pbla</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2424560">2 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ajax">ajax</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057431904">Copy</a> | 
<a href="http://blogmarks.net/link/2424560">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/kuruzman/mark/1057423734">
<title>Ext FileTree Widget Example by Saki</title>
<link>http://aariadne.com/filetree/#</link>
<description></description>
<dc:date>2007-08-31T11:13:17Z</dc:date>
<dc:author>kuruzman</dc:author>
<dc:subject>ajax, fs, ui</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://aariadne.com/filetree/#"><img border="0" src="http://blogmarks.net/screenshots/2007/09/06/f9e31272b2bab972973c8d34b5d9c0d0.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://aariadne.com/filetree/#">Ext FileTree Widget Example by Saki</a></h4>
 
by <a href="http://blogmarks.net/user/kuruzman">kuruzman</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2424560">2 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ajax">ajax</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fs">fs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ui">ui</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057423734">Copy</a> | 
<a href="http://blogmarks.net/link/2424560">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057423062">
<title>Ext FileTree Widget Example by Saki</title>
<link>http://aariadne.com/filetree/#</link>
<description>FileTreePanel is client-server application where client (browser) provides the user interface (UI) which displays the tree and context menu, handles drag &amp; drop operations, etc. The filesystem that is displayed and managed by the UI is stored on a server.

Therefore, we need some communication layer between client and server. Client sends a command to server, server processes this command and responds with a result. Client in turn processes the response and display results.

All this communication is running in the background by Ajax (XMLHttpRequest) calls. The XMLHttpRequest is not used directly but the Ext JS - JavaScript Library ajax layer is used for this purpose.

Client requests data from server with standard POST method and server is expected to respond with JSON (JavaScript Object Notation) string and appropriate HTTP headers.</description>
<dc:date>2007-08-30T19:00:51Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>javascript, ajax, server, application, interface, xmlhttprequest, standard, http, js</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://aariadne.com/filetree/#"><img border="0" src="http://blogmarks.net/screenshots/2007/09/06/f9e31272b2bab972973c8d34b5d9c0d0.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://aariadne.com/filetree/#">Ext FileTree Widget Example by Saki</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2424560">2 other(s)</a> 
<p class="description">FileTreePanel is client-server application where client (browser) provides the user interface (UI) which displays the tree and context menu, handles drag & drop operations, etc. The filesystem that is displayed and managed by the UI is stored on a server.

Therefore, we need some communication layer between client and server. Client sends a command to server, server processes this command and responds with a result. Client in turn processes the response and display results.

All this communication is running in the background by Ajax (XMLHttpRequest) calls. The XMLHttpRequest is not used directly but the Ext JS - JavaScript Library ajax layer is used for this purpose.

Client requests data from server with standard POST method and server is expected to respond with JSON (JavaScript Object Notation) string and appropriate HTTP headers.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ajax">ajax</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/server">server</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/application">application</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interface">interface</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xmlhttprequest">xmlhttprequest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/standard">standard</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/http">http</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/js">js</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057423062">Copy</a> | 
<a href="http://blogmarks.net/link/2424560">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>