Favicon added. Minor changes.
authorEugen Sawin <sawine@me73.com>
Fri, 18 Jun 2010 12:01:50 +0200
changeset 298e7c7074764
parent 1 9141a1dbd3c9
child 3 e279257156b5
Favicon added. Minor changes.
books.html
contact.html
dark.css
factory/frame.html
factory/v2010/books.html
factory/v2010/howiwork.html
favicon.ico
howiwork.html
index.html
links.html
personalwork.html
resume.html
     1.1 --- a/books.html	Thu May 27 13:10:55 2010 +0200
     1.2 +++ b/books.html	Fri Jun 18 12:01:50 2010 +0200
     1.3 @@ -1,7 +1,7 @@
     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 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     1.9  <meta name="author" content="Eugen Sawin - me73.com" />
    1.10  <meta name="description" content="A Digital Playground" />
    1.11  <meta name="robots" content="index, follow, noarchive" />
    1.12 @@ -13,7 +13,7 @@
    1.13  <div id="wrap">
    1.14      <div id="header">			
    1.15          <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    1.16 -	    <p id="intro">A Programmer's Digital Playground.</p>
    1.17 +	    <p id="intro">A Programmer's Playground.</p>
    1.18          <div id="nav">
    1.19  			<ul>
    1.20  				<li><a href="index.html">Home</a></li>
    1.21 @@ -29,8 +29,11 @@
    1.22  	<div id="content-wrap">				
    1.23  		<div id="main">
    1.24  <p>Here is a list of books I find useful or simply enjoyed reading them.</p>
    1.25 -<h2>Technical & Science</h2>
    1.26 +<h2>Engineering & Science</h2>
    1.27  <ul>
    1.28 +<li><h4>The Pragmatic Programmer</h4><h5>Andrew Hunt and David Thomas</h5>
    1.29 +A collection of advises for effective software development.
    1.30 +</li>
    1.31  <li><h4>Effective C++ / More Effective C++</h4><h5>Scott Meyers</h5>
    1.32  Effective and safe C++ programming advises for practical use.
    1.33  </li>
     2.1 --- a/contact.html	Thu May 27 13:10:55 2010 +0200
     2.2 +++ b/contact.html	Fri Jun 18 12:01:50 2010 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     2.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     2.6  
     2.7 -<title>ME73 - A Digital Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     2.8 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     2.9  <meta name="author" content="Eugen Sawin - me73.com" />
    2.10  <meta name="description" content="A Digital Playground" />
    2.11  <meta name="robots" content="index, follow, noarchive" />
    2.12 @@ -13,7 +13,7 @@
    2.13  <div id="wrap">
    2.14      <div id="header">			
    2.15          <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    2.16 -	    <p id="intro">A Programmer's Digital Playground.</p>
    2.17 +	    <p id="intro">A Programmer's Playground.</p>
    2.18          <div id="nav">
    2.19  			<ul>
    2.20  				<li><a href="index.html">Home</a></li>
     3.1 --- a/dark.css	Thu May 27 13:10:55 2010 +0200
     3.2 +++ b/dark.css	Fri Jun 18 12:01:50 2010 +0200
     3.3 @@ -19,7 +19,7 @@
     3.4  body {
     3.5  	/*font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;*/
     3.6  	font: 8pt 'Lucida Grande', Geneva, Verdana, Arial, Halvetica, sans-serif;
     3.7 -	color: #7D7D7D;	
     3.8 +	color: #8D8D8D;	
     3.9  	margin: 0; 	
    3.10  	padding: 0; 
    3.11  	background: #222222;	
    3.12 @@ -232,7 +232,7 @@
    3.13  	text-transform: none;
    3.14  		
    3.15  	/* change the values of top and left to adjust the position of the logo*/
    3.16 -	top: 70px; left: 25px;	
    3.17 +	top: 70px; left: 30px;	
    3.18  }
    3.19  #header h1#logo-text a:hover {
    3.20  	background: none;	
    3.21 @@ -253,7 +253,7 @@
    3.22  	width: 400px;
    3.23  	
    3.24  	/* change the values of top and left to adjust the position */
    3.25 -	top: 140px; 
    3.26 +	top: 145px; 
    3.27  	left: 30px;		
    3.28  }
    3.29  
     4.1 --- a/factory/frame.html	Thu May 27 13:10:55 2010 +0200
     4.2 +++ b/factory/frame.html	Fri Jun 18 12:01:50 2010 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     4.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     4.6  
     4.7 -<title>ME73 - A Digital Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     4.8 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     4.9  <meta name="author" content="Eugen Sawin - me73.com" />
    4.10  <meta name="description" content="A Digital Playground" />
    4.11  <meta name="robots" content="index, follow, noarchive" />
    4.12 @@ -13,7 +13,7 @@
    4.13  <div id="wrap">
    4.14      <div id="header">			
    4.15          <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    4.16 -	    <p id="intro">A Programmer's Digital Playground.</p>
    4.17 +	    <p id="intro">A Programmer's Playground.</p>
    4.18          <div id="nav">
    4.19  			<ul>
    4.20  				<li><a href="index.html">Home</a></li>
     5.1 --- a/factory/v2010/books.html	Thu May 27 13:10:55 2010 +0200
     5.2 +++ b/factory/v2010/books.html	Fri Jun 18 12:01:50 2010 +0200
     5.3 @@ -1,6 +1,9 @@
     5.4  <p>Here is a list of books I find useful or simply enjoyed reading them.</p>
     5.5 -<h2>Technical & Science</h2>
     5.6 +<h2>Engineering & Science</h2>
     5.7  <ul>
     5.8 +<li><h4>The Pragmatic Programmer</h4><h5>Andrew Hunt and David Thomas</h5>
     5.9 +A collection of advises for effective software development.
    5.10 +</li>
    5.11  <li><h4>Effective C++ / More Effective C++</h4><h5>Scott Meyers</h5>
    5.12  Effective and safe C++ programming advises for practical use.
    5.13  </li>
     6.1 --- a/factory/v2010/howiwork.html	Thu May 27 13:10:55 2010 +0200
     6.2 +++ b/factory/v2010/howiwork.html	Fri Jun 18 12:01:50 2010 +0200
     6.3 @@ -76,11 +76,6 @@
     6.4  It's what I prefer when developing in Java and, to some extent, when
     6.5  working in C++ on Linux. It has a great plugin system and is therefore
     6.6  extendable to be used with a big variety of languages.</li>
     6.7 -<li>
     6.8 -<h4>Wing IDE</h4>
     6.9 -When it's Python-time, this is what I like to use. Great debugger,
    6.10 -overall nice GUI and features. Free version is missing crucial
    6.11 -features, though.</li>
    6.12  </ul>
    6.13  <h2>Tools</h2>
    6.14  <ul>
    6.15 @@ -92,6 +87,7 @@
    6.16  gedit & LaTeX for papers, gnuplot for analysis visualisations and Inkscape for graphics.</li>
    6.17  <li>
    6.18  <h4>Version Control</h4>
    6.19 -Subversion with TortoiseSVN on Windows.</li>
    6.20 +Mercurial for private work. 
    6.21 +Subversion/CVS at work.</li>
    6.22  </ul>
    6.23  
     7.1 Binary file favicon.ico has changed
     8.1 --- a/howiwork.html	Thu May 27 13:10:55 2010 +0200
     8.2 +++ b/howiwork.html	Fri Jun 18 12:01:50 2010 +0200
     8.3 @@ -1,7 +1,7 @@
     8.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     8.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     8.6  
     8.7 -<title>ME73 - A Digital Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     8.8 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     8.9  <meta name="author" content="Eugen Sawin - me73.com" />
    8.10  <meta name="description" content="A Digital Playground" />
    8.11  <meta name="robots" content="index, follow, noarchive" />
    8.12 @@ -13,7 +13,7 @@
    8.13  <div id="wrap">
    8.14      <div id="header">			
    8.15          <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    8.16 -	    <p id="intro">A Programmer's Digital Playground.</p>
    8.17 +	    <p id="intro">A Programmer's Playground.</p>
    8.18          <div id="nav">
    8.19  			<ul>
    8.20  				<li><a href="index.html">Home</a></li>
    8.21 @@ -106,11 +106,6 @@
    8.22  It's what I prefer when developing in Java and, to some extent, when
    8.23  working in C++ on Linux. It has a great plugin system and is therefore
    8.24  extendable to be used with a big variety of languages.</li>
    8.25 -<li>
    8.26 -<h4>Wing IDE</h4>
    8.27 -When it's Python-time, this is what I like to use. Great debugger,
    8.28 -overall nice GUI and features. Free version is missing crucial
    8.29 -features, though.</li>
    8.30  </ul>
    8.31  <h2>Tools</h2>
    8.32  <ul>
    8.33 @@ -122,7 +117,8 @@
    8.34  gedit & LaTeX for papers, gnuplot for analysis visualisations and Inkscape for graphics.</li>
    8.35  <li>
    8.36  <h4>Version Control</h4>
    8.37 -Subversion with TortoiseSVN on Windows.</li>
    8.38 +Mercurial for private work. 
    8.39 +Subversion/CVS at work.</li>
    8.40  </ul>
    8.41  
    8.42        
     9.1 --- a/index.html	Thu May 27 13:10:55 2010 +0200
     9.2 +++ b/index.html	Fri Jun 18 12:01:50 2010 +0200
     9.3 @@ -1,7 +1,7 @@
     9.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     9.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     9.6  
     9.7 -<title>ME73 - A Digital Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     9.8 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     9.9  <meta name="author" content="Eugen Sawin - me73.com" />
    9.10  <meta name="description" content="A Digital Playground" />
    9.11  <meta name="robots" content="index, follow, noarchive" />
    9.12 @@ -13,7 +13,7 @@
    9.13  <div id="wrap">
    9.14      <div id="header">			
    9.15          <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    9.16 -	    <p id="intro">A Programmer's Digital Playground.</p>
    9.17 +	    <p id="intro">A Programmer's Playground.</p>
    9.18          <div id="nav">
    9.19  			<ul>
    9.20  				<li><a href="index.html">Home</a></li>
    10.1 --- a/links.html	Thu May 27 13:10:55 2010 +0200
    10.2 +++ b/links.html	Fri Jun 18 12:01:50 2010 +0200
    10.3 @@ -1,7 +1,7 @@
    10.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    10.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
    10.6  
    10.7 -<title>ME73 - A Digital Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    10.8 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    10.9  <meta name="author" content="Eugen Sawin - me73.com" />
   10.10  <meta name="description" content="A Digital Playground" />
   10.11  <meta name="robots" content="index, follow, noarchive" />
   10.12 @@ -13,7 +13,7 @@
   10.13  <div id="wrap">
   10.14      <div id="header">			
   10.15          <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
   10.16 -	    <p id="intro">A Programmer's Digital Playground.</p>
   10.17 +	    <p id="intro">A Programmer's Playground.</p>
   10.18          <div id="nav">
   10.19  			<ul>
   10.20  				<li><a href="index.html">Home</a></li>
    11.1 --- a/personalwork.html	Thu May 27 13:10:55 2010 +0200
    11.2 +++ b/personalwork.html	Fri Jun 18 12:01:50 2010 +0200
    11.3 @@ -1,7 +1,7 @@
    11.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    11.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
    11.6  
    11.7 -<title>ME73 - A Digital Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    11.8 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    11.9  <meta name="author" content="Eugen Sawin - me73.com" />
   11.10  <meta name="description" content="A Digital Playground" />
   11.11  <meta name="robots" content="index, follow, noarchive" />
   11.12 @@ -13,7 +13,7 @@
   11.13  <div id="wrap">
   11.14      <div id="header">			
   11.15          <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
   11.16 -	    <p id="intro">A Programmer's Digital Playground.</p>
   11.17 +	    <p id="intro">A Programmer's Playground.</p>
   11.18          <div id="nav">
   11.19  			<ul>
   11.20  				<li><a href="index.html">Home</a></li>
    12.1 --- a/resume.html	Thu May 27 13:10:55 2010 +0200
    12.2 +++ b/resume.html	Fri Jun 18 12:01:50 2010 +0200
    12.3 @@ -1,7 +1,7 @@
    12.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    12.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
    12.6  
    12.7 -<title>ME73 - A Digital Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    12.8 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    12.9  <meta name="author" content="Eugen Sawin - me73.com" />
   12.10  <meta name="description" content="A Digital Playground" />
   12.11  <meta name="robots" content="index, follow, noarchive" />
   12.12 @@ -13,7 +13,7 @@
   12.13  <div id="wrap">
   12.14      <div id="header">			
   12.15          <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
   12.16 -	    <p id="intro">A Programmer's Digital Playground.</p>
   12.17 +	    <p id="intro">A Programmer's Playground.</p>
   12.18          <div id="nav">
   12.19  			<ul>
   12.20  				<li><a href="index.html">Home</a></li>