<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!-- Declare doctype as xhtml -->
<html>

<head>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
    <meta name="description" content="Software Technologies for the Web"/>
    <meta name="keywords" content="Software Technologies for the Web ufce4x"/> 
    <meta name="author" content="Ryan Leonard"/> 
    <link rel="stylesheet" type="text/css" href="include/stw.css" media="screen"/>
    <title>Software Technologies for the Web</title>
    
    <!-- java script functions -->

    <script type="text/javascript">
    function SeeAll() 
    {
        var win1 = window.open("include/templates/header1.phps");
        var win2 = window.open("include/templates/footer6.phps");
        var win3 = window.open("index.phps");
        var win4 = window.open("home.phps");
    }
    </script>
</head>

<body>

    <div class="container"><!-- wrapper for page -->

        <div class="top"><!-- home link -->
            <a href="index.php"><span>Software Technologies for the Web</span></a>
        </div>

        
        <div class="header"><!-- image called in by css --></div>
            <div class="main"><!-- start of main (left) column -->
            <!-- start of article in main column -->
            <div class="item">
                <div class="tab">
                    <div><a name="intro"></a></div>
                </div>
                <div class="content">
                    <h1>Introduction</h1>

                    <div class="body">

                        <p>
                            Hello and welcome to the home page of Ryan's version of the module<br />
                            <span class="bold">Software Technologies for the Web (UFCE4X-10-3)</span>
                        </p>            
                        <p>
                            This site is meant to guide you through various aspects of web technologies. 
                            Each section should tell you a bit about the subject, and guide you with some tutorial examples.
                        </p>

                    </div>
                </div>
            </div>

            <!-- end of article in main column -->
            
            <!-- start of article in main column -->
            <div class="item">
                <div class="tab">
                    <div><a name="standard"></a></div>

                </div>
                <div class="content">
                    <h1>Page Standards</h1>

                    <div class="body">
                        <p>
                            Many of these pages include little snippets of code. You can recognise them as they will appear in the following format&#59;
                        </p>

                        <blockquote>This is how a code snippet will look.</blockquote>
                        <p>
                            <a href="#" title="hyperlink example">Links will look like this.</a>
                        </p>
                        <p>
                            You will find references in the text, these will link to the bottom of the page where you will be able to follow the link to the source (if applicable).
                        </p>

                    </div>

                </div>
            </div>
            <!-- end of article in main column -->
    </div><!-- end of main (left) column -->

    <div class="navigation"><!-- start of side (right) nav -->

        <h1>In this page</h1>

        <ul>

            <li><a href="#intro" title="Link to introduction">Introduction</a></li>
            <li><a href="#standard" title="Link to standards">Standards</a></li>
        </ul>

        <h1>Unit List</h1>
        <ul>
            <li><a href="index.php?unit=1" title="Unit 1">Unit 1</a></li>

<li><a href="index.php?unit=2" title="Unit 2">Unit 2</a></li>
<li><a href="index.php?unit=3" title="Unit 3">Unit 3</a></li>
<li><a href="index.php?unit=4" title="Unit 4">Unit 4</a></li>
<li><a href="index.php?unit=5" title="Unit 5">Unit 5</a></li>
<li><a href="index.php?unit=6" title="Unit 6">Unit 6</a></li>
        </ul>
        
        <h1>Source Code</h1>
        <ul>

            <li><a href="source.phps" title="View source for this page" target="_blank">This page</a></li>
            <li><a href="index.phps" title="View source for index page" target="_blank">Index page</a></li>
            <li><a href="home.phps" title="View source for home page" target="_blank">Home page</a></li>
        </ul></div><!-- end of side (right) nav -->
        
        <div class="clearer"></div><!-- used for formating -->

        <div class="footer"><!-- page footer -->
            &copy; 2006 <a href="index.html">Website.com</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. Template design by <a href="http://templates.arcsin.se">Arcsin</a>

        </div>

    </div><!-- end of page container -->

</body>

</html>