<?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: JavaScript moveTo(0, 0) not working in FireFox OS X</title>
	<atom:link href="http://www.benhuson.co.uk/2010/01/15/javascript-moveto0-0-in-firefox-os-x-not-working/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benhuson.co.uk/2010/01/15/javascript-moveto0-0-in-firefox-os-x-not-working/</link>
	<description>Web Designer and Developer</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:29:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mika</title>
		<link>http://www.benhuson.co.uk/2010/01/15/javascript-moveto0-0-in-firefox-os-x-not-working/#comment-120238</link>
		<dc:creator>Mika</dc:creator>
		<pubDate>Thu, 21 Apr 2011 08:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.benhuson.co.uk/?p=1313#comment-120238</guid>
		<description>Thanks a lot.

When trying to maximize a window, you have to set -1 on total width and height like this :

resizeTo(screen.availWidth-1, screen.availHeight-1)

If not doing this, moveTo(1,1) will not work</description>
		<content:encoded><![CDATA[<p>Thanks a lot.</p>
<p>When trying to maximize a window, you have to set -1 on total width and height like this :</p>
<p>resizeTo(screen.availWidth-1, screen.availHeight-1)</p>
<p>If not doing this, moveTo(1,1) will not work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.benhuson.co.uk/2010/01/15/javascript-moveto0-0-in-firefox-os-x-not-working/#comment-100300</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 11 Dec 2010 09:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.benhuson.co.uk/?p=1313#comment-100300</guid>
		<description>Oh, man... If only I found this article 4 hours ago... Thanks so much for the tip!  Has anyone seen this in Mozilla&#039;s Bug Tracker?</description>
		<content:encoded><![CDATA[<p>Oh, man&#8230; If only I found this article 4 hours ago&#8230; Thanks so much for the tip!  Has anyone seen this in Mozilla&#8217;s Bug Tracker?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.benhuson.co.uk/2010/01/15/javascript-moveto0-0-in-firefox-os-x-not-working/#comment-85137</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Mon, 27 Sep 2010 07:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.benhuson.co.uk/?p=1313#comment-85137</guid>
		<description>thanks for this Ben.  It&#039;s a weird one, but your solution works for me. The window is 1 pixel short of the top of the screen.

Thanks again.</description>
		<content:encoded><![CDATA[<p>thanks for this Ben.  It&#8217;s a weird one, but your solution works for me. The window is 1 pixel short of the top of the screen.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Klump</title>
		<link>http://www.benhuson.co.uk/2010/01/15/javascript-moveto0-0-in-firefox-os-x-not-working/#comment-35793</link>
		<dc:creator>Aaron Klump</dc:creator>
		<pubDate>Thu, 04 Feb 2010 15:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.benhuson.co.uk/?p=1313#comment-35793</guid>
		<description>Thanks Ben, this was killing me, but your posting helped me.  In my experience though, I had to set to (1,1) to get results.  Thanks a bunch!

-aaron</description>
		<content:encoded><![CDATA[<p>Thanks Ben, this was killing me, but your posting helped me.  In my experience though, I had to set to (1,1) to get results.  Thanks a bunch!</p>
<p>-aaron</p>
]]></content:encoded>
	</item>
</channel>
</rss>

