-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
83 lines (53 loc) · 5.52 KB
/
index.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>d.Construct 2006: Web Application and Web 2.0 Conference</title>
<?php include "includes/meta.php"; ?>
<link rel="alternate" type="application/rss+xml" title="Clearleft Events" href="http://feeds.feedburner.com/ClearleftEvents" />
<script type="text/JavaScript" src="scripts/countdown.js"></script>
</head>
<body>
<?php include "includes/mainnav.php"; ?>
<?php include "includes/vevent.php"; ?>
<div id="branding"></div><!-- /branding -->
<div id="mainContent">
<p id="intro">d.Construct is an affordable, one-day conference aimed at those building the latest generation of web-based applications. Held in Brighton at the start of September, the event discusses how new technology is transforming the web from a document delivery system into an application platform.</p>
<h2>Latest News</h2>
<p class="feed">Sign up to our <a href="http://feeds.feedburner.com/ClearleftEvents">events feed</a></p>
<h3>Brighton Ajax Workshop
<span class="newsdate">15th Jan</span></h3>
<p>Don’t miss your chance to attend our Ajax workshop in Brighton on Friday, March 2nd, 2007.</p>
<p>Through a series of lectures and practical examples you will learn the power of the <code>XMLHttpRequest</code> object and how it can be used to add advanced interactivity to your website. Using the Hijax concept, you will learn how to create highly flexible applications using the principle of progressive enhancement.</p>
<dl>
<dt>Who?</dt>
<dd>Jeremy Keith is the author of <a href="http://bulletproofajax.com/">Bulletproof Ajax</a>. A leading expert on the design challenges posed by Ajax, Jeremy is a much sought-after international speaker.</dd>
<dt>When?</dt>
<dd>The Brighton Ajax workshop will take place on Friday, March 2nd, 2007 from 9:30am until 5:00pm.</dd>
<dt>Where?</dt>
<dd>28 Kensington Street is in the heart of Brighton's trendy North Laine, within easy walking distance from the train station. <a href="http://maps.google.com/maps?q=BN1+4AJ">View a map</a></dd>
<dt>How much?</dt>
<dd>The workshop costs £395 per person but if you sign up before February 12th, you can <strong>take advantage of the early bird rate of just £295 per person</strong>.</dd>
</dl>
<p>Places are limited to just 18 people to keep the workshop nice and intimate.</p>
<p><a href="http://clearleft.eventwax.com/ajax-workshop/register">Book Now</a></p>
<h3>d.Construct06 Podcast
<span class="newsdate">28th Sep</span></h3>
<p>We realise that many people weren't able to secure tickets for d.Cosntruct06, so we podcast the whole event for your enjoyment and edification. The first couple of sessions are now online and you can grab the feed from our <a href="http://2006.dconstruct.org/podcast">podcast section</a>. Alternatively you can download the individual mp3s along with the speaker notes from the <a href="http://2006.dconstruct.org/schedule">schedule page</a>.</p>
<p>We hope you enjoy the sessions and look forward to seeing you there next year.</p>
<h3>All Over Bar the Podcasting
<span class="newsdate">12th Sep</span></h3>
<p>So d.Construct 2006 is officially over, and what a fantastic event it was. We had some amazing <a href="http://2006.dconstruct.org/speakers">speakers</a> talking about a range of fascinating <a href="http://2006.dconstruct.org/schedule">subjects</a>. We had a room full of passionate <a href="http://dconstruct06.madgex.com/people/">developers</a> posting their pictures to <a href="http://www.flickr.com/groups/dconstruct06/pool/">Flickr</a>, <a href="http://dconstruct06.madgex.com/feeds/">blogging</a> the event and generally having a good time.</p>
<p>Sunny Brighton was on top form and lunch saw everything from fish and chips on the pier to a <a href="http://microformats.org/wiki/events/2006-09-08-brighton-microformats-picnic">microformats picnic</a> in the Pavilion Gardens. There were prizes galore, including stacks of books from <a href="http://friendsofed.com/bloggED/?p=34">FriendsofED</a>, tickets to <a href="http://2007.sxsw.com/interactive/">SXSWi</a> and a Video iPod courtesy of <a href="http://uk.answers.yahoo.com/">Yahoo! Answers</a>. A fantastic goodie bag complete with a t-shirt, copy of .Net and Yahoo! branded water meant nobody went away empty handed.</p>
<p>To top it all off we had a couple of memorable parties that went late into the night and even a <a href="http://blog.snipperoo.com/2006/09/jays_dconstruct.html">crazy golf tournament</a>. What more could you ask for?</p>
<p>Of course the conference wasn't without its hiccups, including slightly cramped seats and patchy WiFi in the morning. However that all helped add to the grassroots charm.</p>
<p>We'll be adding links to all the <a href="http://2006.dconstruct.org/schedule">presentations</a> as we get them, and we'll be releasing each session as a <a href="http://2006.dconstruct.org/podcast">podcast</a> over the coming weeks.</p>
<p>Overall we had a fantastic time at d.Construct and hope you did too. We'd like to thank all the speakers, sponsors and volunteers for making the conference possible. Most importantly, we'd like to thank you for making d.Construct 2006 such a memorable event.</p>
<p>We look forward to seeing you at d.Construct 2007.</p>
</div><!-- /mainContent -->
<div id="secondaryContent">
<?php include "includes/sponsors.php"; ?>
</div><!-- /secondaryContent -->
<?php include "includes/footer.php"; ?>
</body>
</html>