<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>In Nomine - The Lotus Land &#187; javascript</title>
	<atom:link href="http://www.in-nomine.org/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.in-nomine.org</link>
	<description>The focused mind can pierce through stone...</description>
	<lastBuildDate>Sat, 14 May 2011 20:22:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>urchinTracker() is not defined</title>
		<link>http://www.in-nomine.org/2007/01/03/urchintracker-is-not-defined/</link>
		<comments>http://www.in-nomine.org/2007/01/03/urchintracker-is-not-defined/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 15:48:16 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/2007/01/03/urchintracker-is-not-defined/</guid>
		<description><![CDATA[I tried to use Google Analytics for the first time and encountered an error message I&#8217;ve seen before. Firebug would report: urchinTracker() is not defined. I just could not understand why I would get this error message. Turns out to &#8230; <a href="http://www.in-nomine.org/2007/01/03/urchintracker-is-not-defined/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I tried to use Google Analytics for the first time and encountered an error message I&#8217;ve seen before.</p>
<p>Firebug would report: urchinTracker() is not defined.</p>
<p>I just could not understand why I would get this error message.</p>
<p>Turns out to be simpler than I imagined.</p>
<ol>
<li>I was blocking urchin.js at googleanalytics.com using AdBlock (so for all of you people who blindly trust their results, they&#8217;re awfully skewed),</li>
<li>the provided JavaScript from Google does not properly check if the urchinTracker() function is indeed defined prior to calling it. Suppose you have it blocked through AdBlock the urchin.js file won&#8217;t load, next you try to call the function, which isn&#8217;t declared in the namespace and thus triggers an error in the Firebug debugger.</li>
</ol>
<p>One way around this was to use the code from <a href="http://www.buayacorp.com/archivos/google-analytics-urchintracker-is-not-defined/" title="Google Analytics: urchinTracker is not defined">http://www.buayacorp.com/archivos/google-analytics-urchintracker-is-not-defined/</a> and the problem should go away. It seems that the suggestion in this thread <a href="http://groups.google.co.nz/group/analytics-help-troubleshoot/browse_thread/thread/b4bd2bff1c6b8b4c/6291f717e0e8658f%236291f717e0e8658f" title="Javascript error 'Urchintracker is undefined'">over at Google groups</a> has already been incorporated with the current urchin.js file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2007/01/03/urchintracker-is-not-defined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

