<?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: A Sin to Use Firefox?</title>
	<atom:link href="http://benramsey.com/archives/a-sin-to-use-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://benramsey.com/archives/a-sin-to-use-firefox/</link>
	<description>PHP and Other Techno-babble</description>
	<lastBuildDate>Mon, 01 Feb 2010 11:59:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben Ramsey</title>
		<link>http://benramsey.com/archives/a-sin-to-use-firefox/comment-page-1/#comment-114</link>
		<dc:creator>Ben Ramsey</dc:creator>
		<pubDate>Mon, 01 Nov 2004 14:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.benramsey.com/2004/10/27/a-sin-to-use-firefox/#comment-114</guid>
		<description>Yeah, I&#039;ll definitely look into that.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;ll definitely look into that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Shiflett</title>
		<link>http://benramsey.com/archives/a-sin-to-use-firefox/comment-page-1/#comment-113</link>
		<dc:creator>Chris Shiflett</dc:creator>
		<pubDate>Mon, 01 Nov 2004 06:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.benramsey.com/2004/10/27/a-sin-to-use-firefox/#comment-113</guid>
		<description>It looks like WordPress uses strip_tags() or something rather than htmlentities(). I think that&#039;s worth changing. :-)</description>
		<content:encoded><![CDATA[<p>It looks like WordPress uses strip_tags() or something rather than htmlentities(). I think that&#8217;s worth changing. <img src='http://benramsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas D.</title>
		<link>http://benramsey.com/archives/a-sin-to-use-firefox/comment-page-1/#comment-98</link>
		<dc:creator>Jonas D.</dc:creator>
		<pubDate>Thu, 28 Oct 2004 13:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.benramsey.com/2004/10/27/a-sin-to-use-firefox/#comment-98</guid>
		<description>Your htmlentities() doesn&#039;t work that well ;)...
Internet Explorere doesnÃ¢â‚¬â„¢t ignore newlines, there are 1-2 pixel with spacings if you do a linebreakÃ¢â‚¬Â¦
If you like to avoid the margin of a form you need to put it between &lt;table&gt; and &lt;tr&gt;...



I think Mozilla(FirefoxÃ¢â‚¬Â¦) has got the best HTML/CSS implementationÃ¢â‚¬Â¦</description>
		<content:encoded><![CDATA[<p>Your htmlentities() doesn&#8217;t work that well <img src='http://benramsey.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ...<br />
Internet Explorere doesnÃ¢â‚¬â„¢t ignore newlines, there are 1-2 pixel with spacings if you do a linebreakÃ¢â‚¬Â¦<br />
If you like to avoid the margin of a form you need to put it between<br />
<table> and<br />
<tr>...</tr>
</table>
<p>I think Mozilla(FirefoxÃ¢â‚¬Â¦) has got the best HTML/CSS implementationÃ¢â‚¬Â¦</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas D.</title>
		<link>http://benramsey.com/archives/a-sin-to-use-firefox/comment-page-1/#comment-97</link>
		<dc:creator>Jonas D.</dc:creator>
		<pubDate>Thu, 28 Oct 2004 13:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.benramsey.com/2004/10/27/a-sin-to-use-firefox/#comment-97</guid>
		<description>I also thought a long time ago, that the ie is simply more tolerant about HTML bugs. But that&#039;s totaly wrong...

Example:
Internet Explorere doesn&#039;t ignore newlines, there are 1-2 pixel with spacings if you do a linebreak...
If you like to avoid the margin of a form you need to put it between &lt;table&gt; and &lt;tr&gt; :
&lt;table&gt;
&lt;form&gt;
&lt;tr&gt;

And so on...

I think the Mozilla(Firefox...) has got the best HTML/CSS implementation...&lt;/tr&gt;&lt;/form&gt;&lt;/table&gt;&lt;/tr&gt;&lt;/table&gt;</description>
		<content:encoded><![CDATA[<p>I also thought a long time ago, that the ie is simply more tolerant about HTML bugs. But that&#8217;s totaly wrong&#8230;</p>
<p>Example:<br />
Internet Explorere doesn&#8217;t ignore newlines, there are 1-2 pixel with spacings if you do a linebreak&#8230;<br />
If you like to avoid the margin of a form you need to put it between<br />
<table> and<br />
<tr> :</p>
<table></p>
<form></p>
<tr></tr>
</form>
</table>
</tr>
</table>
<p>And so on&#8230;</p>
<p>I think the Mozilla(Firefox&#8230;) has got the best HTML/CSS implementation&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Holst</title>
		<link>http://benramsey.com/archives/a-sin-to-use-firefox/comment-page-1/#comment-96</link>
		<dc:creator>Jonathan Holst</dc:creator>
		<pubDate>Wed, 27 Oct 2004 18:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.benramsey.com/2004/10/27/a-sin-to-use-firefox/#comment-96</guid>
		<description>Geez... How the hell can one write something like that? 

&lt;blockquote&gt;Are other browsers simply inferior, or is IE just that much better at handling faulty HTML?&lt;/blockquote&gt;

That&#039;s about the worst argument I&#039;ve ever heard.</description>
		<content:encoded><![CDATA[<p>Geez&#8230; How the hell can one write something like that? </p>
<p>
<blockquote>Are other browsers simply inferior, or is IE just that much better at handling faulty HTML?</p></blockquote>
<p>That&#8217;s about the worst argument I&#8217;ve ever heard.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
