<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>IT's fun - comments</title>
		<link>http://stfw.hu</link>
		<description>Latest comments of the "IT's fun" blog.</description>
		<lastBuildDate>Thu, 09 Sep 2010 08:15:41 CET</lastBuildDate>
		<language>hu</language>

		<item>
			<title>Athos (How to detect multiple window usage in JS)</title>
			<link>http://stfw.hu/?page=BlogDetails&amp;id=2#comment4</link>
			<guid>http://stfw.hu/?page=BlogDetails&amp;id=2#comment4</guid>
			<pubDate>Wed, 14 Jul 2010 20:53:18 CET</pubDate>
			<description>
				@Nigel: Thank you for your comment! The loop is used to detect a second window of the application in the first one so not just the new window knows he&apos;s a duplicate, but the older one will detect that a second window has been opened (that might have messed things up on both client and server side). But it was buggy a bit, the conditions in the init() function were inconsistent. Now it&apos;s fixed. The idea is that the cookie on the client side named jsToken can be used to communicate between windows. detectNewWindowLoop() checks this cookie and when it gets changed, that means that a second window somewhere messed it up.
			</description>
		</item>

		<item>
			<title>Nigel (How to detect multiple window usage in JS)</title>
			<link>http://stfw.hu/?page=BlogDetails&amp;id=2#comment3</link>
			<guid>http://stfw.hu/?page=BlogDetails&amp;id=2#comment3</guid>
			<pubDate>Tue, 13 Jul 2010 21:07:27 CET</pubDate>
			<description>
				This is great!  Thank you.  It solves a problem for a web app I&apos;m working on (linked above).  One question:  Why do you need the detectNewWindowLoop() function running periodically?  Won&apos;t each new window/tab check for an existing one when it is opened?
			</description>
		</item>

		<item>
			<title>sarkiroka (Pure CSS line graphs)</title>
			<link>http://stfw.hu/?page=BlogDetails&amp;id=3#comment2</link>
			<guid>http://stfw.hu/?page=BlogDetails&amp;id=3#comment2</guid>
			<pubDate>Sat, 28 Mar 2009 06:23:11 CET</pubDate>
			<description>
				&lt;a href=&quot;http://www.filamentgroup.com/examples/fg-tooltip/&quot;&gt;example&lt;/a&gt;
bár a túróért angol, leizzadtam mire végignyálaztam :D
			</description>
		</item>

		<item>
			<title>Ceriak (How to detect multiple window usage in JS)</title>
			<link>http://stfw.hu/?page=BlogDetails&amp;id=2#comment1</link>
			<guid>http://stfw.hu/?page=BlogDetails&amp;id=2#comment1</guid>
			<pubDate>Tue, 03 Mar 2009 00:09:27 CET</pubDate>
			<description>
				Nice one, though I would be rather indignant facing such a message. I open nearly all links in new tabs – and I don’t want any application to force me to change my browsing behaviours.
Use with extreme foresight!
			</description>
		</item>

	</channel>
</rss>
