<?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>Comments on: Version 2.0.0: Peter&#8217;s Date Countdown Plugin for WordPress</title>
	<atom:link href="http://www.theblog.ca/date-countdown/feed" rel="self" type="application/rss+xml" />
	<link>http://www.theblog.ca/date-countdown</link>
	<description>Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more</description>
	<lastBuildDate>Wed, 10 Mar 2010 16:22:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pavel</title>
		<link>http://www.theblog.ca/date-countdown/comment-page-1#comment-11950</link>
		<dc:creator>Pavel</dc:creator>
		<pubDate>Sun, 06 Dec 2009 22:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=41#comment-11950</guid>
		<description>Hey Piter, grat job!
Best countdown plugin around!!

Quick question:
I&#039;m using &lt;?php countdown_callit(); ?&gt; method to display your countdown and I was wondering if i can also &quot;print&quot; the variable of the date of the countdown (i only have one) close to the callit function. 

Is there a variable to print? Something like &lt;?php print $date_variable; ?&gt; 

Thank for the adnvice and compliments for the great job.


Pavel

&lt;strong&gt;Reply from Peter: There is no global variable for that, but you could include the datecountdowndates.php file and then access $importantdate[0][1] for the month; [0][2] for the day, [0][3] for the year; [0][5] for the hour; and [0][6] for the minute.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hey Piter, grat job!<br />
Best countdown plugin around!!</p>
<p>Quick question:<br />
I&#039;m using &lt;?php countdown_callit(); ?&gt; method to display your countdown and I was wondering if i can also &quot;print&quot; the variable of the date of the countdown (i only have one) close to the callit function. </p>
<p>Is there a variable to print? Something like &lt;?php print $date_variable; ?&gt; </p>
<p>Thank for the adnvice and compliments for the great job.</p>
<p>Pavel</p>
<p><strong>Reply from Peter: There is no global variable for that, but you could include the datecountdowndates.php file and then access $importantdate[0][1] for the month; [0][2] for the day, [0][3] for the year; [0][5] for the hour; and [0][6] for the minute.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://www.theblog.ca/date-countdown/comment-page-1#comment-11392</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Thu, 06 Aug 2009 20:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=41#comment-11392</guid>
		<description>I have this as a widget but the days are displaying wrong I don&#039;t this its 78 more days to Sept 25th

&lt;strong&gt;Reply from Peter: The plugin calculates the number of days relative to the server time, so your server time might be a bit off.  However, I see from your site that the count is displaying correctly now :)&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>I have this as a widget but the days are displaying wrong I don&#039;t this its 78 more days to Sept 25th</p>
<p><strong>Reply from Peter: The plugin calculates the number of days relative to the server time, so your server time might be a bit off.  However, I see from your site that the count is displaying correctly now <img src='http://www.theblog.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derhenry</title>
		<link>http://www.theblog.ca/date-countdown/comment-page-1#comment-11291</link>
		<dc:creator>derhenry</dc:creator>
		<pubDate>Fri, 17 Jul 2009 07:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=41#comment-11291</guid>
		<description>Hey, good job!
It works fine. But: The number of sleeps isn&#039;t correct, if you&#039;re living in germany. Like I do. What can I do? :o)

&lt;strong&gt;Reply from Peter: Did you set the time zone in the plugin file to be relative to your server time?  Also, if you want true &quot;sleep&quot; counting, like midnight-to-midnight, see &lt;a href=&quot;http://www.theblog.ca/peter-forum/peters-date-countdown/having-the-countdown-treat-a-day-as-midnight-to-midnight&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt;.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hey, good job!<br />
It works fine. But: The number of sleeps isn&#039;t correct, if you&#039;re living in germany. Like I do. What can I do? <img src='http://www.theblog.ca/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
<p><strong>Reply from Peter: Did you set the time zone in the plugin file to be relative to your server time?  Also, if you want true &#8220;sleep&#8221; counting, like midnight-to-midnight, see <a href="http://www.theblog.ca/peter-forum/peters-date-countdown/having-the-countdown-treat-a-day-as-midnight-to-midnight" rel="nofollow">this post</a>.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.theblog.ca/date-countdown/comment-page-1#comment-10148</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 10 Nov 2008 01:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=41#comment-10148</guid>
		<description>Hi RC, at the moment I have no short term plans for new versions of this plugin.  However, all of the display logic is handled in the &quot;countdown_execute&quot; function in the plugin file, which you can certainly modify to your liking.</description>
		<content:encoded><![CDATA[<p>Hi RC, at the moment I have no short term plans for new versions of this plugin.  However, all of the display logic is handled in the &quot;countdown_execute&quot; function in the plugin file, which you can certainly modify to your liking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RC</title>
		<link>http://www.theblog.ca/date-countdown/comment-page-1#comment-10136</link>
		<dc:creator>RC</dc:creator>
		<pubDate>Sat, 08 Nov 2008 19:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=41#comment-10136</guid>
		<description>Is there a way to set it up so that the countdown prefaces it with a date.  For example. there&#039;s a countdown widget out there that displays like this: 

Nov 1 - Event Name (123 Days)

Ideally I&#039;d like to see it where the widget says: 

Nov 1: 23 more sleeps until Event Name

Just curious... awesome plugin, 

RC</description>
		<content:encoded><![CDATA[<p>Is there a way to set it up so that the countdown prefaces it with a date.  For example. there&#039;s a countdown widget out there that displays like this: </p>
<p>Nov 1 &#8211; Event Name (123 Days)</p>
<p>Ideally I&#039;d like to see it where the widget says: </p>
<p>Nov 1: 23 more sleeps until Event Name</p>
<p>Just curious&#8230; awesome plugin, </p>
<p>RC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed B.</title>
		<link>http://www.theblog.ca/date-countdown/comment-page-1#comment-10104</link>
		<dc:creator>Ed B.</dc:creator>
		<pubDate>Thu, 30 Oct 2008 15:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=41#comment-10104</guid>
		<description>Hey Pete!  Thanks for the countdown timer.  Been looking for a simple one for a while.

I have an idea in the event you plan on continued development.

An auto delete function.  For each event for example.  Delete this event after xx days of completion?

What can I say?  I&#039;m lazy!!  Thanks again for the time you put in to this widget.</description>
		<content:encoded><![CDATA[<p>Hey Pete!  Thanks for the countdown timer.  Been looking for a simple one for a while.</p>
<p>I have an idea in the event you plan on continued development.</p>
<p>An auto delete function.  For each event for example.  Delete this event after xx days of completion?</p>
<p>What can I say?  I&#039;m lazy!!  Thanks again for the time you put in to this widget.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.theblog.ca/date-countdown/comment-page-1#comment-9878</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 15 Sep 2008 22:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=41#comment-9878</guid>
		<description>Hi Callow,  yes you can remove the caption by removing the code that displays the &quot;title&quot; tag.

Replace this:
print &quot;title=\&quot;$dc_datedisplay (GMT $dc_gmtdiff)\&quot;&gt;&quot;;

With this:
print &quot;&gt;&quot;;</description>
		<content:encoded><![CDATA[<p>Hi Callow,  yes you can remove the caption by removing the code that displays the &quot;title&quot; tag.</p>
<p>Replace this:<br />
print &quot;title=\&quot;$dc_datedisplay (GMT $dc_gmtdiff)\&quot;&gt;&quot;;</p>
<p>With this:<br />
print &quot;&gt;&quot;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callow</title>
		<link>http://www.theblog.ca/date-countdown/comment-page-1#comment-9877</link>
		<dc:creator>Callow</dc:creator>
		<pubDate>Mon, 15 Sep 2008 21:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=41#comment-9877</guid>
		<description>Hi

really like your widget. It&#039;s nice with the sleeps.
On my website I don&#039;t want it with a caption, are there any options to delete this out of the sourcetext?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>really like your widget. It&#039;s nice with the sleeps.<br />
On my website I don&#039;t want it with a caption, are there any options to delete this out of the sourcetext?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.theblog.ca/date-countdown/comment-page-1#comment-9848</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 11 Sep 2008 05:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=41#comment-9848</guid>
		<description>Hi Vzx, thanks for the suggestion.  I originally put the countdown items in a file because I didn&#039;t want to add even more database calls every time a page is loaded.  When I get around to it, I&#039;ll look into perhaps storing the countdown items (and options) in a database but making a cache file from the database.

In the meantime, just make sure to copy what&#039;s in datecountdowndates.php!</description>
		<content:encoded><![CDATA[<p>Hi Vzx, thanks for the suggestion.  I originally put the countdown items in a file because I didn&#039;t want to add even more database calls every time a page is loaded.  When I get around to it, I&#039;ll look into perhaps storing the countdown items (and options) in a database but making a cache file from the database.</p>
<p>In the meantime, just make sure to copy what&#039;s in datecountdowndates.php!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vzx</title>
		<link>http://www.theblog.ca/date-countdown/comment-page-1#comment-9836</link>
		<dc:creator>Vzx</dc:creator>
		<pubDate>Tue, 09 Sep 2008 16:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=41#comment-9836</guid>
		<description>Hi Peter

Nice work on merging the plugin and widget into a single file. I&#039;ve just got one more issue - every time I upgrade, the date countdowns and options are reset. 

I believe this is because all the information is saved in the php files which get overwritten with every upgrade. Is there a way by which user created info is saved on the DB? this would preserve all the dates and option in b/w upgrades.</description>
		<content:encoded><![CDATA[<p>Hi Peter</p>
<p>Nice work on merging the plugin and widget into a single file. I&#039;ve just got one more issue &#8211; every time I upgrade, the date countdowns and options are reset. </p>
<p>I believe this is because all the information is saved in the php files which get overwritten with every upgrade. Is there a way by which user created info is saved on the DB? this would preserve all the dates and option in b/w upgrades.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
