Team:TU Delft/Notebook/blog

From 2010.igem.org

(Difference between revisions)
Line 67: Line 67:
   setCalendarLinks (function(day, mo, hasEntry) {
   setCalendarLinks (function(day, mo, hasEntry) {
   // console.log('Day: ' + day + '; Mo: ' + mo + '; hasentry=' + hasEntry);
   // console.log('Day: ' + day + '; Mo: ' + mo + '; hasentry=' + hasEntry);
-
     return makeHash('pages/blog', { blog: day + '_' + mo + '_2010'});
+
     return makeHash('Notebook/blog', { blog: day + '_' + mo + '_2010'});
   });
   });
-
   setHash('pages/blog', { blog: $.datepicker.formatDate("d_MM_yy", new Date()) } );
+
   setHash('Notebook/blog', { blog: $.datepicker.formatDate("d_MM_yy", new Date()) } );
   dbgout('bind hashupdate');
   dbgout('bind hashupdate');

Revision as of 09:20, 13 October 2010

Blog

Follow our progress day by day via our blog. Also don't forget to become a fan of our Facebook page or follow us on Twitter.

Calendar

March
MTWTFSS
        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
April
MTWTFSS
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
May
MTWTFSS
    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
June
MTWTFSS
          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
July
MTWTFSS
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
August
MTWTFSS
      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
September
MTWTFSS
            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
October
MTWTFSS
  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
November
MTWTFSS
        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

Today's post