forked from jonnyreeves/jonnyreeves.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
111 lines (107 loc) · 6.54 KB
/
archives.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
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="http://jonnyreeves.co.uk/theme/css/style.min.css">
<link rel="stylesheet" type="text/css" href="http://jonnyreeves.co.uk/theme/css/pygments.min.css">
<link rel="stylesheet" type="text/css" href="http://jonnyreeves.co.uk/theme/css/font-awesome.min.css">
<link href="http://jonnyreeves.co.uk/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Jonny Reeves Atom">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<meta name="author" content="Jonny Reeves" />
<meta name="description" content="" />
<meta property="og:site_name" content="Jonny Reeves"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="Jonny Reeves"/>
<meta property="og:description" content=""/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://jonnyreeves.co.uk"/>
<meta property="og:image" content="/images/avatar.jpg">
<title>Jonny Reeves – Archives</title>
</head>
<body>
<aside>
<div>
<a href="http://jonnyreeves.co.uk">
<img src="/images/avatar.jpg" alt="Jonny Reeves" title="Jonny Reeves">
</a>
<h1><a href="http://jonnyreeves.co.uk">Jonny Reeves</a></h1>
<p>code && coffee || music</p>
<nav>
<ul class="list">
</ul>
</nav>
<ul class="social">
<li><a class="sc-linkedin" href="https://br.linkedin.com/in/jonnyreeves/en" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a class="sc-google" href="https://plus.google.com/+JohnReeves" target="_blank"><i class="fa fa-google"></i></a></li>
<li><a class="sc-github" href="https://github.com/jonnyreeves" target="_blank"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</aside>
<main>
<article>
<header>
<h1>Archives</h1>
</header>
<div>
<dl>
<dt>Sat 24 October 2015</dt>
<dd><a href="http://jonnyreeves.co.uk/2015/babel-npm/">Babel ❤ NPM</a></dd>
<dt>Mon 19 October 2015</dt>
<dd><a href="http://jonnyreeves.co.uk/2015/mocking-xmlhttprequests-in-jasmine/">Mocking XMLHttpRequests in Jasmine</a></dd>
<dt>Sat 26 September 2015</dt>
<dd><a href="http://jonnyreeves.co.uk/2015/single-page-app-versioning/">Single Page App Versioning</a></dd>
<dt>Thu 20 August 2015</dt>
<dd><a href="http://jonnyreeves.co.uk/2015/getting-proper-stack-traces-with-mocha-and-typescript/">Getting Proper Stack Traces with Mocha and TypeScript</a></dd>
<dt>Fri 14 August 2015</dt>
<dd><a href="http://jonnyreeves.co.uk/2015/using-chai-with-typescript-and-mocha/">Using Chai with TypeScript and Mocha</a></dd>
<dt>Thu 06 August 2015</dt>
<dd><a href="http://jonnyreeves.co.uk/2015/injecting-into-constructors-with-typescript-decorators/">Injecting into Constructors with TypeScript Decorators</a></dd>
<dt>Mon 03 August 2015</dt>
<dd><a href="http://jonnyreeves.co.uk/2015/injecting-into-methods-with-typescript-decorators/">Injecting into Methods with TypeScript Decorators</a></dd>
<dt>Sat 01 August 2015</dt>
<dd><a href="http://jonnyreeves.co.uk/2015/basic-typescript-dependency-injection-with-decorators/">Basic Typescript Dependency Injection with Decorators</a></dd>
<dt>Mon 27 July 2015</dt>
<dd><a href="http://jonnyreeves.co.uk/2015/hello-typescript-and-mocha/">Hello Typescript and Mocha!</a></dd>
<dt>Sat 26 July 2014</dt>
<dd><a href="http://jonnyreeves.co.uk/2014/simple-javascript-classes-in-commonjs/">Simple JavaScript Classes in CommonJS</a></dd>
<dt>Sat 19 July 2014</dt>
<dd><a href="http://jonnyreeves.co.uk/2014/using-browserify-without-a-node_modules-directory/">Using Browserify without a node_modules directory</a></dd>
<dt>Fri 25 January 2013</dt>
<dd><a href="http://jonnyreeves.co.uk/2013/making-xhr-request-to-https-domains-with-winjs/">Making XHR Request to HTTPS domains with WinJS</a></dd>
<dt>Tue 14 August 2012</dt>
<dd><a href="http://jonnyreeves.co.uk/2012/modular-javascript-unit-testing-with-qunit-and-requirejs/">Modular Javascript Unit Testing with QUnit and RequireJS</a></dd>
<dt>Tue 24 July 2012</dt>
<dd><a href="http://jonnyreeves.co.uk/2012/listening-for-jquery-mobile-slider-events/">Listening for jQuery Mobile Slider Events</a></dd>
<dt>Fri 20 July 2012</dt>
<dd><a href="http://jonnyreeves.co.uk/2012/streaming-video-from-azure-blob-storage/">Streaming Video from Azure Blob Storage</a></dd>
<dt>Sat 02 June 2012</dt>
<dd><a href="http://jonnyreeves.co.uk/2012/stubbing-javascript-promises-with-sinonjs/">Stubbing JavaScript Promises with SinonJS</a></dd>
<dt>Wed 23 May 2012</dt>
<dd><a href="http://jonnyreeves.co.uk/2012/jquery-a-single-click-handler-for-multiple-buttons/">jQuery - A single click handler for multiple buttons</a></dd>
<dt>Sun 12 February 2012</dt>
<dd><a href="http://jonnyreeves.co.uk/2012/using-external-templates-with-mustachejs-and-jquery/">Using External Templates with Mustache.js and jQuery</a></dd>
<dt>Sun 14 August 2011</dt>
<dd><a href="http://jonnyreeves.co.uk/2011/getting-started-with-as3-vanilla/">Getting Started with AS3 Vanilla</a></dd>
<dt>Sat 02 April 2011</dt>
<dd><a href="http://jonnyreeves.co.uk/2011/maven-and-ant-managing-your-flash-projects-build-dependencies/">Maven and ANT – Managing Your Flash Project’s Build Dependencies</a></dd>
<dt>Fri 25 March 2011</dt>
<dd><a href="http://jonnyreeves.co.uk/2011/builder-pattern-in-actionscript-fluent-constructors/">Builder Pattern in ActionScript – Fluent Constructors</a></dd>
</dl>
</div>
</article>
<footer>
<p>© Jonny Reeves </p>
<p>Built using <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a></p> </footer>
</main>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-30309890-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>