<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Referrers being missed</title>
	<atom:link href="http://www.kryogenix.org/days/2004/01/09/referrers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2004/01/09/referrers</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Thu, 04 Dec 2008 00:43:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Diowania</title>
		<link>http://www.kryogenix.org/days/2004/01/09/referrers#comment-4058</link>
		<dc:creator>Diowania</dc:creator>
		<pubDate>Fri, 21 Oct 2005 03:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/01/09/referrers/#comment-4058</guid>
		<description>Adorei este site!
Se nao fosse por ele nao consegueria fazer um 
trabalho escolar muito importante 
para mim e minhas companheiras de grupo.
Acho que o site tb devia falar sobre a politica turca e os 
transgenicos nesse pais!
Congratulacoes,
Diowania.</description>
		<content:encoded><![CDATA[<p>Adorei este site!<br />
Se nao fosse por ele nao consegueria fazer um<br />
trabalho escolar muito importante<br />
para mim e minhas companheiras de grupo.<br />
Acho que o site tb devia falar sobre a politica turca e os<br />
transgenicos nesse pais!<br />
Congratulacoes,<br />
Diowania.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.kryogenix.org/days/2004/01/09/referrers#comment-1904</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/01/09/referrers/#comment-1904</guid>
		<description>I would if I could, but feel less inclined to in a linklog.&#160; In the main weblog, I would always try to inform the reader of the referrer, but my linklog stuff usually comes from the news, my own surfing, or someone else's linklog where they never give out a source (anil etc).&#160; I haven't got the skills atm to write such a bookmarklet anyway, so an stuck with something that doesn't provide referrers anyway.&lt;br /&gt;
&lt;br /&gt;
That said, I wouldn't get into your situation, because I don't use bloglines in the same way as you.&#160; If it is something worth reading more of, or commenting on, or linking, I will open up the page itself in a new tab and bookmark it.</description>
		<content:encoded><![CDATA[<p>I would if I could, but feel less inclined to in a linklog.&nbsp; In the main weblog, I would always try to inform the reader of the referrer, but my linklog stuff usually comes from the news, my own surfing, or someone else&#8217;s linklog where they never give out a source (anil etc).&nbsp; I haven&#8217;t got the skills atm to write such a bookmarklet anyway, so an stuck with something that doesn&#8217;t provide referrers anyway.</p>
<p>That said, I wouldn&#8217;t get into your situation, because I don&#8217;t use bloglines in the same way as you.&nbsp; If it is something worth reading more of, or commenting on, or linking, I will open up the page itself in a new tab and bookmark it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aquarion</title>
		<link>http://www.kryogenix.org/days/2004/01/09/referrers#comment-1905</link>
		<dc:creator>Aquarion</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/01/09/referrers/#comment-1905</guid>
		<description>My solution to this was to grab the referer when I put it into the db, like this:&lt;br /&gt;
&lt;br /&gt;
javascript:&lt;br /&gt;
link=window.location;&lt;br /&gt;
title=window.prompt(link+'\nTitle?',document.title);&lt;br /&gt;
comment=window.prompt(link+'\n'+title+'\nComment?');&lt;br /&gt;
referer=window.prompt(link+'\n'+title+'\n'+comment+'\nReferrer?',document.referrer);&lt;br /&gt;
document.location='http://www.aquarionics.com/path/to/adminstuff/linkthis.php?url='+escape(link)+'&#38;title='+escape(title)+'&#38;comment='+escape(comment);&lt;br /&gt;
&lt;br /&gt;
On the one hand, I include the referrer (Although I don't currently display it), on the other I can modify it as I want to. On the downside, it's going to link to whichever bloglines thing you used.</description>
		<content:encoded><![CDATA[<p>My solution to this was to grab the referer when I put it into the db, like this:</p>
<p>javascript:<br />
link=window.location;<br />
title=window.prompt(link+&#8217;\nTitle?&#8217;,document.title);<br />
comment=window.prompt(link+&#8217;\n&#8217;+title+&#8217;\nComment?&#8217;);<br />
referer=window.prompt(link+&#8217;\n&#8217;+title+&#8217;\n&#8217;+comment+&#8217;\nReferrer?&#8217;,document.referrer);<br />
document.location=&#8217;http://www.aquarionics.com/path/to/adminstuff/linkthis.php?url=&#8217;+escape(link)+&#8217;&amp;title=&#8217;+escape(title)+&#8217;&amp;comment=&#8217;+escape(comment);</p>
<p>On the one hand, I include the referrer (Although I don&#8217;t currently display it), on the other I can modify it as I want to. On the downside, it&#8217;s going to link to whichever bloglines thing you used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aquarion</title>
		<link>http://www.kryogenix.org/days/2004/01/09/referrers#comment-1906</link>
		<dc:creator>Aquarion</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/01/09/referrers/#comment-1906</guid>
		<description>In case that doesn't make sense, the backend code that deals with that is at &lt;a href="http://www.aquarionics.com/showcode/misc/linkthis.php"&gt;http://www.aquarionics.com/showcode/misc/linkthis.php&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>In case that doesn&#8217;t make sense, the backend code that deals with that is at <a href="http://www.aquarionics.com/showcode/misc/linkthis.php">http://www.aquarionics.com/showcode/misc/linkthis.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2004/01/09/referrers#comment-1907</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/01/09/referrers/#comment-1907</guid>
		<description>Ah, that's the issue: that the referrer is Bloglines rather than the source of the RSS feed. I get the referrer (and the referrer title) in an editable form, so I can fiddle with them, but the referrer isn't the one I want.&lt;br /&gt;
I suppose i could hack the referrer fetch page (it runs a server-side thing to fetch the referrer page, so I can get a title from it) to check if the referrer is a Bloglines page and if so go looking for the link I followed and then work out the &lt;b&gt;real&lt;/b&gt; referrer, but that sounds amazingly hard, and I have to hardcode my Bloglines login details into the server-side script, too.&lt;br /&gt;
I'll think about it...</description>
		<content:encoded><![CDATA[<p>Ah, that&#8217;s the issue: that the referrer is Bloglines rather than the source of the RSS feed. I get the referrer (and the referrer title) in an editable form, so I can fiddle with them, but the referrer isn&#8217;t the one I want.<br />
I suppose i could hack the referrer fetch page (it runs a server-side thing to fetch the referrer page, so I can get a title from it) to check if the referrer is a Bloglines page and if so go looking for the link I followed and then work out the <b>real</b> referrer, but that sounds amazingly hard, and I have to hardcode my Bloglines login details into the server-side script, too.<br />
I&#8217;ll think about it&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
