tutorials.html
changeset 0 d9b71931f372
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tutorials.html	Thu May 27 13:10:09 2010 +0200
     1.3 @@ -0,0 +1,41 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     1.6 +
     1.7 +<title>ME73 - A Digital Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     1.8 +<meta name="author" content="Eugen Sawin - me73.com" />
     1.9 +<meta name="description" content="A Digital Playground" />
    1.10 +<meta name="robots" content="index, follow, noarchive" />
    1.11 +<meta name="googlebot" content="noarchive" />
    1.12 +<script src="script.js" type="text/javascript"></script>
    1.13 +<link rel="stylesheet" href="dark.css" type="text/css" /></head>
    1.14 +
    1.15 +<body>
    1.16 +<div id="wrap">
    1.17 +    <div id="header"></div>
    1.18 +	<div id="content-wrap">				
    1.19 +		<div id="main">		
    1.20 +		    <h2>Where Are The Old Tutorials?</h2>
    1.21 +		    <img src="images/questionmark.png" alt="questionmark" class="float-right" height="100" width="100" />
    1.22 +		    <p>Despite the elementary nature of my tutorials, they've created a suprisingly steady stream
    1.23 +		    of traffic for my site.&nbsp;</p><p>Today,
    1.24 +I believe that tutorials can cause more harm than solve&nbsp;problems.
    1.25 +A tutorial will not replace a well done research, a good book and
    1.26 +proper education. It will, however, in many cases promote quick and
    1.27 +often unsafe solutions without a real understanding of the underlying
    1.28 +material.</p><br /><p class="postmeta">				
    1.29 +			<a href="mailto:esawin@gmail.com?subject=Comment%20on%20tutorials" class="comments">Comment</a> <span class="date">May 9, 2009</span>	
    1.30 +			</p>			
    1.31 +		</div>
    1.32 +        <div id="sidebar"></div>
    1.33 +	</div>
    1.34 +    <div id="footer"></div>
    1.35 +</div>
    1.36 +
    1.37 +<script type="text/javascript">
    1.38 +    javascript:load_header("tutorials");
    1.39 +	javascript:load_sidebar();
    1.40 +    javascript:load_footer();
    1.41 +	javascript:load_random_quote();
    1.42 +    javascript:google_an();
    1.43 +</script>
    1.44 +</body></html>
    1.45 \ No newline at end of file