<?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>Fri, 27 Aug 2010 17:13:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<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>
	<item>
		<title>By: valajbeg</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-280</link>
		<dc:creator>valajbeg</dc:creator>
		<pubDate>Tue, 20 Apr 2010 07:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-280</guid>
		<description>Is it possible to make connector script work on another server and be able to browse files from another server?</description>
		<content:encoded><![CDATA[<p>Is it possible to make connector script work on another server and be able to browse files from another server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adreck</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-238</link>
		<dc:creator>Adreck</dc:creator>
		<pubDate>Thu, 01 Apr 2010 01:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-238</guid>
		<description>Can anyone help me try to openFile function so that when I click a file in the tree it either opens in the browser or downloads? Thanks.

Adreck</description>
		<content:encoded><![CDATA[<p>Can anyone help me try to openFile function so that when I click a file in the tree it either opens in the browser or downloads? Thanks.</p>
<p>Adreck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matteo</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-197</link>
		<dc:creator>matteo</dc:creator>
		<pubDate>Fri, 05 Mar 2010 15:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-197</guid>
		<description>very nice,
but I need to translate the PHP connector for using FTP instead of file system, anyone can help me ?</description>
		<content:encoded><![CDATA[<p>very nice,<br />
but I need to translate the PHP connector for using FTP instead of file system, anyone can help me ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Grüning</title>
		<link>http://www.adventuresindevelopment.com/2009/05/19/how-to-create-a-jquery-file-browser-with-jquery-file-tree/comment-page-1/#comment-193</link>
		<dc:creator>Anders Grüning</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=56#comment-193</guid>
		<description>Thx Matthew for this tutorial. Does anyone knows how to open the shown files in a *new* window?
Trying 
window.location = file; 
opens the file in same window. And 
window.open = file;
doesn&#039;t work. Any idea?</description>
		<content:encoded><![CDATA[<p>Thx Matthew for this tutorial. Does anyone knows how to open the shown files in a *new* window?<br />
Trying<br />
window.location = file;<br />
opens the file in same window. And<br />
window.open = file;<br />
doesn&#8217;t work. Any idea?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
