<?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: New Version of the Google Analytics Tracking Code with Try Catch Block</title>
	<atom:link href="http://www.leewoodman.co.uk/blog/13112008/346665/new-version-of-the-google-analytics-tracking-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leewoodman.co.uk/blog/13112008/346665/new-version-of-the-google-analytics-tracking-code/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Apr 2010 11:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Willy</title>
		<link>http://www.leewoodman.co.uk/blog/13112008/346665/new-version-of-the-google-analytics-tracking-code/comment-page-1/#comment-112</link>
		<dc:creator>Willy</dc:creator>
		<pubDate>Sun, 31 Jan 2010 22:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.leewoodman.co.uk/blog/?p=346665#comment-112</guid>
		<description>Thanks Chris,

That extra space got rid of the error.

Greetings.</description>
		<content:encoded><![CDATA[<p>Thanks Chris,</p>
<p>That extra space got rid of the error.</p>
<p>Greetings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.leewoodman.co.uk/blog/13112008/346665/new-version-of-the-google-analytics-tracking-code/comment-page-1/#comment-105</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Fri, 21 Aug 2009 10:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.leewoodman.co.uk/blog/?p=346665#comment-105</guid>
		<description>This error occurs if you&#039;re using smarty without {literal} tag :)</description>
		<content:encoded><![CDATA[<p>This error occurs if you&#8217;re using smarty without {literal} tag <img src='http://www.leewoodman.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.leewoodman.co.uk/blog/13112008/346665/new-version-of-the-google-analytics-tracking-code/comment-page-1/#comment-81</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 27 Mar 2009 10:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.leewoodman.co.uk/blog/?p=346665#comment-81</guid>
		<description>Hi guys,

try to replace

} catch(err) {}

with

} catch(err) { }

and see what happens :)</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>try to replace</p>
<p>} catch(err) {}</p>
<p>with</p>
<p>} catch(err) { }</p>
<p>and see what happens <img src='http://www.leewoodman.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FRED</title>
		<link>http://www.leewoodman.co.uk/blog/13112008/346665/new-version-of-the-google-analytics-tracking-code/comment-page-1/#comment-46</link>
		<dc:creator>FRED</dc:creator>
		<pubDate>Wed, 04 Feb 2009 11:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.leewoodman.co.uk/blog/?p=346665#comment-46</guid>
		<description>Same ^^

missing { before catch block
[Break on this error] } catch(err)</description>
		<content:encoded><![CDATA[<p>Same ^^</p>
<p>missing { before catch block<br />
[Break on this error] } catch(err)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen Guldemond</title>
		<link>http://www.leewoodman.co.uk/blog/13112008/346665/new-version-of-the-google-analytics-tracking-code/comment-page-1/#comment-35</link>
		<dc:creator>Jeroen Guldemond</dc:creator>
		<pubDate>Wed, 26 Nov 2008 11:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.leewoodman.co.uk/blog/?p=346665#comment-35</guid>
		<description>In FF this new code creates an js error:
missing { before catch block
} catch(err) 

Do you have any problems with it?</description>
		<content:encoded><![CDATA[<p>In FF this new code creates an js error:<br />
missing { before catch block<br />
} catch(err) </p>
<p>Do you have any problems with it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.leewoodman.co.uk/blog/13112008/346665/new-version-of-the-google-analytics-tracking-code/comment-page-1/#comment-34</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 19 Nov 2008 17:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.leewoodman.co.uk/blog/?p=346665#comment-34</guid>
		<description>Just spotted this. Weird that there&#039;s still no official mention on the Analytics blog.</description>
		<content:encoded><![CDATA[<p>Just spotted this. Weird that there&#8217;s still no official mention on the Analytics blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Kuo</title>
		<link>http://www.leewoodman.co.uk/blog/13112008/346665/new-version-of-the-google-analytics-tracking-code/comment-page-1/#comment-33</link>
		<dc:creator>Jeremy Kuo</dc:creator>
		<pubDate>Fri, 14 Nov 2008 18:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.leewoodman.co.uk/blog/?p=346665#comment-33</guid>
		<description>It also prevents the runtime error dialog from popping in IE7.

No notice as of yet on the GA Blog.  They just released enterprise-level reporting to all users, so I&#039;m thinking they don&#039;t want to take any attention away from this major move with such a small code tweak.</description>
		<content:encoded><![CDATA[<p>It also prevents the runtime error dialog from popping in IE7.</p>
<p>No notice as of yet on the GA Blog.  They just released enterprise-level reporting to all users, so I&#8217;m thinking they don&#8217;t want to take any attention away from this major move with such a small code tweak.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
