<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: hCalendar and timezones</title>
	<link>http://smackman.com/2006/05/10/hcalendar-and-timezones/</link>
	<description>Putting the smack down, one smack at a time</description>
	<pubDate>Wed, 07 Jan 2009 13:16:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Peter Krantz</title>
		<link>http://smackman.com/2006/05/10/hcalendar-and-timezones/#comment-7</link>
		<pubDate>Wed, 17 May 2006 14:57:33 +0000</pubDate>
		<guid>http://smackman.com/2006/05/10/hcalendar-and-timezones/#comment-7</guid>
					<description>One idea could be to provide parsers with the format used in the element value. Datetime constructs are typically standardized in writing anyway (you may even have a national standard).

So, instead of trying to squeeze in data in an attribute which isn't meant to hold it (e.g. title) one could do like this:

[span class=&quot;dtstart MMM-dd-yyyy&quot;]Dec 24 2007[/span]

Of course this creates other problems (e.g. how to represent other characters while maintaining valid values for class names). Maybe some more research should be done to see if this works.

But, we follow DRY and do not abuse the title element.</description>
		<content:encoded><![CDATA[<p>One idea could be to provide parsers with the format used in the element value. Datetime constructs are typically standardized in writing anyway (you may even have a national standard).</p>
<p>So, instead of trying to squeeze in data in an attribute which isn&#8217;t meant to hold it (e.g. title) one could do like this:</p>
<p>[span class=&#8221;dtstart MMM-dd-yyyy&#8221;]Dec 24 2007[/span]</p>
<p>Of course this creates other problems (e.g. how to represent other characters while maintaining valid values for class names). Maybe some more research should be done to see if this works.</p>
<p>But, we follow DRY and do not abuse the title element.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: karl</title>
		<link>http://smackman.com/2006/05/10/hcalendar-and-timezones/#comment-4</link>
		<pubDate>Fri, 12 May 2006 02:32:19 +0000</pubDate>
		<guid>http://smackman.com/2006/05/10/hcalendar-and-timezones/#comment-4</guid>
					<description>Even better if you do that, really simplify it. Right now there are two issues about this.

[abbr class=&quot;dtstart&quot; title=&quot;2006-05-01T12:15:03.0Z&quot;]5:15am[/abbr]

title is for accessibility. It helps to have a better understanding of the content. In the microformat use it's becoming the opposite. In a sense, this would be more logical in terms of accessibility

[abbr class=&quot;dtstart&quot; title=&quot;5:15am&quot;]2006-05-01T12:15:03.0Z[/abbr] 

but then it would go against the microformat principles of making it readable.

The second issue is that it doesn't respect the DRY principle. There is a redundancy of information and then it's prone to errors when we update it. For example, someone with a wysiwyg tool.

I would rather prefer something like that:

[span class=&quot;dtstart tz-Z time&quot;]5:15am[/span]

And then the rest of javascript needed to make it right in display and processing.</description>
		<content:encoded><![CDATA[<p>Even better if you do that, really simplify it. Right now there are two issues about this.</p>
<p>[abbr class=&#8221;dtstart&#8221; title=&#8221;2006-05-01T12:15:03.0Z&#8221;]5:15am[/abbr]</p>
<p>title is for accessibility. It helps to have a better understanding of the content. In the microformat use it&#8217;s becoming the opposite. In a sense, this would be more logical in terms of accessibility</p>
<p>[abbr class=&#8221;dtstart&#8221; title=&#8221;5:15am&#8221;]2006-05-01T12:15:03.0Z[/abbr] </p>
<p>but then it would go against the microformat principles of making it readable.</p>
<p>The second issue is that it doesn&#8217;t respect the DRY principle. There is a redundancy of information and then it&#8217;s prone to errors when we update it. For example, someone with a wysiwyg tool.</p>
<p>I would rather prefer something like that:</p>
<p>[span class=&#8221;dtstart tz-Z time&#8221;]5:15am[/span]</p>
<p>And then the rest of javascript needed to make it right in display and processing.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
