<?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>Commentaires sur : Events-Calendar : W3C XHTML 1.0 Validation</title>
	<atom:link href="http://heirem.fr/2008/09/06/events-calendar-w3c-xhtml-10-validation/feed/" rel="self" type="application/rss+xml" />
	<link>http://heirem.fr/2008/09/06/events-calendar-w3c-xhtml-10-validation/</link>
	<description>WordPress : plugins &#38; webdesign</description>
	<pubDate>Sat, 19 May 2012 06:23:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Par : Tom</title>
		<link>http://heirem.fr/2008/09/06/events-calendar-w3c-xhtml-10-validation/#comment-1406</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 03 Feb 2009 20:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=147#comment-1406</guid>
		<description>If anyone is interested:

I had a little time tonight and I found the error from the sidebar-list widget (OK it took some time... but what the h...).

The strong-tags are inserted via JS. Writing a simple slash (/) is not allowed. If you add a backslash beforehand (\/strong) at the closing-tags the code is valid XHTML.

The tags are located in ec_js.class.php line 349, 351, 353, ... 361.

If i come up with an solution for the other error, I will post it here.

Best regards
Tom</description>
		<content:encoded><![CDATA[<p>If anyone is interested:</p>
<p>I had a little time tonight and I found the error from the sidebar-list widget (OK it took some time&#8230; but what the h&#8230;).</p>
<p>The strong-tags are inserted via JS. Writing a simple slash (/) is not allowed. If you add a backslash beforehand (\/strong) at the closing-tags the code is valid XHTML.</p>
<p>The tags are located in ec_js.class.php line 349, 351, 353, &#8230; 361.</p>
<p>If i come up with an solution for the other error, I will post it here.</p>
<p>Best regards<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Tom</title>
		<link>http://heirem.fr/2008/09/06/events-calendar-w3c-xhtml-10-validation/#comment-1391</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 02 Feb 2009 00:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=147#comment-1391</guid>
		<description>well... 
The strong-tags enclose the word "Titel" in the code.</description>
		<content:encoded><![CDATA[<p>well&#8230;<br />
The strong-tags enclose the word &#8220;Titel&#8221; in the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Tom</title>
		<link>http://heirem.fr/2008/09/06/events-calendar-w3c-xhtml-10-validation/#comment-1390</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 02 Feb 2009 00:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=147#comment-1390</guid>
		<description>This is the complete code snippet:
&lt;blockquote&gt;ecd.jq('#events-calendar-list-5').attr('title', '&lt;strong&gt;Titel: &lt;/strong&gt;Testtermin');
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>This is the complete code snippet:</p>
<blockquote><p>ecd.jq(&#8217;#events-calendar-list-5&#8242;).attr(&#8217;title&#8217;, &#8216;<strong>Titel: </strong>Testtermin&#8217;);
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Tom</title>
		<link>http://heirem.fr/2008/09/06/events-calendar-w3c-xhtml-10-validation/#comment-1389</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 02 Feb 2009 00:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=147#comment-1389</guid>
		<description>Hi Heirem,

first of all I would like to thank you for the amazing work you are doing.
This plugin is no doubt one of the best plugins made for WordPress.

I have some problems with the xhtml validation of the resulting websites.
I have a big calendar on a WordPress static site and I am using the sidebar widget to display the upcoming events. The calendar works just fine. The problem is that the resulting code is not valid XHTML 1.0.

1. The sidebar widget:
There seems to be a problem with the content of the popup (in detail: the -tags).

&lt;code&gt;
 ecd.jq('#events-calendar-list-5').attr('title', '&lt;strong&gt;Titel: &lt;/strong&gt;Testtermin');&lt;/code&gt;

The strong-tags generate the following error (TidyHTML):
&lt;blockquote&gt;"&#60;" + "/" + letter not allowed here &lt;/blockquote&gt;

When there are no events present there are no errors. btw: The text explaining that there is no upcoming event is not translated.

Is there a way to avoid this error?

2. The [[EventsCalendarLarge]]:

a) The table (id="CalendarLarge-Header") inside the  tags seems not to be allowed.

b) same as a) but with the table (summary="Large Event Calendar" id="wp-calendarLarge").

IIRC tables are not allowed inside headings. Is it possible to use a different block element?

And last of all (after all that complaining *g*) I wanted to ask you if you found someone to help you with the correction of your english articles. If not I would like to volunteer.

Best regards
Tom</description>
		<content:encoded><![CDATA[<p>Hi Heirem,</p>
<p>first of all I would like to thank you for the amazing work you are doing.<br />
This plugin is no doubt one of the best plugins made for WordPress.</p>
<p>I have some problems with the xhtml validation of the resulting websites.<br />
I have a big calendar on a WordPress static site and I am using the sidebar widget to display the upcoming events. The calendar works just fine. The problem is that the resulting code is not valid XHTML 1.0.</p>
<p>1. The sidebar widget:<br />
There seems to be a problem with the content of the popup (in detail: the -tags).</p>
<p><code><br />
 ecd.jq('#events-calendar-list-5').attr('title', '<strong>Titel: </strong>Testtermin&#8217;);</code></p>
<p>The strong-tags generate the following error (TidyHTML):</p>
<blockquote><p>&#8220;&lt;&#8221; + &#8220;/&#8221; + letter not allowed here </p></blockquote>
<p>When there are no events present there are no errors. btw: The text explaining that there is no upcoming event is not translated.</p>
<p>Is there a way to avoid this error?</p>
<p>2. The [[EventsCalendarLarge]]:</p>
<p>a) The table (id=&#8221;CalendarLarge-Header&#8221;) inside the  tags seems not to be allowed.</p>
<p>b) same as a) but with the table (summary=&#8221;Large Event Calendar&#8221; id=&#8221;wp-calendarLarge&#8221;).</p>
<p>IIRC tables are not allowed inside headings. Is it possible to use a different block element?</p>
<p>And last of all (after all that complaining *g*) I wanted to ask you if you found someone to help you with the correction of your english articles. If not I would like to volunteer.</p>
<p>Best regards<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Jeremy Clulow</title>
		<link>http://heirem.fr/2008/09/06/events-calendar-w3c-xhtml-10-validation/#comment-1271</link>
		<dc:creator>Jeremy Clulow</dc:creator>
		<pubDate>Fri, 16 Jan 2009 11:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=147#comment-1271</guid>
		<description>Hi Heirem,

Thanks for getting back. Yes, the problem has been overcome, but I did so by copying the thickbox.css file to the incorrect path:

http://www.cavs.org.uk/wp-includes/js/thickbox/thickbox.css

The path should be

http://www.cavs.org.uk/wordpress/wp-includes/js/thickbox/thickbox.css

But it works now, so thanks.

Kind Regards,

Jeremy</description>
		<content:encoded><![CDATA[<p>Hi Heirem,</p>
<p>Thanks for getting back. Yes, the problem has been overcome, but I did so by copying the thickbox.css file to the incorrect path:</p>
<p><a href="http://www.cavs.org.uk/wp-includes/js/thickbox/thickbox.css" rel="nofollow">http://www.cavs.org.uk/wp-includes/js/thickbox/thickbox.css</a></p>
<p>The path should be</p>
<p><a href="http://www.cavs.org.uk/wordpress/wp-includes/js/thickbox/thickbox.css" rel="nofollow">http://www.cavs.org.uk/wordpress/wp-includes/js/thickbox/thickbox.css</a></p>
<p>But it works now, so thanks.</p>
<p>Kind Regards,</p>
<p>Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Heirem</title>
		<link>http://heirem.fr/2008/09/06/events-calendar-w3c-xhtml-10-validation/#comment-1269</link>
		<dc:creator>Heirem</dc:creator>
		<pubDate>Fri, 16 Jan 2009 10:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=147#comment-1269</guid>
		<description>Dear &lt;b&gt;Jeremy Clulow&lt;/b&gt;,
Je suis content pour vos chèvres ;)
Is the problem solved now?
Mes Meilleurs Vœux également, merci à toi.</description>
		<content:encoded><![CDATA[<p>Dear <b>Jeremy Clulow</b>,<br />
Je suis content pour vos chèvres <img src='http://heirem.fr/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Is the problem solved now?<br />
Mes Meilleurs Vœux également, merci à toi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Jeremy Clulow</title>
		<link>http://heirem.fr/2008/09/06/events-calendar-w3c-xhtml-10-validation/#comment-1254</link>
		<dc:creator>Jeremy Clulow</dc:creator>
		<pubDate>Tue, 13 Jan 2009 08:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=147#comment-1254</guid>
		<description>Hi Heirem,

I've asked the hosting company to look at the issue

The path to the CSS file

http://www.cavs.org.uk/wp-includes/js/thickbox/thickbox.css

gives a 404. I've checked and file *does* exist at that path, and I've CHMOD'd it and all above to 777

So I reckon you are correct about the .htaccess.

Merci bien pour tout.

Meilleurs voeux,

Jeremy

ps Les chevres sont plus heureux</description>
		<content:encoded><![CDATA[<p>Hi Heirem,</p>
<p>I&#8217;ve asked the hosting company to look at the issue</p>
<p>The path to the CSS file</p>
<p><a href="http://www.cavs.org.uk/wp-includes/js/thickbox/thickbox.css" rel="nofollow">http://www.cavs.org.uk/wp-includes/js/thickbox/thickbox.css</a></p>
<p>gives a 404. I&#8217;ve checked and file *does* exist at that path, and I&#8217;ve CHMOD&#8217;d it and all above to 777</p>
<p>So I reckon you are correct about the .htaccess.</p>
<p>Merci bien pour tout.</p>
<p>Meilleurs voeux,</p>
<p>Jeremy</p>
<p>ps Les chevres sont plus heureux</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Jeremy Clulow</title>
		<link>http://heirem.fr/2008/09/06/events-calendar-w3c-xhtml-10-validation/#comment-1253</link>
		<dc:creator>Jeremy Clulow</dc:creator>
		<pubDate>Tue, 13 Jan 2009 02:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=147#comment-1253</guid>
		<description>Thanks again Heirem,

I wish my understanding of English were as good as your writing ;-)

I've now changed every instance of that code as you originally said.

But it still behaves the same in Firefox. However in IE it now freezes the browser window ;-(

The .htaccess file is nothing unusual I think:

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

The remaining goats in the nearby field are looking very nervous.....

Cheers,

Jeremy</description>
		<content:encoded><![CDATA[<p>Thanks again Heirem,</p>
<p>I wish my understanding of English were as good as your writing <img src='http://heirem.fr/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I&#8217;ve now changed every instance of that code as you originally said.</p>
<p>But it still behaves the same in Firefox. However in IE it now freezes the browser window ;-(</p>
<p>The .htaccess file is nothing unusual I think:</p>
<p># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress</p>
<p>The remaining goats in the nearby field are looking very nervous&#8230;..</p>
<p>Cheers,</p>
<p>Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Heirem</title>
		<link>http://heirem.fr/2008/09/06/events-calendar-w3c-xhtml-10-validation/#comment-1251</link>
		<dc:creator>Heirem</dc:creator>
		<pubDate>Tue, 13 Jan 2009 02:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=147#comment-1251</guid>
		<description>Dear Jeremy,

I went back and I do some tests and the change worked. But you have only applied for the previous month :) The problem has been moved. This is the Javascript error obtained by Firebug: "Access to restricted URI denied" code "1012";)

I have the impression that the source of your problem comes from there. You should check your htaccess rules ;)</description>
		<content:encoded><![CDATA[<p>Dear Jeremy,</p>
<p>I went back and I do some tests and the change worked. But you have only applied for the previous month <img src='http://heirem.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> The problem has been moved. This is the Javascript error obtained by Firebug: &#8220;Access to restricted URI denied&#8221; code &#8220;1012&#8243;;)</p>
<p>I have the impression that the source of your problem comes from there. You should check your htaccess rules <img src='http://heirem.fr/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Jeremy Clulow</title>
		<link>http://heirem.fr/2008/09/06/events-calendar-w3c-xhtml-10-validation/#comment-1250</link>
		<dc:creator>Jeremy Clulow</dc:creator>
		<pubDate>Tue, 13 Jan 2009 01:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=147#comment-1250</guid>
		<description>Hi Heirem,

Thanks very much for getting back to me.

I've made the change to the "ec_js.class.php" file but the behaviour remains the same.

I'm using the LangSwap plugin to swap languages, however disabling it makes no difference. Also, I use the calendar on another bilingual site using the same plugin here:

http://www.bethanjenkins.org/welcome/lang/en

Click December 22nd and you will see it is working fine

Kind Regards,

Jeremy</description>
		<content:encoded><![CDATA[<p>Hi Heirem,</p>
<p>Thanks very much for getting back to me.</p>
<p>I&#8217;ve made the change to the &#8220;ec_js.class.php&#8221; file but the behaviour remains the same.</p>
<p>I&#8217;m using the LangSwap plugin to swap languages, however disabling it makes no difference. Also, I use the calendar on another bilingual site using the same plugin here:</p>
<p><a href="http://www.bethanjenkins.org/welcome/lang/en" rel="nofollow">http://www.bethanjenkins.org/welcome/lang/en</a></p>
<p>Click December 22nd and you will see it is working fine</p>
<p>Kind Regards,</p>
<p>Jeremy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

