<?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: Simple php calendar with any day offset</title>
	<atom:link href="http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Vincent</title>
		<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-837092</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Wed, 18 May 2011 18:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-837092</guid>
		<description>I needed a booking calendar for my b&amp;b client.

Ended up going with http://bookingbaboon.com instead of your script.

Thanks anyways
Vincent</description>
		<content:encoded><![CDATA[<p>I needed a booking calendar for my b&amp;b client.</p>
<p>Ended up going with <a href="http://bookingbaboon.com" rel="nofollow">http://bookingbaboon.com</a> instead of your script.</p>
<p>Thanks anyways<br />
Vincent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cv</title>
		<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-598012</link>
		<dc:creator>cv</dc:creator>
		<pubDate>Sat, 03 Jul 2010 09:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-598012</guid>
		<description>Hello

Is it possible to easily view the days of the previous and next month instead of x?</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Is it possible to easily view the days of the previous and next month instead of x?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kay</title>
		<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-511350</link>
		<dc:creator>Kay</dc:creator>
		<pubDate>Wed, 21 Oct 2009 11:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-511350</guid>
		<description>Thanks for this, great script!

On Graham&#039;s version I had an error though, I just removed a dot from line 80:

From - $final_html .= &quot;&lt;ul ...
To - $final_html = &quot;&lt;ul ...

Also just added width 560px as the person above has mentioned.</description>
		<content:encoded><![CDATA[<p>Thanks for this, great script!</p>
<p>On Graham&#8217;s version I had an error though, I just removed a dot from line 80:</p>
<p>From &#8211; $final_html .= &#8220;&lt;ul &#8230;<br />
To &#8211; $final_html = &quot;&lt;ul &#8230;</p>
<p>Also just added width 560px as the person above has mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Brown</title>
		<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-424998</link>
		<dc:creator>Graham Brown</dc:creator>
		<pubDate>Mon, 06 Apr 2009 23:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-424998</guid>
		<description>Also, watch out for the spelling of &quot;calendar&quot;.

In the code it&#039;s spelt &quot;calender&quot;.

If you name you file with the correct spelling the link to the new month won&#039;t work.</description>
		<content:encoded><![CDATA[<p>Also, watch out for the spelling of &#8220;calendar&#8221;.</p>
<p>In the code it&#8217;s spelt &#8220;calender&#8221;.</p>
<p>If you name you file with the correct spelling the link to the new month won&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Brown</title>
		<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-421755</link>
		<dc:creator>Graham Brown</dc:creator>
		<pubDate>Thu, 02 Apr 2009 22:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-421755</guid>
		<description>Change:
ul.calendar2
width:560px

to fix CSS problems.

Checked in Safari and Firefox.</description>
		<content:encoded><![CDATA[<p>Change:<br />
ul.calendar2<br />
width:560px</p>
<p>to fix CSS problems.</p>
<p>Checked in Safari and Firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Pos</title>
		<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-329832</link>
		<dc:creator>Chris Pos</dc:creator>
		<pubDate>Mon, 10 Nov 2008 20:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-329832</guid>
		<description>Just comes up with T_String error after $days array your line 2</description>
		<content:encoded><![CDATA[<p>Just comes up with T_String error after $days array your line 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cocoy</title>
		<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-205848</link>
		<dc:creator>cocoy</dc:creator>
		<pubDate>Tue, 24 Jun 2008 17:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-205848</guid>
		<description>your a genius mister feronato</description>
		<content:encoded><![CDATA[<p>your a genius mister feronato</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sakke</title>
		<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-204250</link>
		<dc:creator>Sakke</dc:creator>
		<pubDate>Mon, 23 Jun 2008 10:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-204250</guid>
		<description>Excellent; just what I was looking for. Thank you :)</description>
		<content:encoded><![CDATA[<p>Excellent; just what I was looking for. Thank you :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben De Smet</title>
		<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-191762</link>
		<dc:creator>Ruben De Smet</dc:creator>
		<pubDate>Wed, 11 Jun 2008 14:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-191762</guid>
		<description>Oops...
I forget to add
$leap=date(&quot;L&quot;);
to my code...

Ruben</description>
		<content:encoded><![CDATA[<p>Oops&#8230;<br />
I forget to add<br />
$leap=date(&#8220;L&#8221;);<br />
to my code&#8230;</p>
<p>Ruben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben De Smet</title>
		<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-191761</link>
		<dc:creator>Ruben De Smet</dc:creator>
		<pubDate>Wed, 11 Jun 2008 14:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-191761</guid>
		<description>This is what I need!

But add:

if($leap){
    $day_offset--;
}

between line 11 and 12 to add Leap functionality.

Ruben</description>
		<content:encoded><![CDATA[<p>This is what I need!</p>
<p>But add:</p>
<p>if($leap){<br />
    $day_offset&#8211;;<br />
}</p>
<p>between line 11 and 12 to add Leap functionality.</p>
<p>Ruben</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/11 queries in 0.054 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-11 06:07:50 -->
