<?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 ReadyState4</title>
	<atom:link href="http://readystate4.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://readystate4.com</link>
	<description>JavaScript, Web Development, Ruby, and Technology.</description>
	<lastBuildDate>Sun, 06 Jun 2010 14:40:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Great article for learning JavaScript for existing programmers by John S.</title>
		<link>http://readystate4.com/2010/06/04/great-article-for-learning-javascript-for-existing-programmers/comment-page-1/#comment-1030</link>
		<dc:creator>John S.</dc:creator>
		<pubDate>Sun, 06 Jun 2010 14:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/?p=67#comment-1030</guid>
		<description>This is pretty useful for someone without a JS background, but who&#039;s had Mauvis 101 in the KA office. It really fills in some gaps. Thanks!</description>
		<content:encoded><![CDATA[<p>This is pretty useful for someone without a JS background, but who&#8217;s had Mauvis 101 in the KA office. It really fills in some gaps. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Issue with Omniture&#8217;s Site Catalyst Form Analysis Plug-in by Ben</title>
		<link>http://readystate4.com/2008/03/11/issue-with-omnitures-site-catalyst-form-analysis-plug-in/comment-page-1/#comment-1027</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/03/11/issue-with-omnitures-site-catalyst-form-analysis-plug-in/#comment-1027</guid>
		<description>I also was able to resolve the issue by adding a name attribute to a form tag. WIthout name, onsubmit was instead rendering a new page. Once I added an arbitrary name attribute, normal behavior ensued.</description>
		<content:encoded><![CDATA[<p>I also was able to resolve the issue by adding a name attribute to a form tag. WIthout name, onsubmit was instead rendering a new page. Once I added an arbitrary name attribute, normal behavior ensued.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on String.toCharCode by Heironymus P. Organthruster</title>
		<link>http://readystate4.com/2008/10/27/stringtocharcode/comment-page-1/#comment-1026</link>
		<dc:creator>Heironymus P. Organthruster</dc:creator>
		<pubDate>Tue, 09 Mar 2010 12:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/10/27/stringtocharcode/#comment-1026</guid>
		<description>all versions of IE 6.x and greater barf at:

String.charCodeAt(str[i]);

whereas

str[i].charCodeAt(0);

seems to keep them happy.</description>
		<content:encoded><![CDATA[<p>all versions of IE 6.x and greater barf at:</p>
<p>String.charCodeAt(str[i]);</p>
<p>whereas</p>
<p>str[i].charCodeAt(0);</p>
<p>seems to keep them happy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making a synchronous DWR call by Mauvis</title>
		<link>http://readystate4.com/2008/09/18/making-a-synchronous-dwr-call/comment-page-1/#comment-1022</link>
		<dc:creator>Mauvis</dc:creator>
		<pubDate>Fri, 26 Feb 2010 21:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/09/18/making-a-synchronous-dwr-call/#comment-1022</guid>
		<description>That&#039;s just a made up function where you can use your own. You can either just use &lt;em&gt;eval&lt;/em&gt; in its place or the free library from json.org if you don&#039;t trust the source your making the call from.</description>
		<content:encoded><![CDATA[<p>That&#8217;s just a made up function where you can use your own. You can either just use <em>eval</em> in its place or the free library from json.org if you don&#8217;t trust the source your making the call from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making a synchronous DWR call by jaime</title>
		<link>http://readystate4.com/2008/09/18/making-a-synchronous-dwr-call/comment-page-1/#comment-1021</link>
		<dc:creator>jaime</dc:creator>
		<pubDate>Fri, 26 Feb 2010 21:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/09/18/making-a-synchronous-dwr-call/#comment-1021</guid>
		<description>is that toJSON method from prototype?</description>
		<content:encoded><![CDATA[<p>is that toJSON method from prototype?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Voice, Skype, the unrelenting phone industry, and a cool iPhone tip by Jenny McArthur</title>
		<link>http://readystate4.com/2009/07/31/google-voice-skype-the-unrelenting-phone-industry-and-a-cool-iphone-tip/comment-page-1/#comment-964</link>
		<dc:creator>Jenny McArthur</dc:creator>
		<pubDate>Sun, 25 Oct 2009 01:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2009/07/31/google-voice-skype-the-unrelenting-phone-industry-and-a-cool-iphone-tip/#comment-964</guid>
		<description>The posts here are great. Thanks for having them. I love reading blogs about Voice over IP! It&#039;s such an exciting technology. I don&#039;t comment on many web sites but had to on yours. Thanks again - great site!</description>
		<content:encoded><![CDATA[<p>The posts here are great. Thanks for having them. I love reading blogs about Voice over IP! It&#8217;s such an exciting technology. I don&#8217;t comment on many web sites but had to on yours. Thanks again &#8211; great site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making a synchronous DWR call by frajper</title>
		<link>http://readystate4.com/2008/09/18/making-a-synchronous-dwr-call/comment-page-1/#comment-960</link>
		<dc:creator>frajper</dc:creator>
		<pubDate>Thu, 22 Oct 2009 14:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/09/18/making-a-synchronous-dwr-call/#comment-960</guid>
		<description>More info:

http://directwebremoting.org/dwr/browser/engine/options.html</description>
		<content:encoded><![CDATA[<p>More info:</p>
<p><a href="http://directwebremoting.org/dwr/browser/engine/options.html" rel="nofollow">http://directwebremoting.org/dwr/browser/engine/options.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript argument unpacking: converting an array into a list of arguments by ReadyState4 &#187; Blog Archive &#187; Bash argument unpacking</title>
		<link>http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/comment-page-1/#comment-956</link>
		<dc:creator>ReadyState4 &#187; Blog Archive &#187; Bash argument unpacking</dc:creator>
		<pubDate>Thu, 10 Sep 2009 19:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/08/17/javascript-argument-unpacking-converting-an-array-into-a-list-of-arguments/#comment-956</guid>
		<description>[...] how to fix up some of my function shortcuts to take any number of arguments (similar to this argument unpacking entry on how to do it in JavaScript and [...]</description>
		<content:encoded><![CDATA[<p>[...] how to fix up some of my function shortcuts to take any number of arguments (similar to this argument unpacking entry on how to do it in JavaScript and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git: Ignore changes in a working tree file by Git Ignoring already committed (tracked) files - M-x Kelsin</title>
		<link>http://readystate4.com/2009/05/21/git-ignore-changes-in-a-working-tree-file/comment-page-1/#comment-946</link>
		<dc:creator>Git Ignoring already committed (tracked) files - M-x Kelsin</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2009/05/21/git-ignore-changes-in-a-working-tree-file/#comment-946</guid>
		<description>[...] The simple answer to this is to tell git to mark this file as &#8220;not changed&#8221;. I found this post that told me about this feature. This feature exists in order to help people with slow filesystems [...]</description>
		<content:encoded><![CDATA[<p>[...] The simple answer to this is to tell git to mark this file as &#8220;not changed&#8221;. I found this post that told me about this feature. This feature exists in order to help people with slow filesystems [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git: Ignore changes in a working tree file by Christopher Giroir</title>
		<link>http://readystate4.com/2009/05/21/git-ignore-changes-in-a-working-tree-file/comment-page-1/#comment-945</link>
		<dc:creator>Christopher Giroir</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2009/05/21/git-ignore-changes-in-a-working-tree-file/#comment-945</guid>
		<description>I use this when working locally on some rails projects. I edit our main controller to ignore some authentication that I don&#039;t have access to but I don&#039;t want to commit that. I don&#039;t want to stash away the changes, I just want git to ignore them so I don&#039;t accidentally commit it.

To see a list of these I use this command:
git ls-files -v &#124; grep ^[a-z]

The -v on ls-files shows assume-unchanged files as lower case versions of the normal tags (-t shows uppercase no matter what) and then I grep for only lower case tags. If anyone has a better way of doing this please tell me :)

To make this easier to use I have an alias in my ~/.gitconfig file:

[alias]
    marked-unchanged = !git ls-files -v &#124; grep ^[a-z]
    mu = !git ls-files -v &#124; grep ^[a-z]

Now I can use this with &quot;git marked-unchanged&quot; or &quot;git mu&quot;</description>
		<content:encoded><![CDATA[<p>I use this when working locally on some rails projects. I edit our main controller to ignore some authentication that I don&#8217;t have access to but I don&#8217;t want to commit that. I don&#8217;t want to stash away the changes, I just want git to ignore them so I don&#8217;t accidentally commit it.</p>
<p>To see a list of these I use this command:<br />
git ls-files -v | grep ^[a-z]</p>
<p>The -v on ls-files shows assume-unchanged files as lower case versions of the normal tags (-t shows uppercase no matter what) and then I grep for only lower case tags. If anyone has a better way of doing this please tell me :)</p>
<p>To make this easier to use I have an alias in my ~/.gitconfig file:</p>
<p>[alias]<br />
    marked-unchanged = !git ls-files -v | grep ^[a-z]<br />
    mu = !git ls-files -v | grep ^[a-z]</p>
<p>Now I can use this with &#8220;git marked-unchanged&#8221; or &#8220;git mu&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
