<?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: Java JRE version penetration stats with Google Analytics</title>
	<atom:link href="http://www.tekool.net/blog/2009/01/23/java-jre-version-penetration-stats-with-google-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tekool.net/blog/2009/01/23/java-jre-version-penetration-stats-with-google-analytics/</link>
	<description>Flash, Flex, Air, Actionscript, Javascript, Silverlight, Mobile</description>
	<lastBuildDate>Sun, 29 Jan 2012 15:50:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tekool</title>
		<link>http://www.tekool.net/blog/2009/01/23/java-jre-version-penetration-stats-with-google-analytics/#comment-1355</link>
		<dc:creator>Tekool</dc:creator>
		<pubDate>Sun, 01 Feb 2009 14:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tekool.net/blog/2009/01/23/java-jre-version-penetration-stats-with-google-analytics/#comment-1355</guid>
		<description>I just discovered that www.riastats.com now reports Java JRE version. Don&#039;t know if this blog post helps on it. Quite a good news anyway!</description>
		<content:encoded><![CDATA[<p>I just discovered that <a href="http://www.riastats.com" rel="nofollow">http://www.riastats.com</a> now reports Java JRE version. Don&#8217;t know if this blog post helps on it. Quite a good news anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tekool</title>
		<link>http://www.tekool.net/blog/2009/01/23/java-jre-version-penetration-stats-with-google-analytics/#comment-1354</link>
		<dc:creator>Tekool</dc:creator>
		<pubDate>Mon, 26 Jan 2009 17:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tekool.net/blog/2009/01/23/java-jre-version-penetration-stats-with-google-analytics/#comment-1354</guid>
		<description>jre-analytics is calling Google Analytics event tracker to many times. It calls it as many times it found a Java JRE version on the visitor&#039;s computer. Each call adds a GIF to the web page to submit parameters. I do not need to know each JRE version penetration stats. I do want to know which is the highest version my visitor have. I so have finally switched from the jre-analytics code to my own snippet as follow :

var jreVersions = deployJava.getJREs();
jreVersions.sort();
var highestVersion = jreVersions.pop();

var highestVersionLabel = highestVersion ? highestVersion.substr(0,5) : &#039;none&#039;;
pageTracker._trackEvent(&quot;java&quot;, &quot;highest version&quot;, highestVersionLabel);</description>
		<content:encoded><![CDATA[<p>jre-analytics is calling Google Analytics event tracker to many times. It calls it as many times it found a Java JRE version on the visitor&#8217;s computer. Each call adds a GIF to the web page to submit parameters. I do not need to know each JRE version penetration stats. I do want to know which is the highest version my visitor have. I so have finally switched from the jre-analytics code to my own snippet as follow :</p>
<p>var jreVersions = deployJava.getJREs();<br />
jreVersions.sort();<br />
var highestVersion = jreVersions.pop();</p>
<p>var highestVersionLabel = highestVersion ? highestVersion.substr(0,5) : &#8216;none&#8217;;<br />
pageTracker._trackEvent(&#8220;java&#8221;, &#8220;highest version&#8221;, highestVersionLabel);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

