<?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>Comments on: Wordpress Plugin: Simple Countdown</title>
	<atom:link href="http://www.screenflicker.com/blog/coding/simple-countdown-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.screenflicker.com/blog/coding/simple-countdown-plugin/</link>
	<description>Web design and development in Calgary</description>
	<pubDate>Sun, 14 Mar 2010 00:07:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: ??? &#187; ????</title>
		<link>http://www.screenflicker.com/blog/coding/simple-countdown-plugin/#comment-48419</link>
		<dc:creator>??? &#187; ????</dc:creator>
		<pubDate>Fri, 12 Jun 2009 03:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/web-development/wordpress-plugin-simple-countdown-plugin/#comment-48419</guid>
		<description>[...] Simple Countdown?????? [...]</description>
		<content:encoded><![CDATA[<p>[...] Simple Countdown?????? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.screenflicker.com/blog/coding/simple-countdown-plugin/#comment-44410</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 10 Feb 2009 08:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/web-development/wordpress-plugin-simple-countdown-plugin/#comment-44410</guid>
		<description>&lt;b&gt;Luca&lt;/b&gt;: Sorry that didn't work. As I said, this plugin hasn't been tested in WP 2.7 and probably won't be. I haven't had much time or desire to update this plugin. Your best bet would be to see if someone else would be interested in updating it for WP 2.7 or finding a different plugin.</description>
		<content:encoded><![CDATA[<p><b>Luca</b>: Sorry that didn&#8217;t work. As I said, this plugin hasn&#8217;t been tested in WP 2.7 and probably won&#8217;t be. I haven&#8217;t had much time or desire to update this plugin. Your best bet would be to see if someone else would be interested in updating it for WP 2.7 or finding a different plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luca</title>
		<link>http://www.screenflicker.com/blog/coding/simple-countdown-plugin/#comment-44075</link>
		<dc:creator>luca</dc:creator>
		<pubDate>Sat, 31 Jan 2009 17:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/web-development/wordpress-plugin-simple-countdown-plugin/#comment-44075</guid>
		<description>I followed your instructions and I entered the future date in the Post, but it keeps telling me Sorry, RADUNO is already over.

I entered the date in this format:

January 1 2012
1 1 2012
2012 1 1

No way, it does not work. :(</description>
		<content:encoded><![CDATA[<p>I followed your instructions and I entered the future date in the Post, but it keeps telling me Sorry, RADUNO is already over.</p>
<p>I entered the date in this format:</p>
<p>January 1 2012<br />
1 1 2012<br />
2012 1 1</p>
<p>No way, it does not work. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.screenflicker.com/blog/coding/simple-countdown-plugin/#comment-44042</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 31 Jan 2009 00:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/web-development/wordpress-plugin-simple-countdown-plugin/#comment-44042</guid>
		<description>&lt;b&gt;Luca&lt;/b&gt;: I haven't tested this plugin with WP 2.7 yet. A couple pointers though:

In the post use this code: &lt;code&gt;cc_countdown:"12 june 2010", "RADUNO"&lt;/code&gt;. The event details should be made here instead of in the plugin file itself.

Change the &lt;code&gt;function cc_countdown&lt;/code&gt; back to its original state. This file should not be changed (unless it's updated). Event specific information shouldn't be included in this call.

Try those suggestions and let me know if it helps or let me know if there are any other problems.</description>
		<content:encoded><![CDATA[<p><b>Luca</b>: I haven&#8217;t tested this plugin with WP 2.7 yet. A couple pointers though:</p>
<p>In the post use this code: <code>cc_countdown:"12 june 2010", "RADUNO"</code>. The event details should be made here instead of in the plugin file itself.</p>
<p>Change the <code>function cc_countdown</code> back to its original state. This file should not be changed (unless it&#8217;s updated). Event specific information shouldn&#8217;t be included in this call.</p>
<p>Try those suggestions and let me know if it helps or let me know if there are any other problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luca</title>
		<link>http://www.screenflicker.com/blog/coding/simple-countdown-plugin/#comment-44038</link>
		<dc:creator>luca</dc:creator>
		<pubDate>Fri, 30 Jan 2009 22:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/web-development/wordpress-plugin-simple-countdown-plugin/#comment-44038</guid>
		<description>does this work with WP 2.7?
I followed your instruction to add the code into a Post, I added this:

&lt; ! --cc_countdown:EVENT DATE AND TIME, EVENT TITLE-- &gt;

In the cc_countdown.php  I entered:

function cc_countdown($eventDate = '12 june 2010', $title = 'RADUNO', $autoDelete = FALSE, $inPost = FALSE, $inline = FALSE)

The post keeps stating:

(Sorry, EVENT TITLE is already over)

Can you help? What am I doing wrong?

Regards,
Luca</description>
		<content:encoded><![CDATA[<p>does this work with WP 2.7?<br />
I followed your instruction to add the code into a Post, I added this:</p>
<p>< ! --cc_countdown:EVENT DATE AND TIME, EVENT TITLE-- ></p>
<p>In the cc_countdown.php  I entered:</p>
<p>function cc_countdown($eventDate = &#8216;12 june 2010&#8242;, $title = &#8216;RADUNO&#8217;, $autoDelete = FALSE, $inPost = FALSE, $inline = FALSE)</p>
<p>The post keeps stating:</p>
<p>(Sorry, EVENT TITLE is already over)</p>
<p>Can you help? What am I doing wrong?</p>
<p>Regards,<br />
Luca</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.screenflicker.com/blog/coding/simple-countdown-plugin/#comment-34591</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 06 Sep 2008 23:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/web-development/wordpress-plugin-simple-countdown-plugin/#comment-34591</guid>
		<description>&lt;b&gt;Cindy&lt;/b&gt;: I've updated the post to show an example. Another example can be seen on my personal site, &lt;a href="/mike/" title="My personal blog" rel="nofollow"&gt;/mike&lt;/a&gt; in the sidebar (my birthday countdown). :)

Hope it's what you're looking for.</description>
		<content:encoded><![CDATA[<p><b>Cindy</b>: I&#8217;ve updated the post to show an example. Another example can be seen on my personal site, <a href="/mike/" title="My personal blog" rel="nofollow">/mike</a> in the sidebar (my birthday countdown). :)</p>
<p>Hope it&#8217;s what you&#8217;re looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cindy Washam</title>
		<link>http://www.screenflicker.com/blog/coding/simple-countdown-plugin/#comment-34561</link>
		<dc:creator>Cindy Washam</dc:creator>
		<pubDate>Sat, 06 Sep 2008 16:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/web-development/wordpress-plugin-simple-countdown-plugin/#comment-34561</guid>
		<description>Hello, can I see an example of your countdown creation? Have I overlooked an example on this page?

Goal: I need one for an upcoming RC Race in October and would like to see if this would suit the event on our main page.
Thank you,</description>
		<content:encoded><![CDATA[<p>Hello, can I see an example of your countdown creation? Have I overlooked an example on this page?</p>
<p>Goal: I need one for an upcoming RC Race in October and would like to see if this would suit the event on our main page.<br />
Thank you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.screenflicker.com/blog/coding/simple-countdown-plugin/#comment-21807</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 03 Apr 2008 16:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/web-development/wordpress-plugin-simple-countdown-plugin/#comment-21807</guid>
		<description>Thanks for the great plugin! With some slight modification I got it working.

I removed:

-- the  tags
-- $output .= '';</description>
		<content:encoded><![CDATA[<p>Thanks for the great plugin! With some slight modification I got it working.</p>
<p>I removed:</p>
<p>&#8211; the  tags<br />
&#8211; $output .= &#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joan</title>
		<link>http://www.screenflicker.com/blog/coding/simple-countdown-plugin/#comment-17608</link>
		<dc:creator>Joan</dc:creator>
		<pubDate>Sun, 27 Jan 2008 17:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/web-development/wordpress-plugin-simple-countdown-plugin/#comment-17608</guid>
		<description>Thx man ;), that's great.</description>
		<content:encoded><![CDATA[<p>Thx man ;), that&#8217;s great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.screenflicker.com/blog/coding/simple-countdown-plugin/#comment-16742</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 15 Jan 2008 21:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/web-development/wordpress-plugin-simple-countdown-plugin/#comment-16742</guid>
		<description>Ok, need alittle help I guess. I put the files where they go, called the plugin in my sidebar. After much tinkering to get it to stop returning a parsing error, now it just doesnt show up at all. Any thoughts?</description>
		<content:encoded><![CDATA[<p>Ok, need alittle help I guess. I put the files where they go, called the plugin in my sidebar. After much tinkering to get it to stop returning a parsing error, now it just doesnt show up at all. Any thoughts?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
