<?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: Best Way to Label Dead Links</title>
	<atom:link href="http://www.hyperborea.org/journal/2009/11/label-dead-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hyperborea.org/journal/2009/11/label-dead-links/</link>
	<description>Sci-fi, comics, humor, photos...it&#039;s all fair game.</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:01:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Kelson</title>
		<link>http://www.hyperborea.org/journal/2009/11/label-dead-links/#comment-48388</link>
		<dc:creator>Kelson</dc:creator>
		<pubDate>Thu, 26 Nov 2009 06:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=6145#comment-48388</guid>
		<description>Yeah, that should be doable in CSS using the :before or :after selector. Something like this:

&lt;code&gt;a.broken_link:after { content: url(/path/to/image); }&lt;/code&gt;

Changing the tooltip would probably require some scripting, or else more processing on the server. Hmm...</description>
		<content:encoded><![CDATA[<p>Yeah, that should be doable in CSS using the :before or :after selector. Something like this:</p>
<p><code>a.broken_link:after { content: url(/path/to/image); }</code></p>
<p>Changing the tooltip would probably require some scripting, or else more processing on the server. Hmm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk Warren</title>
		<link>http://www.hyperborea.org/journal/2009/11/label-dead-links/#comment-48387</link>
		<dc:creator>Kirk Warren</dc:creator>
		<pubDate>Thu, 26 Nov 2009 06:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=6145#comment-48387</guid>
		<description>If possible, I&#039;d have it edit in a small gif image ofa  broken chain link (Wordpress has a button that looks like this -&gt; http://www.mcbuzz.com/wp-content/uploads/2007/10/make-a-text-link-11.gif ) next to the dead link.  The alt text when you hover over the link would show text along the lines of &quot;Site linked to no longer available or has moved.&quot;.  So, it would look like this:

This is a &lt;a href=&quot;http://deadlink&quot;&gt;dead link[o/o]&lt;/a&gt;.

Where [o/o] is a broken chain link image.  The image would be tiny and inline sized of course.</description>
		<content:encoded><![CDATA[<p>If possible, I&#8217;d have it edit in a small gif image ofa  broken chain link (WordPress has a button that looks like this -&gt; <a href="http://www.mcbuzz.com/wp-content/uploads/2007/10/make-a-text-link-11.gif" rel="nofollow">http://www.mcbuzz.com/wp-content/uploads/2007/10/make-a-text-link-11.gif</a> ) next to the dead link.  The alt text when you hover over the link would show text along the lines of &#8220;Site linked to no longer available or has moved.&#8221;.  So, it would look like this:</p>
<p>This is a <a href="http://deadlink">dead link[o/o]</a>.</p>
<p>Where [o/o] is a broken chain link image.  The image would be tiny and inline sized of course.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

