-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpeakers.htm
More file actions
538 lines (439 loc) · 27.8 KB
/
Speakers.htm
File metadata and controls
538 lines (439 loc) · 27.8 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
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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>DDD East Anglia Speakers</title>
<link href="http://www.dddeastanglia.com/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="DDD East Anglia conference website 29 June 2013">
<meta name="author" content="DDD East Anglia">
<link href="Content/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="Content/media-queries.css" rel="stylesheet" type="text/css" />
<link href="Content/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="Content/Site.css" rel="stylesheet" type="text/css" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/Scripts/html5shiv.js"></script>
<script src="/Scripts/html5shiv-printshiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon" sizes="144x144" href="Images/logo-icon-144.png">
<link rel="apple-touch-icon" sizes="114x114" href="Images/logo-icon-114.png">
<link rel="apple-touch-icon" sizes="72x72" href="Images/logo-icon-72.png">
<link rel="apple-touch-icon" href="Images/logo-icon-57.png">
<link rel="image_src" href="Images/logo-small.png" />
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="masthead">
<a href="/"><img src="Images/logo-small.png" class="pull-left" alt="Developer! Developer! Developer! East Anglia" /></a>
<h2>DDD East Anglia</h2>
<p>Cambridge, UK<br />
Saturday 29 June 2013</p>
</div>
</div>
</div>
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse">
<ul class="nav">
<li class="dropdown "><a href="index.htm">Home</a></li>
<li class="dropdown active"><a href="Speakers.htm">Speakers</a></li>
<li class="dropdown "><a href="Sessions.htm">Sessions</a></li>
<li class="dropdown "><a href="Agenda.htm">Agenda</a></li>
<li class="dropdown "><a href="Sponsors.htm">Sponsors</a></li>
<li class="dropdown "><a href="Team.htm">Team</a></li>
<li class="dropdown "><a href="Contact.htm">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="container-fluid">
<div class="row-fluid">
<div class="span8">
<div class="row-fluid">
<div class="pull-right form-search">
<input class="search-query" type="text" placeholder="Search" onkeyup="filter('.speaker', this)" />
</div>
<h2>Speakers</h2>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="Mahtab"><img src="http://www.gravatar.com/avatar/4a091d7019fc52988828b4070f03e8bd?s=50&d=mm&r=pg" alt="Ashic Mahtab"/> Ashic Mahtab</h3>
<section class="links">
<p><i class="icon-globe" style="color:green"></i> <a href="http://www.heartysoft.com ">http://www.heartysoft.com </a></p>
<p><i class="icon-twitter" style="color:cornflowerblue"></i> <a href="http://twitter.com/ashic">@ashic</a></p>
</section>
<p><p>Ashic is a .NET consultant based in London and an ASP.NET / IIS MVP since 2009. His experience ranges from real time fault monitoring systems to working for Her Majesty at Parliamentary ICT. When not messing about with code, he can be found moderating http://www.asp.net or having a rant on twitter. He is passionate about software design, messaging, DDD, CQRS, Event Sourcing and almost anything to do with software, and often blabbers about those things at various user groups and conferences. He is also the founder of the London ZeroMQ User Group.</p>
</p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#Mahtab" title="View the details for this session">Why use DDD, CQRS and Event Sourcing</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="Hall"><img src="http://www.gravatar.com/avatar/3e2b3dbf9906044d7e0331578d368ad1?s=50&d=mm&r=pg" alt="Ben Hall"/> Ben Hall</h3>
<section class="links">
<p><i class="icon-globe" style="color:green"></i> <a href="http://blog.benhall.me.uk/">http://blog.benhall.me.uk/</a></p>
<p><i class="icon-twitter" style="color:cornflowerblue"></i> <a href="http://twitter.com/Ben_Hall">@Ben_Hall</a></p>
</section>
<p><p>Startup founder, polyglot programmer developing using a combination of Node.js, JavaScript, Ruby, iOS and C#. Passionate about exploring, sharing and educating others in new and emerging technologies and development practices. Frequently found tweeting (@Ben_Hall) and drinking tea while trying to look busy. </p>
</p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#Hall" title="View the details for this session">Building Startups and Minimum Viable Products using Lean Startup techniques</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="ODell"><img src="http://www.gravatar.com/avatar/c0f69010400422889e8e384add66d8ac?s=50&d=mm&r=pg" alt="Chris O'Dell"/> Chris O'Dell</h3>
<section class="links">
<p><i class="icon-globe" style="color:green"></i> <a href="http://www.chrisodell.me.uk">http://www.chrisodell.me.uk</a></p>
<p><i class="icon-twitter" style="color:cornflowerblue"></i> <a href="http://twitter.com/ChrisAnnODell">@ChrisAnnODell</a></p>
</section>
<p><p>Chris O’Dell is a Lead Developer at one of London’s premier digital download companies, 7digital, where she heads up the API team. With a passion for Test Driven Development, Continuous Delivery and Agile development practices, Chris is building a name for herself on London speaking circuit.</p>
</p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#ODell" title="View the details for this session">Continuous Delivery at 7digital - an Experience Report</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="Sussman"><img src="http://www.gravatar.com/avatar/680019d20fe0e47897935e9c5374bc4b?s=50&d=mm&r=pg" alt="Dave Sussman"/> Dave Sussman</h3>
<section class="links">
<p><i class="icon-globe" style="color:green"></i> <a href="http://ipona.com/">http://ipona.com/</a></p>
<p><i class="icon-twitter" style="color:cornflowerblue"></i> <a href="http://twitter.com/DaveSussman">@DaveSussman</a></p>
</section>
<p><p>Dave has been a writer, trainer and code monkey for most of his life. His programming career is older than some people he knows. Come to think of it, his toaster is older than some people he knows. He's been doing ASP.NET since the very beginning and spends most of his current life working for Gibraltar Software, working on their new Loupe Web application. On Sundays he can be found at The National Museum of Computing at Bletchley Park, playing with old computers.</p>
</p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#Sussman" title="View the details for this session">SignalR:Ready for real-time</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="Simner"><img src="http://www.gravatar.com/avatar/700510b89651f455d927d012d10833d9?s=50&d=mm&r=pg" alt="David Simner"/> David Simner</h3>
<section class="links">
<p><i class="icon-globe" style="color:green"></i> <a href="https://www.papaya.me.uk/">https://www.papaya.me.uk/</a></p>
</section>
<p><p>I started playing with computers when I stuffed sweets into my parents' floppy disk drive when I was 5. They weren't happy. When I was 10, I progressed onto something much more fun: coding!</p>
<p>After a brief stint pretending to be an academic, I returned to what I love. For the past 4 years I've been a software developer at Red Gate.</p>
<p>There have been lots of mistakes and learning along the way, but that’s what makes it fun: I now know that “Minimally Viable” includes writing the clean-up code, because otherwise you’ll spend nearly a grand on Amazon S3 before anybody notices; luckily my boss was forgiving.</p>
<p>In my spare time I try to convince my train-obsessed friends to give up their obsession, and despite claiming not to be able to cook, I “product manage” my partner's Fair Trade Cook Book website.</p>
</p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#Simner" title="View the details for this session">An Introduction to Security for web apps</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="GeoAdamsonrgeAdamson"><img src="http://www.gravatar.com/avatar/3778c7ac544e71fea1687361c86a38ee?s=50&d=mm&r=pg" alt="George Adamson"/> George Adamson</h3>
<section class="links">
<p><i class="icon-twitter" style="color:cornflowerblue"></i> <a href="http://twitter.com/GeorgeAdamson">@GeorgeAdamson</a></p>
</section>
<p><p>An accomplished front-end dev, design architect and UX evangelist, George has tackled apps and web sites ranging from Dyson to Doctor Who, getting immersed in all aspects of Information Architecture, Interaction Design and Ideation. He strives to edge clients towards Institutional Usability. </p>
<p>From time to time George pops off to speak at conferences and user groups, typically on jQuery, Advanced JS shenanigans, Responsive Web Design and Interaction Design, about which he's rather obsessive.</p>
<p>Currently kicking the mobile and ui tyres of Artolo.com and Three.co.uk. Recent projects include Vodafone, Detica, Dyson US, Intrinsic's ATR app for iPad, Avelo mobile apps, BBC Doctor Who, Nationwide, HMV, Waterstones.</p>
</p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#Adamson" title="View the details for this session">Angular JS</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="Russell"><img src="http://www.gravatar.com/avatar/dbe16e36ff72968afc66059dff0dfee7?s=50&d=mm&r=pg" alt="Ian Russell"/> Ian Russell</h3>
<section class="links">
<p><i class="icon-globe" style="color:green"></i> <a href="http://ijrussell.tumblr.com">http://ijrussell.tumblr.com</a></p>
<p><i class="icon-twitter" style="color:cornflowerblue"></i> <a href="http://twitter.com/ijrussell">@ijrussell</a></p>
</section>
<p><p>Experienced provider of simplicity, order and common-sense to complex OLTP solutions. Passionate about learning from others and giving back to the community. Paid to write C# and SQL, lover of node.js and NoSql.</p>
</p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#Russell" title="View the details for this session">Pragmatic Dependency Injection</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="Abraham"><img src="http://www.gravatar.com/avatar/dc2491777fca22a04ef50d0b11eec756?s=50&d=mm&r=pg" alt="Isaac Abraham"/> Isaac Abraham</h3>
<section class="links">
<p><i class="icon-globe" style="color:green"></i> <a href="https://cockneycoder.wordpress.com/">https://cockneycoder.wordpress.com/</a></p>
<p><i class="icon-twitter" style="color:cornflowerblue"></i> <a href="http://twitter.com/isaac_abraham">@isaac_abraham</a></p>
</section>
<p><p>Isaac has been a .NET developer since the days of .NET 1.0. Having worked across several industries and kept up with changing methodologies and development practices, he works these days as a freelance software consultant, trying to help teams lower the cost of development whilst improving quality of deliverables, through use of best practices, better tooling and frameworks. He also does some .NET development from time to time, primarily in C#, but spends and more and more these time days in F#.</p>
</p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#Abraham" title="View the details for this session">Better Unit Testing</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="HammondTurner"><img src="http://www.gravatar.com/avatar/a577eb5d416132ce394e11f02b3bc6f0?s=50&d=mm&r=pg" alt="Joel Hammond-Turner"/> Joel Hammond-Turner</h3>
<section class="links">
<p><i class="icon-globe" style="color:green"></i> <a href="http://www.hammond-turner.org.uk">http://www.hammond-turner.org.uk</a></p>
<p><i class="icon-twitter" style="color:cornflowerblue"></i> <a href="http://twitter.com/Rammesses">@Rammesses</a></p>
</section>
<p><p>Joel works as a Technical Lead for Landmark, and is currently bringing his 20 years of experience of software development and a passion for both technology and elegance to designing a world-class applications for the property information and risk management sectors.</p>
<p>He has presented sessions on using NuGet for enterprise software development at <a href="http://dddsouthwest.com/Agenda/tabid/55/Default.aspx">DDDSW 4.0</a> and <a href="http://developerdeveloperdeveloper.com/north2/ViewSession.aspx?SessionID=1038">DDDNorth 2</a>, and is responsible for the the open source <a href="http://visualstudiogallery.msdn.microsoft.com/f0145bdf-3bd8-46e6-b1ef-1a685d373ae8">NuGet.PackageNPublish</a> tooling project.</p>
<p>Outside of work he referees life with his wife and three young children in a home with more computers than is probably wise, but is really looking forward to teaching his boys Python now they've mastered Scratch on their Raspberry Pi.</p>
<p>Joel can shoot video too, responsible for the filming and editing of the entirety of the <a href="http://developerdeveloperdeveloper.com/wp71/">DDD WP7</a> event in Manchester in 2010.</p>
</p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#HammondTurner" title="View the details for this session">An Introduction to Octopus Deployment</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="Boyle"><img src="http://www.gravatar.com/avatar/26f6b356699f2813ca1f1becc9f4e162?s=50&d=mm&r=pg" alt="Kevin Boyle"/> Kevin Boyle</h3>
<section class="links">
<p><i class="icon-twitter" style="color:cornflowerblue"></i> <a href="http://twitter.com/kevfromireland">@kevfromireland</a></p>
</section>
<p></p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#Boyle" title="View the details for this session">Using HTML5 to Build Desktop Software</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="Westley"><img src="http://www.gravatar.com/avatar/c7de68a9e0912b5a9a80bc9b107c3ce3?s=50&d=mm&r=pg" alt="Liam Westley"/> Liam Westley</h3>
<section class="links">
<p><i class="icon-globe" style="color:green"></i> <a href="http://geekswithblogs.net/twickers">http://geekswithblogs.net/twickers</a></p>
<p><i class="icon-twitter" style="color:cornflowerblue"></i> <a href="http://twitter.com/westleyl">@westleyl</a></p>
</section>
<p><p>Liam Westley is an Application Architect at Huddle where he works with some of the best .Net developers and UX designers to deliver world class collaboration software. He quite likes working just off Old Street as there is some fantastic food and coffee to be had within a few minutes walk.</p>
<p>Previous to Huddle Liam worked at Criteria MX, a digital media startup and has worked as a consultant via his own company Tiger Computer Services Ltd, specialising in software for Broadcast Television. His Niagara SMS moderation system was used by QVC UK for eight years to display SMS messages from viewers, live, on screen. Liam is also responsible for the ticketing system for Hat Trick Productions which provides e-tickets to shows such as Have I Got New For You and Room 101.</p>
<p>Liam has worked for chellomedia, GMTV, BSkyB, SmashedAtom and Original Thinking Group. In his time he created the first in house weather system for Sky News using Visual Basic 1.0, acted as architect for two general election systems, project managed the launch of the GMTV web site, was key to delivering the first interactive television chat service in the UK for BSkyB and helped launch the first live shopping channels in the Netherlands.</p>
</p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#Westley" title="View the details for this session">Async C# 5.0 - patterns for real world use</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="Rendle"><img src="http://www.gravatar.com/avatar/cc060db2b5331d8cbbfe080cec4add6f?s=50&d=mm&r=pg" alt="Mark Rendle"/> Mark Rendle</h3>
<section class="links">
</section>
<p></p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#Rendle" title="View the details for this session">The densest, fastest-moving talk ever</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="Burt"><img src="http://www.gravatar.com/avatar/54025b318c08369fa1d4e5dc375157b7?s=50&d=mm&r=pg" alt="Randolph Burt"/> Randolph Burt</h3>
<section class="links">
<p><i class="icon-globe" style="color:green"></i> <a href="www.randolphburt.co.uk">www.randolphburt.co.uk</a></p>
<p><i class="icon-twitter" style="color:cornflowerblue"></i> <a href="http://twitter.com/randeroo">@randeroo</a></p>
</section>
<p><p>By Day: Technical Lead at Advanced Health & Care.<br />
By Night: Wannabe games developer - specifically interested in MonoGame.</p>
</p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#Burt" title="View the details for this session">Cross Platform Game Development in c# with MonoGame</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="Ashton"><img src="http://www.gravatar.com/avatar/b6a6693f03003f7ab0f9b0882e9c2dde?s=50&d=mm&r=pg" alt="Rob Ashton"/> Rob Ashton</h3>
<section class="links">
<p><i class="icon-globe" style="color:green"></i> <a href="http://codeofrob.com">http://codeofrob.com</a></p>
<p><i class="icon-twitter" style="color:cornflowerblue"></i> <a href="http://twitter.com/robashton">@robashton</a></p>
</section>
<p><p>Rob can eat three pizzas in 15 minutes, down a pint of Guinness in less than 4 seconds and has been known to occasionally write code in between these dangerous eating and drinking binge sessions. </p>
<p>Originally hailing from a small island in Europe (Isle of Man), living on a slightly larger island for a few years (England), he spent a stint out in Belgium before travelling the world and working for free before returning to London to have a play at the start-up life for a while.</p>
<p>He is a freelance developer who gets paid to help developers do better things, doesn't really care about one framework/language or another and prefers to spend his time outside of this building awful games for the browser for fun and for learning.</p>
</p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#Ashton" title="View the details for this session">Outside-in testing of ASP.NET MVC applications</a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 speaker ">
<h3 id="Petricek"><img src="http://www.gravatar.com/avatar/d06834fe3fb105f62b2186aba4a430d5?s=50&d=mm&r=pg" alt="Tomas Petricek"/> Tomas Petricek</h3>
<section class="links">
<p><i class="icon-globe" style="color:green"></i> <a href="http://tomasp.net">http://tomasp.net</a></p>
<p><i class="icon-twitter" style="color:cornflowerblue"></i> <a href="http://twitter.com/tomaspetricek">@tomaspetricek</a></p>
</section>
<p><p>Tomas is a long-time F# enthusiast, Microsoft MVP and author of a book <a href="http://manning.com/petricek">Real-World Functional Programming</a> which explains functional programming concepts using C# 3.0 and teaching F# alongside. He writes a <a href="http://tomasp.net/blog">programming blog</a> and is an active member of the F#unctional Londoners group. Together with Phil Trelford, he leads functional programming and F# courses in London and New York. He contributed to the development of F# as an intern and contractor at Microsoft Research in Cambridge. Before starting PhD at Cambridge, he studied in Prague and worked as an independent .NET consultant. </p>
</p>
<h4>Sessions</h4>
<ul>
<li><a href="Sessions.htm#Petricek" title="View the details for this session">Creating Domain-Specific Languages in F#</a></li>
</ul>
</div>
</div>
</div>
</div><!--/span9-->
<div class="span4" id="sidebar">
<div class="well">
<section class="row-fluid">
<h1>When and Where?</h1>
<p>
Saturday 29th June 2013<br />
8:30 to 17:00
</p>
<p>
The Hauser Forum<br />
3 Charles Babbage Road<br />
Cambridge<br />
CB3 0GT
</p>
</section>
<section>
<h1>Timeline</h1>
<dl>
<dt><strong>Monday 1 April 2013:</strong></dt><dd>Session submission opens</dd>
<dt><strong>Sunday 28 April 2013:</strong></dt><dd>Session submission closes</dd>
<dt><strong>Wednesday 1 May 2013:</strong></dt><dd>Session voting opens</dd>
<dt><strong>Friday 24 May 2013:</strong></dt><dd>Session voting closes</dd>
<dt><strong>Wednesday 29 May 2013:</strong></dt><dd>Agenda announced</dd>
<dt><strong>Monday 3 June 2013:</strong></dt><dd><strong>Registration opens</strong></dd>
</dl>
</section>
<section id="sponsors">
<h1>Sponsors</h1>
<div class="sponsor">
<a href="http://www.ideaspace.cam.ac.uk"><img src="Images/sponsors/ideaspace.png" /></a>
</div>
<div class="sponsor">
<a href="http://redg.at/11xaIPC"><img src="Images/sponsors/Red-Gate.png" /></a>
</div>
<div class="sponsor">
<a href="http://www.software-east.net/"><img src="Images/sponsors/software-east.png" /></a>
</div>
<div class="sponsor">
<a href="http://msdn.microsoft.com/en-gb/default.aspx"><img src="Images/sponsors/microsoft.png"/></a>
</div>
<div class="sponsor">
<a href="http://www.aspose.com"><img src="Images/sponsors/aspose.png" /></a>
</div>
<div class="sponsor">
<a href="http://techsmith.com"><img src="Images/sponsors/Techsmith.png"/></a>
</div>
<div class="sponsor">
<a href="http://www.jetbrains.com"><img src="Images/sponsors/jetbrains.png" /></a>
</div>
<div class="sponsor">
<a href="http://www.tinamous.com"><img src="Images/sponsors/tinamous.png" /></a>
</div>
<div class="sponsor">
<a href="http://blackdotsolutions.co.uk/"><img src="Images/sponsors/blackdotsolutions.png"/></a>
</div>
<div class="sponsor">
<a href="http://www.pluralsight.com/training"><img src="Images/sponsors/pluralsight.png" /></a>
</div>
<div class="sponsor">
<a href="http://www.skillsmatter.com"><img src="Images/sponsors/skillsmatter.png" /></a>
</div>
<div class="sponsor">
<a href="http://www.tekpub.com"><img src="Images/sponsors/tekpub.png" /></a>
</div>
<div class="sponsor">
<a href="http://www.gibraltarsoftware.com/"><img src="Images/sponsors/Gibraltar.png"/></a>
</div>
<div class="sponsor">
<a href="http://stackoverflow.com"><img src="Images/sponsors/stackoverflow.png" /></a>
</div>
<div class="sponsor">
<a href="http://www.github.com"><img src="Images/sponsors/github.png" /></a>
</div>
<div class="sponsor">
<a href="http://www.iammagpie.co.uk"><img src="Images/sponsors/iammagpie.png" /></a>
</div>
</section>
</div>
</div>
</div>
<hr>
<footer>
<p>
© 2013 DDD East Anglia
—
<i class="icon-envelope-alt"></i> <a href="mailto:organisers@dddeastanglia.com">Email</a>
—
<i class="icon-twitter"></i> <a href="http://twitter.com/DDDEastAnglia" target="_blank">Twitter</a>
—
<i class="icon-github"></i> <a href="https://github.com/dddeastanglia/DDDEastAnglia/issues" target="_blank">Found a problem?</a>
—
<i class="icon-globe"></i> <a href="http://www.dddeastanglia.com">Current Site</a>
</p>
</footer>
</div>
</div><!--/.fluid-container-->
<script src="Scripts/jquery-1.9.1.js"></script>
<script src="Scripts/jquery-ui-1.10.2.js"></script>
<script src="Scripts/bootstrap.js"></script>
<script src="Scripts/searchfilter.js"></script>
<script language="javascript">
$(document).ready(function () {
if ($("#notifications-banner").length <= 0) {
return;
}
var eventChangeDateStr = $("#notifications-banner").attr("data-expires");
var eventChangeDate = new Date(eventChangeDateStr);
var setEventChangeDate = new Date($.cookie("notification-dismissed"));
if (setEventChangeDate < eventChangeDate) {
$.removeCookie('notification-dismissed');
}
var keepHidden = $.cookie('notification-dismissed');
if (!keepHidden) {
$("#notifications-banner").slideDown("slow");
$(".dismiss").click(function() {
$("#notifications-banner").slideUp("fast");
$.cookie("notification-dismissed", eventChangeDateStr, { expires: 90 });
});
}
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35385323-1']);
_gaq.push(['_setDomainName', 'dddeastanglia.com']);
_gaq.push(['_setAllowLinker', true]);
_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>