![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
George Patterson took the task on and has done an absolutely splendid job
translating the first article. To have a looksee a George's handiwork, www.rstengineering.com/kitplanes and go to the bottom article (July '02). George, the gang owes you one, and so do I. The August '02 raw data is posted in the usual place. Jim - -Again I ask...is anybody fool enough to take my Kitplanes column raw data and -put it into downloadable format for the rest of the gang? Jim Weir (A&P/IA, CFI, & other good alphabet soup) VP Eng RST Pres. Cyberchapter EAA Tech. Counselor http://www.rst-engr.com |
#2
|
|||
|
|||
![]()
Jim Weir wrote:
To have a looksee a George's handiwork, www.rstengineering.com/kitplanes and go to the bottom article (July '02). Not Found The requested URL /kitplanes/KP0207/KPtext.pdf was not found on this server. Apache/1.3.20 Server at www.rst-engr.com Port 80 Dave |
#3
|
|||
|
|||
![]()
Works in Texas...
"Dave Butler" wrote in message ... Jim Weir wrote: To have a looksee a George's handiwork, www.rstengineering.com/kitplanes and go to the bottom article (July '02). Not Found The requested URL /kitplanes/KP0207/KPtext.pdf was not found on this server. Apache/1.3.20 Server at www.rst-engr.com Port 80 Dave |
#4
|
|||
|
|||
![]()
Dave Butler wrote:
Jim Weir wrote: To have a looksee a George's handiwork, www.rstengineering.com/kitplanes and go to the bottom article (July '02). Not Found The requested URL /kitplanes/KP0207/KPtext.pdf was not found on this server. Apache/1.3.20 Server at www.rst-engr.com Port 80 Dave There's two mismatches between the KP0207.htm file and the other files: the parts list file and full test PDF are Kpparts.pdf and Kptext.pdf on the webserver, but are KPparts.pdf and KPText.pdf in the URLs in the KP0207.htm file (note the case difference in the "P"s). So the real URLs to the full text and parts list a http://www.rst-engr.com/kitplanes/KP0207/Kpparts.pdf http://www.rst-engr.com/kitplanes/KP0207/Kptext.pdf I imagine that the above to references will break here shortly when Jim fixes the KP0207.htm file or renames the PDFs. Russell Kent |
#5
|
|||
|
|||
![]()
George...
In terms that any competent history major can understand, can you tell me how you want me to fix this type mismatch? Jim -There's two mismatches between the KP0207.htm file and the other files: the parts -list file and full test PDF are Kpparts.pdf and Kptext.pdf on the webserver, but are -KPparts.pdf and KPText.pdf in the URLs in the KP0207.htm file (note the case -difference in the "P"s). So the real URLs to the full text and parts list a - -http://www.rst-engr.com/kitplanes/KP0207/Kpparts.pdf -http://www.rst-engr.com/kitplanes/KP0207/Kptext.pdf - -I imagine that the above to references will break here shortly when Jim fixes the -KP0207.htm file or renames the PDFs. - -Russell Kent Jim Weir (A&P/IA, CFI, & other good alphabet soup) VP Eng RST Pres. Cyberchapter EAA Tech. Counselor http://www.rst-engr.com |
#6
|
|||
|
|||
![]() Jim Weir wrote: In terms that any competent history major can understand, can you tell me how you want me to fix this type mismatch? Well, the fastest way to fix it is to rename the two files to match the URLs. Alternately, I can change the URLs in the html file and resend that. If you go the first route, rename "Kpparts.pdf" to "KPparts.pdf" and rename "Kptext.pdf" to "KPText.pdf". The difference in names also exists on my computer; the reason I didn't catch it is that the link still works for me. It didn't show up in testing. I'll double-check for that sort of thing with August. George Patterson This marriage is off to a shaky start. The groom just asked the band to play "Your cheatin' heart", and the bride just requested "Don't come home a'drinkin' with lovin' on your mind". |
#7
|
|||
|
|||
![]()
"G.R. Patterson III" wrote in message
... Jim Weir wrote: In terms that any competent history major can understand, can you tell me how you want me to fix this type mismatch? Well, the fastest way to fix it is to rename the two files to match the URLs. Alternately, I can change the URLs in the html file and resend that. If you go the first route, rename "Kpparts.pdf" to "KPparts.pdf" and rename "Kptext.pdf" to "KPText.pdf". The difference in names also exists on my computer; the reason I didn't catch it is that the link still works for me. It didn't show up in testing. I'll double-check for that sort of thing with August. George Patterson This marriage is off to a shaky start. The groom just asked the band to play "Your cheatin' heart", and the bride just requested "Don't come home a'drinkin' with lovin' on your mind". Easiest in the future to use all lowercase for filenames and URLs. It avoids problems with Win/DOS being case insensitive. |
#8
|
|||
|
|||
![]() FUji wrote: Easiest in the future to use all lowercase for filenames and URLs. It avoids problems with Win/DOS being case insensitive. I am now FTPing the files up to a directory on my web site for testing. Since most web servers are UNIX boxes, I expect that any problems in this regard will pop up immediately. George Patterson This marriage is off to a shaky start. The groom just asked the band to play "Your cheatin' heart", and the bride just requested "Don't come home a'drinkin' with lovin' on your mind". |
#9
|
|||
|
|||
![]()
Some web authouring software (Windoze based) will use upper/lower case in
the program and html files then safe the respective files in all lowercase which works ok if your ISP uses a Windows based web server, but with a lot of servers running Linux OS and Apache web server it will not work if you use FTP to upload your files but probably will work if you use their program to "publish to the web". I have 3 web sites I maintain and I have to manually edit the HTML files each time I update to correct the case problem. John G.R. Patterson III wrote: Jim Weir wrote: In terms that any competent history major can understand, can you tell me how you want me to fix this type mismatch? Well, the fastest way to fix it is to rename the two files to match the URLs. Alternately, I can change the URLs in the html file and resend that. If you go the first route, rename "Kpparts.pdf" to "KPparts.pdf" and rename "Kptext.pdf" to "KPText.pdf". The difference in names also exists on my computer; the reason I didn't catch it is that the link still works for me. It didn't show up in testing. I'll double-check for that sort of thing with August. George Patterson This marriage is off to a shaky start. The groom just asked the band to play "Your cheatin' heart", and the bride just requested "Don't come home a'drinkin' with lovin' on your mind". |
#10
|
|||
|
|||
![]()
"G.R. Patterson III" writes:
Jim Weir wrote: In terms that any competent history major can understand, can you tell me how you want me to fix this type mismatch? Well, the fastest way to fix it is to rename the two files to match the URLs. Alternately, I can change the URLs in the html file and resend that. If you go the first route, rename "Kpparts.pdf" to "KPparts.pdf" and rename "Kptext.pdf" to "KPText.pdf". The difference in names also exists on my computer; the reason I didn't catch it is that the link still works for me. It didn't show up in testing. Please... keep all file names lower case. Also, please, please be really pedantic on URL filesnames: Only: 0-9, a-z, _ - . No other characters. No !@#$:;%^&*()+|\/ {I swear I must have seen each one in some URL sometime.} Yea, you may get away with it for a while, until you start getting into cross-platform situations. Then you have a mess. -- A host is a host from coast to & no one will talk to a host that's close........[v].(301) 56-LINUX Unless the host (that isn't close).........................pob 1433 is busy, hung or dead....................................20915-1433 |
|
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Does anyone have Kitplanes Mag's from 1986? | Nunya | Home Built | 10 | June 21st 11 07:22 AM |
unfair cartoon in October 2004 issue of KITPLANES | Bob Kaplow | Home Built | 31 | August 29th 04 02:00 PM |
Columns by a Canadian centre controller | David Megginson | Instrument Flight Rules | 1 | August 9th 04 10:05 PM |
Kitplanes August Issue | Badwater Bill | Home Built | 28 | July 6th 04 08:26 PM |
Kitplanes Columns | Jim Weir | Home Built | 30 | April 14th 04 08:23 PM |