<?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 : Your opinion interests me!</title>
	<atom:link href="http://heirem.fr/2009/05/23/your-opinion-interests-me/feed/" rel="self" type="application/rss+xml" />
	<link>http://heirem.fr/2009/05/23/your-opinion-interests-me/</link>
	<description>WordPress : plugins &#38; webdesign</description>
	<pubDate>Sat, 19 May 2012 06:48:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Par : Herminia Chronister</title>
		<link>http://heirem.fr/2009/05/23/your-opinion-interests-me/#comment-4226</link>
		<dc:creator>Herminia Chronister</dc:creator>
		<pubDate>Thu, 20 Jan 2011 05:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=318#comment-4226</guid>
		<description>I am always looking online for posts that can help me. Thanks!</description>
		<content:encoded><![CDATA[<p>I am always looking online for posts that can help me. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Sachiko Debellis</title>
		<link>http://heirem.fr/2009/05/23/your-opinion-interests-me/#comment-4214</link>
		<dc:creator>Sachiko Debellis</dc:creator>
		<pubDate>Tue, 28 Dec 2010 17:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=318#comment-4214</guid>
		<description>Hey there, most likely our own placing may well be incorrect topic although at any rate, Being previously looking close to yuor web blog but it looks cool. Its noticeable you're sure a person's topic so you search fervent to fix it. I am setting up a fresh new blog i i am scheming to make it all look fantastic, and still provide premium blog posts. Obtaining learned a good deal staying in the site together with When i look forward to more article content and you will be re-occurring subsequently. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hey there, most likely our own placing may well be incorrect topic although at any rate, Being previously looking close to yuor web blog but it looks cool. Its noticeable you&#8217;re sure a person&#8217;s topic so you search fervent to fix it. I am setting up a fresh new blog i i am scheming to make it all look fantastic, and still provide premium blog posts. Obtaining learned a good deal staying in the site together with When i look forward to more article content and you will be re-occurring subsequently. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : jeux import uk</title>
		<link>http://heirem.fr/2009/05/23/your-opinion-interests-me/#comment-3726</link>
		<dc:creator>jeux import uk</dc:creator>
		<pubDate>Mon, 13 Sep 2010 15:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=318#comment-3726</guid>
		<description>i think also that one of the event must be online. For the others, to my mind, there is no many differences</description>
		<content:encoded><![CDATA[<p>i think also that one of the event must be online. For the others, to my mind, there is no many differences</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : SACrowe</title>
		<link>http://heirem.fr/2009/05/23/your-opinion-interests-me/#comment-2457</link>
		<dc:creator>SACrowe</dc:creator>
		<pubDate>Tue, 23 Feb 2010 20:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=318#comment-2457</guid>
		<description>One of the event types should be 'online' ... for non-live events, such as virtual conferences, webinars, and the like.  The location would be a URL.</description>
		<content:encoded><![CDATA[<p>One of the event types should be &#8216;online&#8217; &#8230; for non-live events, such as virtual conferences, webinars, and the like.  The location would be a URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Stewart</title>
		<link>http://heirem.fr/2009/05/23/your-opinion-interests-me/#comment-1877</link>
		<dc:creator>Stewart</dc:creator>
		<pubDate>Fri, 05 Jun 2009 17:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=318#comment-1877</guid>
		<description>Hi Heirem,

Just to clarify, I &lt;em&gt;am&lt;/em&gt; looking forward to using event types, just not the phase/participation options. As far as removing them, what I have done in the current version is to use CSS to hide the input fields that I don't want to present to users (namely, event visibility and the create-post-for-event option). I had to tag some table rows in order to get the functionality I wanted:

&lt;code&gt;&#60;tr class="visibilityRow"&#62;
&#60;th width="33%" scope="row" valign="center" style="text-align:right;"&#62;&#60;label for="endTime"&#62;&#60;/label&#62; &#60;/th&#62; (...and so on...)&lt;/code&gt;

And then in my theme's CSS I added

&lt;code&gt;.addEventForm tr.visibilityRow {
        display: none;
}&lt;/code&gt;

I think this makes for a nice balance, allowing a lot of customization for those willing to edit the CSS but without cluttering the admin UI with options that few people are interested in.</description>
		<content:encoded><![CDATA[<p>Hi Heirem,</p>
<p>Just to clarify, I <em>am</em> looking forward to using event types, just not the phase/participation options. As far as removing them, what I have done in the current version is to use CSS to hide the input fields that I don&#8217;t want to present to users (namely, event visibility and the create-post-for-event option). I had to tag some table rows in order to get the functionality I wanted:</p>
<p><code>&lt;tr class="visibilityRow"&gt;<br />
&lt;th width="33%" scope="row" valign="center" style="text-align:right;"&gt;&lt;label for="endTime"&gt;&lt;/label&gt; &lt;/th&gt; (...and so on...)</code></p>
<p>And then in my theme&#8217;s CSS I added</p>
<p><code>.addEventForm tr.visibilityRow {<br />
        display: none;<br />
}</code></p>
<p>I think this makes for a nice balance, allowing a lot of customization for those willing to edit the CSS but without cluttering the admin UI with options that few people are interested in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : R Bland</title>
		<link>http://heirem.fr/2009/05/23/your-opinion-interests-me/#comment-1876</link>
		<dc:creator>R Bland</dc:creator>
		<pubDate>Fri, 05 Jun 2009 07:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=318#comment-1876</guid>
		<description>I am unable to ad event types...
Well at least ones that stay.</description>
		<content:encoded><![CDATA[<p>I am unable to ad event types&#8230;<br />
Well at least ones that stay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Heirem</title>
		<link>http://heirem.fr/2009/05/23/your-opinion-interests-me/#comment-1875</link>
		<dc:creator>Heirem</dc:creator>
		<pubDate>Thu, 04 Jun 2009 20:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=318#comment-1875</guid>
		<description>Dear &lt;b&gt;Stewart&lt;/b&gt;,
It is quite that. The types of events will normally not related to the categories of WP. The types of events in the screenshot are examples. The user can enter those he wants.

To go without types of events it is also to go without functions of filtration and research in the front-end. To make use easier there will always be the possibility of leaving "No event types" in creation. To add an option to allow or not the management of type would make me add another option and, believe me, there are already enough options like that!

Best Regards</description>
		<content:encoded><![CDATA[<p>Dear <b>Stewart</b>,<br />
It is quite that. The types of events will normally not related to the categories of WP. The types of events in the screenshot are examples. The user can enter those he wants.</p>
<p>To go without types of events it is also to go without functions of filtration and research in the front-end. To make use easier there will always be the possibility of leaving &#8220;No event types&#8221; in creation. To add an option to allow or not the management of type would make me add another option and, believe me, there are already enough options like that!</p>
<p>Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Heirem</title>
		<link>http://heirem.fr/2009/05/23/your-opinion-interests-me/#comment-1874</link>
		<dc:creator>Heirem</dc:creator>
		<pubDate>Thu, 04 Jun 2009 20:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=318#comment-1874</guid>
		<description>Hello &lt;b&gt;Benjamin&lt;/b&gt;,
No there will always be a single article related to a single event. I do not see the others and what would be the mess in the loop! ;)</description>
		<content:encoded><![CDATA[<p>Hello <b>Benjamin</b>,<br />
No there will always be a single article related to a single event. I do not see the others and what would be the mess in the loop! <img src='http://heirem.fr/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Stewart</title>
		<link>http://heirem.fr/2009/05/23/your-opinion-interests-me/#comment-1873</link>
		<dc:creator>Stewart</dc:creator>
		<pubDate>Thu, 04 Jun 2009 19:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=318#comment-1873</guid>
		<description>For my own purposes, I envision using event types that are distinct from the WP categories in use on the site.

Personally I don't anticipate using either the phase or participation options, and I will probably try to remove them from the add/edit event form to keep it as simple as possible for the user.</description>
		<content:encoded><![CDATA[<p>For my own purposes, I envision using event types that are distinct from the WP categories in use on the site.</p>
<p>Personally I don&#8217;t anticipate using either the phase or participation options, and I will probably try to remove them from the add/edit event form to keep it as simple as possible for the user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Blogs à l'école</title>
		<link>http://heirem.fr/2009/05/23/your-opinion-interests-me/#comment-1855</link>
		<dc:creator>Blogs à l'école</dc:creator>
		<pubDate>Thu, 28 May 2009 07:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=318#comment-1855</guid>
		<description>By the way, 

Does that mean that we could add events to a regular wordpress with a lot of articles, and that everything won't be mixed together in the loop ? 

Benjamin</description>
		<content:encoded><![CDATA[<p>By the way, </p>
<p>Does that mean that we could add events to a regular wordpress with a lot of articles, and that everything won&#8217;t be mixed together in the loop ? </p>
<p>Benjamin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

