<?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>Mon, 15 Mar 2010 21:46:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kay</title>
		<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/comment-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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>
	<item>
		<title>By: agbagbara</title>
		<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/comment-page-1/#comment-105652</link>
		<dc:creator>agbagbara</dc:creator>
		<pubDate>Wed, 02 Apr 2008 23:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-105652</guid>
		<description>Hi.

Best ever, honestly, saved me hours, Had only one problem, the gmmktime function seems to return a different result so had to use mktime, maybe because I am in australia or maybe because I am on my local machine.

Any way great stuff, thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>Best ever, honestly, saved me hours, Had only one problem, the gmmktime function seems to return a different result so had to use mktime, maybe because I am in australia or maybe because I am on my local machine.</p>
<p>Any way great stuff, thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/comment-page-1/#comment-80875</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 07 Feb 2008 20:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2006/06/08/simple-php-calendar-with-any-day-offset/#comment-80875</guid>
		<description>Excuses for kicking... I googled this page up.

Got something to report:

line 12: $final_html .= &quot;\n&quot;;

fix that into: $final_html .= &quot;\n&quot;;

cause on line 16 u start with some &#039;s and there is no  to start it with.

bye, Rob.</description>
		<content:encoded><![CDATA[<p>Excuses for kicking&#8230; I googled this page up.</p>
<p>Got something to report:</p>
<p>line 12: $final_html .= &#8220;\n&#8221;;</p>
<p>fix that into: $final_html .= &#8220;\n&#8221;;</p>
<p>cause on line 16 u start with some &#8217;s and there is no  to start it with.</p>
<p>bye, Rob.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
