You know, Server Side Includes? I really need to know.<P>Thanks in advance!<P>------------------
<A HREF="http://farmboy.keenspace.com" TARGET=_blank>Farmboy!</A>
Visit #farmboy on Dalnet IRC!
-Conrad Fursa, <A HREF="mailto:somarikun@aol.com">somarikun@aol.com</A>
-Jen Bruck, <A HREF="mailto:calophi@toonopolis.tv">calophi@toonopolis.tv</A>
Does Keenspace support SSI?
Can you tell me about how that tag works? Will it do html files? I just want to make it easier to update my site - having an include file will make it easier to do it so I only have to change one page as opposed to ten pages.<P>------------------
<A HREF="http://farmboy.keenspace.com" TARGET=_blank>Farmboy!</A>
Visit #farmboy on Dalnet IRC!
-Conrad Fursa, <A HREF="mailto:somarikun@aol.com">somarikun@aol.com</A>
-Jen Bruck, <A HREF="mailto:calophi@toonopolis.tv">calophi@toonopolis.tv</A>
<A HREF="http://farmboy.keenspace.com" TARGET=_blank>Farmboy!</A>
Visit #farmboy on Dalnet IRC!
-Conrad Fursa, <A HREF="mailto:somarikun@aol.com">somarikun@aol.com</A>
-Jen Bruck, <A HREF="mailto:calophi@toonopolis.tv">calophi@toonopolis.tv</A>
I usually just use JavaScript for standard things, like credits. CSS helps a lot too. The I put the Javascript in a seperate file and link to it using <script language=javascript src=whatever.js></script> and all it has is several document.write, example:
document.write("<someTag>This some text on one line");
document.write("this is some more text on another line, need a <br> tag to make it look that way.</someTag>");<P>Doing it that way makes the download slower, because HTTP is inefficent for multiple files from what I've read. The include ***tag*** slows the server down whenever you change the source file. Both have drawbacks, the include is probaly a better. note that include has the same effect, it just writes in the text in the file, whatever it may be (html or other).<P>------------------
Cannon-n.-an instrument employed in the rectification of national boundries.
Will Mike kill himself over his webcomic bookmarks?
<A HREF="http://maniacaladvantage.keenspace.com/" TARGET=_blank>http://maniacaladvantage.keenspace.com/</A><P>[This message has been edited by Atrus (edited 01-09-2002).]<p>[This message has been edited by Atrus (edited 01-09-2002).]
document.write("<someTag>This some text on one line");
document.write("this is some more text on another line, need a <br> tag to make it look that way.</someTag>");<P>Doing it that way makes the download slower, because HTTP is inefficent for multiple files from what I've read. The include ***tag*** slows the server down whenever you change the source file. Both have drawbacks, the include is probaly a better. note that include has the same effect, it just writes in the text in the file, whatever it may be (html or other).<P>------------------
Cannon-n.-an instrument employed in the rectification of national boundries.
Will Mike kill himself over his webcomic bookmarks?
<A HREF="http://maniacaladvantage.keenspace.com/" TARGET=_blank>http://maniacaladvantage.keenspace.com/</A><P>[This message has been edited by Atrus (edited 01-09-2002).]<p>[This message has been edited by Atrus (edited 01-09-2002).]