Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
File size: 6,969 Bytes
a01128b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html lang="en">
 <head>
  <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
  <meta content="Tim Sellers" name="author">
  <meta content="Tim Sellers" name="copyright">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">
  <title>
   timsellers.net/blog : archived post page
  </title>
  <style>
   /*Box with the form elements*/
div.blogkbox
    {
    background-color: #ffffff;
    font-size:11px;
    border: 0px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin: 20px 2px 2px 2px;
    overflow:hidden;
}
/*Box around the comments*/
div.blogkcomments
    {
    border-bottom: 0px; thin dotted #999;
    font-size:11px;
    margin: 15px 2px 15px 2px;
    padding-top: 5px;
  	padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    overflow:hidden;
    }


/*Box around the last comments*/    
.blogkcommentsrecent
    {
    border: 0px
    font-size:11px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    text-align:left;
    overflow:hidden;
    }




span.blogkommlinks
   {
   /*empty for special link effect*/
   }

div.blogkLinks
   {
   /*
   text-align:center;
   margin: 20px 2px 11px 2px;
   feel free to adjust the [hide comments]-link
   */
   }


/*
 now handling tableless forms
 you don't have to edit from here 
 this goes back to an article at
 http://www.alistapart.com/articles/practicalcss/ 
 describing a code concept by eric meyer.

*/
    
div.blogkrow
	{
  	clear: both;
  	padding-top: 5px;
  	padding-left: 5px;
    padding-right: 5px;
	padding-bottom: 5px;
    font-size: 11px;
  	text-align:left;
  	overflow:hidden;
	}






body {padding:0; margin:0; border:0; background:#ffffff; color:#333366; font-family:"Courier New", Courier, monospace; font-size:1em; line-height:140%;}

a:link {color:#0000ff; text-decoration:underline;}
a:visited {color:#0000ff; text-decoration:none;}
a:hover {color:#ff4a00; text-decoration:none;}

h1 {font-size:160%; font-weight:bold; color:#ff4a00; text-align:center;}
h2 {font-size:110%; font-weight:bold; color:#ff4a00;}
h3 {font-size:100%; font-weight:bold; color:#ff4a00; text-align:center;}

div#topbar {margin:0; padding:2px; font-size:small; text-align:center; color:black; background-color:#F0F0F0; border:0; border-bottom:1px solid;}
div#mainarea {max-width:780px; margin:auto; border:0; padding:10px;}
.small {font-family:verdana,sans-serif; font-size:small;}
.blogbody {}
  </style>
 </head>
 <body>
  <div id="topbar">
   timsellers.net - archive (blog post)|
   <a>
    blog home
   </a>
   |
   <a>
    main index
   </a>
  </div>
  <div id="mainarea">
   <h1>
    timsellers.net/blog
   </h1>
   <h3>
    Part of me wants to break down barriers, set people free and make the world a better place.  A bigger part of me wants to sit on the sofa, drink tea and play through old Nintendo games.
   </h3>
   <p style="text-align:center;">
    - - - o O o - - -
    <br>
    &nbsp;
   </p>
   <div class="blogbody">
    <a id="72">
    </a>
    <h2>
     29/09/08 : September
    </h2>
    <p>
     In some ways, September - the oddest month of the year - is a bit depressing. Summer is over, the days are shorter and the mornings colder.
    </p>
    <p>
     On the other hand, it's still usually warm and sunny in the daytime (especially at the moment) and the freshness of the air is quite pleasant after the heat of summer (not that there was much in the way of heat this year).  And the leaves' swansong of colour is nice to see before the bleakness of winter.
    </p>
    <p>
     It feels like a time for fresh starts - far more so than in January, which really is a depressing time of year - so I'm going to keep myself busy sorting out my jumbled mess of websites out (which was actually one of my resolutions at the beginning of the year).
    </p>
    <p style="text-align: center; font-family: verdana,sans-serif; font-size: 12px;">
     <img alt="autumn" height="508" src="rick.jpg" style="border: 1px dotted rgb(170, 170, 204); margin: 10px; padding: 5px;" width="400">
     <br>
     My garden, pleasant early autumn day
    </p>
    <div class="small">
     <br>
     Posted by Tim at 23:53
[
     <a>
      permalink
     </a>
     ]
     <br>
     Categories:
     <a>
      Family and general life
     </a>
     <br>
     Comments
     <a id="bk_72">
     </a>
     <span class="blogkommlink">
      [
      <a class="blogkommlink">
       hide comments
      </a>
      ]
     </span>
     <form action="/blog/archives/2008/09/entry_72.php?show_id=72#add_72" method="post" name="comm">
      <p style="color:red;">
       New comments disabled due to spam
      </p>
      <!--
<a name="add_72"></a>
  <div class="blogkbox">
	<div class="blogkrow">
	<strong>Add comment here</strong><br/>
      name:<br /><input type="text" name="comm_name" value="" size="20" tabindex="1" maxlength="60"/>
    </div>
    <div class="blogkrow">
      email:<br /><input type="text" name="comm_e_mail" value="" size="20" tabindex="2" maxlength="60"/>
    </div>
    <div class="blogkrow">
      website:<br /><input type="text" name="comm_website"  value="http://" size="20" maxlength="60" tabindex="3" />
    </div>
   	<div class="blogkrow">
	    spam-protection, please enter code:<br />
 <img src="rick.jpg" class="captcha" alt="captcha, sorry" title="please reload page if you can not read"/>
<br /><input type="text" name="captcha_input" value="" size="5" tabindex="4" maxlength="5"/>
	</div>
       <div class="blogkrow">
      comment:<br />
      <textarea name="comm_eintrag_raw" rows="10" cols="19" tabindex="4"></textarea>
           <br/>
           <input type="submit" name="button" value="post" />
           <input type="submit" name="button" value="preview"/><br/>
	</div>
	<div class="blogkrow">
	 <input type="checkbox" name="rem" value="1" checked="checked"/>remember me<br/><input type="checkbox" name="notify_comment" value="1S" />request email if someone adds comments<br/>		  <div>Your email will not be published<br />
		  html is not permitted		  </div>
		 	</div>
 </div>
 <div><a >&lt;&lt; home</a></div>
 </form>
-->
      <p>
       &nbsp;
      </p>
     </form>
    </div>
   </div>
   <div style="text-align:center; font-weight:bold;">
    <p class="small">
     [&nbsp;
     <a>
      Previous post
     </a>
     &nbsp;|&nbsp;
     <a>
      Home
     </a>
     &nbsp;|&nbsp;
     <a>
      Archive index
     </a>
     &nbsp;
|&nbsp;
     <a>
      Next post
     </a>
     &nbsp;]
    </p>
   </div>
  </div>
  <!-- statcounter code (project index/gallery 4221109 blog 4221039 winston 4221060 steiner 4221080) -->
  <noscript>
   <div class="statcounter">
    <a class="statcounter" title="web counter">
     <img alt="web counter" class="statcounter" src="rick.jpg">
    </a>
   </div>
  </noscript>
  <!-- End of StatCounter Code -->
 </body>
</html>