<?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 for FND's Blag</title>
	<atom:link href="http://fnd.lewcid.org/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://fnd.lewcid.org/blog</link>
	<description>Just Another Personal Wobsite</description>
	<lastBuildDate>Wed, 07 Oct 2009 10:30:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on jQuery Idioms For Element Generation by FND</title>
		<link>http://fnd.lewcid.org/blog/archive/109/comment-page-1#comment-9884</link>
		<dc:creator>FND</dc:creator>
		<pubDate>Wed, 07 Oct 2009 10:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://fnd.lewcid.org/blog/?p=109#comment-9884</guid>
		<description>Thanks proppy!
This looks certainly interesting. I prefer this to using .children(&quot;:last&quot;), as that seems somewhat hacky and potentially brittle.
However, I&#039;m not so sure about using .parent() instead of .end() - though perhaps that&#039;s just because I&#039;d have to adjust existing code if I were to change this now...

By the way, Mike suggested using &quot;attach&quot; instead of &quot;create&quot; for the method&#039;s name, which I&#039;ve now adopted.</description>
		<content:encoded><![CDATA[<p>Thanks proppy!<br />
This looks certainly interesting. I prefer this to using .children(&#8220;:last&#8221;), as that seems somewhat hacky and potentially brittle.<br />
However, I&#8217;m not so sure about using .parent() instead of .end() &#8211; though perhaps that&#8217;s just because I&#8217;d have to adjust existing code if I were to change this now&#8230;</p>
<p>By the way, Mike suggested using &#8220;attach&#8221; instead of &#8220;create&#8221; for the method&#8217;s name, which I&#8217;ve now adopted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Idioms For Element Generation by proppy</title>
		<link>http://fnd.lewcid.org/blog/archive/109/comment-page-1#comment-9883</link>
		<dc:creator>proppy</dc:creator>
		<pubDate>Wed, 07 Oct 2009 10:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://fnd.lewcid.org/blog/?p=109#comment-9883</guid>
		<description>After discussing it with you on irc://irc.freenode.net/#tiddlywiki, I believe the following might also work:

$.fn.create = function(html) {
	return $(html).appendTo(this);
};

$(&quot;&lt;div&gt;&quot;).create(&quot;&lt;h2&gt;&quot;).addClass(className).text(heading).parent().create(&quot;&lt;p&gt;&quot;).text(body).parent().appendTo(container);</description>
		<content:encoded><![CDATA[<p>After discussing it with you on <a href="irc://irc.freenode.net/#tiddlywiki" rel="nofollow">irc://irc.freenode.net/#tiddlywiki</a>, I believe the following might also work:</p>
<p>$.fn.create = function(html) {<br />
	return $(html).appendTo(this);<br />
};</p>
<p>$(&#8220;&lt;div&gt;&#8221;).create(&#8220;&lt;h2&gt;&#8221;).addClass(className).text(heading).parent().create(&#8220;&lt;p&gt;&#8221;).text(body).parent().appendTo(container);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Idioms For Element Generation by FND</title>
		<link>http://fnd.lewcid.org/blog/archive/109/comment-page-1#comment-8827</link>
		<dc:creator>FND</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://fnd.lewcid.org/blog/?p=109#comment-8827</guid>
		<description>Thanks Mike.
I agree that &quot;create&quot; is not an ideal appellation for this method (too generic, doesn&#039;t imply change of focus).
While &quot;push&quot; first confused me (was thinking of Git rather than arrays), it actually kinda makes sense when seen in that context.</description>
		<content:encoded><![CDATA[<p>Thanks Mike.<br />
I agree that &#8220;create&#8221; is not an ideal appellation for this method (too generic, doesn&#8217;t imply change of focus).<br />
While &#8220;push&#8221; first confused me (was thinking of Git rather than arrays), it actually kinda makes sense when seen in that context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Idioms For Element Generation by Michael Mahemoff</title>
		<link>http://fnd.lewcid.org/blog/archive/109/comment-page-1#comment-8826</link>
		<dc:creator>Michael Mahemoff</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://fnd.lewcid.org/blog/?p=109#comment-8826</guid>
		<description>All this has been very useful to me.

BTW I&#039;m using &quot;push&quot; instead of &quot;create&quot; as I feel it conveys the intent more clearly. (Although &quot;push&quot; doesn&#039;t encapsulate creation, it&#039;s obvious from the context - $(&quot;&quot;).push(&quot;&quot;).</description>
		<content:encoded><![CDATA[<p>All this has been very useful to me.</p>
<p>BTW I&#8217;m using &#8220;push&#8221; instead of &#8220;create&#8221; as I feel it conveys the intent more clearly. (Although &#8220;push&#8221; doesn&#8217;t encapsulate creation, it&#8217;s obvious from the context &#8211; $(&#8220;&#8221;).push(&#8220;&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rapid Testing with py.test by &#187; Where Python Sucks FND&#8217;s Blag: Just Another Personal Wobsite</title>
		<link>http://fnd.lewcid.org/blog/archive/80/comment-page-1#comment-7721</link>
		<dc:creator>&#187; Where Python Sucks FND&#8217;s Blag: Just Another Personal Wobsite</dc:creator>
		<pubDate>Sun, 05 Jul 2009 09:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://fnd.lewcid.org/blog/?p=80#comment-7721</guid>
		<description>[...] Python Sucks Published in July 5th, 2009  Posted by FND Tags: EuroPython, events, Python More raw notes from EuroPython 2009 &#8211; this time from the entertaining and informative Python Sucks[1] [...]</description>
		<content:encoded><![CDATA[<p>[...] Python Sucks Published in July 5th, 2009  Posted by FND Tags: EuroPython, events, Python More raw notes from EuroPython 2009 &#8211; this time from the entertaining and informative Python Sucks[1] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git-SVN: Using Git to Interact with Subversion Repositories by &#187; Git Basics: Getting Started FND&#8217;s Blag: Just Another Personal Wobsite</title>
		<link>http://fnd.lewcid.org/blog/archive/21/comment-page-1#comment-4275</link>
		<dc:creator>&#187; Git Basics: Getting Started FND&#8217;s Blag: Just Another Personal Wobsite</dc:creator>
		<pubDate>Sat, 28 Mar 2009 10:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://fnd.lewcid.org/blog/?p=21#comment-4275</guid>
		<description>[...] Published in March 28th, 2009  Posted by FND Tags: development, Git, revision control Since my last post on the subject, I&#8217;ve become much more familiar and comfortable with [...]</description>
		<content:encoded><![CDATA[<p>[...] Published in March 28th, 2009  Posted by FND Tags: development, Git, revision control Since my last post on the subject, I&#8217;ve become much more familiar and comfortable with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mozilla Bespin Meetup by Ajaxian &#187; Bespin Talk at Mozilla Labs Meetup</title>
		<link>http://fnd.lewcid.org/blog/archive/53/comment-page-1#comment-3881</link>
		<dc:creator>Ajaxian &#187; Bespin Talk at Mozilla Labs Meetup</dc:creator>
		<pubDate>Wed, 11 Mar 2009 11:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://fnd.lewcid.org/blog/?p=53#comment-3881</guid>
		<description>[...] colleague Fred has also posted his [...]</description>
		<content:encoded><![CDATA[<p>[...] colleague Fred has also posted his [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on London Geek Nights: Game Programming by &#187; Mozilla Bespin Meetup FND&#8217;s Blag: Just Another Personal Wobsite</title>
		<link>http://fnd.lewcid.org/blog/archive/40/comment-page-1#comment-3879</link>
		<dc:creator>&#187; Mozilla Bespin Meetup FND&#8217;s Blag: Just Another Personal Wobsite</dc:creator>
		<pubDate>Wed, 11 Mar 2009 08:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://fnd.lewcid.org/blog/?p=40#comment-3879</guid>
		<description>[...] before, I&#8217;ll settle for a few quick [...]</description>
		<content:encoded><![CDATA[<p>[...] before, I&#8217;ll settle for a few quick [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TinyURL Bookmarklet by Fun with Fragment Identifiers</title>
		<link>http://fnd.lewcid.org/blog/archive/16/comment-page-1#comment-3248</link>
		<dc:creator>Fun with Fragment Identifiers</dc:creator>
		<pubDate>Fri, 13 Feb 2009 13:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://fnd.lewcid.org/blog/archive/16#comment-3248</guid>
		<description>[...] too, but their php &#8220;create&#8221; script removes it, according to a conversation I had with Fred, who created this tinyURL bookmarklet. I can see why sites wouldn&#8217;t want to retain it, because it may well be just an in-page link, [...]</description>
		<content:encoded><![CDATA[<p>[...] too, but their php &#8220;create&#8221; script removes it, according to a conversation I had with Fred, who created this tinyURL bookmarklet. I can see why sites wouldn&#8217;t want to retain it, because it may well be just an in-page link, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Framework Detector by Michael Mahemoff</title>
		<link>http://fnd.lewcid.org/blog/archive/26/comment-page-1#comment-2258</link>
		<dc:creator>Michael Mahemoff</dc:creator>
		<pubDate>Wed, 26 Nov 2008 19:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://fnd.lewcid.org/blog/?p=26#comment-2258</guid>
		<description>It&#039;s working fine for me after a few days. Thanks Fred.</description>
		<content:encoded><![CDATA[<p>It&#8217;s working fine for me after a few days. Thanks Fred.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
