This site will work and look better in a browser that supports web standards, but it is accessible to any browser or Internet device.
You might want to get a new browser.

Archives

We have the technology…

27 Apr 04

Cool, figured it out. MT has a built in tag with performs exactly the same function as Server Side Includes. A standard SSI calls a file for inclusion into the page like this:<!--#include file="/includes/footer.html"-->And an MTInclude tag works like this:<$MTInclude file="/includes/footer.html"$> Stage two of the saga of comments begins…

Posted by Alex Turnbull, Tuesday at 09:10 PM
April 2004 image
April 2004
Supported Markdown Syntax

[example link](http://example.com/)
[example link](http://example.com/ "Title").


I get 10 times more traffic from [Google][1] than from [Yahoo][2] or [MSN][3].

[1]: http://google.com/ "Google"
[2]: http://search.yahoo.com/ "Yahoo Search"
[3]: http://search.msn.com/ "MSN Search"


Some of these words *are emphasized*.
Some of these words _are emphasized also_.

Use two asterisks for **strong emphasis**.


* This will
* Become
* A List

1. You can
2. Also do
3. Ordered lists


> This is a blockquote.
>
> This is the second paragraph in the blockquote.

Gecko Fix