<?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: Page Links Checker v0.1</title>
	<atom:link href="http://www.keebler.net/blog/2005/07/10/page-links-checker-v01/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keebler.net/blog/2005/07/10/page-links-checker-v01/</link>
	<description></description>
	<lastBuildDate>Tue, 16 Feb 2010 13:44:48 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jeff salam</title>
		<link>http://www.keebler.net/blog/2005/07/10/page-links-checker-v01/comment-page-1/#comment-64201</link>
		<dc:creator>jeff salam</dc:creator>
		<pubDate>Fri, 28 Nov 2008 21:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.keebler.net/blog/2005/07/10/page-links-checker-v01/#comment-64201</guid>
		<description>hi;

nice script ;
I&#039;m new to this. can you advise how I can check only the links that i can specify on the page.

thanks
happy thanks giving
jeff</description>
		<content:encoded><![CDATA[<p>hi;</p>
<p>nice script ;<br />
I&#8217;m new to this. can you advise how I can check only the links that i can specify on the page.</p>
<p>thanks<br />
happy thanks giving<br />
jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.keebler.net/blog/2005/07/10/page-links-checker-v01/comment-page-1/#comment-23</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 12 Jul 2005 23:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.keebler.net/blog/2005/07/10/page-links-checker-v01/#comment-23</guid>
		<description>Do you have a Firefox extension or Greasemonkey that automatically converts text to links?  &quot;https://&quot; isn&#039;t a link over here ;-)</description>
		<content:encoded><![CDATA[<p>Do you have a Firefox extension or Greasemonkey that automatically converts text to links?  &#8220;https://&#8221; isn&#8217;t a link over here <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hatem</title>
		<link>http://www.keebler.net/blog/2005/07/10/page-links-checker-v01/comment-page-1/#comment-22</link>
		<dc:creator>Hatem</dc:creator>
		<pubDate>Tue, 12 Jul 2005 05:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.keebler.net/blog/2005/07/10/page-links-checker-v01/#comment-22</guid>
		<description>I&#039;m getting a strange behaviour when I click in the &quot;text&quot; of your comment &quot;https://.&quot; is considered as URL ? (try it with firefox) I think its better to parse url in server side, easily done with preg_match, but dunno about JS...</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting a strange behaviour when I click in the &#8220;text&#8221; of your comment &#8220;https://.&#8221; is considered as URL ? (try it with firefox) I think its better to parse url in server side, easily done with preg_match, but dunno about JS&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.keebler.net/blog/2005/07/10/page-links-checker-v01/comment-page-1/#comment-20</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sun, 10 Jul 2005 17:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.keebler.net/blog/2005/07/10/page-links-checker-v01/#comment-20</guid>
		<description>&lt;p&gt;Good point. Since that could be a problem with a lot of those special transfer protocols, I added a check that the URL begins with http:// or https://. Thanks for the suggestion :-) &lt;/p&gt;&lt;p&gt;Since I am also worried about commands on the query string, I removed checking on any links with a query string.&lt;/p&gt;&lt;p&gt;I also added a 500 millisecond delay to displaying the &quot;working link&quot; icon so it wouldn&#039;t interfer with people clicking it.&lt;/p&gt;&lt;p&gt;Another way to do this would be to check a link only when a user clicks it and display a confirmation prompt if the link is invalid e.g. &quot;Sorry, this link no longer appears to be active.&#160; Would you still like to go to it?&#160; OK/Cancel&quot;.&#160; That might be less intrusive for the user.&#160; &lt;strong&gt;For the time being, I&#039;ve added that functionality only to the &lt;a href=&quot;/blog/wp-content/scripts/checkURL.js&quot; target=&quot;_self&quot;&gt;active script&lt;/a&gt; on this site.&#160; &lt;a href=&quot;http://www.badsite.doesntexist&quot; target=&quot;_self&quot;&gt;Try it out on this link&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt; &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Good point. Since that could be a problem with a lot of those special transfer protocols, I added a check that the URL begins with http:// or https://. Thanks for the suggestion <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>Since I am also worried about commands on the query string, I removed checking on any links with a query string.</p>
<p>I also added a 500 millisecond delay to displaying the &quot;working link&quot; icon so it wouldn&#8217;t interfer with people clicking it.</p>
<p>Another way to do this would be to check a link only when a user clicks it and display a confirmation prompt if the link is invalid e.g. &quot;Sorry, this link no longer appears to be active.&nbsp; Would you still like to go to it?&nbsp; OK/Cancel&quot;.&nbsp; That might be less intrusive for the user.&nbsp; <strong>For the time being, I&#8217;ve added that functionality only to the <a href="/blog/wp-content/scripts/checkURL.js" target="_self">active script</a> on this site.&nbsp; <a href="http://www.badsite.doesntexist" target="_self">Try it out on this link</a></strong> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hatem</title>
		<link>http://www.keebler.net/blog/2005/07/10/page-links-checker-v01/comment-page-1/#comment-19</link>
		<dc:creator>Hatem</dc:creator>
		<pubDate>Sun, 10 Jul 2005 06:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.keebler.net/blog/2005/07/10/page-links-checker-v01/#comment-19</guid>
		<description>Cool script, by the way if you point to &quot;Entries (RSS)&quot; link in bottom page it won&#039;t work. &quot;feed&quot; is not a standard protocol registered by browsers. Just and str_replace to fix it :)</description>
		<content:encoded><![CDATA[<p>Cool script, by the way if you point to &quot;Entries (RSS)&quot; link in bottom page it won&#8217;t work. &quot;feed&quot; is not a standard protocol registered by browsers. Just and str_replace to fix it <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
