<?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 latest project: web lint</title>
	<atom:link href="http://gregbaker.ca/blog/2009/10/15/my-latest-project-web-lint/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregbaker.ca/blog/2009/10/15/my-latest-project-web-lint/</link>
	<description>Tales from Greg and Kat, in NC and elsewhere.</description>
	<lastBuildDate>Thu, 29 Sep 2011 23:17:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Greg</title>
		<link>http://gregbaker.ca/blog/2009/10/15/my-latest-project-web-lint/comment-page-1/#comment-10646</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 27 Oct 2009 16:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://gregbaker.ca/blog/?p=877#comment-10646</guid>
		<description>The tool checks style tags to see if they are just @import.  Since I was already doing that, it was easy to treat the imported URL as if it was a link and validate the details.

But, my regex missed the optional whitespace inside the parens (which you have).  Fixed in my development version.</description>
		<content:encoded><![CDATA[<p>The tool checks style tags to see if they are just @import.  Since I was already doing that, it was easy to treat the imported URL as if it was a link and validate the details.</p>
<p>But, my regex missed the optional whitespace inside the parens (which you have).  Fixed in my development version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Pike</title>
		<link>http://gregbaker.ca/blog/2009/10/15/my-latest-project-web-lint/comment-page-1/#comment-10642</link>
		<dc:creator>Allen Pike</dc:creator>
		<pubDate>Tue, 27 Oct 2009 06:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://gregbaker.ca/blog/?p=877#comment-10642</guid>
		<description>Of course it strips the HTML in the previous comment. It&#039;s complaining about a style tag.</description>
		<content:encoded><![CDATA[<p>Of course it strips the HTML in the previous comment. It&#8217;s complaining about a style tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Pike</title>
		<link>http://gregbaker.ca/blog/2009/10/15/my-latest-project-web-lint/comment-page-1/#comment-10641</link>
		<dc:creator>Allen Pike</dc:creator>
		<pubDate>Tue, 27 Oct 2009 06:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://gregbaker.ca/blog/?p=877#comment-10641</guid>
		<description>If you run it on antipode.ca, it complains that I have a  with an invalid link. The problem is, it&#039;s an inline style (@import, to be exact) so there is no link to speak of.</description>
		<content:encoded><![CDATA[<p>If you run it on antipode.ca, it complains that I have a  with an invalid link. The problem is, it&#8217;s an inline style (@import, to be exact) so there is no link to speak of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hora</title>
		<link>http://gregbaker.ca/blog/2009/10/15/my-latest-project-web-lint/comment-page-1/#comment-10479</link>
		<dc:creator>Hora</dc:creator>
		<pubDate>Fri, 16 Oct 2009 10:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://gregbaker.ca/blog/?p=877#comment-10479</guid>
		<description>This is pretty damn cool, although it&#039;s kinda annoying when you have the same warning a million times. Maybe you should group the warning by warning type? Something like &#039;Warning X: 15 times&#039;, &#039;Warning Y: 4 times&#039;, and show you where?

This also got me to think about a few things I didn&#039;t before..</description>
		<content:encoded><![CDATA[<p>This is pretty damn cool, although it&#8217;s kinda annoying when you have the same warning a million times. Maybe you should group the warning by warning type? Something like &#8216;Warning X: 15 times&#8217;, &#8216;Warning Y: 4 times&#8217;, and show you where?</p>
<p>This also got me to think about a few things I didn&#8217;t before..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Godfrey</title>
		<link>http://gregbaker.ca/blog/2009/10/15/my-latest-project-web-lint/comment-page-1/#comment-10476</link>
		<dc:creator>Godfrey</dc:creator>
		<pubDate>Fri, 16 Oct 2009 07:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://gregbaker.ca/blog/?p=877#comment-10476</guid>
		<description>This would be a pretty interesting assignment topic for 165... just saying :D

Not sure if it&#039;s already there, but here is my list:
- b/i/u (...and blink?!) tags
- strong tag followed by a br, or a strong in its own p or div tag (should be using headers?)
- div tag warping just text (should be using paragraphs?)

Maybe I&#039;ll have the time to actually test it tomorrow.</description>
		<content:encoded><![CDATA[<p>This would be a pretty interesting assignment topic for 165&#8230; just saying <img src='http://gregbaker.ca/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Not sure if it&#8217;s already there, but here is my list:<br />
- b/i/u (&#8230;and blink?!) tags<br />
- strong tag followed by a br, or a strong in its own p or div tag (should be using headers?)<br />
- div tag warping just text (should be using paragraphs?)</p>
<p>Maybe I&#8217;ll have the time to actually test it tomorrow.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.176 seconds -->

