<?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: A javascript bookmarklet for converting timestamps</title>
	<atom:link href="http://www.hellqvist.com/janek/weblog/2005/11/28/a-javascript-bookmarklet-for-converting-timestamps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hellqvist.com/janek/weblog/2005/11/28/a-javascript-bookmarklet-for-converting-timestamps/</link>
	<description>No, it's not another diary.</description>
	<lastBuildDate>Fri, 06 Jan 2012 00:25:29 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://www.hellqvist.com/janek/weblog/2005/11/28/a-javascript-bookmarklet-for-converting-timestamps/comment-page-1/#comment-48970</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 07 Apr 2009 15:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.hellqvist.com/janek/weblog/2005/11/28/a-javascript-bookmarklet-for-converting-timestamps/#comment-48970</guid>
		<description>To make it usable in Google Chrome or the Iron browser you need to change the conditions a little:

javascript:q=document.getSelection();if(q==&#039;&#039;)for(i=0;i&lt;frames.length;i++){q=frames[i].document.getSelection();if(q!=&#039;&#039;)break;}if(q==&#039;&#039;)void(q=prompt(&#039;Enter timestamp:&#039;,&#039;&#039;));if(q!=&#039;&#039;){d=new Date;d.setTime(q*1000);alert(d.toLocaleString())};</description>
		<content:encoded><![CDATA[<p>To make it usable in Google Chrome or the Iron browser you need to change the conditions a little:</p>
<p>javascript:q=document.getSelection();if(q==&#8221;)for(i=0;i&lt;frames.length;i++){q=frames[i].document.getSelection();if(q!=&#8221;)break;}if(q==&#8221;)void(q=prompt(&#8217;Enter timestamp:&#8217;,&#8221;));if(q!=&#8221;){d=new Date;d.setTime(q*1000);alert(d.toLocaleString())};</p>
]]></content:encoded>
	</item>
</channel>
</rss>

