 | | Kidvention: Printing Posters Troubleshooting
|
|
Greetings from California! I'm currently at Mike Poindexter's, and this evening we worked on printing out high quality 17x22 posters on glossy photo paper. I have a slight problem, which I just can't place. I'm planning on giving Suzanne Rich a call (...) (25 years ago, 8-Jul-00, to lugnet.publish, lugnet.events) !
|
| |
 | | Re: Grabbing the stuff after the ? in a URL
|
|
(...) yup, you could do that, easy... also (cooler, imo): /space/viper and have it call the "space" script with the viper arg :) Look at: (URL) it's subdirectories... :) Dan (25 years ago, 8-Jul-00, to lugnet.publish, lugnet.off-topic.geek)
|
| |
 | | Re: Grabbing the stuff after the ? in a URL
|
|
(...) That's the idea. Although it probably would be .cgi instead of .shtml. (25 years ago, 8-Jul-00, to lugnet.publish, lugnet.off-topic.geek)
|
| |
 | | Re: Grabbing the stuff after the ? in a URL
|
|
(...) I figured that much. Does this mean I could also just format it like this: /space/space.shtml?viper since I'll prolly only have the one variable? Could I also name the ssi file index.shtml and call it like this: /space/?viper Thanks for the (...) (25 years ago, 8-Jul-00, to lugnet.publish, lugnet.off-topic.geek)
|
| |
 | | Re: Grabbing the stuff after the ? in a URL
|
|
(...) not that easily - it's a "get" form, so it'll all be on the commandline, I think, but you'll still have to decode it (?xxx=yyy&aaa=bbb etc) also decode stuff like %20 to spaces... much easier to use the CGI module to parse it all for you an (...) (25 years ago, 8-Jul-00, to lugnet.publish, lugnet.off-topic.geek)
|
| |
 | | Re: Grabbing the stuff after the ? in a URL
|
|
(...) Time to learn Perl, then. Will the stuff after the ? be automatically intrepreted as stdin? --Bram Bram Lambrecht.........Br...L@JUNO.com (URL) (25 years ago, 8-Jul-00, to lugnet.publish, lugnet.off-topic.geek)
|
| |
 | | Re: Grabbing the stuff after the ? in a URL
|
|
(...) I don't think so. You'll need to use CGI. (25 years ago, 8-Jul-00, to lugnet.publish, lugnet.off-topic.geek)
|
| |
 | | Grabbing the stuff after the ? in a URL
|
|
Hi all you HTML/SSI/etc savvy people, I'm looking into making my website easy to update. What I'd like to do is create a template using Server Side Includes, and then have the URL be something like: /space.shtml?model=viper The page would then (...) (25 years ago, 7-Jul-00, to lugnet.publish, lugnet.off-topic.geek)
|
| |
 | | Re: photography question
|
|
"Jude Beaudin" <shiningblade@home.com> wrote in message news:FxC15I.5Jq@lugnet.com... (...) Most people use a digital camera. Especially for publishing pictures on the web, such a camera is a great investment! Amazon.com has a buying guide for (...) (25 years ago, 7-Jul-00, to lugnet.publish)
|
| |
 | | Re: photography question
|
|
(...) Yea! First take some sort of pic and let us see!!!!! Please!!!!! Accually I just use our plain old cannon elf and then scan the pictures with my hp scanjet scanner. Not the most expensive equipment or the best but it still works! And with (...) (25 years ago, 7-Jul-00, to lugnet.publish)
|
| |
 | | Re: photography question
|
|
(...) FYI - lugnet.publish (...) What did you build? (...) Just take some pictures now and post it right away. Worry about great pictures later. :-) Battlestar Galactica is my favourite show of all time!!! Jude FUT lugnet.publishing (great now (...) (25 years ago, 7-Jul-00, to lugnet.publish, lugnet.space)
|
| |
 | | Re: Announcement: Member pages
|
|
(...) Not yet, no, but if you're in a bind I can e-mail you a list. --Todd (25 years ago, 6-Jul-00, to lugnet.publish)
|
| |
 | | Re: Announcement: Member pages
|
|
(...) Frank (25 years ago, 6-Jul-00, to lugnet.publish)
|
| |
 | | Re: Calling all LEGO City and Town webmasters!
|
|
Cool! Do you know how i can add my site to the space catagory? Thanks in advance! (...) (25 years ago, 5-Jul-00, to lugnet.town, lugnet.publish)
|
| |
 | | Re: Thumbnails...
|
|
(...) There are really 2 reasons why you would never want the HTML engine to do your scaling. First, as has been stated, you have do download the whole image anyway. Second: Scaling w/o touchup can render some blurry/fuzzy and generally horrible (...) (25 years ago, 4-Jul-00, to lugnet.publish)
|
| |
 | | Re: Thumbnails...
|
|
(...) Agreed. Further, in your example, you're going from 640x480 to 320x240 (2:1)in your reduced image. Consider getting more aggressive in your size reduction, the point of a thumbnail is to have lots and lots of them on a page and then follow (...) (25 years ago, 3-Jul-00, to lugnet.publish)
|
| |
 | | Re: Thumbnails...
|
|
(...) Right. The width tag isn't really meant for scaling. It exists so that the page layout engine can know how big a graphic is going to be before loading it. Making separate thumbnail images is The Right Way. (25 years ago, 3-Jul-00, to lugnet.publish)
|
| |
 | | Re: Thumbnails...
|
|
(...) If you want to save downloading time for the page-viewer, then that is the best way to do it. Some people use the 'width' attribute to show a thumbnailed image, but it still downloads the full image and scales it down to match the width. So if (...) (25 years ago, 3-Jul-00, to lugnet.publish)
|
| |
 | | Re: Thumbnails...
|
|
I think what you are doing is correct... or at least it is what I do :-). You can saze your self a little time by getting a shareware of freeware package which allows you to do all this "automatically" - one I have even made a tray at outputing the (...) (25 years ago, 3-Jul-00, to lugnet.publish)
|
| |
 | | Thumbnails...
|
|
Hi, Is there a "proper" way to create thumbnails? Basically, what I do is transfer the 640x480 image from my camera to my computer. Then I create another version of the image (say, 50% of the original 320x240). Finally, on my page I'll have the (...) (25 years ago, 3-Jul-00, to lugnet.publish)
|