<?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: I&#8217;m on Github!</title>
	<atom:link href="http://james.padolsey.com/javascript/im-on-github/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.padolsey.com/javascript/im-on-github/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 02 Feb 2012 18:03:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Custom JavaScript with &#8220;parseScripts&#8221; - James Padolsey</title>
		<link>http://james.padolsey.com/javascript/im-on-github/comment-page-1/#comment-12425</link>
		<dc:creator>Custom JavaScript with &#8220;parseScripts&#8221; - James Padolsey</dc:creator>
		<pubDate>Thu, 21 May 2009 21:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=818#comment-12425</guid>
		<description>[...] succuessfully implementing and using literalHTML (discussed here) I decided to have a go at creating a reusable basis for adding new enhancements just like it; your [...]</description>
		<content:encoded><![CDATA[<p>[...] succuessfully implementing and using literalHTML (discussed here) I decided to have a go at creating a reusable basis for adding new enhancements just like it; your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://james.padolsey.com/javascript/im-on-github/comment-page-1/#comment-12237</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 19 May 2009 21:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=818#comment-12237</guid>
		<description>@Daniel, agreed; I&#039;m really starting to like Github, and Git generally!

@Valentino, E4X was actually the inspiration for literalHTML...

@Corey, I considered using &lt;code&gt;eval&lt;/code&gt; but I thought it better to execute the script in a global context; after all, that&#039;s how the &lt;code&gt;:literalHTML&lt;/code&gt; scripts are defined. Also &lt;code&gt;$.globalEval&lt;/code&gt; uses a much more harmless method of execution - it simply injects a new script element containing the code to be evaluated. To be honest I would feel perfectly comfortable using &lt;code&gt;eval&lt;/code&gt; or &lt;code&gt;(new Function())()&lt;/code&gt; but I thought I should take advantage of what jQuery had to offer.</description>
		<content:encoded><![CDATA[<p>@Daniel, agreed; I&#8217;m really starting to like Github, and Git generally!</p>
<p>@Valentino, E4X was actually the inspiration for literalHTML&#8230;</p>
<p>@Corey, I considered using <code>eval</code> but I thought it better to execute the script in a global context; after all, that&#8217;s how the <code>:literalHTML</code> scripts are defined. Also <code>$.globalEval</code> uses a much more harmless method of execution &#8211; it simply injects a new script element containing the code to be evaluated. To be honest I would feel perfectly comfortable using <code>eval</code> or <code>(new Function())()</code> but I thought I should take advantage of what jQuery had to offer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://james.padolsey.com/javascript/im-on-github/comment-page-1/#comment-12161</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Mon, 18 May 2009 21:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=818#comment-12161</guid>
		<description>I noticed in the literalHTML code you&#039;re using $.globalEval(). I can&#039;t seem to find any documentation about it. What&#039;s the advantage of using it instead of eval()?</description>
		<content:encoded><![CDATA[<p>I noticed in the literalHTML code you&#8217;re using $.globalEval(). I can&#8217;t seem to find any documentation about it. What&#8217;s the advantage of using it instead of eval()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentino</title>
		<link>http://james.padolsey.com/javascript/im-on-github/comment-page-1/#comment-12133</link>
		<dc:creator>Valentino</dc:creator>
		<pubDate>Mon, 18 May 2009 14:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=818#comment-12133</guid>
		<description>I like literalHTML.. it could be the starting point to implement E4X crossbrowser.. why not?

http://en.wikipedia.org/wiki/ECMAScript_for_XML</description>
		<content:encoded><![CDATA[<p>I like literalHTML.. it could be the starting point to implement E4X crossbrowser.. why not?</p>
<p><a href="http://en.wikipedia.org/wiki/ECMAScript_for_XML">http://en.wikipedia.org/wiki/ECMAScript_for_XML</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://james.padolsey.com/javascript/im-on-github/comment-page-1/#comment-12033</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 17 May 2009 08:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=818#comment-12033</guid>
		<description>I made the move from SVV to git not that long ago, never looked back! oh and github is awsome, i&#039;m even hosting the code for my blog there as a public repo :)</description>
		<content:encoded><![CDATA[<p>I made the move from SVV to git not that long ago, never looked back! oh and github is awsome, i&#8217;m even hosting the code for my blog there as a public repo <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

