-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
108 lines (65 loc) · 4.29 KB
/
archive.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Archive: Words & Code</title>
<meta name="author" content="Ian Jenkins">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="/assets/themes/jenko/css/reset.css" rel="stylesheet">
<link href="/assets/themes/jenko/css/pygments.css" rel="stylesheet">
<link href="/assets/themes/jenko/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
<link href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII=" rel="icon" type="image/x-icon" />
<link href='//fonts.googleapis.com/css?family=Crimson+Text:400,700,400italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:700,300' rel='stylesheet' type='text/css'>
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml" />
<script src="/assets/themes/jenko/js/site.js"></script>
</head>
<body>
<div class="container">
<header>
<h1><a href="/">Jenko <small>Words & Code</small></a></h1>
</header>
<div class="content">
<article>
<ul class="listing">
<li><time datetime="2022-11-21">21 November 2022</time> <a href="/hacktoberfest/2022/11/21/hacktoberfest-checking-out">Hacktoberfest checking out</a></li>
<li><time datetime="2021-09-22">22 September 2021</time> <a href="/wordpress/2021/09/22/i-do-wordpress-now">I do WordPress now</a></li>
<li><time datetime="2018-08-24">24 August 2018</time> <a href="/opinion/2018/08/24/the-developer-cv">The Developer CV</a></li>
<li><time datetime="2017-03-07"> 7 March 2017</time> <a href="/legacy/2017/03/07/from-gaufrette-to-flysystem-and-back-again">From Gaufrette to Flysystem and back again</a></li>
<li><time datetime="2016-03-21">21 March 2016</time> <a href="/legacy/2016/03/21/retro-fitting-symfony-security-into-a-legacy-app">Retro fitting Symfony Security into a Legacy App</a></li>
<li><time datetime="2016-02-03"> 3 February 2016</time> <a href="/legacy/2016/02/03/an-escape-route-from-legacy-with-stackphp-and-the-symfony-microkernel">An escape route from legacy with StackPHP and the Symfony MicroKernel</a></li>
<li><time datetime="2015-09-17">17 September 2015</time> <a href="/opinion/2015/09/17/memoirs-of-a-udiffer">Memoirs of a UDiffer</a></li>
<li><time datetime="2015-01-23">23 January 2015</time> <a href="/ddd/2015/01/23/building-a-house-with-ddd">Building a house with DDD</a></li>
<li><time datetime="2014-08-08"> 8 August 2014</time> <a href="/opinion/2014/08/08/some-thoughts-on-agile">Some thoughts on Agile</a></li>
<li><time datetime="2013-12-06"> 6 December 2013</time> <a href="/symfony2/2013/12/06/using-bower-in-a-symfony2-app">Using Bower in a Symfony2 app</a></li>
<li><time datetime="2013-01-29">29 January 2013</time> <a href="/symfony2/2013/01/29/symfony2-caching-a-rest-api">Symfony2: Caching a Rest API</a></li>
<li><time datetime="2013-01-20">20 January 2013</time> <a href="/opinion/2013/01/20/silicon-valleys">Silicon Valleys?</a></li>
</ul>
</article>
</div>
</div> <!-- /container -->
<footer>
<article>
<span class="left"><a href="https://github.com/jenkoian/jenkoian.github.com" target="_blank">View on Github</a></span>
<span class="right">© Ian Jenkins 2022</span>
<br />
<span class="right"><a href="https://twitter.com/jenko" target="_blank">@jenko</a></span>
</article>
</footer>
<!--
-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39144556-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>