-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
594 lines (402 loc) · 23.1 KB
/
blog.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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Blog for Droidcon India 2013">
<meta name="author" content="HasGeek and friends">
<meta property="og:title" content="Droidcon India 2013 — Blog"/>
<meta property="og:image" content="https://droidcon.in/_themes/droidcon2013/img/logo.png"/>
<meta property="og:url" content="https://droidcon.in/blog/"/>
<meta property="og:description" content="Blog for Droidcon India 2013"/>
<link rel="shortcut icon" type="image/x-icon" href="https://droidcon.in/favicon.ico">
<link rel="icon" type="image/x-icon" href="https://droidcon.in/favicon.ico">
<title>Blog — Droidcon India 2013</title>
<link rel="stylesheet" href="https://droidcon.in/_themes/droidcon2013/css/vendor/bootstrap.min.css.packed.css"/>
<link rel="stylesheet" href="https://droidcon.in/_themes/droidcon2013/css/font-awesome.min.css.packed.css"/>
<link rel="stylesheet" href="https://droidcon.in/_themes/droidcon2013/css/font-awesome-ie7.min.css.packed.css"/>
<link rel="stylesheet" href="https://droidcon.in/_themes/droidcon2013/css/typography.css.packed.css"/>
<link rel="stylesheet" href="https://droidcon.in/_themes/droidcon2013/css/layout.css.packed.css"/>
<link rel="stylesheet" href="https://droidcon.in/_themes/droidcon2013/css/theme.css.packed.css"/>
<link rel="stylesheet" href="https://droidcon.in/_themes/droidcon2013/css/objects.css.packed.css"/>
<!-- Leaflet -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.6.3/leaflet.min.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.6.3/leaflet.ie.css" />
<![endif]-->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600" />
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://droidcon.in/_baseframe/css/networkbar.css">
<script src="https://droidcon.in/_themes/droidcon2013/js/vendor/modernizr-2.6.2.js"></script>
<script type="text/javascript" src="https://use.typekit.net/ewq6otu.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body class="fill-greengray">
<div class="fill-silver">
<div id="hg-bar" class="no-print">
<div class="container">
<ul id="hg-barlinks">
<li id="hg-networkbar-home" class="strong"><a href="https://hasgeek.com/">HasGeek</a></li>
<li id="hg-networkbar-hasjob"><a href="https://hasjob.co/">Hasjob</a></li>
<li id="hg-networkbar-hgtv"><a href="https://hasgeek.tv/">HGTV</a></li>
<li id="hg-networkbar-talkfunnel"><a href="https://talkfunnel.com/">Talkfunnel</a></li>
<li id="hg-networkbar-events" class="selected"><a href="blog.html#" class="hg-submenu">Events</a>
<ul>
<li id="hg-networkbar-metarefresh"><a href="https://metarefresh.in/">Meta Refresh</a></li>
<li id="hg-networkbar-rootconf"><a href="https://rootconf.in/">Rootconf</a></li>
<li id="hg-networkbar-fifthelephant"><a href="https://fifthelephant.in/">The Fifth Elephant</a></li>
<li id="hg-networkbar-jsfoo"><a href="https://jsfoo.in/">JSFoo</a></li>
<li id="hg-networkbar-droidcon"><a href="https://droidcon.in/">Droidcon India</a></li>
<li id="hg-networkbar-pastevents" class="hg-menu-section">Past events</li>
<li id="hg-networkbar-angularjs-miniconf"><a href="https://metarefresh.in/2014/angularjs-miniconf">AngularJS Miniconf</a></li>
<li id="hg-networkbar-cartonama"><a href="https://cartonama.com/2012">Cartonama Conference</a></li>
<li id="hg-networkbar-phpcloud"><a href="https://phpcloud.hasgeek.com/">Scaling PHP in the Cloud</a></li>
<li id="hg-networkbar-androidcamp"><a href="https://androidcamp.hasgeek.com/">AndroidCamp</a></li>
<li id="hg-networkbar-doctypehtml5"><a href="http://www.doctypehtml5.in/">DocType HTML5</a></li>
</ul></li>
</ul>
</div>
</div>
</div>
<div id="page">
<header class="fill-blue banner-internal push-two resetcoords clearfix">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-3 col-xs-3">
<h1 class="nospace">
<a class="ir logo" href="2013.html">
Droidcon India 2013
</a>
</h1>
</div>
<div class="col-lg-7 col-md-7 col-sm-5 col-xs-5">
<h1 class="extrabold legible">Droidcon India</h1>
<h3 class="calm tiny nospace-bottom all-caps">
28 - 30 Nov<span class="hidden-xs">ember</span> 2013
<br>
Bangalore
</h3>
</div>
<div class="ticket-link-container col-lg-3 col-md-3 col-sm-4 col-xs-4">
<p class="text-right space-line">
<a class="button" href="http://droidcon.doattend.com/">
<span class="hidden-xs">Buy Your</span> Ticket<span class="visible-xs">s</span>
</a>
</p>
</div>
</div>
</div>
</header>
<div id="nav-inner">
<!-- <nav class="visible-phone mob-nav"><i class="icon-reorder icon-2x nav"></i></nav> -->
<nav class="navbar navbar-inverse" id="site-nav" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand green" href="2013.html">Droidcon India</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="blog.html#" class="dropdown-toggle" data-toggle="dropdown">Register <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="2013.html#tickets">Ticket Pricing</a></li>
<li><a href="https://droidcon.in/2013/venue#hotels">Hotels</a></li>
<li><a href="https://droidcon.in/2013/proposals">Session Proposals</a></li>
</ul>
</li>
<li class="dropdown">
<a href="blog.html#" class="dropdown-toggle" data-toggle="dropdown">Event <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://droidcon.in/2013/conference">Conference</a></li>
<li><a href="https://droidcon.in/2013/hackathon">Hackathon</a></li>
<li><a href="https://droidcon.in/2013/workshops">Workshops</a></li>
<li><a href="https://droidcon.in/2013/runup-events">Runup events</a></li>
</ul>
</li>
<li><a href="https://droidcon.in/2013/schedule">Schedule</a></li>
<li><a href="https://droidcon.in/2013/sponsors">Sponsors</a></li>
<li class="dropdown">
<a href="blog.html#" class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://droidcon.in/2013/program-committee">Program Committee</a></li>
<li><a href="https://droidcon.in/2013/about">About HasGeek</a></li>
<li><a href="2013.html#highlights">Previous Editions</a></li>
<li><a href="https://droidcon.in/2013/code-of-conduct">Code of conduct</a></li>
</ul>
</li>
<li><a href="https://droidcon.in/2013/venue">Venue</a></li>
<li><a target="_blank" href="https://jobs.hasgeek.com/search?q=android">Jobs</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
<div class="zigzag-seperator"></div>
</div>
<section class="blog push-two clearfix">
<div class="container">
<div class="row-fluid space-two-bottom">
<h2 class="col-lg-12 col-md-12 col-sm-12 col-xs-12 text-center extralarge all-caps">Blog</h2>
</div>
<div class="row-fluid container text-center">
<p>(No blog entries have been written so far)</p>
</div>
</div>
</section>
<section class="sponsors push-two clearfix fill-blue">
<div class="row-fluid container">
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12 push-one-bottom">
<h2 class="extralarge all-caps">Sponsors</h2>
</div>
</div>
<div id="sponsors-platinum" class="row-fluid container space-two-top">
<h3 class="col-lg-5 col-md-5 col-sm-5 col-xs-12 legible all-caps space-one-bottom">Platinum</h3>
<ul class="col-lg-7 col-md-7 col-sm-7 col-xs-12 nospace-bottom list-plain link-silent clearfix list-space-line sponsor-xl">
<li>
<a href="https://droidcon.in/blog/sponsors#platinum-intel" class="occupy fill-white sponsor-logo contain-height">
<img alt="Intel" src="https://imgee.s3.amazonaws.com/imgee/cee9515951d24d8fa5122b9cec73824d_w300_h101.png">
</a>
</li>
</ul>
</div>
<div id="sponsors-gold" class="row-fluid container space-two-top">
<h3 class="col-lg-5 col-md-5 col-sm-5 col-xs-12 legible all-caps space-one-bottom">Gold</h3>
<ul class="col-lg-7 col-md-7 col-sm-7 col-xs-12 nospace-bottom list-plain link-silent clearfix list-space-line sponsor-l">
<li>
<a href="https://droidcon.in/blog/sponsors#gold-sony" class="occupy fill-white sponsor-logo contain-height">
<img alt="Sony" src="https://imgee.s3.amazonaws.com/imgee/020703af89a0416a8cd2473235b8cc44_w300_h101.png">
</a>
</li>
<li>
<a href="https://droidcon.in/blog/sponsors#gold-sequoia-capital" class="occupy fill-white sponsor-logo contain-height">
<img alt="Sequoia Capital" src="https://imgee.s3.amazonaws.com/imgee/30f9b7c8eb6b4da8b987b11590400eb9_w300_h101.png">
</a>
</li>
<li>
<a href="https://droidcon.in/blog/sponsors#gold-keypoint-technologies" class="occupy fill-white sponsor-logo contain-height">
<img alt="KeyPoint Technologies" src="https://imgee.s3.amazonaws.com/imgee/c2c4658a42654abeabeb1b0e0e162b05_w300_h101.png">
</a>
</li>
</ul>
</div>
<div id="sponsors-silver" class="row-fluid container space-two-top">
<h3 class="col-lg-5 col-md-5 col-sm-5 col-xs-12 legible all-caps space-one-bottom">Silver</h3>
<ul class="col-lg-7 col-md-7 col-sm-7 col-xs-12 nospace-bottom list-plain link-silent clearfix list-space-line sponsor-m">
<li>
<a href="https://droidcon.in/blog/sponsors#silver-amazon" class="occupy fill-white sponsor-logo contain-height">
<img alt="Amazon" src="https://imgee.s3.amazonaws.com/imgee/187518a22c8d47b39e0395d44541181e_w300_h101.png">
</a>
</li>
<li>
<a href="https://droidcon.in/blog/sponsors#silver-huwei" class="occupy fill-white sponsor-logo contain-height">
<img alt="Huwei" src="https://imgee.s3.amazonaws.com/imgee/0d57cd51ab0549f5bf8f656e9b325ecb_w300_h101.png">
</a>
</li>
<li>
<a href="https://droidcon.in/blog/sponsors#silver-mobogenie" class="occupy fill-white sponsor-logo contain-width">
<img alt="MoboGenie" src="https://imgee.s3.amazonaws.com/imgee/8797de37fa28487bad79f11e4f101358_w350_h118.png">
</a>
</li>
</ul>
</div>
<div id="sponsors-bronze" class="row-fluid container space-two-top">
<h3 class="col-lg-5 col-md-5 col-sm-5 col-xs-12 legible all-caps space-one-bottom">Bronze</h3>
<ul class="col-lg-7 col-md-7 col-sm-7 col-xs-12 nospace-bottom list-plain link-silent clearfix list-space-line sponsor-m">
<li>
<a href="https://droidcon.in/blog/sponsors#bronze-embarcardero" class="occupy fill-white sponsor-logo contain-height">
<img alt="Embarcadero Technologies" src="https://imgee.s3.amazonaws.com/imgee/556f2ccc0045451fb6e0c4a32dd4296b_w300_h101.jpeg">
</a>
</li>
<li>
<a href="https://droidcon.in/blog/sponsors#bronze-cleartrip" class="occupy fill-white sponsor-logo contain-height">
<img alt="Cleartrip" src="https://imgee.s3.amazonaws.com/imgee/869120749f7240158ef22f55ce2d1880_w300_h101.png">
</a>
</li>
<li>
<a href="https://droidcon.in/blog/sponsors#bronze-thoughtworks" class="occupy fill-white sponsor-logo contain-height">
<img alt="ThoughtWorks" src="https://images.hasgeek.com/embed/file/cca8ca0720b049f1a476a9104b546d49">
</a>
</li>
<li>
<a href="https://droidcon.in/blog/sponsors#bronze-facebook" class="occupy fill-white sponsor-logo contain-height">
<img alt="Facebook" src="https://imgee.s3.amazonaws.com/imgee/b2ba52e23393438492d81e15c3ae4a4e_w300_h101.png">
</a>
</li>
</ul>
</div>
<div id="sponsors-community" class="row-fluid container space-two-top">
<h3 class="col-lg-5 col-md-5 col-sm-5 col-xs-12 legible all-caps space-one-bottom">Community Sponsors</h3>
<ul class="col-lg-7 col-md-7 col-sm-7 col-xs-12 nospace-bottom list-plain link-silent clearfix list-space-line sponsor-m">
<li>
<a href="https://droidcon.in/blog/sponsors#community-milaap" class="occupy fill-white sponsor-logo ">
<img alt="Milaap" src="https://imgee.s3.amazonaws.com/imgee/b92fd472dd074113863de20a1cfd52e8_w300_h101.png">
</a>
</li>
</ul>
</div>
<div id="sponsors-speaker-travel" class="row-fluid container space-two-top">
<h3 class="col-lg-5 col-md-5 col-sm-5 col-xs-12 legible all-caps space-one-bottom">Speaker Travel Support</h3>
<ul class="col-lg-7 col-md-7 col-sm-7 col-xs-12 nospace-bottom list-plain link-silent clearfix list-space-line sponsor-m">
<li>
<a href="https://droidcon.in/blog/sponsors#speaker-travel-mozilla" class="occupy fill-white sponsor-logo ">
<img alt="Mozilla" src="https://imgee.s3.amazonaws.com/imgee/e8bff6d7cdbd4e9782e7f98b17d999ab_w300_h120.png">
</a>
</li>
<li>
<a href="https://droidcon.in/blog/sponsors#speaker-travel-thoughtworks" class="occupy fill-white sponsor-logo contain-height">
<img alt="ThoughtWorks" src="https://imgee.s3.amazonaws.com/imgee/d317fe9ae50b4e3f8f25e74e7bc89d5b_w300_h83.png">
</a>
</li>
</ul>
</div>
<div id="sponsors-ground-travel" class="row-fluid container space-two-top">
<h3 class="col-lg-5 col-md-5 col-sm-5 col-xs-12 legible all-caps space-one-bottom">Ground Travel Partners</h3>
<ul class="col-lg-7 col-md-7 col-sm-7 col-xs-12 nospace-bottom list-plain link-silent clearfix list-space-line sponsor-m">
<li>
<a href="https://droidcon.in/blog/sponsors#ground-travel-olacabs" class="occupy fill-white sponsor-logo ">
<img alt="Olacabs" src="https://imgee.s3.amazonaws.com/imgee/d8ee245be78140ccbcb55c0db133b153_w300_h127.png">
</a>
</li>
<li>
<a href="https://droidcon.in/blog/sponsors#ground-travel-rideshare" class="occupy fill-white sponsor-logo ">
<img alt="RideShare" src="https://imgee.s3.amazonaws.com/imgee/7ade4ce0bcdc4b068de7c39276f52f2e_w200_h20.png">
</a>
</li>
</ul>
</div>
<div id="sponsors-corporate" class="row-fluid container space-two-top">
<h3 class="col-lg-5 col-md-5 col-sm-5 col-xs-12 legible all-caps space-one-bottom">Corporate Tickets</h3>
<ul class="col-lg-7 col-md-7 col-sm-7 col-xs-12 nospace-bottom list-plain link-silent clearfix list-space-line sponsor-compact">
<li>
<a href="http://www.mindtree.com/" class="occupy fill-white sponsor-logo ">
<img alt="Mindtree" src="https://imgee.s3.amazonaws.com/imgee/5b5f4af927d5433ca9fce545203defe7_w300_h115.png">
</a>
</li>
<li>
<a href="http://www.operasoftware.com/" class="occupy fill-white sponsor-logo ">
<img alt="Opera" src="https://imgee.s3.amazonaws.com/imgee/53a5a669b5fc4f08b733cf01aa807782_w300_h125.jpeg">
</a>
</li>
<li>
<a href="http://www.spicelabs.in/" class="occupy fill-white sponsor-logo ">
<img alt="Spice Labs" src="https://imgee.s3.amazonaws.com/imgee/32b75d684def43ada5c6d22b97aa1f13_w150_h77.png">
</a>
</li>
<li>
<a href="http://www3.gehealthcare.in/" class="occupy fill-white sponsor-logo ">
<img alt="GE Healthcare" src="https://imgee.s3.amazonaws.com/imgee/258ed5ed39b44b7482953370173e1185_w150_h150.gif">
</a>
</li>
<li>
<a href="http://www.onmobile.com/" class="occupy fill-white sponsor-logo ">
<img alt="Onmobile" src="https://imgee.s3.amazonaws.com/imgee/f8aca0795e0a4feba4ba0a56ddda76a8_w150_h31.png">
</a>
</li>
<li>
<a href="http://media.net/" class="occupy fill-white sponsor-logo ">
<img alt="Media.net" src="https://images.hasgeek.com/embed/file/87102abcd0204f58910bfe9d5f671c16">
</a>
</li>
</ul>
</div>
<div id="sponsors-partners" class="row-fluid container space-two-top">
<h3 class="col-lg-5 col-md-5 col-sm-5 col-xs-12 legible all-caps space-one-bottom">Community Partners</h3>
<ul class="col-lg-7 col-md-7 col-sm-7 col-xs-12 nospace-bottom list-plain link-silent clearfix list-space-line sponsor-compact">
<li>
<a href="http://blrdroid.org/" class="occupy fill-white sponsor-logo ">
<img alt="Bangalore Android User Group (BlrDroid)" src="https://images.hasgeek.com/embed/file/8ea8b54198214cb5abe9dc05f8dca25d">
</a>
</li>
<li>
<a href="https://github.com/" class="occupy fill-white sponsor-logo ">
<img alt="GitHub" src="https://imgee.s3.amazonaws.com/imgee/c85da4ce23f144b9b57b2f7da73b7185.png">
</a>
</li>
</ul>
</div>
<div id="sponsors-media-partners" class="row-fluid container space-two-top">
<h3 class="col-lg-5 col-md-5 col-sm-5 col-xs-12 legible all-caps space-one-bottom">Media Partners</h3>
<ul class="col-lg-7 col-md-7 col-sm-7 col-xs-12 nospace-bottom list-plain link-silent clearfix list-space-line sponsor-compact">
<li>
<a href="http://www.androcid.com/" class="occupy fill-white sponsor-logo ">
<img alt="Androcid" src="https://imgee.s3.amazonaws.com/imgee/31fcf34600384664bfe4eb56fddb48e3.png">
</a>
</li>
</ul>
</div>
</section>
<footer class="page-footer push-two fill-dark clearfix">
<div class="text-center tiny">
<p class="gray"><a href="http://www.droidcon.com/">Droidcon</a> is a registered trademark by <a href="http://www.mobileseasons.com/">Mobile Seasons GmbH</a>.</p>
<p class="gray">Copyright © 2010–13. All rights reserved.</p>
<p><a href="mailto:[email protected]?subject=Hello Droidcon">[email protected]</a> /
<a href="tel:+918067684422" class="link-silent">+91-80-67684422</a></p>
<h3>
<a class="ir hasgeek-logo center-block space-one-top" href="https://hasgeek.com/">
HasGeek
</a>
</h3>
</div>
</footer>
</div><!-- #page -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="https://droidcon.in/_themes/droidcon2013/js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.6.3/leaflet.js"></script>
<script src="https://droidcon.in/_themes/droidcon2013/js/vendor/bootstrap.min.js.packed.js"></script>
<script src="https://droidcon.in/_themes/droidcon2013/js/maps.js.packed.js"></script>
<script>
// Google Analytics
if (location.hostname == 'droidcon.in') {
var _gaq=[['_setAccount','UA-19123154-16'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
}
</script>
<script>
$(window).scroll(function () {
var currentScroll = $(this).scrollTop();
var checkPoint;
if(Modernizr.mq('only screen and (max-width: 45em)')){
checkPoint = 890;
} else if(Modernizr.mq('only screen and (min-width: 45em) and (max-width: 767px)')){
checkPoint = 1100;
} else {
checkPoint = 700;
}
if( currentScroll > checkPoint){
$('#nav-home').addClass('navbar-fixed-top');
} else {
$('#nav-home').removeClass('navbar-fixed-top');
}
if( currentScroll > 248){
$('#nav-inner').addClass('navbar-fixed-top');
} else {
$('#nav-inner').removeClass('navbar-fixed-top');
}
});
</script>
<script type="text/javascript">
Modernizr.mq('only screen and (min-width: 768px)'){
$(".popover-right").popover({ placement: 'left', animation: true, trigger: 'hover'});
$(".popover-left").popover({ placement: 'right', animation: true, trigger: 'hover'});
}
</script>
<!-- Prompt IE 6 users to install Chrome Frame. -->
<!-- chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>