RE: WindowsNT Explorer like look and feel??

2000-04-19 Thread Kees Vonk 7249 24549

 Does anyone know of an easy way to get a WindowsNT explorer
 (expanding directory/folder) lokk and feel using modperl?

I know this is off topic, but have a look at

 http://www.alchemy-computing.co.uk/joust/

which is a (free) javascript implementation that gives you 
more or less what you want (including expanding 
directory/folder). I have used it and used perl (HTML::Mason) 
to dynamically generate the structure, but of course you can 
use a modperl handler for that in order to make this message 
more on topic.


Kees




WindowsNT Explorer like look and feel??

2000-04-18 Thread Tim Fox

Does anyone know of an easy way to get a WindowsNT explorer (expanding 
directory/folder) lokk and feel using modperl?




Re: WindowsNT Explorer like look and feel??

2000-04-18 Thread Matt Sergeant

On Tue, 18 Apr 2000, Tim Fox wrote:

 Does anyone know of an easy way to get a WindowsNT explorer (expanding 
directory/folder) lokk and feel using modperl?

You forgot to add a smiley. And you're _way_ past April 1st.

-- 
Matt/

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org http://xml.sergeant.org




RE: WindowsNT Explorer like look and feel??

2000-04-18 Thread John Reid

 On Tue, 18 Apr 2000, Tim Fox wrote:

  Does anyone know of an easy way to get a WindowsNT explorer
 (expanding directory/folder) lokk and feel using modperl?

 You forgot to add a smiley. And you're _way_ past April 1st.


Or is this yet another example of a general lack of understanding of the
Client/Server architecture and the request/response nature of a web
application?

John
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.134 / Virus Database: 63 - Release Date: 20/03/00




Re: WindowsNT Explorer like look and feel??

2000-04-18 Thread Randy Kobes

On Tue, 18 Apr 2000, Matt Sergeant wrote:

 On Tue, 18 Apr 2000, Tim Fox wrote:
 
  Does anyone know of an easy way to get a WindowsNT explorer (expanding 
directory/folder) lokk and feel using modperl?
 
 You forgot to add a smiley. And you're _way_ past April 1st.
 

Perhaps some country's Postal Service has gotten into the
business of email delivery? (actually, Canada's has ...)

Try the HTML-EP-Explorer package at $CPAN/authors/id/JWIED/.

best regards,
randy kobes






RE: WindowsNT Explorer like look and feel??

2000-04-18 Thread Matt Sergeant

On Tue, 18 Apr 2000, John Reid wrote:

  On Tue, 18 Apr 2000, Tim Fox wrote:
 
   Does anyone know of an easy way to get a WindowsNT explorer
  (expanding directory/folder) lokk and feel using modperl?
 
  You forgot to add a smiley. And you're _way_ past April 1st.
 
 
 Or is this yet another example of a general lack of understanding of the
 Client/Server architecture and the request/response nature of a web
 application?

I really hope that someone who doesn't understand that isn't in the
position to be installing/using mod_perl. But then again nothing really
shocks me these days.

-- 
Matt/

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org http://xml.sergeant.org




Re: WindowsNT Explorer like look and feel??

2000-04-18 Thread Matt Sergeant

On Tue, 18 Apr 2000, Mark Wagner wrote:

   On Tue, 18 Apr 2000, Tim Fox wrote:
  
Does anyone know of an easy way to get a WindowsNT explorer
   (expanding directory/folder) lokk and feel using modperl?
  
   You forgot to add a smiley. And you're _way_ past April 1st.
  
  
  Or is this yet another example of a general lack of understanding of the
  Client/Server architecture and the request/response nature of a web
  application?
 
 What I took it to mean was: is there a mod_perl interface to Apache's
 dirmagic (or whatever the auto dir listing creator thing is) so
 that one may create a new way of displaying dirs without reimplementing
 dirmagic completely?

The fact is pure and simple: This is a html question.

-- 
Matt/

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org http://xml.sergeant.org




Re: WindowsNT Explorer like look and feel??

2000-04-18 Thread Ron Beck

I do not have a perl or mod_perl example.  However in my "Javascript
Manual of Style", there is an example of a WindowsNT Explorer like
navigator.  The code is too lengthy to post and I don't have it loaded
myself.

However, if you go to...

http://www.he.net/~marcj/mos/ch5a.htm

you can see an example of the program to see if that's the type of thing
you're looking for. It's really a pretty neat procedure and makes
navigating something like a manual very easy.

You can also contact the author of the book (and code), Marc Johnson
at...

http://www.he.net/~marcj/index.html

Perhaps a mod_perl procedure to build the javascript page which displays
the navigational information?

In any event, I hope this helps.

Regards,
Ron



Re: WindowsNT Explorer like look and feel??

2000-04-18 Thread Andy Johnson



Tim Fox wrote:

 Does anyone know of an easy way to get a WindowsNT explorer (expanding 
directory/folder) lokk and feel using modperl?

Maybe you should be looking at mod_dav rather than mod_perl; The URL is here:

http://www.webdav.org/mod_dav/