<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: detect Page Zoom for IE7</title>
	<link>http://blog.hedgerwow.com/2007/12/05/detect-page-zoom-for-ie7/</link>
	<description>Keep It Simple, Stupid</description>
	<pubDate>Thu, 04 Dec 2008 21:18:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Tuemmel</title>
		<link>http://blog.hedgerwow.com/2007/12/05/detect-page-zoom-for-ie7/#comment-233</link>
		<pubDate>Sat, 19 Jul 2008 15:01:02 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/12/05/detect-page-zoom-for-ie7/#comment-233</guid>
					<description>The page zoom does not happen in appended Child Nodes by the dom. This is really a disaster.</description>
		<content:encoded><![CDATA[<p>The page zoom does not happen in appended Child Nodes by the dom. This is really a disaster.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: 133th</title>
		<link>http://blog.hedgerwow.com/2007/12/05/detect-page-zoom-for-ie7/#comment-219</link>
		<pubDate>Sun, 25 May 2008 18:12:38 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/12/05/detect-page-zoom-for-ie7/#comment-219</guid>
					<description>hmm, may you or your co-worker know how to disable page zoom?))</description>
		<content:encoded><![CDATA[<p>hmm, may you or your co-worker know how to disable page zoom?))
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: SharkD</title>
		<link>http://blog.hedgerwow.com/2007/12/05/detect-page-zoom-for-ie7/#comment-200</link>
		<pubDate>Mon, 28 Apr 2008 21:41:05 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/12/05/detect-page-zoom-for-ie7/#comment-200</guid>
					<description>Some more notes:

Notice that when zooming from 140% to 180%, the onresize 
event fires only when it's 150% and 180%. When zooming from 
180% to 140% it only fires when it's 170% and 140%.
Between 120% and 130% the event never fails to fire.</description>
		<content:encoded><![CDATA[<p>Some more notes:</p>
<p>Notice that when zooming from 140% to 180%, the onresize<br />
event fires only when it&#8217;s 150% and 180%. When zooming from<br />
180% to 140% it only fires when it&#8217;s 170% and 140%.<br />
Between 120% and 130% the event never fails to fire.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: SharkD</title>
		<link>http://blog.hedgerwow.com/2007/12/05/detect-page-zoom-for-ie7/#comment-195</link>
		<pubDate>Thu, 17 Apr 2008 19:00:56 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/12/05/detect-page-zoom-for-ie7/#comment-195</guid>
					<description>I noticed also that in quirksmode, IE7 definitely fires the onresize event each time the page is zoomed. Turn quirksmode off, and it skips the occasional event.</description>
		<content:encoded><![CDATA[<p>I noticed also that in quirksmode, IE7 definitely fires the onresize event each time the page is zoomed. Turn quirksmode off, and it skips the occasional event.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: SharkD</title>
		<link>http://blog.hedgerwow.com/2007/12/05/detect-page-zoom-for-ie7/#comment-194</link>
		<pubDate>Thu, 17 Apr 2008 17:18:53 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/12/05/detect-page-zoom-for-ie7/#comment-194</guid>
					<description>Some comments:

Change n%10 to n%5 and n = n - r + 10 to n = n - r + Math.round(r/5)*5.
This catches percentages like 75%, and your code wasn't catching 110% properly.

Also, there's no point setting a timeout if the function only gets fired on a window resize (in IE this doesn't happen every time!!!!). Use an interval instead (or use both). I know an interval is not graceful, but... Also, if you use an interval you can put it within the init function for when the document gets loaded.</description>
		<content:encoded><![CDATA[<p>Some comments:</p>
<p>Change n%10 to n%5 and n = n - r + 10 to n = n - r + Math.round(r/5)*5.<br />
This catches percentages like 75%, and your code wasn&#8217;t catching 110% properly.</p>
<p>Also, there&#8217;s no point setting a timeout if the function only gets fired on a window resize (in IE this doesn&#8217;t happen every time!!!!). Use an interval instead (or use both). I know an interval is not graceful, but&#8230; Also, if you use an interval you can put it within the init function for when the document gets loaded.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Shi Chuan</title>
		<link>http://blog.hedgerwow.com/2007/12/05/detect-page-zoom-for-ie7/#comment-173</link>
		<pubDate>Thu, 10 Jan 2008 17:37:42 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/12/05/detect-page-zoom-for-ie7/#comment-173</guid>
					<description>Hi, Hedger.

I was always wondering what IE6 programm you use to test IE6? I have a software called Multiple IE which can allow both IE6, IE7 installed. But I found IE6 under Multiple IE doesnt render HTML pages the way stand alone IE6 does. May I know what you guys at Yahoo! or you presonally use to do Multiple IE testing?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi, Hedger.</p>
<p>I was always wondering what IE6 programm you use to test IE6? I have a software called Multiple IE which can allow both IE6, IE7 installed. But I found IE6 under Multiple IE doesnt render HTML pages the way stand alone IE6 does. May I know what you guys at Yahoo! or you presonally use to do Multiple IE testing?</p>
<p>Thanks in advance!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
