<?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 pour Heirem's</title>
	<atom:link href="http://www.heirem.fr/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://heirem.fr</link>
	<description>WordPress : plugins &#38; webdesign</description>
	<pubDate>Sun, 05 Feb 2012 11:21:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Commentaires sur Du CSS pour Events-Calendar en Widget par Val</title>
		<link>http://heirem.fr/2008/08/04/du-css-pour-events-calendar-en-widget/#comment-4643</link>
		<dc:creator>Val</dc:creator>
		<pubDate>Wed, 30 Nov 2011 16:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=53#comment-4643</guid>
		<description>Bonjour

Merci pour ces infos précieuses !
Savez-vous où on peut éditer la css des infos de l'évènement qui s'affichent au survol de la date dans le widget ?

Merci !</description>
		<content:encoded><![CDATA[<p>Bonjour</p>
<p>Merci pour ces infos précieuses !<br />
Savez-vous où on peut éditer la css des infos de l&#8217;évènement qui s&#8217;affichent au survol de la date dans le widget ?</p>
<p>Merci !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Yours comments? It&#8217;s here! Download too&#8230; par simor</title>
		<link>http://heirem.fr/2008/08/08/yours-comments-its-here-download-ec-too/#comment-4578</link>
		<dc:creator>simor</dc:creator>
		<pubDate>Mon, 17 Oct 2011 21:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=70#comment-4578</guid>
		<description>&lt;strong&gt;simor Its nice-looking motivating that the mainstream media has untouched the way it looks at this recently dont you think? What worn to neve ensue brought awake or else discussed has altered. Frankly it is about time we distinguish a vary. ...&lt;/strong&gt;

Its nice-looking motivating that the mainstream media has untouched the way it looks at this recently dont you think? What worn to neve ensue brought awake or else discussed has altered. Frankly it is about time we distinguish a vary. ...</description>
		<content:encoded><![CDATA[<p><strong>simor Its nice-looking motivating that the mainstream media has untouched the way it looks at this recently dont you think? What worn to neve ensue brought awake or else discussed has altered. Frankly it is about time we distinguish a vary. &#8230;</strong></p>
<p>Its nice-looking motivating that the mainstream media has untouched the way it looks at this recently dont you think? What worn to neve ensue brought awake or else discussed has altered. Frankly it is about time we distinguish a vary. &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Exemple de calendrier large avec Events-Calendar par Brent</title>
		<link>http://heirem.fr/2008/12/01/exemple-de-large-calendrier-avec-events-calendar/#comment-4519</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Thu, 15 Sep 2011 17:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=13#comment-4519</guid>
		<description>would like to appreciate the work you get in writing this article. I am hoping the same best work by you sometime soon as well. Actually your creative writing abilities has motivated me to start my own site now.</description>
		<content:encoded><![CDATA[<p>would like to appreciate the work you get in writing this article. I am hoping the same best work by you sometime soon as well. Actually your creative writing abilities has motivated me to start my own site now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Du CSS pour Events-Calendar en Widget par Matt</title>
		<link>http://heirem.fr/2008/08/04/du-css-pour-events-calendar-en-widget/#comment-4491</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 04 Sep 2011 17:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=53#comment-4491</guid>
		<description>Non, tu n'y es pas du tout, c'était un bug dans la page, voilà comment y remédier:
Pour que l'édition des caractères accentués fonctionne, dans le fichier ec_management.class.php Il faut remplacer la ligne 452:
&#60;input class="ec-edit-form-text" type="text" name="EC_title" id="EC_title" value="eventTitle),ENT_QUOTES);?&#62;" /&#62;

par celle-ci:
&#60;input class="ec-edit-form-text" type="text" name="EC_title" id="EC_title" value="eventTitle);?&#62;" /&#62;

Et la ligne 456:
&#60;input class="ec-edit-form-text" type="text" name="EC_location" id="EC_location" value="eventLocation),ENT_QUOTES);?&#62;" /&#62;

par celle-ci:
&#60;input class="ec-edit-form-text" type="text" name="EC_location" id="EC_location" value="eventLocation);?&#62;" /&#62;


Bon code.
Matt</description>
		<content:encoded><![CDATA[<p>Non, tu n&#8217;y es pas du tout, c&#8217;était un bug dans la page, voilà comment y remédier:<br />
Pour que l&#8217;édition des caractères accentués fonctionne, dans le fichier ec_management.class.php Il faut remplacer la ligne 452:<br />
&lt;input class=&#8221;ec-edit-form-text&#8221; type=&#8221;text&#8221; name=&#8221;EC_title&#8221; id=&#8221;EC_title&#8221; value=&#8221;eventTitle),ENT_QUOTES);?&gt;&#8221; /&gt;</p>
<p>par celle-ci:<br />
&lt;input class=&#8221;ec-edit-form-text&#8221; type=&#8221;text&#8221; name=&#8221;EC_title&#8221; id=&#8221;EC_title&#8221; value=&#8221;eventTitle);?&gt;&#8221; /&gt;</p>
<p>Et la ligne 456:<br />
&lt;input class=&#8221;ec-edit-form-text&#8221; type=&#8221;text&#8221; name=&#8221;EC_location&#8221; id=&#8221;EC_location&#8221; value=&#8221;eventLocation),ENT_QUOTES);?&gt;&#8221; /&gt;</p>
<p>par celle-ci:<br />
&lt;input class=&#8221;ec-edit-form-text&#8221; type=&#8221;text&#8221; name=&#8221;EC_location&#8221; id=&#8221;EC_location&#8221; value=&#8221;eventLocation);?&gt;&#8221; /&gt;</p>
<p>Bon code.<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Du CSS pour Events-Calendar en Widget par Telly</title>
		<link>http://heirem.fr/2008/08/04/du-css-pour-events-calendar-en-widget/#comment-4489</link>
		<dc:creator>Telly</dc:creator>
		<pubDate>Sun, 04 Sep 2011 16:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=53#comment-4489</guid>
		<description>Bon mon exemple n'a marché. Je n'ai pas dû prendre la bonne option !</description>
		<content:encoded><![CDATA[<p>Bon mon exemple n&#8217;a marché. Je n&#8217;ai pas dû prendre la bonne option !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Du CSS pour Events-Calendar en Widget par Telly</title>
		<link>http://heirem.fr/2008/08/04/du-css-pour-events-calendar-en-widget/#comment-4488</link>
		<dc:creator>Telly</dc:creator>
		<pubDate>Sun, 04 Sep 2011 16:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=53#comment-4488</guid>
		<description>Bonjour,
Pour les caractères accentués il faut utiliser les entités. J'hésite à mettre une exemple ici car cela risque de ne pas être lisible. Une recherche sur le net devrait te donner la réponse.

Exemple : le "é" s'écrit &lt;code&gt;&#233;&lt;/code&gt; et le problème disparait.</description>
		<content:encoded><![CDATA[<p>Bonjour,<br />
Pour les caractères accentués il faut utiliser les entités. J&#8217;hésite à mettre une exemple ici car cela risque de ne pas être lisible. Une recherche sur le net devrait te donner la réponse.</p>
<p>Exemple : le &#8220;é&#8221; s&#8217;écrit <code>&eacute;</code> et le problème disparait.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Du CSS pour Events-Calendar en Widget par Matt</title>
		<link>http://heirem.fr/2008/08/04/du-css-pour-events-calendar-en-widget/#comment-4299</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 25 Jun 2011 10:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=53#comment-4299</guid>
		<description>&lt;b&gt;Problème caractères accentués&lt;/b&gt;

Bonjour à tous, peut-être n'avez-vous pas vu ce bug concernant les caractères accentués !
Quand vous mettez un titre du genre "garçon de café" et que vous rééditez la page dans l'administration, on se retrouve avec un titre de ce genre "Course de garÃ§on de cafÃ©". La seule solution trouvée est de réécrire le titre. Ca le fait également pour le lieu mais pas pour la description qui conserve ses caractères accentués.
Alors si quelqu'un a la solution, nous serons nombreux à être preneurs.
Cordialement
Matt</description>
		<content:encoded><![CDATA[<p><b>Problème caractères accentués</b></p>
<p>Bonjour à tous, peut-être n&#8217;avez-vous pas vu ce bug concernant les caractères accentués !<br />
Quand vous mettez un titre du genre &#8220;garçon de café&#8221; et que vous rééditez la page dans l&#8217;administration, on se retrouve avec un titre de ce genre &#8220;Course de garÃ§on de cafÃ©&#8221;. La seule solution trouvée est de réécrire le titre. Ca le fait également pour le lieu mais pas pour la description qui conserve ses caractères accentués.<br />
Alors si quelqu&#8217;un a la solution, nous serons nombreux à être preneurs.<br />
Cordialement<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Yours comments? It&#8217;s here! Download too&#8230; par Coy Laberge</title>
		<link>http://heirem.fr/2008/08/08/yours-comments-its-here-download-ec-too/#comment-4298</link>
		<dc:creator>Coy Laberge</dc:creator>
		<pubDate>Sat, 18 Jun 2011 00:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=70#comment-4298</guid>
		<description>whoah this blog is wonderful i love reading your posts. Keep up the great work! You know, a lot of folks are hunting around for this info, you could help them greatly.</description>
		<content:encoded><![CDATA[<p>whoah this blog is wonderful i love reading your posts. Keep up the great work! You know, a lot of folks are hunting around for this info, you could help them greatly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Yours comments? It&#8217;s here! Download too&#8230; par tera cd key</title>
		<link>http://heirem.fr/2008/08/08/yours-comments-its-here-download-ec-too/#comment-4293</link>
		<dc:creator>tera cd key</dc:creator>
		<pubDate>Tue, 31 May 2011 01:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=70#comment-4293</guid>
		<description>The other day, while I was at work, my sister stole my iphone and tested to see if it can survive a 40 foot drop, just so she can be a youtube sensation. My apple ipad is now broken and she has 83 views. I know this is completely off topic but I had to share it with someone!</description>
		<content:encoded><![CDATA[<p>The other day, while I was at work, my sister stole my iphone and tested to see if it can survive a 40 foot drop, just so she can be a youtube sensation. My apple ipad is now broken and she has 83 views. I know this is completely off topic but I had to share it with someone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur WP EVENTS-CALENDAR - THE LIST OF NEW FEATURES par Thomas</title>
		<link>http://heirem.fr/2009/07/29/wp-events-calendar-the-list-of-new-features/#comment-4285</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 06 May 2011 12:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=378#comment-4285</guid>
		<description>Hello

Is it with WP EVENTS-CALENDAR possible to make a kalender like this:

http://lectures.syr.edu/ 

(2011-2012 Lecture Calendar )

And how is it done ?</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Is it with WP EVENTS-CALENDAR possible to make a kalender like this:</p>
<p><a href="http://lectures.syr.edu/" rel="nofollow">http://lectures.syr.edu/</a> </p>
<p>(2011-2012 Lecture Calendar )</p>
<p>And how is it done ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

