<?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"
	>
<channel>
	<title>Comments for A Blog By Justin</title>
	<atom:link href="http://blog.jmbennett.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jmbennett.org</link>
	<description>a little bit of everything</description>
	<pubDate>Wed, 23 Jul 2008 23:43:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Validation by Justin</title>
		<link>http://blog.jmbennett.org/2008/07/21/validation/#comment-352</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 22 Jul 2008 21:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=65#comment-352</guid>
		<description>Ah, a comment from the great Zach Shepherd himself!  Haven't talked to you in some time.

You bring up good points and perhaps there are reasons behind the errors (though some of them don't seem like there could be).  The quirks mode idea is a good one though, that would make the most sense (I doubt many of the people at Google are ignorant).

Thanks for reading Zach!</description>
		<content:encoded><![CDATA[<p>Ah, a comment from the great Zach Shepherd himself!  Haven&#8217;t talked to you in some time.</p>
<p>You bring up good points and perhaps there are reasons behind the errors (though some of them don&#8217;t seem like there could be).  The quirks mode idea is a good one though, that would make the most sense (I doubt many of the people at Google are ignorant).</p>
<p>Thanks for reading Zach!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validation by Zach Shepherd</title>
		<link>http://blog.jmbennett.org/2008/07/21/validation/#comment-351</link>
		<dc:creator>Zach Shepherd</dc:creator>
		<pubDate>Tue, 22 Jul 2008 20:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=65#comment-351</guid>
		<description>I read a few similar articles a while back. A few theories were proposed including "to save bandwidth" (which is completely ridiculous[1]) and "compatibility".

I tend to agree with the second theory; try finding a browser that doesn't render google's homepage properly. Personally, I haven't found one. 

I support use of valid code, but if there weren't a good reason for the errors, I imagine someone would have used a day of their 20-percent time[2] to fix them.

"why on earth can they not manage to include a DOCTYPE at the beginning of their page?"
The most common reason (ignorance and stupidity aside) to omit a doctype that I can think of would be to put browsers in quirks mode[3]. 

Zach

1 - http://www.456bereastreet.com/archive/200608/google_valid_and_strict/
2 - http://www.google.com/support/jobs/bin/static.py?page=about.html&#38;about=eng
3 -http://www.quirksmode.org/css/quirksmode.html</description>
		<content:encoded><![CDATA[<p>I read a few similar articles a while back. A few theories were proposed including &#8220;to save bandwidth&#8221; (which is completely ridiculous[1]) and &#8220;compatibility&#8221;.</p>
<p>I tend to agree with the second theory; try finding a browser that doesn&#8217;t render google&#8217;s homepage properly. Personally, I haven&#8217;t found one. </p>
<p>I support use of valid code, but if there weren&#8217;t a good reason for the errors, I imagine someone would have used a day of their 20-percent time[2] to fix them.</p>
<p>&#8220;why on earth can they not manage to include a DOCTYPE at the beginning of their page?&#8221;<br />
The most common reason (ignorance and stupidity aside) to omit a doctype that I can think of would be to put browsers in quirks mode[3]. </p>
<p>Zach</p>
<p>1 - <a href="http://www.456bereastreet.com/archive/200608/google_valid_and_strict/" rel="nofollow">http://www.456bereastreet.com/archive/200608/google_valid_and_strict/</a><br />
2 - <a href="http://www.google.com/support/jobs/bin/static.py?page=about.html&amp;about=eng" rel="nofollow">http://www.google.com/support/jobs/bin/static.py?page=about.html&amp;about=eng</a><br />
3 -http://www.quirksmode.org/css/quirksmode.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by kurtis</title>
		<link>http://blog.jmbennett.org/2008/06/21/google-calendar-feed-parser/#comment-288</link>
		<dc:creator>kurtis</dc:creator>
		<pubDate>Tue, 15 Jul 2008 19:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-288</guid>
		<description>i think that the errors are showing up with the date portion of the feed.   $start and $end are looking for missing child nodes...  I got this to work for http://www.busproject.org with a few small tweaks.  email me if you need help.</description>
		<content:encoded><![CDATA[<p>i think that the errors are showing up with the date portion of the feed.   $start and $end are looking for missing child nodes&#8230;  I got this to work for <a href="http://www.busproject.org" rel="nofollow">http://www.busproject.org</a> with a few small tweaks.  email me if you need help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by Justin</title>
		<link>http://blog.jmbennett.org/2008/06/21/google-calendar-feed-parser/#comment-247</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 10 Jul 2008 11:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-247</guid>
		<description>Hey everyone, 

Thanks for the comments.  I'm not sure what the issue is, but I will look at it as soon as I have some free time.  I looked at Dave's issue a bit and couldn't really come up with an explanation as to why he's getting a 404 error.

Like I said, as soon as I have some time I'll look into it.  In the meantime, if either of you figure it out, let me know.

Thanks,
Justin</description>
		<content:encoded><![CDATA[<p>Hey everyone, </p>
<p>Thanks for the comments.  I&#8217;m not sure what the issue is, but I will look at it as soon as I have some free time.  I looked at Dave&#8217;s issue a bit and couldn&#8217;t really come up with an explanation as to why he&#8217;s getting a 404 error.</p>
<p>Like I said, as soon as I have some time I&#8217;ll look into it.  In the meantime, if either of you figure it out, let me know.</p>
<p>Thanks,<br />
Justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by Emily</title>
		<link>http://blog.jmbennett.org/2008/06/21/google-calendar-feed-parser/#comment-243</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Thu, 10 Jul 2008 04:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-243</guid>
		<description>I'm having the exact same problem as the Dave.  Any ideas what the problem is.  I'd REALLY like to use this plugin and would gladly donate if you could help me figure out what I'm doing wrong.  

Here's what I have as my feed URL:

http://www.google.com/calendar/feeds/deni%40denibonet.com/public/basic?orderby=starttime&#38;sortorder=ascending&#38;futureevents=true&#38;singleevents=true

The other two options are just set to the default settings.

I couldn't find any url that had "full" in it anywhere, so maybe I'm using the wrong one?  I tried substituting "basic" for "full" but that didn't help.  I'm not getting a 404 error like the commenter mentioned above, but when it gets to the part of the sidebar with the function call, it just stops. It doesn't show anything and it doesn't display anything that's underneath the function.  Basically, it gets to that code and the sidebar just goes blank.

Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the exact same problem as the Dave.  Any ideas what the problem is.  I&#8217;d REALLY like to use this plugin and would gladly donate if you could help me figure out what I&#8217;m doing wrong.  </p>
<p>Here&#8217;s what I have as my feed URL:</p>
<p><a href="http://www.google.com/calendar/feeds/deni%40denibonet.com/public/basic?orderby=starttime&amp;sortorder=ascending&amp;futureevents=true&amp;singleevents=true" rel="nofollow">http://www.google.com/calendar/feeds/deni%40denibonet.com/public/basic?orderby=starttime&amp;sortorder=ascending&amp;futureevents=true&amp;singleevents=true</a></p>
<p>The other two options are just set to the default settings.</p>
<p>I couldn&#8217;t find any url that had &#8220;full&#8221; in it anywhere, so maybe I&#8217;m using the wrong one?  I tried substituting &#8220;basic&#8221; for &#8220;full&#8221; but that didn&#8217;t help.  I&#8217;m not getting a 404 error like the commenter mentioned above, but when it gets to the part of the sidebar with the function call, it just stops. It doesn&#8217;t show anything and it doesn&#8217;t display anything that&#8217;s underneath the function.  Basically, it gets to that code and the sidebar just goes blank.</p>
<p>Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by Dave</title>
		<link>http://blog.jmbennett.org/2008/06/21/google-calendar-feed-parser/#comment-210</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 30 Jun 2008 16:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-210</guid>
		<description>Great idea for a plugin.  Unfortunately, I'm getting a 404 Error on my page when I tried to include it.  I thought maybe my calendar wasn't shared properly, so I used a public one (http://www.google.com/calendar/feeds/up9ba31v77o3bvjfoh1soeqapk%40group.calendar.google.com/public/basic), but that didn't work either.  I have the static option set to "No" and the max events set to 4.  How did I go wrong? Thanks.</description>
		<content:encoded><![CDATA[<p>Great idea for a plugin.  Unfortunately, I&#8217;m getting a 404 Error on my page when I tried to include it.  I thought maybe my calendar wasn&#8217;t shared properly, so I used a public one (http://www.google.com/calendar/feeds/up9ba31v77o3bvjfoh1soeqapk%40group.calendar.google.com/public/basic), but that didn&#8217;t work either.  I have the static option set to &#8220;No&#8221; and the max events set to 4.  How did I go wrong? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by Justin</title>
		<link>http://blog.jmbennett.org/2008/06/21/google-calendar-feed-parser/#comment-209</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 28 Jun 2008 03:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-209</guid>
		<description>I've posted a screenshot &lt;a href="http://blog.jmbennett.org/wp-content/uploads/2008/06/screenshot-1.png" rel="nofollow"&gt;here&lt;/a&gt;.  

Please let me know what you think of the plugin.  Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve posted a screenshot <a href="http://blog.jmbennett.org/wp-content/uploads/2008/06/screenshot-1.png" rel="nofollow">here</a>.  </p>
<p>Please let me know what you think of the plugin.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by mocona</title>
		<link>http://blog.jmbennett.org/2008/06/21/google-calendar-feed-parser/#comment-208</link>
		<dc:creator>mocona</dc:creator>
		<pubDate>Sat, 28 Jun 2008 02:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-208</guid>
		<description>Do you have a screen shot what is it like in wordpress ? specially in sidebar ?</description>
		<content:encoded><![CDATA[<p>Do you have a screen shot what is it like in wordpress ? specially in sidebar ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by Jon Thomas</title>
		<link>http://blog.jmbennett.org/2008/06/21/google-calendar-feed-parser/#comment-206</link>
		<dc:creator>Jon Thomas</dc:creator>
		<pubDate>Wed, 25 Jun 2008 21:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-206</guid>
		<description>Would love to see this for expression engine!</description>
		<content:encoded><![CDATA[<p>Would love to see this for expression engine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wedding Website by Pat</title>
		<link>http://blog.jmbennett.org/2008/05/20/wedding-website/#comment-201</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Tue, 10 Jun 2008 04:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=40#comment-201</guid>
		<description>Sweet theme!</description>
		<content:encoded><![CDATA[<p>Sweet theme!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.426 seconds -->
