<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog.autopsy.se &#187; tv.autopsy.se</title>
	<atom:link href="http://blog.autopsy.se/tag/tvautopsyse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.autopsy.se</link>
	<description>basically; it sucks. everything sucks. but.. in a good way..</description>
	<lastBuildDate>Wed, 23 Nov 2011 18:25:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>tv.autopsy.se sucks!</title>
		<link>http://blog.autopsy.se/2009/10/tv-autopsy-se-sucks/</link>
		<comments>http://blog.autopsy.se/2009/10/tv-autopsy-se-sucks/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 21:52:16 +0000</pubDate>
		<dc:creator>ube</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Code Poetry]]></category>
		<category><![CDATA[tv.autopsy.se]]></category>

		<guid isPermaLink="false">http://blog.autopsy.se/?p=98</guid>
		<description><![CDATA[Finally I got around to re-code  http://tv.autopsy.se again. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Finally I got around to re-code  <a title="tv.autopsy.se" href="http://tv.autopsy.se" target="_blank">http://tv.autopsy.se</a> again. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.autopsy.se/2009/10/tv-autopsy-se-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>javascript and timers sucks!</title>
		<link>http://blog.autopsy.se/2008/10/javascript-and-timers-sucks/</link>
		<comments>http://blog.autopsy.se/2008/10/javascript-and-timers-sucks/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 07:33:36 +0000</pubDate>
		<dc:creator>ube</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[tv.autopsy.se]]></category>

		<guid isPermaLink="false">http://blog.autopsy.se/?p=5</guid>
		<description><![CDATA[Have been trying to get my head around timers in javascript. And I guess i know how it works now. My approach: &#60;script&#62; var timer; function whatever() { if ( timer ) clearTimeout(timer); alert("you just wasted 15 seconds of your life.."); timer = startTimeout('whatever()', 15000); } &#60;/script&#62; and in the html: &#60;body onLoad="timer = startTimeout('whatever()', [...]]]></description>
			<content:encoded><![CDATA[<p>Have been trying to get my head around timers in javascript. And I guess i know how it works now. My approach:</p>
<p><code>&lt;script&gt;<br />
var timer;<br />
function whatever() {<br />
 if ( timer )<br />
  clearTimeout(timer);<br />
 alert("you just wasted 15 seconds of your life..");<br />
 timer = startTimeout('whatever()', 15000);<br />
}<br />
&lt;/script&gt;</code><br />
and in the html:</p>
<p><code>&lt;body onLoad="timer = startTimeout('whatever()', 15000);"&gt; yada yada..</code></p>
<p>this will generate an annoying popup (if I made the example correct..) every 15 seconds..</p>
<p>Why I need this? Well, on <a title="tv.autopsy.se" href="http://tv.autopsy.se" target="_blank">tv.autopsy.se</a> I want to update the search cloud continuously without having to do some reloads. And I also have a timer that waits 4s to insert data into the database for the search cloud. Neat, huh?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.autopsy.se/2008/10/javascript-and-timers-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

