-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspeakers.html
executable file
·623 lines (439 loc) · 27.6 KB
/
speakers.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
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
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9" lang="en" itemscope itemtype="http://schema.org/Product"> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js" lang="en" itemscope itemtype="http://schema.org/Product"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Java Day Riga 2012</title>
<meta name="description" content="Java Day Riga 2012 conference will be organized by Latvian Java User Group and Oracle at November 29th in Riga, Latvia. This is going to be a major Baltics IT event welcoming 250 Java programmers from the region." />
<meta name="keywords" content="java, java heap, kotlin, nashorn, scala, vaadin, jruby, openshift, gradle" />
<meta name="author" content="">
<link rel="shortcut icon" href="http://rigadevday.lv/2012/favicon.png" type="image/x-icon" />
<!--Facebook Metadata /-->
<!-- <meta property="fb:page_id" content="" />
<meta property="og:image" content="" />
<meta property="og:description" content=""/>
<meta property="og:title" content=""/> -->
<!--Google+ Metadata /-->
<!-- <meta itemprop="name" content="">
<meta itemprop="description" content="">
<meta itemprop="image" content=""> -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Play:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://rigadevday.lv/2012/style.css">
<script src="http://rigadevday.lv/2012/js/modernizr-2.0.6.min.js"></script>
<style>
.menu a[href*="speakers"] {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<section class="row">
<div class="row">
<div class="twelve columns special head">
<a href="http://rigadevday.lv/2012"><div class="logo"></div></a>
</div>
</div>
<div class="row">
<div class="five columns">
<div class="glowing date">
29 November 2012
</div>
</div>
<div class="seven columns">
<div class="container">
<div class="row padded-top">
<div class="three columns">
<div class="social">
<div class="g-plusone" data-size="medium" data-href="http://javaday.lv/"></div>
</div>
</div>
<div class="three columns">
<div class="social">
<a href="https://twitter.com/share" data-url="http://javaday.lv/" class="twitter-share-button" data-hashtags="jdayriga12">Tweet</a>
</div>
</div>
<div class="three columns">
<div class="social facebook">
<div class="fb-like" data-href="http://javaday.lv/" data-send="false" data-layout="button_count" data-show-faces="false"></div>
</div>
</div>
<div class="three columns">
<div class="social">
<script type="IN/Share" data-url="http://javaday.lv/" data-counter="right"></script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="twelve columns">
<div class="vspace flat_mode_only"></div>
<div class="vspace flat_mode_only"></div>
</div>
</div>
<div class="row">
<div class="twelve columns">
<!--<div class="round brick menu register_button">
<a href="http://rigadevday.lv/2012/register.html" class="glowing first">Register!</a>
</div>
<div class="hspace floatleft"> </div>-->
<div class="round grey menu">
<a href="http://rigadevday.lv/2012/" class="first index">About</a>
<a href="http://rigadevday.lv/2012/venue.html">Venue</a>
<a href="http://rigadevday.lv/2012/speakers.html">Speakers</a>
<a href="http://rigadevday.lv/2012/schedule.html">Schedule</a>
<a href="http://rigadevday.lv/2012/talks.html">Talks</a>
</div>
</div>
</div>
<div class="row">
<div class="twelve columns">
<div class="vspace flat_mode_only"></div>
</div>
</div>
<div class="row">
<div class="eight columns">
<div id="AlexanderBelokrylov" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2012/img/speakers/alexander-belokrylov.jpg"/>
<h3></h3>
<h2>Alexander Belokrylov<img class="flag" src="http://rigadevday.lv/2012/img/flags/ru.png"></h2>
<h3>Oracle</h3>
<div class="soc">
<a href="https://twitter.com/gigabel" class="twitter-follow-button" data-show-count="true" data-lang="en">@gigabel</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
JavaTechnologiesInevitableEvolution">Java technologies - inevitable evolution</a>
</div>
Alexander is a Programs and community manager at Oracle. Have spent more then 15 years in IT industry as an engineer and manager. JavaOne Russia content lead. Co-founder of Russian Java User Group http://jug.ru.
<div class="clear"></div>
</div>
<div id="AndreyAdamovich" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2012/img/speakers/andrey-adamovich.jpg"/>
<h3></h3>
<h2>Andrey Adamovich<img class="flag" src="http://rigadevday.lv/2012/img/flags/lv.png"></h2>
<h3>Aestas IT</h3>
<div class="soc">
<a href="https://twitter.com/aestasit" class="twitter-follow-button" data-show-count="true" data-lang="en">@aestasit</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
MultimoduleProjectBuildWithGradle">Multi-module project build with Gradle</a>
</div>
Andrey has 13+ year professional software design and development experience in different industries using various programming languages and technologies. His expertise is in the JVM-based technologies and enterprise/integration arena.
Andrey is passionate about defining good development practices, documenting and presenting architecture, reuse of code and design patterns, profiling and analysis of application performance and also automation of development process for build, code review and test phases.
At the moment Andrey works for his own company, Aestas IT, consulting clients all over Europe.
<div class="clear"></div>
</div>
<div id="AntonKeks" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2012/img/speakers/anton-keks.jpg"/>
<h3></h3>
<h2>Anton Keks<img class="flag" src="http://rigadevday.lv/2012/img/flags/ee.png"></h2>
<h3>Codeborne</h3>
<div class="soc">
<a href="https://twitter.com/antonkeks" class="twitter-follow-button" data-show-count="true" data-lang="en">@antonkeks</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
HowToGetJavaBack">How to get Java back</a>
</div>
Anton Keks is a software craftsman, co-founder of Codeborne, the only extreme programming shop in the region, frequent speaker at conferences, and a lecturer in Tallinn Technical University. He is also a strong believer in open-source software and agile development methodologies, author of a popular network tool - Angry IP Scanner, and a regular contributor to other open-source projects. Before founding Codeborne, Anton has led a team of developers of the award-winning internet-bank of Swedbank for 5 years, gradually introducing agile methods. During this time he has also co-founded Agile Estonia non-profit organization that organizes regular agile conferences in Estonia. During spare time he plays guitar, rides motorbike and travels to remote corners of the world.
<div class="clear"></div>
</div>
<div id="KonradMalawski" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2012/img/speakers/konrad-malawski.jpg"/>
<h3></h3>
<h2>Konrad Malawski<img class="flag" src="http://rigadevday.lv/2012/img/flags/pl.png"></h2>
<h3>SoftwareMill</h3>
<div class="soc">
<a href="https://twitter.com/ktosopl" class="twitter-follow-button" data-show-count="true" data-lang="en">@ktosopl</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
ScalaTheFunctionalObjectOrientedLanguage">Scala - the functional / object oriented language</a>
</div>
Konrad is passionate about the JVM, and the whole ecosystem that surrounds it.
Lately he fell in love with Scala, but that doesn’t mean he’s not into Java or dynamic languages. Other than that, he’s a fan of automating every possible task and ridiculously long keyboard shortcuts. “After hours” he’s still bound to programming - as the lead of the Google Developers Group Kraków and co-lead of the Polish Java User Group he's coding for fun and glory, speaking at conferences, or organising meetups ranging from small hackathons to big conferences like the annual GeeCON.
In those rare times when he’s not doing something code-related, he’s collecting game consoles or playing tennis / squash. He <a href="http://www.blog.project13.pl">bloggs</a> and <a href="https://twitter.com/ktosopl">tweets</a>.
<div class="clear"></div>
</div>
<div id="MarcusLagergren" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2012/img/speakers/marcus-lagergren.jpg"/>
<h3></h3>
<h2>Marcus Lagergren<img class="flag" src="http://rigadevday.lv/2012/img/flags/se.png"></h2>
<h3>Oracle</h3>
<div class="soc">
<a href="https://twitter.com/lagergren" class="twitter-follow-button" data-show-count="true" data-lang="en">@lagergren</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
NashornDynamicJavaScriptOnTheJVMUsingInvokedynamic">Nashorn: dynamic JavaScript on the JVM using Invokedynamic</a>
</div>
Marcus Lagergren has an M.Sc. in computer science from the Royal Institute of Technology in Stockholm, Sweden. He has a background in computer security but has worked with runtimes since 1999. Marcus Lagergren was one of the founding members of Appeal Virtual Machines, the company that developed the JRockit JVM, bought by BEA Systems in 2002. Marcus has been team lead and architect for the JRockit code generators and has been involved in pretty much every other aspect of JVMs over the years. Between 2007 and 2010, Marcus worked for Oracle on fast Virtualization technology. As of September 2011, he is a member of the Oracle Langtools team, investigating dynamic languages on the JVM and general runtime futurist. He is the co-author of the book "Oracle JRockit - the definitive guide", which, despite the product centric title, has been praised as the best book ever written on JVM internals in general. Marcus lives in Stockholm with his wife and two daughters. He likes power tools, heavy metal and scuba diving.
<div class="clear"></div>
</div>
<div id="SamiEkblad" class="round post speaker">
<img class="photo" src="http://rigadevday.lv/2012/img/speakers/sami-ekblad.jpg"/>
<h3></h3>
<h2>Sami Ekblad<img class="flag" src="http://rigadevday.lv/2012/img/flags/fi.png"></h2>
<h3>Vaadin</h3>
<div class="soc">
<a href="https://twitter.com/samiekblad" class="twitter-follow-button" data-show-count="true" data-lang="en">@samiekblad</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
Vaadin7">Vaadin 7</a>
</div>
Partner Manager at Vaadin. History as programmer, architect, and advocate of the technology.
<div class="clear"></div>
</div>
<div id="SvetlanaIsakova" class="round post speaker">
<img class="photo" src="http://rigadevday.lv/2012/img/speakers/svetlana-isakova.jpg"/>
<h3></h3>
<h2>Svetlana Isakova<img class="flag" src="http://rigadevday.lv/2012/img/flags/ru.png"></h2>
<h3>JetBrains</h3>
<div class="soc">
<a href="https://twitter.com/project_kotlin" class="twitter-follow-button" data-show-count="true" data-lang="en">@project_kotlin</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
IntroductionToKotlin">Introduction to Kotlin</a>
</div>
Svetlana works on project Kotlin since 2011. Loves alpine skiing and watermelons :)
<div class="clear"></div>
</div>
<div id="АндрейПаньгин" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<h3></h3>
<h2>Андрей Паньгин<img class="flag" src="http://rigadevday.lv/2012/img/flags/ru.png"></h2>
<h3>Одноклассники</h3>
<div class="soc">
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
КешированиеВнеJavaHeapИРаботаСРазделяемойПамятьюВJava">Кеширование вне Java Heap и работа с разделяемой памятью в Java</a>
</div>
Ведущий инженер проекта "Одноклассники" компании Mail.Ru Group.
C 2011 года занимается программной платформой, лежащей в основе сервисов портала.
До этого 6 лет работал в Sun Microsystems, разрабатывая виртуальные машины Java, от CLDC HI до HotSpot JVM.
Интересуется низкоуровневым системным программированием. Увлекается покером и ездовыми собаками.
<div class="clear"></div>
</div>
<div id="СергейКуксенко" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2012/img/speakers/kuksenk0.jpg"/>
<h3></h3>
<h2>Сергей Куксенко<img class="flag" src="http://rigadevday.lv/2012/img/flags/ru.png"></h2>
<h3>Oracle</h3>
<div class="soc">
<a href="https://twitter.com/kuksenk0" class="twitter-follow-button" data-show-count="true" data-lang="en">@kuksenk0</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
МетодологияОптимизацииПроизводительности">Методология оптимизации производительности</a>
</div>
Sergey Kuksenko is Java SE Performance Engineer working for Sun/Oracle for 2+ years. His primary skills are performance engineering, benchmarking, JVMs, JITs, and class libraries. Prior joining Sun, Sergey was employed by Intel where he worked in Apache Harmony performance team. Sergey has Java experience from 1996.
<div class="clear"></div>
</div>
<div id="LucaGarulli" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2012/img/speakers/luca-garulli.jpg"/>
<h3></h3>
<h2>Luca Garulli<img class="flag" src="http://rigadevday.lv/2012/img/flags/it.png"></h2>
<h3>NuvolaBase</h3>
<div class="soc">
<a href="https://twitter.com/lgarulli" class="twitter-follow-button" data-show-count="true" data-lang="en">@lgarulli</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
SwitchingFromTheRelationalToTheGraphModel">Switching from the relational to the graph model</a>
</div>
Living between Rome and London, Luca became the CEO of NuvolaBase Ltd, the company behind the OrientDB – NoSQL Open Source project . Despite his young age, the 36 year old author of the Roma Meta Framework project quickly became renowned within the European NoSQL scene and also became member of the Sun/Oracle Expert Group for JSR 12 and 243.
<div class="clear"></div>
</div>
<div id="RaimondsSimanovskis" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2012/img/speakers/raimonds-simanovskis.jpg"/>
<h3></h3>
<h2>Raimonds Simanovskis<img class="flag" src="http://rigadevday.lv/2012/img/flags/lv.png"></h2>
<h3>EazyOne</h3>
<div class="soc">
<a href="https://twitter.com/rsim" class="twitter-follow-button" data-show-count="true" data-lang="en">@rsim</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
JRubyProgrammersBestFriendOnJVM">JRuby - Programmer's Best Friend on JVM</a>
</div>
Raimonds Simanovskis is software developer and consultant with strong "enterprise software development" history and Oracle technologies background but during recent years he has been passionate Ruby and JavaScript developer. He is regular open source contributor and has created Oracle database adapter for Ruby on Rails, PL/SQL unit testing library with Ruby and recently working on integrating Mondrian OLAP engine with JRuby.
Raimonds is also active participant in Latvian Agile software development and Open Data communities. He is regular speaker in Latvian and international Ruby, Oracle and Agile conferences. He received Oracle Magazine's Developer of the Year award in 2009 for his open source contributions and community support in Ruby and Oracle interoperability area.
Raimonds is founder and core developer of business intelligence web application eazyBI (https://eazybi.com).
<div class="clear"></div>
</div>
<div id="MirkoAdari" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2012/img/speakers/mirko-adari.jpg"/>
<h3></h3>
<h2>Mirko Adari<img class="flag" src="http://rigadevday.lv/2012/img/flags/ee.png"></h2>
<h3>ZeroTurnaround</h3>
<div class="soc">
<a href="https://twitter.com/mirkoadari" class="twitter-follow-button" data-show-count="true" data-lang="en">@mirkoadari</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
PragmaticContinuousDelivery">Pragmatic Continuous Delivery</a>
</div>
Mirko Adari is LiveRebel Engineer at ZeroTurnaround — making sure that DevOps get sleep over application delivery. He is a polyglot software enthusiast, having extensive experience from C in the old days to TypeScript and Scala as more recent endeavors. Mirko enjoys playingwith automation and scalability, solving performance puzzles, and sharing experiences gained.
Mirko tweets from @mirkoadari and blogs at Scalability Cookbook (http://scalabilitycookbook.com).
<div class="clear"></div>
</div>
<div id="AndrzejGrzesik" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2012/img/speakers/andrzej-grzesik.jpg"/>
<h3></h3>
<h2>Andrzej Grzesik<img class="flag" src="http://rigadevday.lv/2012/img/flags/pl.png"></h2>
<h3>LunarLogicPolska</h3>
<div class="soc">
<a href="https://twitter.com/ags313" class="twitter-follow-button" data-show-count="true" data-lang="en">@ags313</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
ContinuousDelivery">Continuous Delivery</a>
</div>
I like programming. I do it a lot, mostly on the JVM, and most of the time writing fancy backends for big, distributed systems.. UI, unless quickly hacked, is not my thing.
I believe that most problems we have to deal with are people problems, therefore I mix and match tools and technologies to get closer to achieving my goals and making people happy :-)
I believe in software quality, am one of the organizers of GeeCON, Polish Java User Group, Krakow Software Craftsmanship movement. In my free time, I read paper books and cycle. A lot!
<div class="clear"></div>
</div>
<div id="JacekLaskowski" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2012/img/speakers/jacek-laskowski.jpg"/>
<h3></h3>
<h2>Jacek Laskowski<img class="flag" src="http://rigadevday.lv/2012/img/flags/pl.png"></h2>
<h3>IBM</h3>
<div class="soc">
<a href="https://twitter.com/jaceklaskowski" class="twitter-follow-button" data-show-count="true" data-lang="en">@jaceklaskowski</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2012/talks.html#
GentleIntroductionToApacheTomEEAJavaEE6WebProfiledTomcat">Gentle introduction to Apache TomEE - a Java EE 6 Web Profile'd Tomcat</a>
</div>
<div class="presentation">
<a href="http://rigadevday.lv/2012/talks.html#
DevelopingModularApplicationsWithJavaEE6AndEnterpriseOSGi">Developing modular applications with Java EE 6 and Enterprise OSGi</a>
</div>
Jacek Laskowski is a professional software specialist using a variety of commercial and open source solutions to meet customer's demands. He develops applications, writes articles, guides less experienced engineers, records screencasts, delivers courses and has been a technical reviewer for many IT books.
He regularly speaks at developer conferences. He blogs at http://blog.japila.pl (en) and http://blog.jaceklaskowski.pl (pl). Follow him on twitter @jaceklaskowski.
<div class="clear"></div>
</div>
</div>
<div class="four columns">
<div class="sidebar">
<div class="subtitle" >Organized by:</div>
<div class="space"></div>
<a target="_blank" class="organized_by_logo" href="http://www.oracle.com/"><img src="http://dmi3.net/jdr2012/img/oracle.png" width="250"/></a>
<div class="space"></div>
<a target="_blank" class="organized_by_logo" href="http://www.jug.lv/"><img src="http://dmi3.net/jdr2012/img/jug.png" width="234"/></a>
<div class="space"></div>
<!-- <script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: 'jdayriga12',
interval: 30000,
title: '',
subject: '#jdayriga12',
width: 'auto',
height: 300,
theme: {
shell: {
background: '#a1a1a1',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
behavior: 'default'
}
}).render().start();
</script>
-->
</div>
<div class="round post spo_nso_rs centered">
<h2>Event Sponsors:</h2>
<a target="_blank" href="http://www.ctco.lv/">
<img src="http://dmi3.net/jug/sponsors/ctco_logo.png">
</a>
<a target="_blank" href="http://www.4financegroup.com/">
<img src="http://dmi3.net/jug/sponsors/4finance.png">
</a>
<a target="_blank" href="http://www.rubylight.com/">
<img src="http://dmi3.net/jug/sponsors/rubylight_logo.png">
</a>
<a target="_blank" href="http://odnoklassniki.ru/">
<img src="img/odnoklassniki.png">
</a>
<div class="clear"></div>
<br/>
<h2>Media Sponsors:</h2>
<a target="_blank" href="http://skillsmatter.com/">
<img src="img/skills-matter.jpg">
</a>
<div class="clear"></div>
</div>
</div>
</div>
<div class="row">
<div class="twelve columns">
<div class="footer">
© Java Day Riga 2012
</div>
</div>
</div>
</section>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="http://rigadevday.lv/2012/js/scripts.js"></script>
<!-- Social Widget Rendering Javascript /-->
<script src="http://platform.twitter.com/widgets.js"></script>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
<!-- End Social Widget Rendering Javascript /-->
<!-- Stats /-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33133879-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>