Does Keenspace support SSI?

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Post Reply
Farmboy
Regular Poster
Posts: 42
Joined: Fri Jan 01, 1999 4:00 pm
Location: USA - PA
Contact:

Post by Farmboy »

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>

Farmboy
Regular Poster
Posts: 42
Joined: Fri Jan 01, 1999 4:00 pm
Location: USA - PA
Contact:

Post by Farmboy »

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>

User avatar
Atrus
Regular Poster
Posts: 757
Joined: Fri Jan 01, 1999 4:00 pm
Contact:

Post by Atrus »

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).]

Post Reply