<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Neurotic Forums &#187; Topic: IE8 shows errors on page</title>
		<link>http://unfoldingneurons.com/forums/topic/ie8-shows-errors-on-page</link>
		<description>Neurotic Forums &raquo; Topic: IE8 shows errors on page</description>
		<language>en-US</language>
		<pubDate>Sat, 31 Jul 2010 18:38:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://unfoldingneurons.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://unfoldingneurons.com/forums/rss/topic/ie8-shows-errors-on-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Darren on "IE8 shows errors on page"</title>
			<link>http://unfoldingneurons.com/forums/topic/ie8-shows-errors-on-page#post-755</link>
			<pubDate>Sat, 31 Oct 2009 11:17:26 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">755@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;The new release is out with the fixes (I also did the id change as suggested)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "IE8 shows errors on page"</title>
			<link>http://unfoldingneurons.com/forums/topic/ie8-shows-errors-on-page#post-747</link>
			<pubDate>Tue, 27 Oct 2009 09:15:10 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">747@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Yeah that's pretty much fix I've implemented in the next version slated for release (I should just get it out already...I'm just working on one more thing).  Thanks for posting here though for people who want to get it taken care of right away.&#60;/p&#62;
&#60;p&#62;As for your suggestion on the id change... good point!  I think I'll do that - you're right series is too generic.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jczorkmid on "IE8 shows errors on page"</title>
			<link>http://unfoldingneurons.com/forums/topic/ie8-shows-errors-on-page#post-746</link>
			<pubDate>Tue, 27 Oct 2009 08:10:08 +0000</pubDate>
			<dc:creator>jczorkmid</dc:creator>
			<guid isPermaLink="false">746@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I've fixed this locally by checking the return value from any calls to &#60;code&#62;document.getElementById(&#38;quot;series&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So, for example:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;var seriesdropdown = document.getElementById(&#38;quot;series&#38;quot;);
function onSeriesChange() {
 // ...
}
seriesdropdown.onchange = onSeriesChange;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;becomes:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;var seriesdropdown = document.getElementById(&#38;quot;series&#38;quot;);
if (seriesdropdown) {
    function onSeriesChange() {
        // ...
    }
    seriesdropdown.onchange = onSeriesChange;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also, I'd recommend a less generic id that &#34;series&#34; (like &#34;organize_series_seriesdropdown&#34;) to avoid potential conflicts.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bentforkz on "IE8 shows errors on page"</title>
			<link>http://unfoldingneurons.com/forums/topic/ie8-shows-errors-on-page#post-734</link>
			<pubDate>Tue, 20 Oct 2009 17:00:59 +0000</pubDate>
			<dc:creator>bentforkz</dc:creator>
			<guid isPermaLink="false">734@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Thanks for focusing on this validation issue. I like to have my green box pop up after a good ol' W3 check-up!&#60;/p&#62;
&#60;p&#62;Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ray on "IE8 shows errors on page"</title>
			<link>http://unfoldingneurons.com/forums/topic/ie8-shows-errors-on-page#post-692</link>
			<pubDate>Wed, 30 Sep 2009 21:28:34 +0000</pubDate>
			<dc:creator>ray</dc:creator>
			<guid isPermaLink="false">692@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Thanks Bro. You're the best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "IE8 shows errors on page"</title>
			<link>http://unfoldingneurons.com/forums/topic/ie8-shows-errors-on-page#post-678</link>
			<pubDate>Sat, 26 Sep 2009 12:52:58 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">678@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I've confirmed this error and it is related to some .js code Organize Series inserts for using the dropdown selector for series archives.  The .js code is loaded even when the widget is not active.  It's also bad form to have .js scripts right in the body of the html.  That is more than likely why the error is being reported by IE8.  The good news is that this won't affect the functionality of your site in anyway.  It does however break standards.&#60;/p&#62;
&#60;p&#62;I've bumped this to the top of the fix list for the next release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ray on "IE8 shows errors on page"</title>
			<link>http://unfoldingneurons.com/forums/topic/ie8-shows-errors-on-page#post-673</link>
			<pubDate>Sat, 26 Sep 2009 10:44:05 +0000</pubDate>
			<dc:creator>ray</dc:creator>
			<guid isPermaLink="false">673@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Hey Darren: I use the &#34;series widget&#34; on both of my sites. In clarity, I do NOT find anything that is not working properly. The ONLY issue is the error message in IE (actually, I think it is in all versions of IE.) If we could just convince everyone to start using a GOOD browser (say, FireFox), then all would be well &#38;lt;grin&#38;gt;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sonofbruce on "IE8 shows errors on page"</title>
			<link>http://unfoldingneurons.com/forums/topic/ie8-shows-errors-on-page#post-669</link>
			<pubDate>Thu, 24 Sep 2009 21:36:41 +0000</pubDate>
			<dc:creator>sonofbruce</dc:creator>
			<guid isPermaLink="false">669@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;No, I'm using a text widget to link to series on my blog, so I don't think that could be it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "IE8 shows errors on page"</title>
			<link>http://unfoldingneurons.com/forums/topic/ie8-shows-errors-on-page#post-658</link>
			<pubDate>Tue, 22 Sep 2009 23:17:11 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">658@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I'll check into this as soon as I get a chance.  I suspect it is has something to do with javascript I have with the &#34;series&#34; widget...is that being used on either of your blogs?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sonofbruce on "IE8 shows errors on page"</title>
			<link>http://unfoldingneurons.com/forums/topic/ie8-shows-errors-on-page#post-656</link>
			<pubDate>Mon, 21 Sep 2009 16:36:38 +0000</pubDate>
			<dc:creator>sonofbruce</dc:creator>
			<guid isPermaLink="false">656@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I am seeing this too: &#34;error on page&#34; in IE8 with Org Series activated, goes away when deactivated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ray on "IE8 shows errors on page"</title>
			<link>http://unfoldingneurons.com/forums/topic/ie8-shows-errors-on-page#post-654</link>
			<pubDate>Mon, 21 Sep 2009 15:23:23 +0000</pubDate>
			<dc:creator>ray</dc:creator>
			<guid isPermaLink="false">654@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Although Firefox displays a clean page, IE8 shows errors on the page when OrgSer 2.1.1 is activated. If I deactivate it, the error on page clears. It does it on Darren's page as well. I don't usually use IE so it is configured as &#34;out-of-the-box&#34; - just the way most of our users will have it configured.&#60;br /&#62;
I am using self-hosted WP 2.8.4 and the particular theme does not seem to have any effect. I have tried it on 3 o 4 different themes and all act the same. Neither does it appear to be a conflict with another plug-in.&#60;br /&#62;
OrgSeries is still working on my &#60;a href=&#34;http://chiefshepherd.com&#34; rel=&#34;nofollow&#34;&#62;http://chiefshepherd.com&#60;/a&#62; site but I decided to disable it on my &#60;a href=&#34;http://raywaldo&#34; rel=&#34;nofollow&#34;&#62;http://raywaldo&#60;/a&#62; (technology) site. It just doesn't refect good technology &#38;lt;grin&#38;gt; to have errors on your own page. As I said, my copy of IE8 shows the &#34;error on page&#34; for your main site also.&#60;br /&#62;
Any idea what is causing it?&#60;br /&#62;
Ray
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
