<?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: New release of Date_Holidays PEAR package.</title>
	<atom:link href="http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/</link>
	<description>php, linux, pear, mysql etc etc</description>
	<lastBuildDate>Fri, 21 Oct 2011 21:08:12 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Daniel O'Connor</title>
		<link>http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/comment-page-1/#comment-122698</link>
		<dc:creator>Daniel O'Connor</dc:creator>
		<pubDate>Tue, 11 Mar 2008 13:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/#comment-122698</guid>
		<description>Ken/Adam,
Remind me to crack open the dusty Australian public holidays stuff I have floating around at work and get it out into this package.</description>
		<content:encoded><![CDATA[<p>Ken/Adam,<br />
Remind me to crack open the dusty Australian public holidays stuff I have floating around at work and get it out into this package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Guest</title>
		<link>http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/comment-page-1/#comment-98509</link>
		<dc:creator>Ken Guest</dc:creator>
		<pubDate>Tue, 22 Jan 2008 22:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/#comment-98509</guid>
		<description>Hi Luke,
The best approach for solving the issue where one territory/region celebrates, using the Australian example here,  Labour Day on a different date than the others is to have regional drivers based on and inheriting from a country specific driver.
This is how we manage calculating religious holidays: we have a driver named Date_Holidays_Driver_Christian which the country drivers inherit from so the inheriting classes don&#039;t have to recalculate the dates of &#039;movable feasts&#039;.

If this were a scenario where some regions celebrate more holidays than others there is a filter pattern that could be used to filter out, or allow in, regional holidays. This is how we manage the holidays in various German states where some, Berlin for example, don&#039;t recognise as many as the others.

hope this helps ;-)</description>
		<content:encoded><![CDATA[<p>Hi Luke,<br />
The best approach for solving the issue where one territory/region celebrates, using the Australian example here,  Labour Day on a different date than the others is to have regional drivers based on and inheriting from a country specific driver.<br />
This is how we manage calculating religious holidays: we have a driver named Date_Holidays_Driver_Christian which the country drivers inherit from so the inheriting classes don&#8217;t have to recalculate the dates of &#8216;movable feasts&#8217;.</p>
<p>If this were a scenario where some regions celebrate more holidays than others there is a filter pattern that could be used to filter out, or allow in, regional holidays. This is how we manage the holidays in various German states where some, Berlin for example, don&#8217;t recognise as many as the others.</p>
<p>hope this helps <img src='http://blogs.linux.ie/kenguest/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Welling</title>
		<link>http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/comment-page-1/#comment-98441</link>
		<dc:creator>Luke Welling</dc:creator>
		<pubDate>Tue, 22 Jan 2008 20:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/#comment-98441</guid>
		<description>Some countries (such as Australia) are less convenient and have different holiday dates in different states.</description>
		<content:encoded><![CDATA[<p>Some countries (such as Australia) are less convenient and have different holiday dates in different states.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Guest&#8217;s online diary &#187; Blog Archive &#187; More for Date_Holidays</title>
		<link>http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/comment-page-1/#comment-98411</link>
		<dc:creator>Ken Guest&#8217;s online diary &#187; Blog Archive &#187; More for Date_Holidays</dc:creator>
		<pubDate>Tue, 22 Jan 2008 19:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/#comment-98411</guid>
		<description>[...] Ken Guest&#8217;s online diary Ken Guest&#8217;s online diary      &#171; New release of Date_Holidays PEAR package. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ken Guest&#8217;s online diary Ken Guest&#8217;s online diary      &laquo; New release of Date_Holidays PEAR package. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Guest</title>
		<link>http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/comment-page-1/#comment-95052</link>
		<dc:creator>Ken Guest</dc:creator>
		<pubDate>Fri, 11 Jan 2008 23:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/#comment-95052</guid>
		<description>What country do you need it for Adam? It really isn&#039;t that difficult to develop a driver - don&#039;t hesitate to ask for help if you feel you need to ;-)</description>
		<content:encoded><![CDATA[<p>What country do you need it for Adam? It really isn&#8217;t that difficult to develop a driver &#8211; don&#8217;t hesitate to ask for help if you feel you need to <img src='http://blogs.linux.ie/kenguest/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/comment-page-1/#comment-94309</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 09 Jan 2008 13:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/kenguest/2008/01/05/new-release-of-date_holidays-pear-package/#comment-94309</guid>
		<description>Oh how nice! Though it doesn&#039;t support it for the country I would need it for :-( !</description>
		<content:encoded><![CDATA[<p>Oh how nice! Though it doesn&#8217;t support it for the country I would need it for <img src='http://blogs.linux.ie/kenguest/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
