<?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 for iamhigham.com</title>
	<atom:link href="http://iamhigham.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamhigham.com</link>
	<description>adventures of a software developer</description>
	<lastBuildDate>Thu, 08 Mar 2012 18:49:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Customising an embedded google calendar by Nick Worth</title>
		<link>http://iamhigham.com/2011/01/customising-an-embedded-google-calendar/#comment-364</link>
		<dc:creator>Nick Worth</dc:creator>
		<pubDate>Thu, 08 Mar 2012 18:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://iamhigham.com/?p=60#comment-364</guid>
		<description>When I&#039;m doing it this way I get a error 500 code (even using just the code you provided with the holiday calendar. It seemed at first to be caused by the line:

&lt;code&gt;$google_domain = $url[&#039;scheme&#039;].&#039;://&#039;.$url[&#039;host&#039;].dirname($url[&#039;path&#039;]).&#039;/&#039;;&lt;/code&gt;

If I replace this the variable with the expected value it works past this line but then brakes elsewhere. Not sure the what the problem is</description>
		<content:encoded><![CDATA[<p>When I&#8217;m doing it this way I get a error 500 code (even using just the code you provided with the holiday calendar. It seemed at first to be caused by the line:</p>
<p><code>$google_domain = $url['scheme'].'://'.$url['host'].dirname($url['path']).'/';</code></p>
<p>If I replace this the variable with the expected value it works past this line but then brakes elsewhere. Not sure the what the problem is</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customising an embedded google calendar by Nick Worth</title>
		<link>http://iamhigham.com/2011/01/customising-an-embedded-google-calendar/#comment-363</link>
		<dc:creator>Nick Worth</dc:creator>
		<pubDate>Thu, 08 Mar 2012 18:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://iamhigham.com/?p=60#comment-363</guid>
		<description>Same issue here, I&#039;m running different test but seeing the same problem, events are hard coded into place. Any luck from anyone else getting around this?</description>
		<content:encoded><![CDATA[<p>Same issue here, I&#8217;m running different test but seeing the same problem, events are hard coded into place. Any luck from anyone else getting around this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customising an embedded google calendar by Dave</title>
		<link>http://iamhigham.com/2011/01/customising-an-embedded-google-calendar/#comment-356</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 22 Feb 2012 07:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://iamhigham.com/?p=60#comment-356</guid>
		<description>Brilliant! Thanks for sharing!

For those of you who use Firefox, view the source of your page - then click on the link to the google calendar - it will show the source code for your calendar. Copy and paste this code onto a new page on your site, update the links to the css and javascript with absolute URLs. In the head section between the  enter this css code

&lt;code&gt;
span.te-t {
	white-space: normal !important;
}

span.te-s {
	white-space: normal !important;
}  
&lt;/code&gt;

Works great for me. Thank you!</description>
		<content:encoded><![CDATA[<p>Brilliant! Thanks for sharing!</p>
<p>For those of you who use Firefox, view the source of your page &#8211; then click on the link to the google calendar &#8211; it will show the source code for your calendar. Copy and paste this code onto a new page on your site, update the links to the css and javascript with absolute URLs. In the head section between the  enter this css code</p>
<p><code><br />
span.te-t {<br />
	white-space: normal !important;<br />
}</p>
<p>span.te-s {<br />
	white-space: normal !important;<br />
}<br />
</code></p>
<p>Works great for me. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customising an embedded google calendar by pelicanPaul</title>
		<link>http://iamhigham.com/2011/01/customising-an-embedded-google-calendar/#comment-353</link>
		<dc:creator>pelicanPaul</dc:creator>
		<pubDate>Mon, 16 Jan 2012 20:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://iamhigham.com/?p=60#comment-353</guid>
		<description>This is very cool until Google changes the name of your js file and your calendar goes blank. I guess that this would happen even if you embed the way they tell you to. strange.</description>
		<content:encoded><![CDATA[<p>This is very cool until Google changes the name of your js file and your calendar goes blank. I guess that this would happen even if you embed the way they tell you to. strange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customising an embedded google calendar by Evan</title>
		<link>http://iamhigham.com/2011/01/customising-an-embedded-google-calendar/#comment-351</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Thu, 12 Jan 2012 18:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://iamhigham.com/?p=60#comment-351</guid>
		<description>Ditto.  It&#039;ll pull a certain chunk of events, but if you navigate into the past or future, it won&#039;t load any more.  In my case it was a couple month&#039;s worth.  This is because the copy of the iframe source saved on the hosting site is a static snapshot of events that were loaded when the wget was run.</description>
		<content:encoded><![CDATA[<p>Ditto.  It&#8217;ll pull a certain chunk of events, but if you navigate into the past or future, it won&#8217;t load any more.  In my case it was a couple month&#8217;s worth.  This is because the copy of the iframe source saved on the hosting site is a static snapshot of events that were loaded when the wget was run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customising an embedded google calendar by Blake</title>
		<link>http://iamhigham.com/2011/01/customising-an-embedded-google-calendar/#comment-343</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Fri, 30 Dec 2011 18:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://iamhigham.com/?p=60#comment-343</guid>
		<description>Nice explanation. It worked well for me, I was able to format that plain-Jane title on the calendar to match my site. Thank you for taking the time to post this.</description>
		<content:encoded><![CDATA[<p>Nice explanation. It worked well for me, I was able to format that plain-Jane title on the calendar to match my site. Thank you for taking the time to post this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customising an embedded google calendar by Mike</title>
		<link>http://iamhigham.com/2011/01/customising-an-embedded-google-calendar/#comment-336</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 01 Dec 2011 09:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://iamhigham.com/?p=60#comment-336</guid>
		<description>Thanks for the code, tested this and got it working eventually but found that the initial iframe call only loads the first 5 weeks of events. Clicking the navigation links obviously changes the google output but doesn&#039;t refresh the custom_calendar.php page. I suspect you would need to make changes to the javascript file used by Google to update your own pages too.
I gave up at this point as it wasn&#039;t worth the extra time.</description>
		<content:encoded><![CDATA[<p>Thanks for the code, tested this and got it working eventually but found that the initial iframe call only loads the first 5 weeks of events. Clicking the navigation links obviously changes the google output but doesn&#8217;t refresh the custom_calendar.php page. I suspect you would need to make changes to the javascript file used by Google to update your own pages too.<br />
I gave up at this point as it wasn&#8217;t worth the extra time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customising an embedded google calendar by ksvendsboe</title>
		<link>http://iamhigham.com/2011/01/customising-an-embedded-google-calendar/#comment-334</link>
		<dc:creator>ksvendsboe</dc:creator>
		<pubDate>Wed, 09 Nov 2011 17:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://iamhigham.com/?p=60#comment-334</guid>
		<description>Genius. THANK YOU!!!</description>
		<content:encoded><![CDATA[<p>Genius. THANK YOU!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customising an embedded google calendar by Jacob Krekura.com</title>
		<link>http://iamhigham.com/2011/01/customising-an-embedded-google-calendar/#comment-333</link>
		<dc:creator>Jacob Krekura.com</dc:creator>
		<pubDate>Fri, 28 Oct 2011 18:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://iamhigham.com/?p=60#comment-333</guid>
		<description>Worked like a charm. Thanks!</description>
		<content:encoded><![CDATA[<p>Worked like a charm. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customising an embedded google calendar by Atisha</title>
		<link>http://iamhigham.com/2011/01/customising-an-embedded-google-calendar/#comment-331</link>
		<dc:creator>Atisha</dc:creator>
		<pubDate>Mon, 24 Oct 2011 11:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://iamhigham.com/?p=60#comment-331</guid>
		<description>Because of the way that Google outputs the calendar entries, it puts them into a table. In some cases, when one of the items in that table becomes higher than one line (because of our enabling word-wrapping), the entire row that it&#039;s in becomes higher than it needs to be. This creates the appearance of blank lines underneath some of the entries. There is no way to work around this issue since it&#039;s based on how Google exports the calendar information.

It is nice to be able to display multiple lines, however, it&#039;s just a bit of a shame that the formatting doesn&#039;t come out more cleanly.</description>
		<content:encoded><![CDATA[<p>Because of the way that Google outputs the calendar entries, it puts them into a table. In some cases, when one of the items in that table becomes higher than one line (because of our enabling word-wrapping), the entire row that it&#8217;s in becomes higher than it needs to be. This creates the appearance of blank lines underneath some of the entries. There is no way to work around this issue since it&#8217;s based on how Google exports the calendar information.</p>
<p>It is nice to be able to display multiple lines, however, it&#8217;s just a bit of a shame that the formatting doesn&#8217;t come out more cleanly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

