2009 04 01
<html>
<head><title>Wikidot Calendar</title>
  <style type="text/css">
   @import url("http://www.wikidot.com/common--theme/base/css/style.css");
  </style>
 </head>
<body>
 
<script type="text/javascript">
 
var d=new Date();
d.setHours(0);
d.setMinutes(0);
d.setSeconds(0);
d.setMilliseconds(0);
 
var date_params = /^#([0-9][0-9][0-9][0-9])\-([0-9][0-9]?)\-([0-9][0-9]?)$/;
var url_date = date_params.exec(unescape(window.location.hash));
 
if (url_date) {
 
d.setFullYear(url_date[1]);
d.setMonth(url_date[2]-1);
d.setDate(url_date[3]);
 
var weekday=new Array(7);
weekday[0]="Sunday";
weekday[1]="Monday";
weekday[2]="Tuesday";
weekday[3]="Wednesday";
weekday[4]="Thursday";
weekday[5]="Friday";
weekday[6]="Saturday";
 
var month=new Array(12);
month[0]="Jan";
month[1]="Feb";
month[2]="Mar";
month[3]="Apr";
month[4]="May";
month[5]="Jun";
month[6]="Jul";
month[7]="Aug";
month[8]="Sep";
month[9]="Oct";
month[10]="Nov";
month[11]="Dec";
 
document.write('<table style="margin: 0 auto;"><tr><td style="text-align: right; width: 130px; font-size: 100%;">' + weekday[d.getDay()] + '</td><td><table style="width: 60px; -moz-border-radius: 12px; -webkit-border-radius: 12px; background: green;"><tr><td style="color: pink; font-size: 100%; padding-top: 2px; text-align: center;">' + month[d.getMonth()] + '</td></tr><tr><td style="background: yellow; color: #000; font-size: 100%; -moz-border-radius: 0 0 10px 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; text-align: center;">' + d.getDate() + '</td></tr></table></td><td style="text-align: left; width: 100px; font-size: 100%">' + d.getFullYear() + '</td></tr></table>');
}
else
    document.write('<i><b>' + unescape(window.location.hash) + '</b> is an invalid date</i>');
</script>
 
</body>
</html>

The first Wikidot conference held in the city of Melbourne in Australia.


Person Date signed up Response
GoVeganGoVegan 04 Sep 2009 15:14 Yeah, I'm totally there!
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License