<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Create a JQuery File Browser with JQuery File Tree</title>
	<atom:link href="http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/</link>
	<description>Web Development Tools, Ideas, Techniques and Resources</description>
	<lastBuildDate>Thu, 01 Dec 2011 17:36:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cristiano Paluffi</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-375</link>
		<dc:creator>Cristiano Paluffi</dc:creator>
		<pubDate>Thu, 26 May 2011 14:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-375</guid>
		<description>I am sorry, I forgot also this line in the same file:

Replace:
showTree( $(this), escape(o.root) );

with:
showTree( $(this), decodeURIComponent(o.root) );

Bye.

Cristiano</description>
		<content:encoded><![CDATA[<p>I am sorry, I forgot also this line in the same file:</p>
<p>Replace:<br />
showTree( $(this), escape(o.root) );</p>
<p>with:<br />
showTree( $(this), decodeURIComponent(o.root) );</p>
<p>Bye.</p>
<p>Cristiano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristiano Paluffi</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-374</link>
		<dc:creator>Cristiano Paluffi</dc:creator>
		<pubDate>Thu, 26 May 2011 14:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-374</guid>
		<description>Hi Guys,
I found the spaces problem using ASP Connector,  you could try to replace the line 								

showTree( $(this).parent(), escape($(this).attr(&#039;rel&#039;).match( /.*\// )) );

with 

showTree( $(this).parent(), decodeURIComponent($(this).attr(&#039;rel&#039;).match( /.*\// )) );

in jqueryFileTree.js.

Please let me know if it work for you.
Bye.
Cristiano</description>
		<content:encoded><![CDATA[<p>Hi Guys,<br />
I found the spaces problem using ASP Connector,  you could try to replace the line 								</p>
<p>showTree( $(this).parent(), escape($(this).attr(&#8216;rel&#8217;).match( /.*\// )) );</p>
<p>with </p>
<p>showTree( $(this).parent(), decodeURIComponent($(this).attr(&#8216;rel&#8217;).match( /.*\// )) );</p>
<p>in jqueryFileTree.js.</p>
<p>Please let me know if it work for you.<br />
Bye.<br />
Cristiano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro Pedrosa</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-363</link>
		<dc:creator>Leandro Pedrosa</dc:creator>
		<pubDate>Sun, 13 Mar 2011 09:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-363</guid>
		<description>How do I read a directory server php?
Thanks</description>
		<content:encoded><![CDATA[<p>How do I read a directory server php?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-359</link>
		<dc:creator>Omer</dc:creator>
		<pubDate>Tue, 22 Feb 2011 17:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-359</guid>
		<description>Try this script:
http://sumerflemanager.codeplex.com/</description>
		<content:encoded><![CDATA[<p>Try this script:<br />
<a href="http://sumerflemanager.codeplex.com/" rel="nofollow">http://sumerflemanager.codeplex.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atlanta_Joe</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-325</link>
		<dc:creator>Atlanta_Joe</dc:creator>
		<pubDate>Fri, 27 Aug 2010 17:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-325</guid>
		<description>Can someone please post something on having the file opened in a new window when one clicks on the link.</description>
		<content:encoded><![CDATA[<p>Can someone please post something on having the file opened in a new window when one clicks on the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndreKusuma</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-320</link>
		<dc:creator>AndreKusuma</dc:creator>
		<pubDate>Thu, 19 Aug 2010 02:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-320</guid>
		<description>Hi Mat, great tool, could you please reupload the page for download or the demo?

It seems the site has been removed. Thanks

Andre</description>
		<content:encoded><![CDATA[<p>Hi Mat, great tool, could you please reupload the page for download or the demo?</p>
<p>It seems the site has been removed. Thanks</p>
<p>Andre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zerg</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-319</link>
		<dc:creator>zerg</dc:creator>
		<pubDate>Mon, 16 Aug 2010 23:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-319</guid>
		<description>So if You are using php server 
Add to &#039;jqueryFileTree.php&#039; file 
this line:
$root = $_SERVER[&#039;DOCUMENT_ROOT&#039;];</description>
		<content:encoded><![CDATA[<p>So if You are using php server<br />
Add to &#8216;jqueryFileTree.php&#8217; file<br />
this line:<br />
$root = $_SERVER['DOCUMENT_ROOT'];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colly</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-315</link>
		<dc:creator>Colly</dc:creator>
		<pubDate>Mon, 26 Jul 2010 09:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-315</guid>
		<description>@Justin Riggs: November 30, 2009 at 11:32 am 

I came across this using the ASP connector,  the issue I had was that if the folder had a space in it, somewhere along the line the space in the folder name was being converted to it&#039;s HTML equivalent (%20).  The vbscript for the filesystem object couldn&#039;t therefore find the folder name.

The fix for me was to replace the %20 with a space:
BaseFile = replace(BaseFile, &quot;%20&quot;, &quot; &quot;)

No doubt this is too late for you but it might help someone else....</description>
		<content:encoded><![CDATA[<p>@Justin Riggs: November 30, 2009 at 11:32 am </p>
<p>I came across this using the ASP connector,  the issue I had was that if the folder had a space in it, somewhere along the line the space in the folder name was being converted to it&#8217;s HTML equivalent (%20).  The vbscript for the filesystem object couldn&#8217;t therefore find the folder name.</p>
<p>The fix for me was to replace the %20 with a space:<br />
BaseFile = replace(BaseFile, &#8220;%20&#8243;, &#8221; &#8220;)</p>
<p>No doubt this is too late for you but it might help someone else&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buan</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-309</link>
		<dc:creator>buan</dc:creator>
		<pubDate>Wed, 23 Jun 2010 13:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-309</guid>
		<description>Hi

I will use jquery FileTree with linux. But when i set the root: to my home variable i become the following exeption:

# # jQuery File Tree Ruby Connector # # Version 1.01 # # Erik Lax # http://datahack.se # 13 July 2008 # # History # # 1.01 Initial Release # # Output a list of files for jQuery File Tree # # #root = &quot;/absolute/path/&quot; # or root = File.expand_path(&quot;.&quot;) # # require &quot;cgi&quot; cgi = CGI.new cgi.header(&quot;type&quot; =&gt; &quot;text/html&quot;) dir = cgi.params[&quot;dir&quot;].to_s puts &quot;

    * &quot; begin path = root + &quot;/&quot; + dir # chdir() to user requested dir (root + &quot;/&quot; + dir) Dir.chdir(File.expand_path(path).untaint); # check that our base path still begins with root path if Dir.pwd[0,root.length] == root then #loop through all directories Dir.glob(&quot;*&quot;) { &#124;x&#124; if not File.directory?(x.untaint) then next end puts &quot;#{x}
    * &quot;; } #loop through all files Dir.glob(&quot;*&quot;) { &#124;x&#124; if not File.file?(x.untaint) then next end ext = File.extname(x)[1..-1] puts &quot;#{x}
      &quot; } else #only happens when someone tries to go outside your root directory... puts &quot;You are way out of your league&quot; end rescue puts &quot;Internal Error&quot; end puts &quot;

&quot; #


I use Firefox5 is this the problem? Or what can i do that this program will be run?

Itś very important?

Have anybody an idear?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I will use jquery FileTree with linux. But when i set the root: to my home variable i become the following exeption:</p>
<p># # jQuery File Tree Ruby Connector # # Version 1.01 # # Erik Lax # <a href="http://datahack.se" rel="nofollow">http://datahack.se</a> # 13 July 2008 # # History # # 1.01 Initial Release # # Output a list of files for jQuery File Tree # # #root = &#8220;/absolute/path/&#8221; # or root = File.expand_path(&#8220;.&#8221;) # # require &#8220;cgi&#8221; cgi = CGI.new cgi.header(&#8220;type&#8221; =&gt; &#8220;text/html&#8221;) dir = cgi.params["dir"].to_s puts &#8221;</p>
<p>    * &#8221; begin path = root + &#8220;/&#8221; + dir # chdir() to user requested dir (root + &#8220;/&#8221; + dir) Dir.chdir(File.expand_path(path).untaint); # check that our base path still begins with root path if Dir.pwd[0,root.length] == root then #loop through all directories Dir.glob(&#8220;*&#8221;) { |x| if not File.directory?(x.untaint) then next end puts &#8220;#{x}<br />
    * &#8220;; } #loop through all files Dir.glob(&#8220;*&#8221;) { |x| if not File.file?(x.untaint) then next end ext = File.extname(x)[1..-1] puts &#8220;#{x}<br />
      &#8221; } else #only happens when someone tries to go outside your root directory&#8230; puts &#8220;You are way out of your league&#8221; end rescue puts &#8220;Internal Error&#8221; end puts &#8221;</p>
<p>&#8221; #</p>
<p>I use Firefox5 is this the problem? Or what can i do that this program will be run?</p>
<p>Itś very important?</p>
<p>Have anybody an idear?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-299</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 18 May 2010 07:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-299</guid>
		<description>DO you know if jquery file browser will work over a mapped drive?</description>
		<content:encoded><![CDATA[<p>DO you know if jquery file browser will work over a mapped drive?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
