books.html
changeset 16 a04897b5801e
parent 2 98e7c7074764
     1.1 --- a/books.html	Mon Jul 05 16:03:47 2010 +0200
     1.2 +++ b/books.html	Mon Jul 05 17:19:17 2010 +0200
     1.3 @@ -1,35 +1,38 @@
     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 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7  
     1.8 +<head>
     1.9  <title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    1.10  <meta name="author" content="Eugen Sawin - me73.com" />
    1.11  <meta name="description" content="A Digital Playground" />
    1.12  <meta name="robots" content="index, follow, noarchive" />
    1.13  <meta name="googlebot" content="noarchive" />
    1.14  <script src="script.js" type="text/javascript"></script>
    1.15 -<link rel="stylesheet" href="dark.css" type="text/css" /></head>
    1.16 +<link rel="stylesheet" href="dark.css" type="text/css" />
    1.17 +</head>
    1.18  
    1.19 -<body>
    1.20 +<body onload="draw(0, 0, 0, 0);">
    1.21  <div id="wrap">
    1.22 -    <div id="header">			
    1.23 -        <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    1.24 +	<div id="header">			
    1.25 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    1.26  	    <p id="intro">A Programmer's Playground.</p>
    1.27          <div id="nav">
    1.28  			<ul>
    1.29  				<li><a href="index.html">Home</a></li>
    1.30 +				<li><a href="chrome.html">Chrome</a></li>
    1.31  				<li><a href="resume.html">Resume</a></li>
    1.32  				<li><a href="howiwork.html">How I Work</a></li>
    1.33  				<li><a href="personalwork.html">Personal Work</a></li>
    1.34 -            <li><a href="books.html">Books</a></li>
    1.35 -	         <li><a href="links.html">Links</a></li>			
    1.36 +            	<li><a href="books.html">Books</a></li>
    1.37 +	         	<li><a href="links.html">Links</a></li>			
    1.38  				<li><a href="contact.html">Contact</a></li>		
    1.39  			</ul>		
    1.40  	    </div>	
    1.41  	</div>
    1.42  	<div id="content-wrap">				
    1.43  		<div id="main">
    1.44 -<p>Here is a list of books I find useful or simply enjoyed reading them.</p>
    1.45 -<h2>Engineering & Science</h2>
    1.46 +			<p>Here is a list of books I find useful or simply enjoyed reading them.</p>
    1.47 +<h2>Engineering &amp; Science</h2>
    1.48  <ul>
    1.49  <li><h4>The Pragmatic Programmer</h4><h5>Andrew Hunt and David Thomas</h5>
    1.50  A collection of advises for effective software development.
    1.51 @@ -46,7 +49,7 @@
    1.52  <li><h4>The Algorithmic Beauty of Plants</h4><h5>Przemyslwa Prusinkieicz and Aristid Lindenmayer</h5>
    1.53  A wonderful introduction to L-systems and a motivational read.
    1.54  </li>
    1.55 -<li><h4>Compilers: Principles, Techniques & Tools</h4><h5>Alfred V. Aho, Monica S. Lam and Ravi Sethi</h5>
    1.56 +<li><h4>Compilers: Principles, Techniques &amp; Tools</h4><h5>Alfred V. Aho, Monica S. Lam and Ravi Sethi</h5>
    1.57  The standard introduction to compiler development. Also known as the Dragon Book.
    1.58  </li>
    1.59  <li><h4>Computer Networks</h4><h5>Andrew S. Tanenbaum</h5>
    1.60 @@ -75,34 +78,31 @@
    1.61  	        <!--<h3>About</h3>	-->
    1.62  	        <p>
    1.63  				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
    1.64 -				ME73 is my digital playground.
    1.65 +			ME73 is my digital playground.
    1.66              I'm a programmer, a student of computer science, a music enthusiast.
    1.67              This site serves as a portfolio for my work, private and professional.
    1.68  	        </p>
    1.69 -			<h3></h3>
    1.70 -            <div id="random_quote"></div>	        	
    1.71 +			<div id="random_quote"></div>	        	
    1.72          </div>	
    1.73  	</div>
    1.74 -    <!--<div id="footer"></div>-->
    1.75    <div id="footer">
    1.76  	<div id="footer-left">
    1.77  		<p>
    1.78  		<!--&copy; ME73.COM&nbsp; 	-->
    1.79 -      <a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left"></a>
    1.80 -		Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    1.81 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    1.82 +		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    1.83  		</p>	
    1.84  	</div>
    1.85  	
    1.86  	<div id="footer-right">
    1.87  		<p class="align-right">
    1.88 -		<a href="index.html">Home</a> | <a href="#top">Top</a> | <a href="rssfeed.xml" class="rssfeed">RSS</a> 
    1.89 +		<a href="index.html">Home</a> | <a href="#top">Top</a>
    1.90  		</p>
    1.91  	</div>	
    1.92  </div> 
    1.93  </div>
    1.94  <script type="text/javascript">
    1.95 -    javascript:load_random_quote();
    1.96 -    //javascript:load_footer();    
    1.97 +    javascript:load_random_quote();        
    1.98  </script>
    1.99  <script type="text/javascript">
   1.100  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   1.101 @@ -112,4 +112,6 @@
   1.102  var pageTracker = _gat._getTracker("UA-2137333-1");
   1.103  pageTracker._trackPageview();
   1.104  </script>
   1.105 -</body></html>
   1.106 +</body>
   1.107 +</html>
   1.108 +