{
  "attachments": [],
  "comments_archived": true,
  "date": "2002-05-13T07:07:48.000Z",
  "layout": "post",
  "title": "Mr. Downes' Javascript-based referrers",
  "wordpress_id": 129,
  "wordpress_slug": "oooaeo",
  "wordpress_url": "http://www.decafbad.com/blog/?p=129",
  "year": "2002",
  "month": "05",
  "day": "13",
  "isDir": false,
  "slug": "oooaeo",
  "type": "entry",
  "postName": "2002-05-13-oooaeo",
  "html": "<p>\nJust noticed that <a href=\"http://www.downes.ca/\">Stephen Downes</a> emailed me about his implementation of a <a href=\"http://www.downes.ca/referrers.htm\">Javascript-based referrer linkback system</a>.  I'd been planning to get around to making one inspired from <a href=\"http://www.decafbad.com/news_archives/000141.phtml\">our blogchat</a>, but he's got it first.  Cool.  :)  Looks like <a href=\"http://radio.weblogs.com/0100887/2002/05/12.html#a234\">Jon's picked up on it, too</a>.  \n</p>\n\n\n\n<p>\nJon muses:</p><blockquote><i>I haven't yet looked into what it will take to make the reporting item- rather than page-specific. It's doable, I'm sure. Thanks, Stephen! A <span style=\"background : [#FFFFCE](/tag/FFFFCE);\"><a href=\"http://www.decafbad.com/twiki/bin/edit/Main/JavaScript?topicparent=Main.FilterData\"><b>?</b></a><font color=\"#0000FF\">JavaScript</font></span>-oriented solution like this will appeal to a lot of Radio users.</i></blockquote>\n\n\n<p></p>\n\n\n\n<p>\nThe biggest issue I see for Radio, obviously, is that the style there is to have many blog entries on one page for the day.  Permalinks are anchors within those pages.  However, I haven't seen browsers reporting the post-anchor-hash info for referrals.  At first though, one would need to have Radio spew blog entries into individual files to make this JS linkback scheme work at per-entry granularity.  Otherwise, I'd <i>love</i> to see this work for Radio.  I'd also love to see it woven with <a href=\"http://rcs.userland.com/\">community server</a> services.\n</p>\n\n\n\n<p>\nA few brief musings on the <a href=\"http://www.downes.ca/referrers.txt\">referrers script itself</a>:\n</p>\n\n\n\n<ul>\n\n\n\n<li>\nHmm, haven't seen <a href=\"http://cgi-lib.berkeley.edu/\">cgi-lib.pl</a> used since my Perl 4 and pre-CGI.pm days.  I'd forgotten how serviceable the thing still is.\n</li>\n\n\n\n<li>\nI like <code>get_page_title()</code>.  It's a start on what I was <a href=\"http://www.decafbad.com/news_archives/000142.phtml\">musing about over here</a>.\n</li>\n\n\n\n<li>\nI want to steal this, maybe transliterate it into <a href=\"http://www.decafbad.com/twiki/bin/view/Main/PHP\">PHP</a> (since my webhost frowns on my CGIs now), and hook it up to a <a href=\"http://www.decafbad.com/twiki/bin/view/Main/MySQL\">MySQL</a> database.  Stephen doesn't want to host the world's referers, but I wonder how mad my host will get if I open mine up.  :)  Would make for some neat data to draw maps with, but probably shouldn't do things to make myself an even more annoying band practicing neighbor.\n</li>\n\n\n\n</ul>\n\n\n\n\n<!--more-->\n\n\n<p>shortname=oooaeo</p>\n",
  "body": "<p>\r\nJust noticed that <a href=\"http://www.downes.ca/\">Stephen Downes</a> emailed me about his implementation of a <a href=\"http://www.downes.ca/referrers.htm\">Javascript-based referrer linkback system</a>.  I'd been planning to get around to making one inspired from <a href=\"http://www.decafbad.com/news_archives/000141.phtml\">our blogchat</a>, but he's got it first.  Cool.  :)  Looks like <a href=\"http://radio.weblogs.com/0100887/2002/05/12.html#a234\">Jon's picked up on it, too</a>.  \r\n</p>\r\n<br /><br />\r\n<p>\r\nJon muses:<blockquote><i>I haven't yet looked into what it will take to make the reporting item- rather than page-specific. It's doable, I'm sure. Thanks, Stephen! A <span style='background : #FFFFCE;'><a href=\"http://www.decafbad.com/twiki/bin/edit/Main/JavaScript?topicparent=Main.FilterData\"><b>?</b></a><font color=\"#0000FF\">JavaScript</font></span>-oriented solution like this will appeal to a lot of Radio users.</i></blockquote>\r\n</p>\r\n<br /><br />\r\n<p>\r\nThe biggest issue I see for Radio, obviously, is that the style there is to have many blog entries on one page for the day.  Permalinks are anchors within those pages.  However, I haven't seen browsers reporting the post-anchor-hash info for referrals.  At first though, one would need to have Radio spew blog entries into individual files to make this JS linkback scheme work at per-entry granularity.  Otherwise, I'd <i>love</i> to see this work for Radio.  I'd also love to see it woven with <a href=\"http://rcs.userland.com/\">community server</a> services.\r\n</p>\r\n<br /><br />\r\n<p>\r\nA few brief musings on the <a href=\"http://www.downes.ca/referrers.txt\">referrers script itself</a>:\r\n</p>\r\n<br /><br />\r\n<ul>\r\n<br /><br />\r\n<li>\r\nHmm, haven't seen <a href=\"http://cgi-lib.berkeley.edu/\">cgi-lib.pl</a> used since my Perl 4 and pre-CGI.pm days.  I'd forgotten how serviceable the thing still is.\r\n</li>\r\n<br /><br />\r\n<li>\r\nI like <code>get_page_title()</code>.  It's a start on what I was <a href=\"http://www.decafbad.com/news_archives/000142.phtml\">musing about over here</a>.\r\n</li>\r\n<br /><br />\r\n<li>\r\nI want to steal this, maybe transliterate it into <a href=\"http://www.decafbad.com/twiki/bin/view/Main/PHP\">PHP</a> (since my webhost frowns on my CGIs now), and hook it up to a <a href=\"http://www.decafbad.com/twiki/bin/view/Main/MySQL\">MySQL</a> database.  Stephen doesn't want to host the world's referers, but I wonder how mad my host will get if I open mine up.  :)  Would make for some neat data to draw maps with, but probably shouldn't do things to make myself an even more annoying band practicing neighbor.\r\n</li>\r\n<br /><br />\r\n</ul>\r\n<!--more-->\r\nshortname=oooaeo\r\n",
  "parentPath": "./content/posts/archives/2002",
  "path": "2002/05/13/oooaeo",
  "summary": "Just noticed that Stephen Downes emailed me about his implementation of a Javascript-based referrer linkback system.  I'd been planning to get around to making one inspired from our blogchat, but he's got it first.  Cool.  :)  Looks like Jon's picked up on it, too.  \n\n\n\n\n\nJon muses:I haven't yet looked into what it will take to make the reporting item- rather than page-specific. It's doable, I'm sure. Thanks, Stephen! A ?JavaScript-oriented solution like this will appeal to a lot of Radio users.\n\n\n\n\n\n\n\nThe biggest issue I see for Radio, obviously, is that the style there is to have many blog entries on one page for the day.  Permalinks are anchors within those pages.  However, I haven't seen browsers reporting the post-anchor-hash info for referrals.  At first though, one would need to have Radio spew blog entries into individual files to make this JS linkback scheme work at per-entry granularity.  Otherwise, I'd love to see this work for Radio.  I'd also love to see it woven with community server services.\n\n\n\n\n\nA few brief musings on the referrers script itself:\n\n\n\n\n\n\n\n\n\nHmm, haven't seen cgi-lib.pl used since my Perl 4 and pre-CGI.pm days.  I'd forgotten how serviceable the thing still is.\n\n\n\n\n\nI like get_page_title().  It's a start on what I was musing about over here.\n\n\n\n\n\nI want to steal this, maybe transliterate it into PHP (since my webhost frowns on my CGIs now), and hook it up to a MySQL database.  Stephen doesn't want to host the world's referers, but I wonder how mad my host will get if I open mine up.  :)  Would make for some neat data to draw maps with, but probably shouldn't do things to make myself an even more annoying band practicing neighbor.",
  "needsBuild": true,
  "prevPostPath": "2002/05/13/oooadi",
  "prevPostTitle": "I can do quickies as well as the next blog",
  "nextPostPath": "2002/05/13/oooaea",
  "nextPostTitle": "Linksback to the danger zone"
}