<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Joe Walnes</title>
	<atom:link href="http://joewalnes.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joewalnes.com</link>
	<description>Software development. And stuff.</description>
	<lastBuildDate>Mon, 14 Nov 2011 02:41:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on MSP430 + ShiftBrite by Jownes</title>
		<link>http://joewalnes.com/2011/10/15/msp430-shiftbrite/#comment-22143</link>
		<dc:creator><![CDATA[Jownes]]></dc:creator>
		<pubDate>Mon, 14 Nov 2011 02:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=536#comment-22143</guid>
		<description><![CDATA[I LOVE YOU FOR CREATING SMOOTHIE CHARTS!]]></description>
		<content:encoded><![CDATA[<p>I LOVE YOU FOR CREATING SMOOTHIE CHARTS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Good Looking Context Menu, for jQuery by Matheus</title>
		<link>http://joewalnes.com/2011/07/22/a-simple-good-looking-context-menu-for-jquery/#comment-22130</link>
		<dc:creator><![CDATA[Matheus]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 13:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=499#comment-22130</guid>
		<description><![CDATA[Michael,

Thanks!

I could fix it in another way changing the code below:

settings.items.forEach(function(item){

for

$.each( settings.items, function(i,item){

from jquery

But i&#039;m using the code: 

e= jQuery.event.fix(e)]]></description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>Thanks!</p>
<p>I could fix it in another way changing the code below:</p>
<p>settings.items.forEach(function(item){</p>
<p>for</p>
<p>$.each( settings.items, function(i,item){</p>
<p>from jquery</p>
<p>But i&#8217;m using the code: </p>
<p>e= jQuery.event.fix(e)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Good Looking Context Menu, for jQuery by Michael</title>
		<link>http://joewalnes.com/2011/07/22/a-simple-good-looking-context-menu-for-jquery/#comment-22129</link>
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Mon, 10 Oct 2011 23:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=499#comment-22129</guid>
		<description><![CDATA[Hi Matheus,

I fixed it by adding the following prototype;
if(!(&#039;forEach&#039; in Array.prototype)) {
   Array.prototype.forEach= function(action, that) {
       for (var i=0, n= this.length; i&lt;n; i  )
            if (i in this)
                 action.call(that, this[i], i, this);
    };
}

IE also doesn&#039;t support pageX/Y properly, so I needed to run jQuery&#039;s event fixer;
e= jQuery.event.fix(e)]]></description>
		<content:encoded><![CDATA[<p>Hi Matheus,</p>
<p>I fixed it by adding the following prototype;<br />
if(!(&#8216;forEach&#8217; in Array.prototype)) {<br />
   Array.prototype.forEach= function(action, that) {<br />
       for (var i=0, n= this.length; i&lt;n; i  )<br />
            if (i in this)<br />
                 action.call(that, this[i], i, this);<br />
    };<br />
}</p>
<p>IE also doesn&#039;t support pageX/Y properly, so I needed to run jQuery&#039;s event fixer;<br />
e= jQuery.event.fix(e)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Good Looking Context Menu, for jQuery by Matheus</title>
		<link>http://joewalnes.com/2011/07/22/a-simple-good-looking-context-menu-for-jquery/#comment-22128</link>
		<dc:creator><![CDATA[Matheus]]></dc:creator>
		<pubDate>Mon, 10 Oct 2011 22:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=499#comment-22128</guid>
		<description><![CDATA[I could see this problem too. The IE Debuger show the erro in this line:
settings.items.forEach(function(item) {
it&#039;s seems that the forEach don&#039;t exists. 
When I have a time i&#039;ll try to fix it.]]></description>
		<content:encoded><![CDATA[<p>I could see this problem too. The IE Debuger show the erro in this line:<br />
settings.items.forEach(function(item) {<br />
it&#8217;s seems that the forEach don&#8217;t exists.<br />
When I have a time i&#8217;ll try to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Good Looking Context Menu, for jQuery by Michael</title>
		<link>http://joewalnes.com/2011/07/22/a-simple-good-looking-context-menu-for-jquery/#comment-22127</link>
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Fri, 23 Sep 2011 04:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=499#comment-22127</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-22126&quot; rel=&quot;nofollow&quot;&gt;@Michael &lt;/a&gt; 
It&#039;s the .forEach method; it is only supported in IE9.]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-22126" rel="nofollow">@Michael </a><br />
It&#8217;s the .forEach method; it is only supported in IE9.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Good Looking Context Menu, for jQuery by Michael</title>
		<link>http://joewalnes.com/2011/07/22/a-simple-good-looking-context-menu-for-jquery/#comment-22126</link>
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Fri, 23 Sep 2011 04:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=499#comment-22126</guid>
		<description><![CDATA[Hi Jow,

This doesn&#039;t seem to work in IE 8 (Looks great in FireFox - no surprises here then...);

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SOE200; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Fri, 23 Sep 2011 04:02:16 UTC


Message: Object doesn&#039;t support this property or method
Line: 34
Char: 5
Code: 0
URI: http://joewalnes.github.com/jquery-simple-context-menu/jquery.contextmenu.js

Thoughts?]]></description>
		<content:encoded><![CDATA[<p>Hi Jow,</p>
<p>This doesn&#8217;t seem to work in IE 8 (Looks great in FireFox &#8211; no surprises here then&#8230;);</p>
<p>Webpage error details</p>
<p>User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SOE200; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)<br />
Timestamp: Fri, 23 Sep 2011 04:02:16 UTC</p>
<p>Message: Object doesn&#8217;t support this property or method<br />
Line: 34<br />
Char: 5<br />
Code: 0<br />
URI: <a href="http://joewalnes.github.com/jquery-simple-context-menu/jquery.contextmenu.js" rel="nofollow">http://joewalnes.github.com/jquery-simple-context-menu/jquery.contextmenu.js</a></p>
<p>Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A slide-show in 2 lines of JavaScript by Alex</title>
		<link>http://joewalnes.com/2011/02/08/a-slide-show-in-2-lines-of-javascript/#comment-22111</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 09 Feb 2011 22:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=423#comment-22111</guid>
		<description><![CDATA[$(&#039;section&#039;).bind(&#039;click keypress&#039;, function() { $(this).fadeOut().next(&#039;section&#039;).fadeIn(); }).first().fadeIn();]]></description>
		<content:encoded><![CDATA[<p>$(&#8216;section&#8217;).bind(&#8216;click keypress&#8217;, function() { $(this).fadeOut().next(&#8216;section&#8217;).fadeIn(); }).first().fadeIn();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A slide-show in 2 lines of JavaScript by Magnus E</title>
		<link>http://joewalnes.com/2011/02/08/a-slide-show-in-2-lines-of-javascript/#comment-22109</link>
		<dc:creator><![CDATA[Magnus E]]></dc:creator>
		<pubDate>Tue, 08 Feb 2011 23:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=423#comment-22109</guid>
		<description><![CDATA[Less is more. Cool!]]></description>
		<content:encoded><![CDATA[<p>Less is more. Cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A slide-show in 2 lines of JavaScript by Tweets that mention A slide-show in 2 lines of JavaScript « Joe Walnes -- Topsy.com</title>
		<link>http://joewalnes.com/2011/02/08/a-slide-show-in-2-lines-of-javascript/#comment-22106</link>
		<dc:creator><![CDATA[Tweets that mention A slide-show in 2 lines of JavaScript « Joe Walnes -- Topsy.com]]></dc:creator>
		<pubDate>Tue, 08 Feb 2011 14:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=423#comment-22106</guid>
		<description><![CDATA[[...] This post was mentioned on Twitter by Kerry Buckley, Dan Higham, Stephan, David Banks, Markus Gärtner and others. Markus Gärtner said: RT @kerryb: &quot;I only had 10 mins so I did it myself from scratch&quot; http://bit.ly/hdeSYo (@joewalnes) – I think this only works if you&#039;re a ... [...]]]></description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Kerry Buckley, Dan Higham, Stephan, David Banks, Markus Gärtner and others. Markus Gärtner said: RT @kerryb: &quot;I only had 10 mins so I did it myself from scratch&quot; <a href="http://bit.ly/hdeSYo" rel="nofollow">http://bit.ly/hdeSYo</a> (@joewalnes) – I think this only works if you&#039;re a &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Smoothie Charts by Matt Stevens</title>
		<link>http://joewalnes.com/2010/08/10/introducing-smoothie-charts/#comment-22105</link>
		<dc:creator><![CDATA[Matt Stevens]]></dc:creator>
		<pubDate>Mon, 18 Oct 2010 10:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://joewalnes.com/?p=364#comment-22105</guid>
		<description><![CDATA[Currently using this for a live gold price feed - works brilliantly, thank you!]]></description>
		<content:encoded><![CDATA[<p>Currently using this for a live gold price feed &#8211; works brilliantly, thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

