<?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 Approach; Creep up on your radials</title>
	<atom:link href="http://ajaxian.com/archives/jquery-approach/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/jquery-approach</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: SubtleGradient</title>
		<link>http://ajaxian.com/archives/jquery-approach/comment-page-1#comment-276071</link>
		<dc:creator>SubtleGradient</dc:creator>
		<pubDate>Wed, 21 Oct 2009 19:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7690#comment-276071</guid>
		<description>This is pretty neat. Not to steal it&#039;s thunder or anything, but here&#039;s a neat little pre-pre-pre-alpha demo of how to do something similar in MooTools.

You can drag the box.

http://mooshell.net/Ytdye/</description>
		<content:encoded><![CDATA[<p>This is pretty neat. Not to steal it&#8217;s thunder or anything, but here&#8217;s a neat little pre-pre-pre-alpha demo of how to do something similar in MooTools.</p>
<p>You can drag the box.</p>
<p><a href="http://mooshell.net/Ytdye/" rel="nofollow">http://mooshell.net/Ytdye/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1234567890qwert</title>
		<link>http://ajaxian.com/archives/jquery-approach/comment-page-1#comment-276010</link>
		<dc:creator>1234567890qwert</dc:creator>
		<pubDate>Mon, 19 Oct 2009 19:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7690#comment-276010</guid>
		<description>Thanks!
it&#039;s  very funny plugin!!</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
it&#8217;s  very funny plugin!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasHansen</title>
		<link>http://ajaxian.com/archives/jquery-approach/comment-page-1#comment-276002</link>
		<dc:creator>ThomasHansen</dc:creator>
		<pubDate>Sun, 18 Oct 2009 19:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7690#comment-276002</guid>
		<description>@edeverett
&quot;But for me that’s a pre-condition of using jQuery or Javascript at all.&quot;
.
You can do pretty impressive stuff with JS/DHTML and have it running even on most mobile devices. I don&#039;t know the CPU demands of jQuery, but we do stuff - and I&#039;ve seen others do stuff - that&#039;s pretty jaw-dropping, and runs perfectly on my [old] iPhone even too...</description>
		<content:encoded><![CDATA[<p>@edeverett<br />
&#8220;But for me that’s a pre-condition of using jQuery or Javascript at all.&#8221;<br />
.<br />
You can do pretty impressive stuff with JS/DHTML and have it running even on most mobile devices. I don&#8217;t know the CPU demands of jQuery, but we do stuff &#8211; and I&#8217;ve seen others do stuff &#8211; that&#8217;s pretty jaw-dropping, and runs perfectly on my [old] iPhone even too&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/jquery-approach/comment-page-1#comment-276000</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Sun, 18 Oct 2009 08:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7690#comment-276000</guid>
		<description>How is $.each recursive?</description>
		<content:encoded><![CDATA[<p>How is $.each recursive?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darkimmortal</title>
		<link>http://ajaxian.com/archives/jquery-approach/comment-page-1#comment-275991</link>
		<dc:creator>Darkimmortal</dc:creator>
		<pubDate>Fri, 16 Oct 2009 17:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7690#comment-275991</guid>
		<description>Store references to any elements you&#039;re likely to be using (there&#039;s probably some silly reason not to, but meh), use for loops (no recursive $.each) and do as much as possible with hard coded DOM manipulation or lighter animation libraries than jQuery&#039;s built in one (GX is awesome).</description>
		<content:encoded><![CDATA[<p>Store references to any elements you&#8217;re likely to be using (there&#8217;s probably some silly reason not to, but meh), use for loops (no recursive $.each) and do as much as possible with hard coded DOM manipulation or lighter animation libraries than jQuery&#8217;s built in one (GX is awesome).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edeverett</title>
		<link>http://ajaxian.com/archives/jquery-approach/comment-page-1#comment-275990</link>
		<dc:creator>edeverett</dc:creator>
		<pubDate>Fri, 16 Oct 2009 17:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7690#comment-275990</guid>
		<description>&quot;don’t use it for any fast timer or event.&quot;
.
Of course performance will be an issue for plugins doing this kind of stuff. They should be used with caution and awareness of your target audience. But for me that&#039;s a pre-condition of using jQuery or Javascript at all.
.
I&#039;d be very interested to hear people&#039;s constructive ideas on increasing performance as it&#039;s not an area I know much about. Both plugins throttle the rate at which they use the mousemove events which goes a long way to making performance acceptable.</description>
		<content:encoded><![CDATA[<p>&#8220;don’t use it for any fast timer or event.&#8221;<br />
.<br />
Of course performance will be an issue for plugins doing this kind of stuff. They should be used with caution and awareness of your target audience. But for me that&#8217;s a pre-condition of using jQuery or Javascript at all.<br />
.<br />
I&#8217;d be very interested to hear people&#8217;s constructive ideas on increasing performance as it&#8217;s not an area I know much about. Both plugins throttle the rate at which they use the mousemove events which goes a long way to making performance acceptable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darkimmortal</title>
		<link>http://ajaxian.com/archives/jquery-approach/comment-page-1#comment-275989</link>
		<dc:creator>Darkimmortal</dc:creator>
		<pubDate>Fri, 16 Oct 2009 16:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7690#comment-275989</guid>
		<description>$.each and mousemove? I stopped reading there.

Rule #1 of jQuery - don&#039;t use it for any fast timer or event. And don&#039;t use recursive bullshit like $.each ever.

That, my friend, is why it uses 100% CPU (Firefox).</description>
		<content:encoded><![CDATA[<p>$.each and mousemove? I stopped reading there.</p>
<p>Rule #1 of jQuery &#8211; don&#8217;t use it for any fast timer or event. And don&#8217;t use recursive bullshit like $.each ever.</p>
<p>That, my friend, is why it uses 100% CPU (Firefox).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edeverett</title>
		<link>http://ajaxian.com/archives/jquery-approach/comment-page-1#comment-275987</link>
		<dc:creator>edeverett</dc:creator>
		<pubDate>Fri, 16 Oct 2009 13:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7690#comment-275987</guid>
		<description>Thanks  Ian.

The plugins do do similar stuff. My Proximity plugin seems to be a bit more generalised than Approach, so hopefully they should be complementary.

It seems that the biggest difference is between the two is that Proximity leaves what to do with the distance information entirely up to the developer.

Anyway it&#039;s all good stuff to see. Hopefully there&#039;s a lot more fun and subtlety to be had from website user experiences yet.</description>
		<content:encoded><![CDATA[<p>Thanks  Ian.</p>
<p>The plugins do do similar stuff. My Proximity plugin seems to be a bit more generalised than Approach, so hopefully they should be complementary.</p>
<p>It seems that the biggest difference is between the two is that Proximity leaves what to do with the distance information entirely up to the developer.</p>
<p>Anyway it&#8217;s all good stuff to see. Hopefully there&#8217;s a lot more fun and subtlety to be had from website user experiences yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: igaenssley</title>
		<link>http://ajaxian.com/archives/jquery-approach/comment-page-1#comment-275985</link>
		<dc:creator>igaenssley</dc:creator>
		<pubDate>Fri, 16 Oct 2009 13:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7690#comment-275985</guid>
		<description>I&#039;m a fan of the Proximity plugin myself.
http://edeverett.co.uk/jqueryproximity-plugin</description>
		<content:encoded><![CDATA[<p>I&#8217;m a fan of the Proximity plugin myself.<br />
<a href="http://edeverett.co.uk/jqueryproximity-plugin" rel="nofollow">http://edeverett.co.uk/jqueryproximity-plugin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MichaelThompson</title>
		<link>http://ajaxian.com/archives/jquery-approach/comment-page-1#comment-275984</link>
		<dc:creator>MichaelThompson</dc:creator>
		<pubDate>Fri, 16 Oct 2009 13:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7690#comment-275984</guid>
		<description>With the slew of new JS libraries and effects, I&#039;m constantly reminded of the early Flash days. It won&#039;t be long &#039;til we&#039;ve got animated splash pages with sound and 3D menu systems again! All using HTML 5&#039;s audio tag, a drawing library (eg., Raphael) and jQuery! Wee!</description>
		<content:encoded><![CDATA[<p>With the slew of new JS libraries and effects, I&#8217;m constantly reminded of the early Flash days. It won&#8217;t be long &#8217;til we&#8217;ve got animated splash pages with sound and 3D menu systems again! All using HTML 5&#8242;s audio tag, a drawing library (eg., Raphael) and jQuery! Wee!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

