Team:TU Delft/pages/blogtest

From 2010.igem.org

(Difference between revisions)
Line 110: Line 110:
   });
   });
-
  dbgout('bind hashupdate');
 
-
  $(window).bind('hashupdate', blog_hashchange_cb);
 
   dbgout('sethash: ' + $.datepicker.formatDate("d_MM_yy", c));
   dbgout('sethash: ' + $.datepicker.formatDate("d_MM_yy", c));
   setHash('pages/blogtest',  { blog: $.datepicker.formatDate("d_MM_yy", c) } );
   setHash('pages/blogtest',  { blog: $.datepicker.formatDate("d_MM_yy", c) } );
 +
  blog_loadDate(c);
 +
 +
  dbgout('bind hashupdate');
 +
  $(window).bind('hashupdate', blog_hashchange_cb);
 +
   function dp_onSelect(dateText, inst) {
   function dp_onSelect(dateText, inst) {
Line 131: Line 134:
$(function() {   
$(function() {   
   loadScript('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.js', function() {
   loadScript('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.js', function() {
-
  blogInit();
 
   if (jQuery.support.boxModel) {
   if (jQuery.support.boxModel) {
Line 137: Line 139:
   window.fbAsyncInit = function() {
   window.fbAsyncInit = function() {
     FB.init({appId: '132572820109093', status: true, cookie: true, xfbml: true});
     FB.init({appId: '132572820109093', status: true, cookie: true, xfbml: true});
 +
    blogInit();
   };
   };

Revision as of 11:49, 3 August 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