directory listing in HTML

directory listing in HTML

am 09.09.2007 06:35:49 von DM McGowan II

I not exactly an expert in HTML though I have designed a few web pages.
Normally I hard code each file I want to be on the web site that the
user can download. I was wondering though if there is a way to get the
contents of an entire directory and list them on a web page and what
would be the best way to do this.

Z.K.

Re: directory listing in HTML

am 09.09.2007 08:56:39 von Adrienne Boswell

Gazing into my crystal ball I observed "Z.K."
writing in news:FKKEi.1611$qV3.1503@trndny02:

> I not exactly an expert in HTML though I have designed a few web
pages.
> Normally I hard code each file I want to be on the web site that the
> user can download. I was wondering though if there is a way to get
the
> contents of an entire directory and list them on a web page and what
> would be the best way to do this.
>
> Z.K.
>

I would say server side would be the best way. Loop through the
contents of the directory, and put your markup accordingly.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Re: directory listing in HTML

am 09.09.2007 09:08:55 von Blinky the Shark

Z.K. wrote:
> I not exactly an expert in HTML though I have designed a few web pages.
> Normally I hard code each file I want to be on the web site that the
> user can download. I was wondering though if there is a way to get the
> contents of an entire directory and list them on a web page and what
> would be the best way to do this.

Do you want just a plain director list, or do you want it in the context
of markup?

--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project:
http://improve-usenet.org <----------- New Site Aug 28

Re: directory listing in HTML

am 09.09.2007 11:48:13 von Phillip Mann

On Sun, 09 Sep 2007 04:35:49 GMT, "Z.K." wrote:

>I not exactly an expert in HTML though I have designed a few web pages.
> Normally I hard code each file I want to be on the web site that the
>user can download. I was wondering though if there is a way to get the
>contents of an entire directory and list them on a web page and what
>would be the best way to do this.
>
> Z.K.

I'm not an expert eithter...but...you can zip all of them into "one"
zipped file

Phil

www.BluegrassBanjo.com
www.BluegrassBanjo.org

----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----

Re: directory listing in HTML

am 09.09.2007 13:23:10 von Blinky the Shark

Phillip Mann wrote:

> On Sun, 09 Sep 2007 04:35:49 GMT, "Z.K."
> wrote:
>
>>I not exactly an expert in HTML though I have designed a few web
>>pages.
>> Normally I hard code each file I want to be on the web site
>> that the
>>user can download. I was wondering though if there is a way to
>>get the contents of an entire directory and list them on a web
>>page and what would be the best way to do this.
>>
>> Z.K.
>
> I'm not an expert eithter...but...you can zip all of them into
> "one" zipped file

So that a visitor has to download *all* of them, even if he only
wants one or two? You have broadband, don't you? :)

> Phil
>
> www.BluegrassBanjo.com
> www.BluegrassBanjo.org
>
> ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure
> Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup
> Service in the World! 120,000+ Newsgroups ----= East and
> West-Coast Server Farms - Total Privacy via Encryption =----

I'm tired of manually deleting people's not properly-deliminated
sigs.


--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project:
http://improve-usenet.org <------------- New Site Aug 28

Re: directory listing in HTML

am 09.09.2007 13:42:48 von Neredbojias

Well bust mah britches and call me cheeky, on Sun, 09 Sep 2007 04:35:49 GMT
Z.K. scribed:

> I not exactly an expert in HTML though I have designed a few web pages.
> Normally I hard code each file I want to be on the web site that the
> user can download. I was wondering though if there is a way to get the
> contents of an entire directory and list them on a web page and what
> would be the best way to do this.

Certainly would be server-side scripting, probably php or maybe that
Windows one (asp?) I've never done it, myself, but ss languages are very
powerful in certain ways, and there is undoubtedly a method to expedite
your goal.

--
Neredbojias
Half lies are worth twice as much as whole lies.

Re: directory listing in HTML

am 09.09.2007 18:59:06 von tcg

Z.K. wrote:
> I not exactly an expert in HTML though I have designed a few web pages.
> Normally I hard code each file I want to be on the web site that the
> user can download. I was wondering though if there is a way to get the
> contents of an entire directory and list them on a web page and what
> would be the best way to do this.
>
> Z.K.

If you are using a Windows box, you can try dirhtml at
http://dirhtml.home.comcast.net/

Re: directory listing in HTML

am 09.09.2007 21:17:58 von Ed Mullen

tcg wrote:
> Z.K. wrote:
>> I not exactly an expert in HTML though I have designed a few web
>> pages. Normally I hard code each file I want to be on the web site
>> that the user can download. I was wondering though if there is a way
>> to get the contents of an entire directory and list them on a web page
>> and what would be the best way to do this.
>>
>> Z.K.
>
> If you are using a Windows box, you can try dirhtml at
> http://dirhtml.home.comcast.net/

What a great utility! Thanks for posting that.

--
Ed Mullen
http://edmullen.net
http://mozilla.edmullen.net
http://abington.edmullen.net
If you can't be kind, at least have the decency to be vague.