<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: rant</title>
	<link>http://cleverhack.com/2004/10/16/rant/</link>
	<description>A Blog About Technology, Search Engine Optimization (SEO), Internet Marketing And More.</description>
	<pubDate>Tue, 06 Jan 2009 20:49:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Misanthropyst</title>
		<link>http://cleverhack.com/2004/10/16/rant/#comment-201</link>
		<pubDate>Tue, 19 Oct 2004 21:57:43 +0000</pubDate>
		<guid>http://cleverhack.com/2004/10/16/rant/#comment-201</guid>
					<description>I just re-coded my DIY Perl blog content management system to do these image tags correctly, as in (with surrounding angle brackets):

img src=&quot;source&quot; title=&quot;title&quot; alt=&quot;statement&quot; /

Thanks for the motivation to do it right.</description>
		<content:encoded><![CDATA[<p>I just re-coded my DIY Perl blog content management system to do these image tags correctly, as in (with surrounding angle brackets):</p>
<p>img src=&#8221;source&#8221; title=&#8221;title&#8221; alt=&#8221;statement&#8221; /</p>
<p>Thanks for the motivation to do it right.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Misanthropyst</title>
		<link>http://cleverhack.com/2004/10/16/rant/#comment-200</link>
		<pubDate>Mon, 18 Oct 2004 12:05:35 +0000</pubDate>
		<guid>http://cleverhack.com/2004/10/16/rant/#comment-200</guid>
					<description>Yes, it is required for well formed xml. But, it causes all browsers not to display the alt statement when the cursor is held over the image. I think you then have to use a title=&quot;sometitle&quot; to get that effect.</description>
		<content:encoded><![CDATA[<p>Yes, it is required for well formed xml. But, it causes all browsers not to display the alt statement when the cursor is held over the image. I think you then have to use a title=&#8221;sometitle&#8221; to get that effect.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: joy</title>
		<link>http://cleverhack.com/2004/10/16/rant/#comment-199</link>
		<pubDate>Mon, 18 Oct 2004 00:07:09 +0000</pubDate>
		<guid>http://cleverhack.com/2004/10/16/rant/#comment-199</guid>
					<description>Yeah, the forward slash at the end is xhtml complaint, apparently.</description>
		<content:encoded><![CDATA[<p>Yeah, the forward slash at the end is xhtml complaint, apparently.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Misanthropyst</title>
		<link>http://cleverhack.com/2004/10/16/rant/#comment-193</link>
		<pubDate>Sat, 16 Oct 2004 20:05:36 +0000</pubDate>
		<guid>http://cleverhack.com/2004/10/16/rant/#comment-193</guid>
					<description>Here's a Q. for you - is the proper, standards compliant image tag this - img src=&quot;somesource&quot; alt=&quot;somedata&quot; / ? (note the space between the end of the closing double quote around the alt string and the following forward slant).</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a Q. for you - is the proper, standards compliant image tag this - img src=&#8221;somesource&#8221; alt=&#8221;somedata&#8221; / ? (note the space between the end of the closing double quote around the alt string and the following forward slant).</p>
]]></content:encoded>
				</item>
</channel>
</rss>
