<?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>Kommentare zu: How to detect the Browsers Zoom Level / If the user changes Browser Zoom</title>
	<atom:link href="http://blog.sebastian-martens.de/2009/12/how-to-detect-the-browser-zoom-level-change-browser-zoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sebastian-martens.de/2009/12/how-to-detect-the-browser-zoom-level-change-browser-zoo/</link>
	<description></description>
	<lastBuildDate>Wed, 21 Dec 2011 06:00:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Von: Josh Pcalifornia</title>
		<link>http://blog.sebastian-martens.de/2009/12/how-to-detect-the-browser-zoom-level-change-browser-zoo/#comment-1637</link>
		<dc:creator>Josh Pcalifornia</dc:creator>
		<pubDate>Sat, 15 Oct 2011 22:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebastian-martens.de/?p=319#comment-1637</guid>
		<description>Message: &#039;swfZoomDetectionConfig&#039; is undefined
Line: 120</description>
		<content:encoded><![CDATA[<p>Message: &#8216;swfZoomDetectionConfig&#8217; is undefined<br />
Line: 120</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Josh Pcalifornia</title>
		<link>http://blog.sebastian-martens.de/2009/12/how-to-detect-the-browser-zoom-level-change-browser-zoo/#comment-1636</link>
		<dc:creator>Josh Pcalifornia</dc:creator>
		<pubDate>Sat, 15 Oct 2011 21:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebastian-martens.de/?p=319#comment-1636</guid>
		<description>It didn&#039;t work, I got no alert while zoomed at 140%.  What am I supposed to do with the SWF?</description>
		<content:encoded><![CDATA[<p>It didn&#8217;t work, I got no alert while zoomed at 140%.  What am I supposed to do with the SWF?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Sebastian.Martens</title>
		<link>http://blog.sebastian-martens.de/2009/12/how-to-detect-the-browser-zoom-level-change-browser-zoo/#comment-58</link>
		<dc:creator>Sebastian.Martens</dc:creator>
		<pubDate>Sun, 07 Aug 2011 12:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebastian-martens.de/?p=319#comment-58</guid>
		<description>Hi Appy,

sorry for the late reply. I overlooked some older comments and found them during email archiving.
As far as i know you can&#039;t change the zoom level of the browser. This is a users setting and can&#039;t ( and should not be ) influenced by a script. You just can recognice this case and get the user a hint ( &quot;... this is best shown without browser zoom&quot;). Of course it would be better to react on this and &quot;fix&quot; the problems by your app.

cheers.
Sebastian</description>
		<content:encoded><![CDATA[<p>Hi Appy,</p>
<p>sorry for the late reply. I overlooked some older comments and found them during email archiving.<br />
As far as i know you can&#8217;t change the zoom level of the browser. This is a users setting and can&#8217;t ( and should not be ) influenced by a script. You just can recognice this case and get the user a hint ( &#8220;&#8230; this is best shown without browser zoom&#8221;). Of course it would be better to react on this and &#8220;fix&#8221; the problems by your app.</p>
<p>cheers.<br />
Sebastian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: james willis</title>
		<link>http://blog.sebastian-martens.de/2009/12/how-to-detect-the-browser-zoom-level-change-browser-zoo/#comment-57</link>
		<dc:creator>james willis</dc:creator>
		<pubDate>Wed, 27 Apr 2011 16:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebastian-martens.de/?p=319#comment-57</guid>
		<description>tip: to increase the accuracy open swfZoomDetection.js and change _detectSWFWidth and _detectSWFHeight to 100. It will give an extra decimal point when calculating the zoom.

works like a dream in IE, chrome and firefox.

got it to resize the flash content as the zoom levels change.

Thanks</description>
		<content:encoded><![CDATA[<p>tip: to increase the accuracy open swfZoomDetection.js and change _detectSWFWidth and _detectSWFHeight to 100. It will give an extra decimal point when calculating the zoom.</p>
<p>works like a dream in IE, chrome and firefox.</p>
<p>got it to resize the flash content as the zoom levels change.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Erik</title>
		<link>http://blog.sebastian-martens.de/2009/12/how-to-detect-the-browser-zoom-level-change-browser-zoo/#comment-56</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Wed, 23 Feb 2011 02:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebastian-martens.de/?p=319#comment-56</guid>
		<description>In chrome on windows, a few issues: (1) not getting precise zoom information (e.g. alert is telling me 50% instead of 57% as reported by the browser).  More grievous is that 50% and 57% events are sometimes not fired at all.  I don&#039;t know why this is the case; your code looks complete.</description>
		<content:encoded><![CDATA[<p>In chrome on windows, a few issues: (1) not getting precise zoom information (e.g. alert is telling me 50% instead of 57% as reported by the browser).  More grievous is that 50% and 57% events are sometimes not fired at all.  I don&#8217;t know why this is the case; your code looks complete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Appy</title>
		<link>http://blog.sebastian-martens.de/2009/12/how-to-detect-the-browser-zoom-level-change-browser-zoo/#comment-55</link>
		<dc:creator>Appy</dc:creator>
		<pubDate>Mon, 14 Feb 2011 21:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebastian-martens.de/?p=319#comment-55</guid>
		<description>Hi,

I liked the solution but I have a problem here. I need to set the browser zoom level to 1 at the load of the application and need to block the zoom level if the user tries to do mousewheel scroll up or down and doing any other zoom in action.

How can we achieve that?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I liked the solution but I have a problem here. I need to set the browser zoom level to 1 at the load of the application and need to block the zoom level if the user tries to do mousewheel scroll up or down and doing any other zoom in action.</p>
<p>How can we achieve that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Paul Robert</title>
		<link>http://blog.sebastian-martens.de/2009/12/how-to-detect-the-browser-zoom-level-change-browser-zoo/#comment-54</link>
		<dc:creator>Paul Robert</dc:creator>
		<pubDate>Thu, 06 Jan 2011 15:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebastian-martens.de/?p=319#comment-54</guid>
		<description>Thanks a lot !!

I was looking for something like that for 4h. At last a solution which works.</description>
		<content:encoded><![CDATA[<p>Thanks a lot !!</p>
<p>I was looking for something like that for 4h. At last a solution which works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Sebastian.Martens</title>
		<link>http://blog.sebastian-martens.de/2009/12/how-to-detect-the-browser-zoom-level-change-browser-zoo/#comment-53</link>
		<dc:creator>Sebastian.Martens</dc:creator>
		<pubDate>Tue, 09 Nov 2010 15:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebastian-martens.de/?p=319#comment-53</guid>
		<description>Hi Unabus,

put the latest version on the server. Please try this one.

cheers,
Sebastian</description>
		<content:encoded><![CDATA[<p>Hi Unabus,</p>
<p>put the latest version on the server. Please try this one.</p>
<p>cheers,<br />
Sebastian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Unabus</title>
		<link>http://blog.sebastian-martens.de/2009/12/how-to-detect-the-browser-zoom-level-change-browser-zoo/#comment-52</link>
		<dc:creator>Unabus</dc:creator>
		<pubDate>Tue, 09 Nov 2010 11:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebastian-martens.de/?p=319#comment-52</guid>
		<description>Hi sebastian

I changed th epath as u said for both javascript files


But still have problems

Thanks</description>
		<content:encoded><![CDATA[<p>Hi sebastian</p>
<p>I changed th epath as u said for both javascript files</p>
<p>But still have problems</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Sebastian.Martens</title>
		<link>http://blog.sebastian-martens.de/2009/12/how-to-detect-the-browser-zoom-level-change-browser-zoo/#comment-51</link>
		<dc:creator>Sebastian.Martens</dc:creator>
		<pubDate>Tue, 09 Nov 2010 11:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sebastian-martens.de/?p=319#comment-51</guid>
		<description>Hi Unabus,

the request for the javascript file failed. Sorry i see that there is a error in the example file. In the example the javascript file is referenced by &quot;&lt;em&gt;../javascript/swfZoomDetection.js&lt;/em&gt;&quot; this is of course wrong. For the example it has to be &quot;&lt;em&gt;javascript/swfZoomDetection.js&lt;/em&gt;&quot;.

I&#039;ll update this asap. Sorry for that.

cheers,
Sebastian</description>
		<content:encoded><![CDATA[<p>Hi Unabus,</p>
<p>the request for the javascript file failed. Sorry i see that there is a error in the example file. In the example the javascript file is referenced by &#8220;<em>../javascript/swfZoomDetection.js</em>&#8221; this is of course wrong. For the example it has to be &#8220;<em>javascript/swfZoomDetection.js</em>&#8220;.</p>
<p>I&#8217;ll update this asap. Sorry for that.</p>
<p>cheers,<br />
Sebastian</p>
]]></content:encoded>
	</item>
</channel>
</rss>

