<?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 The Original Jelani Harris</title>
	<atom:link href="http://jelaniharris.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jelaniharris.com</link>
	<description>The one and only</description>
	<lastBuildDate>Wed, 20 Mar 2013 09:01:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Using Jquery to disable the enter key by Azra</title>
		<link>http://jelaniharris.com/2010/using-jquery-to-disable-the-enter-key/comment-page-1/#comment-2019</link>
		<dc:creator>Azra</dc:creator>
		<pubDate>Wed, 20 Mar 2013 09:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=38#comment-2019</guid>
		<description><![CDATA[@Tanner : maybe there is incorrect on your script , i am using 1.3 Jq and its works]]></description>
		<content:encoded><![CDATA[<p>@Tanner : maybe there is incorrect on your script , i am using 1.3 Jq and its works</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jquery to disable the enter key by Tanner</title>
		<link>http://jelaniharris.com/2010/using-jquery-to-disable-the-enter-key/comment-page-1/#comment-1993</link>
		<dc:creator>Tanner</dc:creator>
		<pubDate>Wed, 06 Mar 2013 02:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=38#comment-1993</guid>
		<description><![CDATA[This is not working for me in firefox for some reason.  Any ideas?  I am using JQ 144.  Is that too old for this solution?]]></description>
		<content:encoded><![CDATA[<p>This is not working for me in firefox for some reason.  Any ideas?  I am using JQ 144.  Is that too old for this solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Case-insensitive replaceAll in Java by Paul</title>
		<link>http://jelaniharris.com/2009/case-insensitive-replaceall-in-java/comment-page-1/#comment-1977</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 25 Feb 2013 17:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=67#comment-1977</guid>
		<description><![CDATA[[bold] ... ... You must check Matcher &amp; Pattern class to achieve it. You can parse each &quot;match&quot; and replace it]]></description>
		<content:encoded><![CDATA[<p>[bold] &#8230; &#8230; You must check Matcher &amp; Pattern class to achieve it. You can parse each &#8220;match&#8221; and replace it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jquery to disable the enter key by michael</title>
		<link>http://jelaniharris.com/2010/using-jquery-to-disable-the-enter-key/comment-page-1/#comment-1960</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Fri, 15 Feb 2013 17:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=38#comment-1960</guid>
		<description><![CDATA[Never heard of spacing]]></description>
		<content:encoded><![CDATA[<p>Never heard of spacing</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove Anchors from a Url in Javascript by Lars</title>
		<link>http://jelaniharris.com/2008/remove-anchors-from-a-url-in-javascript/comment-page-1/#comment-1952</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Wed, 13 Feb 2013 10:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=22#comment-1952</guid>
		<description><![CDATA[Used it to remove a ?page=… 

url = url.split(&quot;?&quot;)[0];

Thanks!
L.]]></description>
		<content:encoded><![CDATA[<p>Used it to remove a ?page=… </p>
<p>url = url.split(&#8220;?&#8221;)[0];</p>
<p>Thanks!<br />
L.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Case-insensitive replaceAll in Java by dm</title>
		<link>http://jelaniharris.com/2009/case-insensitive-replaceall-in-java/comment-page-1/#comment-1913</link>
		<dc:creator>dm</dc:creator>
		<pubDate>Fri, 01 Feb 2013 19:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=67#comment-1913</guid>
		<description><![CDATA[What if you want to highlight the matches that were found AND keep the original case? :)

eg:

Input: &quot;The sly brown Fox jumped over the lazy foX.&quot;
Replace Term: fox
Output: &quot;The sly brown [bold]Fox[bold] jumped over the lazy [bold]foX[bold].&quot;]]></description>
		<content:encoded><![CDATA[<p>What if you want to highlight the matches that were found AND keep the original case? <img src='http://jelaniharris.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>eg:</p>
<p>Input: &#8220;The sly brown Fox jumped over the lazy foX.&#8221;<br />
Replace Term: fox<br />
Output: &#8220;The sly brown [bold]Fox[bold] jumped over the lazy [bold]foX[bold].&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jquery to disable the enter key by Martin</title>
		<link>http://jelaniharris.com/2010/using-jquery-to-disable-the-enter-key/comment-page-1/#comment-1794</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 14 Jan 2013 13:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=38#comment-1794</guid>
		<description><![CDATA[And how to enable it again?]]></description>
		<content:encoded><![CDATA[<p>And how to enable it again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jquery to disable the enter key by Alex</title>
		<link>http://jelaniharris.com/2010/using-jquery-to-disable-the-enter-key/comment-page-1/#comment-1533</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 23 Nov 2012 05:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=38#comment-1533</guid>
		<description><![CDATA[The easiest way to solve this kind of issue ever!!
Great job!]]></description>
		<content:encoded><![CDATA[<p>The easiest way to solve this kind of issue ever!!<br />
Great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing the error 0xe800400c or (-48) when syncing to Itunes by joyo</title>
		<link>http://jelaniharris.com/2011/fixing-the-error-0xe800400c-or-48-when-syncing-to-itunes/comment-page-1/#comment-1456</link>
		<dc:creator>joyo</dc:creator>
		<pubDate>Sat, 20 Oct 2012 20:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=234#comment-1456</guid>
		<description><![CDATA[Thanks !!!!! :) Very rich article !!]]></description>
		<content:encoded><![CDATA[<p>Thanks !!!!! <img src='http://jelaniharris.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Very rich article !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jquery to disable the enter key by Greg</title>
		<link>http://jelaniharris.com/2010/using-jquery-to-disable-the-enter-key/comment-page-1/#comment-1391</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 13 Sep 2012 14:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=38#comment-1391</guid>
		<description><![CDATA[nice =&gt; evt.charCode &#124;&#124; evt.keyCode;
no other snippets were covering cross convention &lt;3]]></description>
		<content:encoded><![CDATA[<p>nice =&gt; evt.charCode || evt.keyCode;<br />
no other snippets were covering cross convention &lt;3</p>
]]></content:encoded>
	</item>
</channel>
</rss>
