<?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 rewdy</title>
	<atom:link href="http://rewdy.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://rewdy.com</link>
	<description>Just bloggin' about design, life, and stuff.</description>
	<lastBuildDate>Sat, 20 Feb 2010 03:35:50 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on LeaveNotice jQuery Plugin by 100+ Mix of Great Community Links! &#124; Admix Web</title>
		<link>http://rewdy.com/tools/leavenotice-jquery-plugin/comment-page-1#comment-201</link>
		<dc:creator>100+ Mix of Great Community Links! &#124; Admix Web</dc:creator>
		<pubDate>Sat, 20 Feb 2010 03:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://rewdy.com/?page_id=93#comment-201</guid>
		<description>[...] LeaveNotice JQuery Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] LeaveNotice JQuery Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My First jQuery Plugin 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>Comment on My First jQuery Plugin 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>
	<item>
		<title>Comment on Bible Bookmarklet (updated) by Rewdy</title>
		<link>http://rewdy.com/posts/118/comment-page-1#comment-181</link>
		<dc:creator>Rewdy</dc:creator>
		<pubDate>Fri, 29 Jan 2010 16:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://rewdy.com/?p=118#comment-181</guid>
		<description>I think that is because it&#039;s an extension. There is also &lt;a href=&quot;http://scott.yang.id.au/code/scripturizer-js/#toc-bookmarklet&quot; rel=&quot;nofollow&quot;&gt;this bookmarklet&lt;/a&gt; called &lt;em&gt;the Scripturizer&lt;/em&gt; that when you click it, it finds all references in a page and makes them links like what you&#039;ve mentioned.

It wasn&#039;t exactly what I was looking for, but it is cool if you prefer it like that.</description>
		<content:encoded><![CDATA[<p>I think that is because it&#8217;s an extension. There is also <a href="http://scott.yang.id.au/code/scripturizer-js/#toc-bookmarklet" rel="nofollow">this bookmarklet</a> called <em>the Scripturizer</em> that when you click it, it finds all references in a page and makes them links like what you&#8217;ve mentioned.</p>
<p>It wasn&#8217;t exactly what I was looking for, but it is cool if you prefer it like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bible Bookmarklet (updated) by Dane</title>
		<link>http://rewdy.com/posts/118/comment-page-1#comment-180</link>
		<dc:creator>Dane</dc:creator>
		<pubDate>Fri, 29 Jan 2010 16:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://rewdy.com/?p=118#comment-180</guid>
		<description>Hey that&#039;s really cool! Nice job. I have the Chrome extension for bit.ly installed, it uses a side docked thingy it calls a bookmarklet, but it also pops up on bit.ly links in pages. Would there be a way to do that? So that if I hovered over text that fit the form &quot;book XXX:XXX&quot; it would figure that out? Or is that because it&#039;s an installed extension?</description>
		<content:encoded><![CDATA[<p>Hey that&#8217;s really cool! Nice job. I have the Chrome extension for bit.ly installed, it uses a side docked thingy it calls a bookmarklet, but it also pops up on bit.ly links in pages. Would there be a way to do that? So that if I hovered over text that fit the form &#8220;book XXX:XXX&#8221; it would figure that out? Or is that because it&#8217;s an installed extension?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Aging, The Future, and Hope by Chris</title>
		<link>http://rewdy.com/posts/68/comment-page-1#comment-160</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 20 Dec 2009 15:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://rewdy.com/?p=68#comment-160</guid>
		<description>Thank you for this post, Andrew.  It reminds me today who I really can count on.  And thank God that person is not me!  :)

May the good Lord continue to bless and keep you.  Merry Christmas and Happy New Year.

Yours In Christ,
Chris</description>
		<content:encoded><![CDATA[<p>Thank you for this post, Andrew.  It reminds me today who I really can count on.  And thank God that person is not me!  <img src='http://rewdy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>May the good Lord continue to bless and keep you.  Merry Christmas and Happy New Year.</p>
<p>Yours In Christ,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LeaveNotice jQuery Plugin by LimeSpace &#8211; IT &#187; Bye Bye Links der Woche ..</title>
		<link>http://rewdy.com/tools/leavenotice-jquery-plugin/comment-page-1#comment-115</link>
		<dc:creator>LimeSpace &#8211; IT &#187; Bye Bye Links der Woche ..</dc:creator>
		<pubDate>Sat, 26 Sep 2009 06:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://rewdy.com/?page_id=93#comment-115</guid>
		<description>[...] Rewdy wurde ein schickes Plugin für JQuery vorgestellt, dieses erzeugt eine &#8220;modal&#8221; Box beim Verlassen der Webseite. Nützlich zum [...]</description>
		<content:encoded><![CDATA[<p>[...] Rewdy wurde ein schickes Plugin für JQuery vorgestellt, dieses erzeugt eine &#8220;modal&#8221; Box beim Verlassen der Webseite. Nützlich zum [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LeaveNotice jQuery Plugin by MIGI PLANNING &#187; 外部へのページ遷移時にちょっとした演出ができる「LeaveNotice jQuery Plagin」</title>
		<link>http://rewdy.com/tools/leavenotice-jquery-plugin/comment-page-1#comment-114</link>
		<dc:creator>MIGI PLANNING &#187; 外部へのページ遷移時にちょっとした演出ができる「LeaveNotice jQuery Plagin」</dc:creator>
		<pubDate>Wed, 23 Sep 2009 23:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://rewdy.com/?page_id=93#comment-114</guid>
		<description>[...] http://rewdy.com/tools/leavenotice-jquery-plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://rewdy.com/tools/leavenotice-jquery-plugin" rel="nofollow">http://rewdy.com/tools/leavenotice-jquery-plugin</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LeaveNotice jQuery Plugin by BrianLang.ca &#187; Blog Archive &#187; links for 2009-09-22</title>
		<link>http://rewdy.com/tools/leavenotice-jquery-plugin/comment-page-1#comment-113</link>
		<dc:creator>BrianLang.ca &#187; Blog Archive &#187; links for 2009-09-22</dc:creator>
		<pubDate>Tue, 22 Sep 2009 07:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://rewdy.com/?page_id=93#comment-113</guid>
		<description>[...] LeaveNotice jQuery Plugin // rewdy (tags: jquery modal popup plugin) [...]</description>
		<content:encoded><![CDATA[<p>[...] LeaveNotice jQuery Plugin // rewdy (tags: jquery modal popup plugin) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LeaveNotice jQuery Plugin by 網站製作學習誌 &#187; [Web] 連結分享</title>
		<link>http://rewdy.com/tools/leavenotice-jquery-plugin/comment-page-1#comment-112</link>
		<dc:creator>網站製作學習誌 &#187; [Web] 連結分享</dc:creator>
		<pubDate>Tue, 22 Sep 2009 04:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://rewdy.com/?page_id=93#comment-112</guid>
		<description>[...] LeaveNotice jQuery Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] LeaveNotice jQuery Plugin [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
