<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: tracking external links with AJAX</title>
	<atom:link href="http://verens.com/2005/03/21/tracking-external-links-with-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://verens.com/2005/03/21/tracking-external-links-with-ajax/</link>
	<description>klog - Kae&#039;s Log</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:49:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2005/03/21/tracking-external-links-with-ajax/#comment-164</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Mon, 04 Feb 2008 06:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/tracking-external-links-with-ajax/#comment-164</guid>
		<description>Surekha, I&#039;m not familiar with weblogic. Is the portlet identifiable from the URL? ie, if it&#039;s http://blah.blah/testme then is &quot;testme&quot; the name of the portlet? If not, then I think you&#039;d need to find some way of injecting the name into the document (maybe in the Head section as a Meta tag) and that&#039;s beyond the scope of this small script.</description>
		<content:encoded><![CDATA[<p>Surekha, I&#8217;m not familiar with weblogic. Is the portlet identifiable from the URL? ie, if it&#8217;s <a href="http://blah.blah/testme" rel="nofollow">http://blah.blah/testme</a> then is &#8220;testme&#8221; the name of the portlet? If not, then I think you&#8217;d need to find some way of injecting the name into the document (maybe in the Head section as a Meta tag) and that&#8217;s beyond the scope of this small script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surekha</title>
		<link>http://verens.com/2005/03/21/tracking-external-links-with-ajax/#comment-163</link>
		<dc:creator>Surekha</dc:creator>
		<pubDate>Sun, 03 Feb 2008 22:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/tracking-external-links-with-ajax/#comment-163</guid>
		<description>I am trying to use this link tracker for my weblogic portal application to track external links. It is really an awesome code to track the external links. I have one yet problem to solve. I need to identify on which portlet this external link was clicked. I tried inspecting the DOM object to retrieve the portlet name but not successful so far. Any ideas to solve this?</description>
		<content:encoded><![CDATA[<p>I am trying to use this link tracker for my weblogic portal application to track external links. It is really an awesome code to track the external links. I have one yet problem to solve. I need to identify on which portlet this external link was clicked. I tried inspecting the DOM object to retrieve the portlet name but not successful so far. Any ideas to solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2005/03/21/tracking-external-links-with-ajax/#comment-162</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Thu, 16 Mar 2006 10:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/tracking-external-links-with-ajax/#comment-162</guid>
		<description>Mark, I think the reason I chose a synchronous call was that, as this was the final act of a closing page, I wanted to make sure the call was actually made, instead of being nullified as the rest of the page was removed. Call it a &quot;race condition&quot;. I&#039;m not even certain that it matters, but I just wanted to be sure.</description>
		<content:encoded><![CDATA[<p>Mark, I think the reason I chose a synchronous call was that, as this was the final act of a closing page, I wanted to make sure the call was actually made, instead of being nullified as the rest of the page was removed. Call it a &#8220;race condition&#8221;. I&#8217;m not even certain that it matters, but I just wanted to be sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://verens.com/2005/03/21/tracking-external-links-with-ajax/#comment-161</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 15 Mar 2006 20:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/tracking-external-links-with-ajax/#comment-161</guid>
		<description>I noticed that you fire off to the click counter synchronously (ie. using false on the async argument in the call to XmlHttpRequest.open).  Did you choose to do this synchronously for a reason?</description>
		<content:encoded><![CDATA[<p>I noticed that you fire off to the click counter synchronously (ie. using false on the async argument in the call to XmlHttpRequest.open).  Did you choose to do this synchronously for a reason?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suttree &#187; Elixir for Immortal Baboon</title>
		<link>http://verens.com/2005/03/21/tracking-external-links-with-ajax/#comment-160</link>
		<dc:creator>Suttree &#187; Elixir for Immortal Baboon</dc:creator>
		<pubDate>Tue, 11 Oct 2005 15:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/tracking-external-links-with-ajax/#comment-160</guid>
		<description>[...] External link tracking with Ajax [...]</description>
		<content:encoded><![CDATA[<p>[...] External link tracking with Ajax [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://verens.com/2005/03/21/tracking-external-links-with-ajax/#comment-159</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 24 Sep 2005 09:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/tracking-external-links-with-ajax/#comment-159</guid>
		<description>Thanks for the kind words :) I have that &#039;blinded by science&#039; effect often enough myself. That&#039;s why it&#039;s always the first thing I check: can it be done simpler?
-Martin</description>
		<content:encoded><![CDATA[<p>Thanks for the kind words <img src='http://verens.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I have that &#8216;blinded by science&#8217; effect often enough myself. That&#8217;s why it&#8217;s always the first thing I check: can it be done simpler?<br />
-Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klog &#187; Blog Archive &#187; External link tracker plugin</title>
		<link>http://verens.com/2005/03/21/tracking-external-links-with-ajax/#comment-158</link>
		<dc:creator>klog &#187; Blog Archive &#187; External link tracker plugin</dc:creator>
		<pubDate>Sun, 27 Mar 2005 09:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/tracking-external-links-with-ajax/#comment-158</guid>
		<description>[...]  gentoo 			 		 	 		 			External link tracker plugin 	 			 					As I mentioned in a previous post, I&#8217;d be making a plugin out of my Link Tracker code  [...]</description>
		<content:encoded><![CDATA[<p>[...]  gentoo</p>
<p> 			External link tracker plugin</p>
<p> 					As I mentioned in a previous post, I&#8217;d be making a plugin out of my Link Tracker code  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skeltoac &#187; Blog Archive &#187; Count My Clicks</title>
		<link>http://verens.com/2005/03/21/tracking-external-links-with-ajax/#comment-157</link>
		<dc:creator>Skeltoac &#187; Blog Archive &#187; Count My Clicks</dc:creator>
		<pubDate>Sun, 27 Mar 2005 07:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/tracking-external-links-with-ajax/#comment-157</guid>
		<description>[...] ;} 		*/  	  		 	 	 	 	 	 	 	 	 	  	 	 	/*	The following Javascript includes code from 	 *		http://verens.com/archives/2005/03/21/tracking-external-links-with-ajax/ 	 *	and 	 *		http://www.xml.com/pub/a/2005/02/09/xml-http-request.html 	 * [...]</description>
		<content:encoded><![CDATA[<p>[...] ;}<br />
 		*/</p>
<p> 	/*	The following Javascript includes code from<br />
 	 *		<a href="http://verens.com/archives/2005/03/21/tracking-external-links-with-ajax/" rel="nofollow">http://verens.com/archives/2005/03/21/tracking-external-links-with-ajax/</a><br />
 	 *	and<br />
 	 *		<a href="http://www.xml.com/pub/a/2005/02/09/xml-http-request.html" rel="nofollow">http://www.xml.com/pub/a/2005/02/09/xml-http-request.html</a><br />
 	 * [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Skelton</title>
		<link>http://verens.com/2005/03/21/tracking-external-links-with-ajax/#comment-156</link>
		<dc:creator>Andy Skelton</dc:creator>
		<pubDate>Sun, 27 Mar 2005 03:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/tracking-external-links-with-ajax/#comment-156</guid>
		<description>Rob, you could add a new attribute to each anchor tag like this:
&lt;code&gt;&lt;a href=&quot;http://whatever.com&quot; title=&quot;Whatever Dot Com&quot; rel=&quot;nofollow&quot;&gt;Whatever&lt;/a&gt;&lt;/code&gt;
and then set up your var url with some kind of delimiter:
&lt;code&gt;var url=&#039;go.php?&#039;+b.href+&#039;uniquedelimiter&#039;+b.linkid;&lt;/code&gt;
Then update the code in go.php to split the query string at the delimiter and update the database with the resulting data.</description>
		<content:encoded><![CDATA[<p>Rob, you could add a new attribute to each anchor tag like this:<br />
<code><a href="http://whatever.com" title="Whatever Dot Com" rel="nofollow">Whatever</a></code><br />
and then set up your var url with some kind of delimiter:<br />
<code>var url='go.php?'+b.href+'uniquedelimiter'+b.linkid;</code><br />
Then update the code in go.php to split the query string at the delimiter and update the database with the resulting data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob1</title>
		<link>http://verens.com/2005/03/21/tracking-external-links-with-ajax/#comment-155</link>
		<dc:creator>Rob1</dc:creator>
		<pubDate>Wed, 23 Mar 2005 00:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/tracking-external-links-with-ajax/#comment-155</guid>
		<description>I&#039;m wondering how hard it is to tie this js to a particular entry id.  I&#039;ve mocked up a hit counter pretty much like go.php- but the &#039;hits&#039; are tied to entry id rather than http://whatever.com. I&#039;m using it with a &#039;link&#039; page that&#039;s open to communal links- so the same link could be submitted by different members.  I like to be able to track click-thrus according to the id rather than the uri.  So when I pass the variable it looks like ?url=http://whatever.com&amp;id=xxx.

Any way to add a second variable a la:  var url=&#039;go.php?&#039;+b.href+c.title; or something?

(Yes, I&#039;ve bookmarked your weblog!)</description>
		<content:encoded><![CDATA[<p>I&#8217;m wondering how hard it is to tie this js to a particular entry id.  I&#8217;ve mocked up a hit counter pretty much like go.php- but the &#8216;hits&#8217; are tied to entry id rather than <a href="http://whatever.com" rel="nofollow">http://whatever.com</a>. I&#8217;m using it with a &#8216;link&#8217; page that&#8217;s open to communal links- so the same link could be submitted by different members.  I like to be able to track click-thrus according to the id rather than the uri.  So when I pass the variable it looks like ?url=http://whatever.com&amp;id=xxx.</p>
<p>Any way to add a second variable a la:  var url=&#8217;go.php?&#8217;+b.href+c.title; or something?</p>
<p>(Yes, I&#8217;ve bookmarked your weblog!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

