<?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: IE&#8217;s KB927917 Error</title>
	<atom:link href="http://www.tommcfarlin.com/2008/04/23/ies-kb927917-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tommcfarlin.com/2008/04/23/ies-kb927917-error/</link>
	<description>assorted tomfoolery</description>
	<pubDate>Fri, 29 Aug 2008 03:14:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Tom</title>
		<link>http://www.tommcfarlin.com/2008/04/23/ies-kb927917-error/#comment-55</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 05 Jun 2008 10:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommcfarlin.com/2008/04/23/ies-kb927917-error_4/#comment-55</guid>
		<description>Hey,

Thanks for the suggestion - this was actually something that I had not thought about. 

The downside of integrating a new control with an existing project (that's actually composed of a bunch of other controls) makes it difficult to fully be aware of other developer's implementations. 

I know this particular post tends to get a lot of hits so I'll be sure to edit the post and include your suggestions.

Tom</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Thanks for the suggestion - this was actually something that I had not thought about. </p>
<p>The downside of integrating a new control with an existing project (that&#8217;s actually composed of a bunch of other controls) makes it difficult to fully be aware of other developer&#8217;s implementations. </p>
<p>I know this particular post tends to get a lot of hits so I&#8217;ll be sure to edit the post and include your suggestions.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tbela99</title>
		<link>http://www.tommcfarlin.com/2008/04/23/ies-kb927917-error/#comment-54</link>
		<dc:creator>tbela99</dc:creator>
		<pubDate>Thu, 05 Jun 2008 10:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommcfarlin.com/2008/04/23/ies-kb927917-error_4/#comment-54</guid>
		<description>i've got this problem too. first of all check your XHTML code is well formed (no unclosed tag)

and at the second time use the dom loaded event to trigger all your scripts that modify dom, you can see implementation of the dom loaded in libraries such as 
prototype.js:
document.observe('dom:loaded', function () { /* your script goes here */ }), 
mootools:

document.addEvent('domloaded', function () { /* your script goes here */ })

jquery:
jQuery(document).ready(function () { /* your script goes here */ })

 I used the second method (dom loaded event) and it worked fine until the day the same error happened, I wonder and try to find out what was going wrong. after validating the content I discovered an unclosed tag. I solved this problem and anything is fine now</description>
		<content:encoded><![CDATA[<p>i&#8217;ve got this problem too. first of all check your XHTML code is well formed (no unclosed tag)</p>
<p>and at the second time use the dom loaded event to trigger all your scripts that modify dom, you can see implementation of the dom loaded in libraries such as<br />
prototype.js:<br />
document.observe(&#8217;dom:loaded&#8217;, function () { /* your script goes here */ }),<br />
mootools:</p>
<p>document.addEvent(&#8217;domloaded&#8217;, function () { /* your script goes here */ })</p>
<p>jquery:<br />
jQuery(document).ready(function () { /* your script goes here */ })</p>
<p> I used the second method (dom loaded event) and it worked fine until the day the same error happened, I wonder and try to find out what was going wrong. after validating the content I discovered an unclosed tag. I solved this problem and anything is fine now</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.426 seconds -->
