-
Notifications
You must be signed in to change notification settings - Fork 1
/
old.php
69 lines (60 loc) · 2.77 KB
/
old.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Full Frontal - JavaScript Conference - 20 November 2009</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/css/style.css" type="text/css" />
</head>
<body>
<div id="content">
<div class="header">
<h1><a class="url summary" href="http://2009.full-frontal.org">Full Frontal 2009</a></h1>
<span id="subtitle">It's <em>all</em> about JavaScript.</span>
<p>So damn new, we've not even finished the web site!</p>
</div>
<?php if ($msg) : ?>
<p class="notice"><?=$msg?></p>
<?php endif ?>
<div id="details">
<div class="detail">
<h2>What</h2>
<p class="description">A one day JavaScript conference, dedicated to understanding and doing more with the language.</p>
</div>
<div class="detail">
<h2>Where</h2>
<p><span class="location">Brighton, UK</span>. The venue is being booked and will be walking distance from Brighton train station, but relies partly on the interest from the community.</p>
</div>
<div class="detail">
<h2>When</h2>
<p><abbr class="dtstart" title="20091120T0900">20th November 2009</abbr> <abbr class="dtend" title="20091120T1800">(until 6pm)</abbr></p>
</div>
<div class="detail">
<h2>Who</h2>
<ul>
<li><a href="http://www.wait-till-i.com/" title="Wait till I come!">Christian Heilmann</a></li>
<li><a href="http://www.jakearchibald.com/" title="Jake Archibald">Jake Archibald</a> - Performance</li>
<li><a href="http://www.quirksmode.org/" title="QuirksMode - for all your browser quirks">PPK</a> - Widgets</li>
<li><a href="http://simonwillison.net/" title="Simon Willison’s Weblog">Simon Willison</a> - JavaScript Mashups</li>
<li>Todd Kloots - JavaScript and ARIA</li>
<li>More to come...</li>
</ul>
</div>
<div class="detail">
<h2>Who dun'it</h2>
<p></p>
</div>
</div>
<p>Currently we are planning to release 100 tickets for the conference, but if there's more interest we'll look at increasing capacity. If you think you or your colleagues might be interested in attending, please let us know.</p>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-1656750-15");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>