-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (189 loc) · 6.81 KB
/
index.html
File metadata and controls
193 lines (189 loc) · 6.81 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Arthur Koziel</title>
<link rel="stylesheet" href="/master2.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="Atom Feed" href="/feeds/main.xml" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4143429-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
</script>
</head>
<body>
<p>
<a href="/">Home</a> |
<a href="/about/">About</a> |
<a href="/projects/">Projects</a> |
<a href="/feeds/main.xml">RSS</a>
</p>
<h1>Writing</h1>
<ul>
<li>
<a href="2009/07/27/book-review-django-10-template-development/">Book Review: Django 1.0 Template Development</a>
(27th Jul 2009)
</li>
<li>
<a href="2009/03/15/book-review-pro-django/">Book Review: Pro Django</a>
(15th Mar 2009)
</li>
<li>
<a href="2009/01/28/update-gnupg-mailapp-leopard/">Update on GnuPG for Mail.app in Leopard</a>
(28th Jan 2009)
</li>
<li>
<a href="2009/01/15/passing-mediaurl-djangos-500-error-view/">Passing MEDIA_URL in Django's 500 error view</a>
(15th Jan 2009)
</li>
<li>
<a href="2009/01/05/yml2tex-12-released/">yml2tex 1.2 released</a>
(5th Jan 2009)
</li>
<li>
<a href="2008/12/31/including-additional-files-distutils-python-23/">Installing additional files with distutils in Python 2.3</a>
(31st Dec 2008)
</li>
<li>
<a href="2008/12/14/translating-django-documentation-german/">Translating the Django documentation into German</a>
(14th Dec 2008)
</li>
<li>
<a href="2008/11/23/social-software-graph/">Social software graph</a>
(23rd Nov 2008)
</li>
<li>
<a href="2008/10/22/working-virtualenv/">Working with virtualenv</a>
(22nd Oct 2008)
</li>
<li>
<a href="2008/10/16/yml2tex-11-released/">yml2tex 1.1 released</a>
(16th Oct 2008)
</li>
<li>
<a href="2008/10/11/virtualenvwrapper-bash-completion/">virtualenvwrapper bash completion</a>
(11th Oct 2008)
</li>
<li>
<a href="2008/09/29/the-http-response-with-specific-status-code-app/">The "HTTP response with specific status code" app</a>
(29th Sep 2008)
</li>
<li>
<a href="2008/09/23/pycon-uk-2008/">PyCon UK 2008</a>
(23rd Sep 2008)
</li>
<li>
<a href="2008/09/04/automatical-superuser-creation-django/">Automatical superuser creation with Django</a>
(4th Sep 2008)
</li>
<li>
<a href="2008/09/02/handling-static-files-django/">Handling static files with Django</a>
(2nd Sep 2008)
</li>
<li>
<a href="2008/08/18/switching-django-postgresql-and-webfaction/">Switching to Django, PostgreSQL and WebFaction</a>
(18th Aug 2008)
</li>
<li>
<a href="2008/08/08/book-review-practical-django-projects/">Book Review: Practical Django Projects</a>
(8th Aug 2008)
</li>
<li>
<a href="2008/07/26/the-google-software-update-agent/">The Google Software Update Agent</a>
(26th Jul 2008)
</li>
<li>
<a href="2008/07/10/sfrecaptchaplugin-for-symfony-11/">sfReCaptchaPlugin for Symfony 1.1</a>
(10th Jul 2008)
</li>
<li>
<a href="2008/06/28/pyflakes-installation-and-textmate-integration/">PyFlakes installation and TextMate integration</a>
(28th Jun 2008)
</li>
<li>
<a href="2008/06/23/latex-beamer-presentations-from-yaml-files/">LaTeX Beamer presentations from YAML files</a>
(23rd Jun 2008)
</li>
<li>
<a href="2008/06/10/how-to-gnupg-for-mailapp-in-leopard/">How to: GnuPG for Mail.app in Leopard</a>
(10th Jun 2008)
</li>
<li>
<a href="2008/06/02/how-to-install-latex-beamer-for-tex-live-on-mac-os-x/">How to: LaTeX Beamer for TeX Live on OS X</a>
(2nd Jun 2008)
</li>
<li>
<a href="2008/05/17/securebullet-proof-cookies/">Secure/bullet proof cookies</a>
(17th May 2008)
</li>
<li>
<a href="2008/05/15/secure-authentication-cookies-with-django/">Secure authentication cookies with Django</a>
(15th May 2008)
</li>
<li>
<a href="2008/05/07/improved-sfdatevalidator-for-symfony-10-new-download-link/">Download for improved sfDateValidator</a>
(7th May 2008)
</li>
<li>
<a href="2008/05/06/merging-with-git-pull/">Merging with git-pull</a>
(6th May 2008)
</li>
<li>
<a href="2008/05/02/git-configuration/">Git Configuration</a>
(2nd May 2008)
</li>
<li>
<a href="2008/04/30/install-django-with-git/">Install Django with Git</a>
(30th Apr 2008)
</li>
<li>
<a href="2008/04/22/benchmark-macbook-with-wd-scorpio-hdd/">Benchmark: MacBook with WD Scorpio hdd</a>
(22nd Apr 2008)
</li>
<li>
<a href="2008/04/16/rupy-2008/">RuPy 2008</a>
(16th Apr 2008)
</li>
<li>
<a href="2008/04/02/validating-checkboxes-and-radiobuttons-in-symfony/">Validating Checkboxes and Radiobuttons in Symfony</a>
(2nd Apr 2008)
</li>
<li>
<a href="2008/03/26/symfony-mysql-to-django-postgresql/">Symfony + MySQL to Django + PostgreSQL</a>
(26th Mar 2008)
</li>
<li>
<a href="2008/02/15/search-engine-performance-howto-avoid-suffix-queries/">Search Engine Performance: How to Avoid Suffix Queries</a>
(15th Feb 2008)
</li>
<li>
<a href="2008/02/03/symfony-how-do-you-keep-your-model-and-database-in-sync/">Symfony: How Do You Keep Your Model and Database in Sync?</a>
(3rd Feb 2008)
</li>
<li>
<a href="2008/02/01/manage-symfony-with-git/">Manage Symfony with Git</a>
(1st Feb 2008)
</li>
<li>
<a href="2008/01/07/how-to-build-your-schema-from-multiple-database-connections/">How To: Build Your Schema from Multiple Database Connections</a>
(7th Jan 2008)
</li>
<li>
<a href="2008/01/07/quick-recaptcha-tip-change-the-theme/">Quick ReCaptcha Tip: Change the Theme</a>
(7th Jan 2008)
</li>
<li>
<a href="2008/01/02/sfrecaptchaplugin-103/">sfReCaptchaPlugin 1.0.3</a>
(2nd Jan 2008)
</li>
</ul>
</body>
</html>