<?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: My First jQuery Plugin</title>
	<atom:link href="http://rewdy.com/posts/110/feed" rel="self" type="application/rss+xml" />
	<link>http://rewdy.com/posts/110</link>
	<description>Just bloggin' about design, life, and stuff.</description>
	<lastBuildDate>Sat, 08 May 2010 02:04:38 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Rewdy</title>
		<link>http://rewdy.com/posts/110/comment-page-1#comment-198</link>
		<dc:creator>Rewdy</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://rewdy.com/?p=110#comment-198</guid>
		<description>Nice work!

Content writing conventions might make that not the best solution for everyone, but it&#039;s great if that works best for your implementation.

Glad to see you&#039;re using the plug in. :)</description>
		<content:encoded><![CDATA[<p>Nice work!</p>
<p>Content writing conventions might make that not the best solution for everyone, but it&#8217;s great if that works best for your implementation.</p>
<p>Glad to see you&#8217;re using the plug in. <img src='http://rewdy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://rewdy.com/posts/110/comment-page-1#comment-197</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 16 Feb 2010 18:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://rewdy.com/?p=110#comment-197</guid>
		<description>Thanks for the handy plug-in!

I changed one thing, maybe you can add it to the next release.

Some of the URL&#039;s are long and ugly. So I added:


			var href=el.attr(&#039;href&#039;);
			var linkTitle=el.text();
			var title=el.attr(&#039;title&#039;);
			if (title!=&#039;&#039;) {
				linkTitle=title;
			}
			if (linkTitle==&#039;&#039;) {
				linkTitle=href;
			}


and modified this line...

msgContent=preFilteredContent.replace(/\{URL\}/g, &#039;&lt;a href=&quot;&#039;+href+&#039;&quot; rel=&quot;nofollow&quot;&gt;&#039;+linkTitle+&#039;&lt;/a&gt;&#039;);</description>
		<content:encoded><![CDATA[<p>Thanks for the handy plug-in!</p>
<p>I changed one thing, maybe you can add it to the next release.</p>
<p>Some of the URL&#8217;s are long and ugly. So I added:</p>
<p>			var href=el.attr(&#8216;href&#8217;);<br />
			var linkTitle=el.text();<br />
			var title=el.attr(&#8216;title&#8217;);<br />
			if (title!=&#8221;) {<br />
				linkTitle=title;<br />
			}<br />
			if (linkTitle==&#8221;) {<br />
				linkTitle=href;<br />
			}</p>
<p>and modified this line&#8230;</p>
<p>msgContent=preFilteredContent.replace(/\{URL\}/g, &#8216;<a href="'+href+'" rel="nofollow">&#8216;+linkTitle+&#8217;</a>&#8216;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
