<?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"
	>
<channel>
	<title>Comments on: My Avatar Plugin Temporarily Disabled Due to IE Error - And a Contest</title>
	<atom:link href="http://www.jeffkee.com/2007/02/21/my-avatar-plugin-temporarily-disabled-and-another-contest/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffkee.com/web-development-design/my-avatar-plugin-temporarily-disabled-and-another-contest/</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 15:19:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Spud Oregon</title>
		<link>http://www.jeffkee.com/web-development-design/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-3519</link>
		<dc:creator>Spud Oregon</dc:creator>
		<pubDate>Sat, 07 Apr 2007 13:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/02/21/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-3519</guid>
		<description>Ha! I didn't expect the code to show up properly, but you can see what I cut out and what I did to the image sizes. Phew!

By the way, do you think avatars look better on the left or the right?</description>
		<content:encoded><![CDATA[<p>Ha! I didn&#8217;t expect the code to show up properly, but you can see what I cut out and what I did to the image sizes. Phew!</p>
<p>By the way, do you think avatars look better on the left or the right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spud Oregon</title>
		<link>http://www.jeffkee.com/web-development-design/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-3518</link>
		<dc:creator>Spud Oregon</dc:creator>
		<pubDate>Sat, 07 Apr 2007 13:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/02/21/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-3518</guid>
		<description>I think I've found a workaround! Take a look at the comments on my site and see if everything works okay. It seems alright in IE7 and FF but I haven't checked in IE6 (perhaps you could?).

It's a dodgy fix which might mess things up for some people (maybe Gravatar users?)...

You know, rather than paste code in here, I think I'll write a post about it. There was nothing on Google connecting MyAvatars to Stack Overflows, so it might be useful to people. Oh, what the heck, I'll try and paste the code here anyway...

At the bottom of "myavatars.php", change this:

-------------------------------------------------------------------------------
&lt;a&gt;" target="_blank" title=""&#62;
		" onload=" if (this.width &#62; 48) { this.width = 48; this.height = 48; } ; if (this.width  this.onload=void(null); }" alt="MyAvatars 0.2"/&#62;
	&lt;/a&gt;
-------------------------------------------------------------------------------

to this:

-------------------------------------------------------------------------------
&lt;a&gt;" target="_blank" title=""&#62;
		" height="48" width="48" alt="MyAvatars 0.2"/&#62;
	&lt;/a&gt;
-------------------------------------------------------------------------------

I'll be surprised if that code shows up in these comments, but basically I cut out all the onload stuff in the A tag, and forced the images to 48 pixels.</description>
		<content:encoded><![CDATA[<p>I think I&#8217;ve found a workaround! Take a look at the comments on my site and see if everything works okay. It seems alright in IE7 and FF but I haven&#8217;t checked in IE6 (perhaps you could?).</p>
<p>It&#8217;s a dodgy fix which might mess things up for some people (maybe Gravatar users?)&#8230;</p>
<p>You know, rather than paste code in here, I think I&#8217;ll write a post about it. There was nothing on Google connecting MyAvatars to Stack Overflows, so it might be useful to people. Oh, what the heck, I&#8217;ll try and paste the code here anyway&#8230;</p>
<p>At the bottom of &#8220;myavatars.php&#8221;, change this:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<a>&#8221; target=&#8221;_blank&#8221; title=&#8221;"&gt;<br />
		&#8221; onload=&#8221; if (this.width &gt; 48) { this.width = 48; this.height = 48; } ; if (this.width  this.onload=void(null); }&#8221; alt=&#8221;MyAvatars 0.2&#8243;/&gt;<br />
	</a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>to this:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<a>&#8221; target=&#8221;_blank&#8221; title=&#8221;"&gt;<br />
		&#8221; height=&#8221;48&#8243; width=&#8221;48&#8243; alt=&#8221;MyAvatars 0.2&#8243;/&gt;<br />
	</a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>I&#8217;ll be surprised if that code shows up in these comments, but basically I cut out all the onload stuff in the A tag, and forced the images to 48 pixels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spud Oregon</title>
		<link>http://www.jeffkee.com/web-development-design/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-3042</link>
		<dc:creator>Spud Oregon</dc:creator>
		<pubDate>Tue, 03 Apr 2007 14:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/02/21/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-3042</guid>
		<description>You guys are not alone. I tried installing MyAvatars and also get the stack overflow problem. We WILL find a solution... maybe.</description>
		<content:encoded><![CDATA[<p>You guys are not alone. I tried installing MyAvatars and also get the stack overflow problem. We WILL find a solution&#8230; maybe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Kee</title>
		<link>http://www.jeffkee.com/web-development-design/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-607</link>
		<dc:creator>Jeff Kee</dc:creator>
		<pubDate>Sat, 24 Feb 2007 20:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/02/21/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-607</guid>
		<description>If I find a solution I'll put it on CNN.. this has been bugging me so much!!! God. 

I'm gonna see if I can ask John Chow - his blog has it, but I don't get the stack overflow error when I go to his site - but I do get that Javascript error warning at the bottom which always tracks back to one of the avatars on a comment... But it's better than having the error pop-up all the time interrupting the pageviews.</description>
		<content:encoded><![CDATA[<p>If I find a solution I&#8217;ll put it on CNN.. this has been bugging me so much!!! God. </p>
<p>I&#8217;m gonna see if I can ask John Chow - his blog has it, but I don&#8217;t get the stack overflow error when I go to his site - but I do get that Javascript error warning at the bottom which always tracks back to one of the avatars on a comment&#8230; But it&#8217;s better than having the error pop-up all the time interrupting the pageviews.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thinkreferrals</title>
		<link>http://www.jeffkee.com/web-development-design/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-602</link>
		<dc:creator>Thinkreferrals</dc:creator>
		<pubDate>Sat, 24 Feb 2007 15:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/02/21/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-602</guid>
		<description>I actually just dumped MyBlogLog permanently from my site.  There are way too many rumours out there about Yahoo abusing the confidential info as well as using it to track users adsense info.  That on top of the problems with their security made the decision easy.</description>
		<content:encoded><![CDATA[<p>I actually just dumped MyBlogLog permanently from my site.  There are way too many rumours out there about Yahoo abusing the confidential info as well as using it to track users adsense info.  That on top of the problems with their security made the decision easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.jeffkee.com/web-development-design/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-600</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 24 Feb 2007 10:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/02/21/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-600</guid>
		<description>Hi Jeff

Unfortunately I'm scratching my head with EXACTLY the same problem! :)
You can see the stacking problem happening here in IE7: (I beleive in happens in IE6 too) 
http://www.purpleinternetmarketing.com/rss/what-is-an-rss-feed/

I've just been trawling the web to to try and find a solution... unfortunately no joy yet.
I'll gladly give you a shout if I come up with something - likeways I'd appreciate if you could post a solution if you find one! :D

David</description>
		<content:encoded><![CDATA[<p>Hi Jeff</p>
<p>Unfortunately I&#8217;m scratching my head with EXACTLY the same problem! <img src='http://www.jeffkee.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
You can see the stacking problem happening here in IE7: (I beleive in happens in IE6 too)<br />
<a href="http://www.purpleinternetmarketing.com/rss/what-is-an-rss-feed/" rel="nofollow">http://www.purpleinternetmarketing.com/rss/what-is-an-rss-feed/</a></p>
<p>I&#8217;ve just been trawling the web to to try and find a solution&#8230; unfortunately no joy yet.<br />
I&#8217;ll gladly give you a shout if I come up with something - likeways I&#8217;d appreciate if you could post a solution if you find one! <img src='http://www.jeffkee.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thinkreferrals</title>
		<link>http://www.jeffkee.com/web-development-design/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-519</link>
		<dc:creator>Thinkreferrals</dc:creator>
		<pubDate>Thu, 22 Feb 2007 04:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/02/21/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-519</guid>
		<description>yes, stop blue screen by deleting windows</description>
		<content:encoded><![CDATA[<p>yes, stop blue screen by deleting windows</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlueFur</title>
		<link>http://www.jeffkee.com/web-development-design/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-514</link>
		<dc:creator>BlueFur</dc:creator>
		<pubDate>Thu, 22 Feb 2007 02:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/02/21/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-514</guid>
		<description>Is that like the stop spam by deleting your email?</description>
		<content:encoded><![CDATA[<p>Is that like the stop spam by deleting your email?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thinkreferrals</title>
		<link>http://www.jeffkee.com/web-development-design/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-513</link>
		<dc:creator>Thinkreferrals</dc:creator>
		<pubDate>Thu, 22 Feb 2007 01:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/02/21/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-513</guid>
		<description>There is a problem with the mybloglog script at their site.  Mine and John Chow's are reporting the same error in IE.  Easy fix, ban IE!!!</description>
		<content:encoded><![CDATA[<p>There is a problem with the mybloglog script at their site.  Mine and John Chow&#8217;s are reporting the same error in IE.  Easy fix, ban IE!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Kee</title>
		<link>http://www.jeffkee.com/web-development-design/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-504</link>
		<dc:creator>Jeff Kee</dc:creator>
		<pubDate>Wed, 21 Feb 2007 22:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/02/21/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-504</guid>
		<description>Eh. Was gonna review your blog anyways, nothing lost!! :D</description>
		<content:encoded><![CDATA[<p>Eh. Was gonna review your blog anyways, nothing lost!! <img src='http://www.jeffkee.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jane</title>
		<link>http://www.jeffkee.com/web-development-design/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-503</link>
		<dc:creator>Jane</dc:creator>
		<pubDate>Wed, 21 Feb 2007 22:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffkee.com/2007/02/21/my-avatar-plugin-temporarily-disabled-and-another-contest/#comment-503</guid>
		<description>Damn!  I wish i knew coding!!</description>
		<content:encoded><![CDATA[<p>Damn!  I wish i knew coding!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
