<?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: 5 ways to speedup javascript</title>
	<atom:link href="http://www.rawseo.com/news/2009/03/19/5-ways-to-speedup-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rawseo.com/news/2009/03/19/5-ways-to-speedup-javascript/</link>
	<description>A blend of programming and seo</description>
	<lastBuildDate>Tue, 23 Mar 2010 05:55:58 -0400</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian</title>
		<link>http://www.rawseo.com/news/2009/03/19/5-ways-to-speedup-javascript/comment-page-1/#comment-515</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 18 Apr 2009 10:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawseo.com/news/?p=442#comment-515</guid>
		<description>I would aslo suggest to check out this &lt;a href=&quot;http://jquery-howto.blogspot.com/2009/02/5-easy-tips-on-how-to-improve-code.html&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;5 easy tips on how to improve your jQuery code performance&lt;/strong&gt;&lt;/a&gt;.

And thanks for these tips. Keep up the good work...</description>
		<content:encoded><![CDATA[<p>I would aslo suggest to check out this <a href="http://jquery-howto.blogspot.com/2009/02/5-easy-tips-on-how-to-improve-code.html" rel="nofollow"><strong>5 easy tips on how to improve your jQuery code performance</strong></a>.</p>
<p>And thanks for these tips. Keep up the good work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ??????? &#187; [Web] ????</title>
		<link>http://www.rawseo.com/news/2009/03/19/5-ways-to-speedup-javascript/comment-page-1/#comment-86</link>
		<dc:creator>??????? &#187; [Web] ????</dc:creator>
		<pubDate>Fri, 27 Mar 2009 20:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawseo.com/news/?p=442#comment-86</guid>
		<description>[...] 5 ways to speedup javascript [...]</description>
		<content:encoded><![CDATA[<p>[...] 5 ways to speedup javascript [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 ways to speedup javascript &#124; A blend of programming and seo</title>
		<link>http://www.rawseo.com/news/2009/03/19/5-ways-to-speedup-javascript/comment-page-1/#comment-57</link>
		<dc:creator>5 ways to speedup javascript &#124; A blend of programming and seo</dc:creator>
		<pubDate>Thu, 19 Mar 2009 22:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawseo.com/news/?p=442#comment-57</guid>
		<description>[...] Read the rest here:Â  5 ways to speedup javascript &#124; A blend of programming and seo [...]</description>
		<content:encoded><![CDATA[<p>[...] Read the rest here:Â  5 ways to speedup javascript | A blend of programming and seo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.rawseo.com/news/2009/03/19/5-ways-to-speedup-javascript/comment-page-1/#comment-54</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 19 Mar 2009 17:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawseo.com/news/?p=442#comment-54</guid>
		<description>#6 Anytime you introduce a new variable into your code, always use &quot;var&quot; to signify that a variable is new.  This will prevent javascript from having to do a global lookup for that variable.  It adds a little bit to the size of your javascript file, but it&#039;s worth it!  Global lookups are resource expensive.</description>
		<content:encoded><![CDATA[<p>#6 Anytime you introduce a new variable into your code, always use &#8220;var&#8221; to signify that a variable is new.  This will prevent javascript from having to do a global lookup for that variable.  It adds a little bit to the size of your javascript file, but it&#8217;s worth it!  Global lookups are resource expensive.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
