<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>&#8220;Democracy AJAX Poll&#8221; WordPress 2.5で試してみたい Plugin へのコメント</title>
	<atom:link href="http://hirac.info/site/archives/democracy-ajax-poll/feed/" rel="self" type="application/rss+xml" />
	<link>http://hirac.info/site/archives/democracy-ajax-poll/</link>
	<description>cryogenic sphere (極低温球圏)</description>
	<lastBuildDate>Thu, 21 Jan 2010 18:39:19 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Telmina Ⅱ &#187; 【業務連絡】【WordPress】簡易アンケートフォームを設置してみました。 より</title>
		<link>http://hirac.info/site/archives/democracy-ajax-poll/comment-page-1/#comment-1037</link>
		<dc:creator>Telmina Ⅱ &#187; 【業務連絡】【WordPress】簡易アンケートフォームを設置してみました。</dc:creator>
		<pubDate>Sun, 01 Mar 2009 14:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://hirac.info/site/?p=61#comment-1037</guid>
		<description>[...] “Democracy AJAX Poll” WordPress 2.5で試してみたい Plugin ＠ site hirac  [...]</description>
		<content:encoded><![CDATA[<p>[...] “Democracy AJAX Poll” WordPress 2.5で試してみたい Plugin ＠ site hirac  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>WordPress 2.5 で試してみたい &#8220;おすすめの Plugin&#8221; ピックアップ &#171; site hirac より</title>
		<link>http://hirac.info/site/archives/democracy-ajax-poll/comment-page-1/#comment-26</link>
		<dc:creator>WordPress 2.5 で試してみたい &#8220;おすすめの Plugin&#8221; ピックアップ &#171; site hirac</dc:creator>
		<pubDate>Wed, 25 Jun 2008 14:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://hirac.info/site/?p=61#comment-26</guid>
		<description>[...]  Democracy AJAX Poll 投票プラグイン 設置 : プラグインの適用後、表示したいエントリーに指定の記述が必要。 設定 : 標準では英語だが、日本語版もあり。 [...]</description>
		<content:encoded><![CDATA[<p>[...]  Democracy AJAX Poll 投票プラグイン 設置 : プラグインの適用後、表示したいエントリーに指定の記述が必要。 設定 : 標準では英語だが、日本語版もあり。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>hirac より</title>
		<link>http://hirac.info/site/archives/democracy-ajax-poll/comment-page-1/#comment-11</link>
		<dc:creator>hirac</dc:creator>
		<pubDate>Mon, 19 May 2008 13:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://hirac.info/site/?p=61#comment-11</guid>
		<description>わたしも WordPress を使い始めて間がないので、先人の方々の情報を参考にさせていただいてすごく助かっています。
お互いに楽しいページが長く続けられるといいですね。</description>
		<content:encoded><![CDATA[<p>わたしも WordPress を使い始めて間がないので、先人の方々の情報を参考にさせていただいてすごく助かっています。<br />
お互いに楽しいページが長く続けられるといいですね。</p>
]]></content:encoded>
	</item>
	<item>
		<title>thankslove より</title>
		<link>http://hirac.info/site/archives/democracy-ajax-poll/comment-page-1/#comment-10</link>
		<dc:creator>thankslove</dc:creator>
		<pubDate>Mon, 19 May 2008 11:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://hirac.info/site/?p=61#comment-10</guid>
		<description>見ず知らずの者に丁寧に説明していただき、ありがとうございました。
時間のあるときにトライしてみたいと思います。
本当に、ありがとうございました。</description>
		<content:encoded><![CDATA[<p>見ず知らずの者に丁寧に説明していただき、ありがとうございました。<br />
時間のあるときにトライしてみたいと思います。<br />
本当に、ありがとうございました。</p>
]]></content:encoded>
	</item>
	<item>
		<title>hirac より</title>
		<link>http://hirac.info/site/archives/democracy-ajax-poll/comment-page-1/#comment-9</link>
		<dc:creator>hirac</dc:creator>
		<pubDate>Sun, 18 May 2008 14:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://hirac.info/site/?p=61#comment-9</guid>
		<description>はじめまして、thanksloveさん。

このプラグインを最初に入れた時の事を思い出してみると、そういえば&quot;n&quot;が表示されてました。
あまり詳しい事は分からないので、私の環境のせいもあってこうなるのかと思い、以下のようにソースをさわっていたようです。

democracy/democracy.php の334行目

&lt;blockquote&gt;&lt;code&gt;return preg_replace(&#039;/{democracy[\w\W\s^}]*?}/&#039;, &#039;\n&lt;div&gt;\\0&lt;/div&gt;&#039;, $content);&lt;/code&gt;&lt;/blockquote&gt;

\n を削除して、

&lt;blockquote&gt;&lt;code&gt;return preg_replace(&#039;/{democracy[\w\W\s^}]*?}/&#039;, &#039;&lt;div&gt;\\0&lt;/div&gt;&#039;, $content);&lt;/code&gt;&lt;/blockquote&gt;

デザインを変えたい場合というのは、このプラグインの表示に関してでしょうか？
であれば、まず democracy ディレクトリの basic.css、style.css を触ってみられてはどうでしょうか？</description>
		<content:encoded><![CDATA[<p>はじめまして、thanksloveさん。</p>
<p>このプラグインを最初に入れた時の事を思い出してみると、そういえば&#8221;n&#8221;が表示されてました。<br />
あまり詳しい事は分からないので、私の環境のせいもあってこうなるのかと思い、以下のようにソースをさわっていたようです。</p>
<p>democracy/democracy.php の334行目</p>
<blockquote><p><code>return preg_replace('/{democracy[\w\W\s^}]*?}/', '\n&lt;div&gt;\\0&lt;/div&gt;', $content);</code></p></blockquote>
<p>\n を削除して、</p>
<blockquote><p><code>return preg_replace('/{democracy[\w\W\s^}]*?}/', '&lt;div&gt;\\0&lt;/div&gt;', $content);</code></p></blockquote>
<p>デザインを変えたい場合というのは、このプラグインの表示に関してでしょうか？<br />
であれば、まず democracy ディレクトリの basic.css、style.css を触ってみられてはどうでしょうか？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
