<?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 for nonobtrusive</title>
	<atom:link href="http://www.nonobtrusive.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nonobtrusive.com</link>
	<description>nonobtrusive web development and other stuff</description>
	<lastBuildDate>Fri, 20 Aug 2010 15:35:51 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Offline Logger 0.3.1 patch by Erik Karlsson</title>
		<link>http://www.nonobtrusive.com/2010/05/23/offline-logger-0-3-1-patch/comment-page-1/#comment-128</link>
		<dc:creator>Erik Karlsson</dc:creator>
		<pubDate>Fri, 20 Aug 2010 15:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonobtrusive.com/?p=181#comment-128</guid>
		<description>Allright, I&#039;ll dig into the GPX Schema validation issue now.</description>
		<content:encoded><![CDATA[<p>Allright, I&#8217;ll dig into the GPX Schema validation issue now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightweight JSONP javascript library by Erik Karlsson</title>
		<link>http://www.nonobtrusive.com/2010/05/20/lightweight-jsonp-without-any-3rd-party-libraries/comment-page-1/#comment-127</link>
		<dc:creator>Erik Karlsson</dc:creator>
		<pubDate>Sat, 07 Aug 2010 20:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonobtrusive.com/?p=160#comment-127</guid>
		<description>I just updated the minified version in the blogpost to reflect the fixed version, just copy paste it!</description>
		<content:encoded><![CDATA[<p>I just updated the minified version in the blogpost to reflect the fixed version, just copy paste it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightweight JSONP javascript library by Erik Karlsson</title>
		<link>http://www.nonobtrusive.com/2010/05/20/lightweight-jsonp-without-any-3rd-party-libraries/comment-page-1/#comment-126</link>
		<dc:creator>Erik Karlsson</dc:creator>
		<pubDate>Sat, 07 Aug 2010 19:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonobtrusive.com/?p=160#comment-126</guid>
		<description>Hi Joe, the blogpost is updated but I made an example of the broken vs fixed (as seen in the post right now) versions. The thing is that the last call breaks when doing multiple calls quickly due to the jsonp variable behaves like a static in the first version. In the broken version below you&#039;ll see a javascript error being thrown for &quot;jsonp10 is not defined&quot;. Please note that I&#039;ve added a 1 second delay to the response on the server.

http://nonobtrusive.com/wp-content/uploads/2010/jsonp/broken/

http://nonobtrusive.com/wp-content/uploads/2010/jsonp/fixed/</description>
		<content:encoded><![CDATA[<p>Hi Joe, the blogpost is updated but I made an example of the broken vs fixed (as seen in the post right now) versions. The thing is that the last call breaks when doing multiple calls quickly due to the jsonp variable behaves like a static in the first version. In the broken version below you&#8217;ll see a javascript error being thrown for &#8220;jsonp10 is not defined&#8221;. Please note that I&#8217;ve added a 1 second delay to the response on the server.</p>
<p><a href="http://nonobtrusive.com/wp-content/uploads/2010/jsonp/broken/" rel="nofollow">http://nonobtrusive.com/wp-content/uploads/2010/jsonp/broken/</a></p>
<p><a href="http://nonobtrusive.com/wp-content/uploads/2010/jsonp/fixed/" rel="nofollow">http://nonobtrusive.com/wp-content/uploads/2010/jsonp/fixed/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightweight JSONP javascript library by Joe Gutierrez</title>
		<link>http://www.nonobtrusive.com/2010/05/20/lightweight-jsonp-without-any-3rd-party-libraries/comment-page-1/#comment-125</link>
		<dc:creator>Joe Gutierrez</dc:creator>
		<pubDate>Fri, 06 Aug 2010 22:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonobtrusive.com/?p=160#comment-125</guid>
		<description>OOPs! Not @Andrew, but @Erik. Sorry for that.</description>
		<content:encoded><![CDATA[<p>OOPs! Not @Andrew, but @Erik. Sorry for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightweight JSONP javascript library by Joe Gutierrez</title>
		<link>http://www.nonobtrusive.com/2010/05/20/lightweight-jsonp-without-any-3rd-party-libraries/comment-page-1/#comment-124</link>
		<dc:creator>Joe Gutierrez</dc:creator>
		<pubDate>Fri, 06 Aug 2010 22:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonobtrusive.com/?p=160#comment-124</guid>
		<description>@Andrew - Could you specifically state what caused your scoping problems? How did you identify them? I can&#039;t find any reference for that here.</description>
		<content:encoded><![CDATA[<p>@Andrew &#8211; Could you specifically state what caused your scoping problems? How did you identify them? I can&#8217;t find any reference for that here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightweight JSONP javascript library by Andrew Lewin</title>
		<link>http://www.nonobtrusive.com/2010/05/20/lightweight-jsonp-without-any-3rd-party-libraries/comment-page-1/#comment-121</link>
		<dc:creator>Andrew Lewin</dc:creator>
		<pubDate>Fri, 30 Jul 2010 20:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonobtrusive.com/?p=160#comment-121</guid>
		<description>Thanks for this great Lightweight JSONP javascript library. Exactly what I was looking for.

Cheers</description>
		<content:encoded><![CDATA[<p>Thanks for this great Lightweight JSONP javascript library. Exactly what I was looking for.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightweight JSONP javascript library by Erik Karlsson</title>
		<link>http://www.nonobtrusive.com/2010/05/20/lightweight-jsonp-without-any-3rd-party-libraries/comment-page-1/#comment-120</link>
		<dc:creator>Erik Karlsson</dc:creator>
		<pubDate>Fri, 23 Jul 2010 08:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonobtrusive.com/?p=160#comment-120</guid>
		<description>Hi and thanks for your comment. I&#039;ve applied the fix for the jsonp scoping problem you ran into and updated the post. Good luck with the rest of your library and I&#039;m glad that you found this useful</description>
		<content:encoded><![CDATA[<p>Hi and thanks for your comment. I&#8217;ve applied the fix for the jsonp scoping problem you ran into and updated the post. Good luck with the rest of your library and I&#8217;m glad that you found this useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lightweight JSONP javascript library by Damon Oehlman</title>
		<link>http://www.nonobtrusive.com/2010/05/20/lightweight-jsonp-without-any-3rd-party-libraries/comment-page-1/#comment-119</link>
		<dc:creator>Damon Oehlman</dc:creator>
		<pubDate>Tue, 20 Jul 2010 12:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonobtrusive.com/?p=160#comment-119</guid>
		<description>Fantastic work - exactly what I am looking for.  I&#039;ll have a look at integrating this into an application and some underlying javascript libraries that I am writing at the moment.  

Library is released under MIT-style licence and code is available on github:

http://github.com/sidelab/grunt

I&#039;ll make sure appropriate links back to your site are included in the source if I include it.

Cheers,
Damon.</description>
		<content:encoded><![CDATA[<p>Fantastic work &#8211; exactly what I am looking for.  I&#8217;ll have a look at integrating this into an application and some underlying javascript libraries that I am writing at the moment.  </p>
<p>Library is released under MIT-style licence and code is available on github:</p>
<p><a href="http://github.com/sidelab/grunt" rel="nofollow">http://github.com/sidelab/grunt</a></p>
<p>I&#8217;ll make sure appropriate links back to your site are included in the source if I include it.</p>
<p>Cheers,<br />
Damon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Offline Logger 0.3.1 patch by Erik Karlsson</title>
		<link>http://www.nonobtrusive.com/2010/05/23/offline-logger-0-3-1-patch/comment-page-1/#comment-117</link>
		<dc:creator>Erik Karlsson</dc:creator>
		<pubDate>Fri, 18 Jun 2010 09:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonobtrusive.com/?p=181#comment-117</guid>
		<description>Thanks alot for the feedback, I will look into the gpx format issue. I&#039;ve only tested with google earth and robogeo where it works fine, but ofcourse it will have to follow specifications to work as expected with all programs.</description>
		<content:encoded><![CDATA[<p>Thanks alot for the feedback, I will look into the gpx format issue. I&#8217;ve only tested with google earth and robogeo where it works fine, but ofcourse it will have to follow specifications to work as expected with all programs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Offline Logger 0.3.1 patch by Dave McLeary</title>
		<link>http://www.nonobtrusive.com/2010/05/23/offline-logger-0-3-1-patch/comment-page-1/#comment-116</link>
		<dc:creator>Dave McLeary</dc:creator>
		<pubDate>Fri, 18 Jun 2010 09:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonobtrusive.com/?p=181#comment-116</guid>
		<description>Hi Erik

Firstly, thanks for the logger application. Really simple and it seems to work well.

I&#039;ve tried to import the GPX files into Zone Five sportstrack and it errored.

Looked into it and it seems because there are a few things in the 1.1 version of the GPX spec which are different.

First, version needs to be 1.1.  Second ele needs to appear before time in the trkpt elements.  Third extensions  need to appear after the trk element.

Finally, speed isn&#039;t in the 1.1 schema so you&#039;ll need an extended schema to support it.

Dave</description>
		<content:encoded><![CDATA[<p>Hi Erik</p>
<p>Firstly, thanks for the logger application. Really simple and it seems to work well.</p>
<p>I&#8217;ve tried to import the GPX files into Zone Five sportstrack and it errored.</p>
<p>Looked into it and it seems because there are a few things in the 1.1 version of the GPX spec which are different.</p>
<p>First, version needs to be 1.1.  Second ele needs to appear before time in the trkpt elements.  Third extensions  need to appear after the trk element.</p>
<p>Finally, speed isn&#8217;t in the 1.1 schema so you&#8217;ll need an extended schema to support it.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
</channel>
</rss>
