<?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>Razzed &#187; JavaScript</title>
	<atom:link href="http://www.razzed.com/category/tech/javascript-tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.razzed.com</link>
	<description>Blunt Musings: Analytics, Search, Marketing, and Privacy. And other random thoughts.</description>
	<lastBuildDate>Tue, 31 Aug 2010 04:21:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Chrome problems with window focus (workaround)</title>
		<link>http://www.razzed.com/2009/03/16/chrome-problems-window-focus-workaround/</link>
		<comments>http://www.razzed.com/2009/03/16/chrome-problems-window-focus-workaround/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 00:49:02 +0000</pubDate>
		<dc:creator>kent</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.razzed.com/?p=281</guid>
		<description><![CDATA[Found a workaround for a window focus problem with Google&#8217;s Chrome browser. Summary: var w = window.open(url, &#8216;windowname&#8217;, &#8216;&#8230;&#8217;); w.focus(); Problem is that the &#8220;focus&#8221; call doesn&#8217;t work &#8230; the 2nd time you call this function. The workaround requires you to retain a pointer to the window as a global, and just close it before [...]]]></description>
		<wfw:commentRss>http://www.razzed.com/2009/03/16/chrome-problems-window-focus-workaround/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
