<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>greenideas &#187; performance</title>
	<atom:link href="http://mwhenry.com/blog/tag/performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://mwhenry.com/blog</link>
	<description>A blog by Matt Henry</description>
	<lastBuildDate>Fri, 02 Jul 2010 23:26:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Links for June the Second, 2009</title>
		<link>http://mwhenry.com/blog/2009/06/links-for-june-the-second-2009/</link>
		<comments>http://mwhenry.com/blog/2009/06/links-for-june-the-second-2009/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 20:14:22 +0000</pubDate>
		<dc:creator>Matt Henry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[closures]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://mwhenry.com/?p=47</guid>
		<description><![CDATA[1 line CSS Grid Framework — Distilling a CSS framework into one line is an interesting experiment, in that it shows essentially what all of the other (bigger than one line) frameworks are doing. Also, if you look at the markup of a site that was built using it, it serves as a pretty good [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.vcarrer.com/2009/06/1-line-css-grid-framework.html">1 line CSS Grid Framework</a> — Distilling a CSS framework into one line is an interesting experiment, in that it shows essentially what all of the other (bigger than one line) frameworks are doing. Also, if you look at the markup of a site that was built using it, it serves as a pretty good <em>reductio ad absurdum</em> against CSS frameworks.</li>
<li><a href="http://www.artzstudio.com/2009/04/jquery-performance-rules/">jQuery Performance Rules</a> — A useful collection of best practices that can speed up your jQuery code by non-trivial amounts. I’ll admit that I’m often guilty of sticking the bulk of my code inside of <code>$(function(){...})</code>.</li>
<li><a href="http://haineault.com/blog/105/">jQuery: Inline caching for selectors</a> — If you’re taking the advice of the article linked above and caching your jQuery objects, take a look at this technique for keeping those cached objects available throughout your app without polluting the global namespace (hint: it uses closures).</li>
<li><a href="http://www.railsfire.com/article/procs-and-blocks-and-anonymous-functions">Procs And Blocks And Anonymous Functions</a> — Speaking of closures, this is a decent rundown of the various uses of closures in Ruby.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mwhenry.com/blog/2009/06/links-for-june-the-second-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
