<?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: jQuery zoom event plugin</title>
	<atom:link href="http://mlntn.com/2008/12/11/javascript-jquery-zoom-event-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://mlntn.com/2008/12/11/javascript-jquery-zoom-event-plugin/</link>
	<description>Maniacal musings of a pixel perfectionist</description>
	<lastBuildDate>Thu, 13 Oct 2011 22:43:10 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Everizza</title>
		<link>http://mlntn.com/2008/12/11/javascript-jquery-zoom-event-plugin/comment-page-1/#comment-261</link>
		<dc:creator>Everizza</dc:creator>
		<pubDate>Thu, 04 Aug 2011 03:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=34#comment-261</guid>
		<description>Hi, can this be implemented on a specific element (div) and its child nodes only? I don&#039;t want to zoom everything. I only want the elements inside that div to zoom in and out. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, can this be implemented on a specific element (div) and its child nodes only? I don&#8217;t want to zoom everything. I only want the elements inside that div to zoom in and out. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://mlntn.com/2008/12/11/javascript-jquery-zoom-event-plugin/comment-page-1/#comment-258</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 11 May 2011 19:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=34#comment-258</guid>
		<description>Just wanted to update this and let folks know that this doesn&#039;t really work anymore in Chrome and Firefox 4.  Also this doesn&#039;t tell you the zoom level the page is on before the user loads the page.   The most useful discussion on the topic I could find is at http://stackoverflow.com/questions/1713771/how-to-detect-page-zoom-level-in-all-modern-browsers</description>
		<content:encoded><![CDATA[<p>Just wanted to update this and let folks know that this doesn&#8217;t really work anymore in Chrome and Firefox 4.  Also this doesn&#8217;t tell you the zoom level the page is on before the user loads the page.   The most useful discussion on the topic I could find is at <a href="http://stackoverflow.com/questions/1713771/how-to-detect-page-zoom-level-in-all-modern-browsers" rel="nofollow">http://stackoverflow.com/questions/1713771/how-to-detect-page-zoom-level-in-all-modern-browsers</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilla</title>
		<link>http://mlntn.com/2008/12/11/javascript-jquery-zoom-event-plugin/comment-page-1/#comment-248</link>
		<dc:creator>Nilla</dc:creator>
		<pubDate>Fri, 21 Jan 2011 18:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=34#comment-248</guid>
		<description>HI,
It was an article and working for the same senario except i need to zoom a div. can u please post some suggestion how to do that.

Thanks</description>
		<content:encoded><![CDATA[<p>HI,<br />
It was an article and working for the same senario except i need to zoom a div. can u please post some suggestion how to do that.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery zoom event plugin</title>
		<link>http://mlntn.com/2008/12/11/javascript-jquery-zoom-event-plugin/comment-page-1/#comment-244</link>
		<dc:creator>jQuery zoom event plugin</dc:creator>
		<pubDate>Sat, 08 Jan 2011 12:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=34#comment-244</guid>
		<description>[...] I wanted it to do, but it&#8217;s good enough for a release. Before I lose the ADD/ADHD folks:... [full post]    Jared     MLNTN   javascriptjquery plugins            0        0        0        0        0      [...]</description>
		<content:encoded><![CDATA[<p>[...] I wanted it to do, but it&#8217;s good enough for a release. Before I lose the ADD/ADHD folks:&#8230; [full post]    Jared     MLNTN   javascriptjquery plugins            0        0        0        0        0      [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jackson</title>
		<link>http://mlntn.com/2008/12/11/javascript-jquery-zoom-event-plugin/comment-page-1/#comment-144</link>
		<dc:creator>Jackson</dc:creator>
		<pubDate>Mon, 05 Jul 2010 15:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=34#comment-144</guid>
		<description>Thanks, I just looking for!
All my Br work.</description>
		<content:encoded><![CDATA[<p>Thanks, I just looking for!<br />
All my Br work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Deater</title>
		<link>http://mlntn.com/2008/12/11/javascript-jquery-zoom-event-plugin/comment-page-1/#comment-134</link>
		<dc:creator>Tom Deater</dc:creator>
		<pubDate>Mon, 12 Apr 2010 15:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=34#comment-134</guid>
		<description>Here&#039;s a plugin for detecting font-size changes that I published awhile ago. It doesn&#039;t detect page zoom changes. It doesn&#039;t rely on polling, like the ALA technique, but instead uses a mechanism developed by Hedger Wang:

http://tomdeater.com/jquery/onfontresize/</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a plugin for detecting font-size changes that I published awhile ago. It doesn&#8217;t detect page zoom changes. It doesn&#8217;t rely on polling, like the ALA technique, but instead uses a mechanism developed by Hedger Wang:</p>
<p><a href="http://tomdeater.com/jquery/onfontresize/" rel="nofollow">http://tomdeater.com/jquery/onfontresize/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Hasler</title>
		<link>http://mlntn.com/2008/12/11/javascript-jquery-zoom-event-plugin/comment-page-1/#comment-25</link>
		<dc:creator>Sam Hasler</dc:creator>
		<pubDate>Mon, 07 Sep 2009 17:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=34#comment-25</guid>
		<description>This doesn&#039;t on chrome either. It&#039;s a pity there isn&#039;t a way to do feature detection for this.</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t on chrome either. It&#8217;s a pity there isn&#8217;t a way to do feature detection for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Mellentine</title>
		<link>http://mlntn.com/2008/12/11/javascript-jquery-zoom-event-plugin/comment-page-1/#comment-17</link>
		<dc:creator>Jared Mellentine</dc:creator>
		<pubDate>Fri, 12 Dec 2008 14:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=34#comment-17</guid>
		<description>@rob: Like I mentioned in the article, I can only watch for keyboard and mouse shortcuts, using my method anyway.  I hadn&#039;t thought about the method that ALA suggests.  I&#039;ll have to check it out.  Maybe less browser-specific code...</description>
		<content:encoded><![CDATA[<p>@rob: Like I mentioned in the article, I can only watch for keyboard and mouse shortcuts, using my method anyway.  I hadn&#8217;t thought about the method that ALA suggests.  I&#8217;ll have to check it out.  Maybe less browser-specific code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://mlntn.com/2008/12/11/javascript-jquery-zoom-event-plugin/comment-page-1/#comment-14</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Fri, 12 Dec 2008 14:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=34#comment-14</guid>
		<description>Another thing I was thinking about was, what if the text is resized using the menus as opposed to the keyboard?

This old(er) ALA article discusses a scenario of adding hidden element and testing it&#039;s size ... food for thought.

http://www.alistapart.com/articles/fontresizing</description>
		<content:encoded><![CDATA[<p>Another thing I was thinking about was, what if the text is resized using the menus as opposed to the keyboard?</p>
<p>This old(er) ALA article discusses a scenario of adding hidden element and testing it&#8217;s size &#8230; food for thought.</p>
<p><a href="http://www.alistapart.com/articles/fontresizing" rel="nofollow">http://www.alistapart.com/articles/fontresizing</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Mellentine</title>
		<link>http://mlntn.com/2008/12/11/javascript-jquery-zoom-event-plugin/comment-page-1/#comment-16</link>
		<dc:creator>Jared Mellentine</dc:creator>
		<pubDate>Fri, 12 Dec 2008 07:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=34#comment-16</guid>
		<description>@rob: I&#039;ll take a look at that tomorrow.  You&#039;re right, it&#039;s probably just the Apple key vs. CTRL key and it&#039;s probably just a matter of changing e.ctrlKey in line 5 to (e.ctrlKey &#124;&#124; e.metaKey).</description>
		<content:encoded><![CDATA[<p>@rob: I&#8217;ll take a look at that tomorrow.  You&#8217;re right, it&#8217;s probably just the Apple key vs. CTRL key and it&#8217;s probably just a matter of changing e.ctrlKey in line 5 to (e.ctrlKey || e.metaKey).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
