<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: jQuery Plugin: It&#8217;s CuteTime!</title>
	<atom:link href="http://tpgblog.com/2009/10/26/jquery-plugin-its-cutetime/feed/" rel="self" type="application/rss+xml" />
	<link>http://tpgblog.com/2009/10/26/jquery-plugin-its-cutetime/</link>
	<description>Discussion, advice, and reviews regarding online products, the people behind them and the trends they represent, from Modular Innovation to User Experience and Quick-UX.</description>
	<lastBuildDate>Fri, 12 Mar 2010 04:39:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The Product Guy: Superfine in 09 &#171; The Product Guy</title>
		<link>http://tpgblog.com/2009/10/26/jquery-plugin-its-cutetime/#comment-2782</link>
		<dc:creator>The Product Guy: Superfine in 09 &#171; The Product Guy</dc:creator>
		<pubDate>Mon, 28 Dec 2009 19:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://tpgblog.com/?p=2628#comment-2782</guid>
		<description>[...] #6 jQuery Plugin: It’s CuteTime! [...]</description>
		<content:encoded><![CDATA[<p>[...] #6 jQuery Plugin: It’s CuteTime! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Horn</title>
		<link>http://tpgblog.com/2009/10/26/jquery-plugin-its-cutetime/#comment-2529</link>
		<dc:creator>Jeremy Horn</dc:creator>
		<pubDate>Thu, 29 Oct 2009 22:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://tpgblog.com/?p=2628#comment-2529</guid>
		<description>Thanks and thanks.  I am sure many will appreciate the translation and demonstration of how to use this in a multi-lingual setting.</description>
		<content:encoded><![CDATA[<p>Thanks and thanks.  I am sure many will appreciate the translation and demonstration of how to use this in a multi-lingual setting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Rolfs</title>
		<link>http://tpgblog.com/2009/10/26/jquery-plugin-its-cutetime/#comment-2528</link>
		<dc:creator>Vincent Rolfs</dc:creator>
		<pubDate>Thu, 29 Oct 2009 14:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://tpgblog.com/?p=2628#comment-2528</guid>
		<description>First: Awesome idea!

I&#039;ve created a German version of the plugin settings, so users from Germany can also utilize it.

Here&#039;s the code:

&lt;blockquote&gt;$(&#039;.timestamp&#039;).cuteTime({
		time_ranges: [
			{bound: NEG_INF,			
					cuteness: &#039;in der Zukunft!&#039;,		unit_size: 0},
			{bound: 0, 
					cuteness: &#039;gerade jetzt&#039;,			unit_size: 0},
			{bound: 20 * 1000, 
					cuteness: &#039;vor ein paar Sekunden&#039;,	unit_size: 0},
			{bound: 60 * 1000, 
					cuteness: &#039;vor einer Minute&#039;,		unit_size: 0},
			{bound: 60 * 1000 * 2, 
					cuteness: &#039; Minuten her&#039;,		unit_size: 60 * 1000},
			{bound: 60 * 1000 * 60, 
					cuteness: &#039;vor einer Stunde&#039;,		unit_size: 0},
			{bound: 60 * 1000 * 60 * 2, 
					cuteness: &#039; Stunden her&#039;,			unit_size: 60 * 1000 * 60},
			{bound: 60 * 1000 * 60 * 24, 
					cuteness: &#039;Gestern&#039;,			unit_size: 0},
			{bound: 60 * 1000 * 60 * 24 * 2, 
					cuteness: &#039; Tage her&#039;,			unit_size: 60 * 1000 * 60 * 24},
			{bound: 60 * 1000 * 60 * 24 * 30,	
					cuteness: &#039;letzen Monat&#039;,			unit_size: 0},
			{bound: 60 * 1000 * 60 * 24 * 30 * 2, 
					cuteness: &#039; Monate her&#039;,		unit_size: 60 * 1000 * 60 * 24 * 30},
			{bound: 60 * 1000 * 60 * 24 * 30 * 12, 
					cuteness: &#039;letztes Jahr&#039;,			unit_size: 0},
			{bound: 60 * 1000 * 60 * 24 * 30 * 12 * 2, 
					cuteness: &#039; Jahre her&#039;,			unit_size: 60 * 1000 * 60 * 24 * 30 * 12},
			{bound: POS_INF, 
					cuteness: &#039;vor langer Zeit&#039;,		unit_size: 0}
		]
});&lt;/blockquote&gt;

</description>
		<content:encoded><![CDATA[<p>First: Awesome idea!</p>
<p>I&#8217;ve created a German version of the plugin settings, so users from Germany can also utilize it.</p>
<p>Here&#8217;s the code:</p>
<blockquote><p>$(&#8216;.timestamp&#8217;).cuteTime({<br />
		time_ranges: [<br />
			{bound: NEG_INF,<br />
					cuteness: 'in der Zukunft!',		unit_size: 0},<br />
			{bound: 0,<br />
					cuteness: 'gerade jetzt',			unit_size: 0},<br />
			{bound: 20 * 1000,<br />
					cuteness: 'vor ein paar Sekunden',	unit_size: 0},<br />
			{bound: 60 * 1000,<br />
					cuteness: 'vor einer Minute',		unit_size: 0},<br />
			{bound: 60 * 1000 * 2,<br />
					cuteness: ' Minuten her',		unit_size: 60 * 1000},<br />
			{bound: 60 * 1000 * 60,<br />
					cuteness: 'vor einer Stunde',		unit_size: 0},<br />
			{bound: 60 * 1000 * 60 * 2,<br />
					cuteness: ' Stunden her',			unit_size: 60 * 1000 * 60},<br />
			{bound: 60 * 1000 * 60 * 24,<br />
					cuteness: 'Gestern',			unit_size: 0},<br />
			{bound: 60 * 1000 * 60 * 24 * 2,<br />
					cuteness: ' Tage her',			unit_size: 60 * 1000 * 60 * 24},<br />
			{bound: 60 * 1000 * 60 * 24 * 30,<br />
					cuteness: 'letzen Monat',			unit_size: 0},<br />
			{bound: 60 * 1000 * 60 * 24 * 30 * 2,<br />
					cuteness: ' Monate her',		unit_size: 60 * 1000 * 60 * 24 * 30},<br />
			{bound: 60 * 1000 * 60 * 24 * 30 * 12,<br />
					cuteness: 'letztes Jahr',			unit_size: 0},<br />
			{bound: 60 * 1000 * 60 * 24 * 30 * 12 * 2,<br />
					cuteness: ' Jahre her',			unit_size: 60 * 1000 * 60 * 24 * 30 * 12},<br />
			{bound: POS_INF,<br />
					cuteness: 'vor langer Zeit',		unit_size: 0}<br />
		]<br />
});</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: kadavy</title>
		<link>http://tpgblog.com/2009/10/26/jquery-plugin-its-cutetime/#comment-2506</link>
		<dc:creator>kadavy</dc:creator>
		<pubDate>Tue, 27 Oct 2009 02:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://tpgblog.com/?p=2628#comment-2506</guid>
		<description>Very cool. Thanks!</description>
		<content:encoded><![CDATA[<p>Very cool. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Horn</title>
		<link>http://tpgblog.com/2009/10/26/jquery-plugin-its-cutetime/#comment-2504</link>
		<dc:creator>Jeremy Horn</dc:creator>
		<pubDate>Mon, 26 Oct 2009 16:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://tpgblog.com/?p=2628#comment-2504</guid>
		<description>The original timestamp is stored in the attribute &#039;cutetime&#039;.  So if the table can sort based off an attribute, that would do it.</description>
		<content:encoded><![CDATA[<p>The original timestamp is stored in the attribute &#8216;cutetime&#8217;.  So if the table can sort based off an attribute, that would do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linoj</title>
		<link>http://tpgblog.com/2009/10/26/jquery-plugin-its-cutetime/#comment-2503</link>
		<dc:creator>linoj</dc:creator>
		<pubDate>Mon, 26 Oct 2009 16:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://tpgblog.com/?p=2628#comment-2503</guid>
		<description>Nice. Now, do you know any table column sort plugins that can handle this correctly? :)</description>
		<content:encoded><![CDATA[<p>Nice. Now, do you know any table column sort plugins that can handle this correctly? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
