| Forums | Email a Colleague | FAQ |
|
Dr. Website® Archives 2002August 08, 2002
Dear Dr. Website: HI! Please see http://www.fitnessforlife.com See the nice collage logo sorta right center? Well, I want that picture and the associated link to change for each day of the week. I have 7 *.inc docs created named Monday.inc, Tuesday.inc, etc etc. I have the following code insterted into the index.shtml document :
<!--#config timefmt="%A" --> I really expected this to work. I have my servers configured properly as other standard virtual arguments work for other *.inc docs I have. But this one is failing to load the Tuesday.inc document. For the record, the *.inc docs contain the following code:
<a href="index.shtml">
This code of course changes slightly for each document, but the structure is the same from one document to the next.
Answer: <SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- Begin
Works like a champ, and less work on your end.
--Dr.Website Question: Thank you, but two things: 1) The images each have to have links to a different page. It is not just various images I want to load. The images are linked. Thank's Answer:
arURL = new Array("sunday.html",
document.write("<a href='" + --Dr.Website The second part of the last question Answer: --Dr.Website
Question: Can you show me sample sites and how much space they are using so I have a better idea? I have about 50 products I would like to show and allow people to purchase with a shopping cart via paypal. I don't know which plan to purchase because I have no idea how much file space I will have with the different plans. The numbers mean nothing to me as I am webmaster illiterate! Please help! Thank you! Answer: That said, if you have a very large number of images on your site, that number would increase. Also, if you have lots of traffic to your site, and you have logging turned on, the log file itself can grow to over 100MB in size within a short period of time. All these things considered, you would do well to at least have 100 MB at your disposal. Within several months you will know how much space you will regularly need, and can adjust your account thusly. Six years ago, the average computer had a 40 MB hard drive....today, the average new computer ships with 6-20 GB hard drive. One GB (gigabyte) is equal to 1000 MB (megabytes). So you can see, 100 MB is not that large these days.
--Dr.Website ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|