PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > alt.www.webmaster > Re: Index.html with image represented by file name instead of red-X??
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Re: Index.html with image represented by file name instead of red-X??

Réponse
 
LinkBack Outils de la discussion
Vieux 05/09/2007, 03h06   #1
The Moose
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

On Aug 24, 10:27 am, The Moose <moos...@hotmail.com> wrote:
> > Hi,

>
> > The Moose wrote:
> > > I have/will have a website that has thousands of image files.

>
> > > When I let the server create an index.html, there is a red box next to
> > > each file name. Is there a way to get a picture of what the file name
> > > stands for instead of this red x (which for some unknown reason points
> > > to /icons/image2.gif)??

>
> > > I.e. -- See: http://chocolate-moose.p5.org.uk/MINIS/barbara.htmlThe
> > > first two I manually edited the index.html (actuallybarbara.htmlfor
> > > this example) and replaced image2.gif with the actual filename.

>
> > > Is there any way to do this automatically?? I could pull the
> > > index.html down into Excel or Word or something and use a combination
> > > of copy and paste and tables that would do this pretty quickly; but,
> > > I'd rather have the server do it if it's capable. I should mention
> > > that I do not have access to do anything on the server other than
> > > place/delete files.

>
> Barb




I found a 'quick way' to do this without any additional software. See
sample at http://chocolate-moose.p5.org.uk/MINIS/barbara.html

Login into FTP and type this command: ls *.* c:\windows\desktop
\list.txt . Edit c:\windows\desktop\list.txt and add
"filename" (without quotes) at the very top of the file.

Create a Microsoft Word Merge document with the following text:

<IMG height="50" src=" http://chocolate-moose.p5.org.uk/MINIS/«filename»"
width="500" border=0> <A href=" http://chocolate-moose.p5.org.uk/MINIS/«filename»">
«filename»</A>¶
<BR><BR>¶

Merge the word document with the text document into a new text (TXT)
file with an HTML extension.

The results will be like: http://chocolate-moose.p5.org.uk/MINIS/barbara.html

My vision's bad so I've used a 50x50 thumbnail. You can use a smaller
one if you wish.

Barb

  Réponse avec citation
Vieux 05/09/2007, 03h20   #2
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

The Moose wrote:
> On Aug 24, 10:27 am, The Moose <moos...@hotmail.com> wrote:
>>> Hi,
>>> The Moose wrote:
>>>> I have/will have a website that has thousands of image files.
>>>> When I let the server create an index.html, there is a red box next to
>>>> each file name. Is there a way to get a picture of what the file name
>>>> stands for instead of this red x (which for some unknown reason points
>>>> to /icons/image2.gif)??
>>>> I.e. -- See: http://chocolate-moose.p5.org.uk/MINIS/barbara.htmlThe
>>>> first two I manually edited the index.html (actuallybarbara.htmlfor
>>>> this example) and replaced image2.gif with the actual filename.
>>>> Is there any way to do this automatically?? I could pull the
>>>> index.html down into Excel or Word or something and use a combination
>>>> of copy and paste and tables that would do this pretty quickly; but,
>>>> I'd rather have the server do it if it's capable. I should mention
>>>> that I do not have access to do anything on the server other than
>>>> place/delete files.

>> Barb

>
>
>
> I found a 'quick way' to do this without any additional software. See
> sample at http://chocolate-moose.p5.org.uk/MINIS/barbara.html
>
> Login into FTP and type this command: ls *.* c:\windows\desktop
> \list.txt . Edit c:\windows\desktop\list.txt and add
> "filename" (without quotes) at the very top of the file.
>
> Create a Microsoft Word Merge document with the following text:
>
> <IMG height="50" src=" http://chocolate-moose.p5.org.uk/MINIS/«filename»"
> width="500" border=0> <A href=" http://chocolate-moose.p5.org.uk/MINIS/«filename»">
> «filename»</A>¶
> <BR><BR>¶
>
> Merge the word document with the text document into a new text (TXT)
> file with an HTML extension.
>
> The results will be like: http://chocolate-moose.p5.org.uk/MINIS/barbara.html
>
> My vision's bad so I've used a 50x50 thumbnail. You can use a smaller
> one if you wish.
>
> Barb
>


A blank page?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
  Réponse avec citation
Vieux 05/09/2007, 04h07   #3
Blinky the Shark
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

Jerry Stuckle wrote:
> The Moose wrote:


>> The results will be like: http://chocolate-moose.p5.org.uk/MINIS/barbara.html
>>
>> My vision's bad so I've used a 50x50 thumbnail. You can use a smaller
>> one if you wish.
>>
>> Barb
>>

>
> A blank page?


As a dialup user, I can appreciate a fast page like that.


--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project:
http://improve-usenet.org <----------- New Site Aug 28
  Réponse avec citation
Vieux 05/09/2007, 14h44   #4
John Hosking
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

Jerry Stuckle wrote:
> The Moose wrote:


>>
>> I found a 'quick way' to do this without any additional software.


>> Login into FTP and type this command: ls *.* c:\windows\desktop
>> \list.txt . Edit c:\windows\desktop\list.txt and add
>> "filename" (without quotes) at the very top of the file.
>>
>> Create a Microsoft Word Merge document with the following text:


>>
>> Merge the word document with the text document into a new text (TXT)
>> file with an HTML extension.
>>
>> The results will be like:
>> http://chocolate-moose.p5.org.uk/MINIS/barbara.html


>
> A blank page?


The cleanest source ever produced with MS software involved!
<html><body></body></html>

--
John
Pondering the value of the UIP: http://improve-usenet.org/
  Réponse avec citation
Vieux 05/09/2007, 20h02   #5
Blinky the Shark
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

John Hosking wrote:
> Jerry Stuckle wrote:
>> The Moose wrote:

>
>>>
>>> I found a 'quick way' to do this without any additional software.

>
>>> Login into FTP and type this command: ls *.* c:\windows\desktop
>>> \list.txt . Edit c:\windows\desktop\list.txt and add
>>> "filename" (without quotes) at the very top of the file.
>>>
>>> Create a Microsoft Word Merge document with the following text:

>
>>>
>>> Merge the word document with the text document into a new text (TXT)
>>> file with an HTML extension.
>>>
>>> The results will be like:
>>> http://chocolate-moose.p5.org.uk/MINIS/barbara.html

>
>>
>> A blank page?

>
> The cleanest source ever produced with MS software involved!
><html><body></body></html>


I don't even get that; source view has not a single character.


--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project:
http://improve-usenet.org <----------- New Site Aug 28
  Réponse avec citation
Vieux 05/09/2007, 20h02   #6
Blinky the Shark
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

John Hosking wrote:
> Jerry Stuckle wrote:
>> The Moose wrote:

>
>>>
>>> I found a 'quick way' to do this without any additional software.

>
>>> Login into FTP and type this command: ls *.* c:\windows\desktop
>>> \list.txt . Edit c:\windows\desktop\list.txt and add
>>> "filename" (without quotes) at the very top of the file.
>>>
>>> Create a Microsoft Word Merge document with the following text:

>
>>>
>>> Merge the word document with the text document into a new text (TXT)
>>> file with an HTML extension.
>>>
>>> The results will be like:
>>> http://chocolate-moose.p5.org.uk/MINIS/barbara.html

>
>>
>> A blank page?

>
> The cleanest source ever produced with MS software involved!
><html><body></body></html>


I don't even get that; source view has not a single character.


--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project:
http://improve-usenet.org <----------- New Site Aug 28
  Réponse avec citation
Vieux 05/09/2007, 22h30   #7
John Hosking
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

Blinky the Shark wrote:
> John Hosking wrote:
>> Jerry Stuckle wrote:
>>> The Moose wrote:


>>>> The results will be like:
>>>> http://chocolate-moose.p5.org.uk/MINIS/barbara.html
>>> A blank page?

>> The cleanest source ever produced with MS software involved!
>> <html><body></body></html>

>
> I don't even get that; source view has not a single character.


Ah, well now I'm thinking it's a function of the browser. The "source"
above was in FF, Opera gives me nothing, and in IE6 I get all of this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1252"></HEAD>
<BODY></BODY></HTML>

I guess each browser assumes certain defaults...

--
John
Pondering the value of the UIP: http://improve-usenet.org/
  Réponse avec citation
Vieux 05/09/2007, 22h30   #8
John Hosking
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

Blinky the Shark wrote:
> John Hosking wrote:
>> Jerry Stuckle wrote:
>>> The Moose wrote:


>>>> The results will be like:
>>>> http://chocolate-moose.p5.org.uk/MINIS/barbara.html
>>> A blank page?

>> The cleanest source ever produced with MS software involved!
>> <html><body></body></html>

>
> I don't even get that; source view has not a single character.


Ah, well now I'm thinking it's a function of the browser. The "source"
above was in FF, Opera gives me nothing, and in IE6 I get all of this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1252"></HEAD>
<BODY></BODY></HTML>

I guess each browser assumes certain defaults...

--
John
Pondering the value of the UIP: http://improve-usenet.org/
  Réponse avec citation
Vieux 06/09/2007, 00h44   #9
Blinky the Shark
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

John Hosking wrote:
> Blinky the Shark wrote:
>> John Hosking wrote:
>>> Jerry Stuckle wrote:
>>>> The Moose wrote:

>
>>>>> The results will be like:
>>>>> http://chocolate-moose.p5.org.uk/MINIS/barbara.html
>>>> A blank page?
>>> The cleanest source ever produced with MS software involved!
>>> <html><body></body></html>

>>
>> I don't even get that; source view has not a single character.

>
> Ah, well now I'm thinking it's a function of the browser. The "source"


Guess not...

> above was in FF, Opera gives me nothing, and in IE6 I get all of this:


....it was in FF that I saw no text at all in source.

><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
><HTML><HEAD>
><META http-equiv=Content-Type content="text/html;
> charset=windows-1252"></HEAD>
><BODY></BODY></HTML>
>
> I guess each browser assumes certain defaults...



--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project:
http://improve-usenet.org <----------- New Site Aug 28
  Réponse avec citation
Vieux 06/09/2007, 22h18   #10
The Moose
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

On Sep 5, 7:44 pm, Blinky the Shark <no.s...@box.invalid> wrote:
> John Hosking wrote:
> > Blinky the Shark wrote:
> >> John Hosking wrote:
> >>> Jerry Stuckle wrote:
> >>>> The Moose wrote:

>
> >>>>> The results will be like:
> >>>>>http://chocolate-moose.p5.org.uk/MINIS/barbara.html
> >>>> A blank page?
> >>> The cleanest source ever produced with MS software involved!
> >>> <html><body></body></html>

>
> >> I don't even get that; source view has not a single character.

>
> > Ah, well now I'm thinking it's a function of the browser. The "source"

>
> Guess not...
>
> > above was in FF, Opera gives me nothing, and in IE6 I get all of this:

>
> ...it was in FF that I saw no text at all in source.
>
> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> ><HTML><HEAD>
> ><META http-equiv=Content-Type content="text/html;
> > charset=windows-1252"></HEAD>
> ><BODY></BODY></HTML>

>
> > I guess each browser assumes certain defaults...

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


You guys!!! It's not a blank page. My "service" provider wasn't
allowing uploads. It's there now.

Why should I pay when *FREE* works so well :GRIN:

Barb

  Réponse avec citation
Vieux 07/09/2007, 01h08   #11
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

The Moose wrote:
> On Sep 5, 7:44 pm, Blinky the Shark <no.s...@box.invalid> wrote:
>> John Hosking wrote:
>>> Blinky the Shark wrote:
>>>> John Hosking wrote:
>>>>> Jerry Stuckle wrote:
>>>>>> The Moose wrote:
>>>>>>> The results will be like:
>>>>>>> http://chocolate-moose.p5.org.uk/MINIS/barbara.html
>>>>>> A blank page?
>>>>> The cleanest source ever produced with MS software involved!
>>>>> <html><body></body></html>
>>>> I don't even get that; source view has not a single character.
>>> Ah, well now I'm thinking it's a function of the browser. The "source"

>> Guess not...
>>
>>> above was in FF, Opera gives me nothing, and in IE6 I get all of this:

>> ...it was in FF that I saw no text at all in source.
>>
>>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>>> <HTML><HEAD>
>>> <META http-equiv=Content-Type content="text/html;
>>> charset=windows-1252"></HEAD>
>>> <BODY></BODY></HTML>
>>> I guess each browser assumes certain defaults...

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

>
> You guys!!! It's not a blank page. My "service" provider wasn't
> allowing uploads. It's there now.
>


The blank page was more interesting.

> Why should I pay when *FREE* works so well :GRIN:
>
> Barb
>


Because you'll come back here in a few months bitching about how bad
your "free" stuff is.

Not saying free is bad. But how many people are going to create a MS
Mail Merge document because your site demands it?

You can select from a range of -1 and 1, not inclusive.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
  Réponse avec citation
Vieux 07/09/2007, 03h51   #12
The Moose
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

On Sep 6, 8:08 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> The Moose wrote:
> > On Sep 5, 7:44 pm, Blinky the Shark <no.s...@box.invalid> wrote:
> >> John Hosking wrote:
> >>> Blinky the Shark wrote:
> >>>> John Hosking wrote:
> >>>>> Jerry Stuckle wrote:
> >>>>>> The Moose wrote:
> >>>>>>> The results will be like:
> >>>>>>>http://chocolate-moose.p5.org.uk/MINIS/barbara.html
> >>>>>> A blank page?
> >>>>> The cleanest source ever produced with MS software involved!
> >>>>> <html><body></body></html>
> >>>> I don't even get that; source view has not a single character.
> >>> Ah, well now I'm thinking it's a function of the browser. The "source"
> >> Guess not...

>
> >>> above was in FF, Opera gives me nothing, and in IE6 I get all of this:
> >> ...it was in FF that I saw no text at all in source.

>
> >>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> >>> <HTML><HEAD>
> >>> <META http-equiv=Content-Type content="text/html;
> >>> charset=windows-1252"></HEAD>
> >>> <BODY></BODY></HTML>
> >>> I guess each browser assumes certain defaults...
> >> --
> >> Blinky RLU 297263
> >> Killing all posts from Google Groups
> >> The Usenet Improvement Project:http://improve-usenet.org<----------- New Site Aug 28

>
> > You guys!!! It's not a blank page. My "service" provider wasn't
> > allowing uploads. It's there now.

>
> The blank page was more interesting.
>
> > Why should I pay when *FREE* works so well :GRIN:

>
> > Barb

>
> Because you'll come back here in a few months bitching about how bad
> your "free" stuff is.
>
> Not saying free is bad. But how many people are going to create a MS
> Mail Merge document because your site demands it?
>
> You can select from a range of -1 and 1, not inclusive.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================- Hide quoted text -
>
> - Show quoted text -




Actually, Jerry, I've been using portland.co.uk for about 4-5
years ... so I doubt that I'll be back in a few months bitching
(unless I find something else to complain about ... which is entirely
possible).

Nobody else is going to SEE the document that I create and no one else
will need to create a similar document. This is only for MOI. So, I
can see a list of my files with a thumbnail image next to them. I
don't like the format of the server-generated index.html and I don't
want everyone in the universe hotlinking to my files so I use a
different file name for the index (NOT the barbara.html).

All I wanted was a simple way to see the thumbnail image next to the
file name without spending hordes of cash to do it. TAH! DAH!

You, oh cynical one, have little faith in The Moose. :GRIN:

Barb

  Réponse avec citation
Vieux 07/09/2007, 04h27   #13
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index.html with image represented by file name instead of red-X??

The Moose wrote:
> On Sep 6, 8:08 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> The Moose wrote:
>>> On Sep 5, 7:44 pm, Blinky the Shark <no.s...@box.invalid> wrote:
>>>> John Hosking wrote:
>>>>> Blinky the Shark wrote:
>>>>>> John Hosking wrote:
>>>>>>> Jerry Stuckle wrote:
>>>>>>>> The Moose wrote:
>>>>>>>>> The results will be like:
>>>>>>>>> http://chocolate-moose.p5.org.uk/MINIS/barbara.html
>>>>>>>> A blank page?
>>>>>>> The cleanest source ever produced with MS software involved!
>>>>>>> <html><body></body></html>
>>>>>> I don't even get that; source view has not a single character.
>>>>> Ah, well now I'm thinking it's a function of the browser. The "source"
>>>> Guess not...
>>>>> above was in FF, Opera gives me nothing, and in IE6 I get all of this:
>>>> ...it was in FF that I saw no text at all in source.
>>>>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>>>>> <HTML><HEAD>
>>>>> <META http-equiv=Content-Type content="text/html;
>>>>> charset=windows-1252"></HEAD>
>>>>> <BODY></BODY></HTML>
>>>>> I guess each browser assumes certain defaults...
>>>> --
>>>> Blinky RLU 297263
>>>> Killing all posts from Google Groups
>>>> The Usenet Improvement Project:http://improve-usenet.org<----------- New Site Aug 28
>>> You guys!!! It's not a blank page. My "service" provider wasn't
>>> allowing uploads. It's there now.

>> The blank page was more interesting.
>>
>>> Why should I pay when *FREE* works so well :GRIN:
>>> Barb

>> Because you'll come back here in a few months bitching about how bad
>> your "free" stuff is.
>>
>> Not saying free is bad. But how many people are going to create a MS
>> Mail Merge document because your site demands it?
>>
>> You can select from a range of -1 and 1, not inclusive.
>>
>> --
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstuck...@attglobal.net
>> ==================- Hide quoted text -
>>
>> - Show quoted text -

>
>
>
> Actually, Jerry, I've been using portland.co.uk for about 4-5
> years ... so I doubt that I'll be back in a few months bitching
> (unless I find something else to complain about ... which is entirely
> possible).
>
> Nobody else is going to SEE the document that I create and no one else
> will need to create a similar document. This is only for MOI. So, I
> can see a list of my files with a thumbnail image next to them. I
> don't like the format of the server-generated index.html and I don't
> want everyone in the universe hotlinking to my files so I use a
> different file name for the index (NOT the barbara.html).
>
> All I wanted was a simple way to see the thumbnail image next to the
> file name without spending hordes of cash to do it. TAH! DAH!
>
> You, oh cynical one, have little faith in The Moose. :GRIN:
>
> Barb
>


No, not at all. I've just seen too many "good" hosting companies go don
the tubes after a period of time. Just ask any of the regulars here
about Affordable Host, Page-Zone or TheMooseIsLoose.

None of these were free, but they were all inexpensive hosting companies
people were happy with for years...

And it seems the less people have to pay, the more they demand :-)

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 10h53.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,29563 seconds with 21 queries