<?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: Using Jquery to display your GitHub repos</title>
	<atom:link href="http://johnboxall.ca/2009/03/06/using-jquery-to-display-your-github-repos/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnboxall.ca/2009/03/06/using-jquery-to-display-your-github-repos/</link>
	<description>Genius billionaire playboy web developer.</description>
	<pubDate>Thu, 29 Jul 2010 17:15:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John</title>
		<link>http://johnboxall.ca/2009/03/06/using-jquery-to-display-your-github-repos/comment-page-1/#comment-221</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 06 Mar 2009 17:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://johnboxall.ca/?p=81#comment-221</guid>
		<description>Thanks for the excellent article Josh! Check out Josh's full reasoning here:
http://www.learningjquery.com/2009/03/43439-reasons-to-use-append-correctly/comment-page-1#comment-71018

Without knowledge of JQuery's internal working it's very easy to write inefficient code.

John Resig also had excellent post about profiling JS functions using FireUnit:
http://ejohn.org/blog/function-call-profiling/</description>
		<content:encoded><![CDATA[<p>Thanks for the excellent article Josh! Check out Josh&#8217;s full reasoning here:<br />
<a href="http://www.learningjquery.com/2009/03/43439-reasons-to-use-append-correctly/comment-page-1#comment-71018" rel="nofollow">http://www.learningjquery.com/2009/03/43439-reasons-to-use-append-correctly/comment-page-1#comment-71018</a></p>
<p>Without knowledge of JQuery&#8217;s internal working it&#8217;s very easy to write inefficient code.</p>
<p>John Resig also had excellent post about profiling JS functions using FireUnit:<br />
<a href="http://ejohn.org/blog/function-call-profiling/" rel="nofollow">http://ejohn.org/blog/function-call-profiling/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Powell</title>
		<link>http://johnboxall.ca/2009/03/06/using-jquery-to-display-your-github-repos/comment-page-1/#comment-219</link>
		<dc:creator>Josh Powell</dc:creator>
		<pubDate>Fri, 06 Mar 2009 17:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://johnboxall.ca/?p=81#comment-219</guid>
		<description>Thanks John, you made my day :)  One thing I learned after writing the article, and added in the first comment, was that it is much quicker to append a single node with a lot of children then it is to append a bunch of nodes.  So in your example above, if you could find a way to append the complete list instead of the list items it would be measurably quicker.  Possibly use replaceWith() or replaceAll() instead of append.</description>
		<content:encoded><![CDATA[<p>Thanks John, you made my day <img src='http://johnboxall.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  One thing I learned after writing the article, and added in the first comment, was that it is much quicker to append a single node with a lot of children then it is to append a bunch of nodes.  So in your example above, if you could find a way to append the complete list instead of the list items it would be measurably quicker.  Possibly use replaceWith() or replaceAll() instead of append.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
