(aboutMe)

I'm a hack, but a pretty good one... as hacks go, that is...

(network)

(search)


Archive for March 12th, 2007

Using Javascript For Headers And Footers…

Monday, March 12th, 2007

Many people don’t realize that Javascript can be used to call external documents such as headers, footers, navigation, etc. - much in the same way SSI is utilized. The main disadvantage is that the code within the external document being called must have no line breaks,… i.e.:
<center><p>Text</p></center>
NOT
<center>
<p>
Text
</p>
</center>
This HTML code is then placed within a Javascript document.write statement like this:
document.write(’<center><p>Text</p></center>’)
The external document is saved as a .txt file (i.e. footer.txt) and is called using a Javascript tag like this:
<script language=”javascript” type=”text/javascript” src=”footer.txt”></script>
There is an excellent tutorial that can be found at NetMechanic.com.  The […]

FREE .TK Domain Names

Monday, March 12th, 2007

Register FREE .TK domains…
.TK is the ccTLD extension of a small South Pacific Island nation called Tokelau. When you register a domain you have the option of registering for free, or for paying for a minimum of a two year registration. Free registrations requires either a banner ad be placed in a frameset above your active […]