|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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 ================== |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
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/ |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
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/ |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
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/ |
|
|
|
#9 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#10 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#11 |
|
Messages: n/a
Hébergeur: |
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 ================== |
|
|
|
#12 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#13 |
|
Messages: n/a
Hébergeur: |
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 ================== |
|
![]() |
| Outils de la discussion | |
|
|