<?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"
	>
<channel>
	<title>Comments on: The Q tag and JavaScript</title>
	<atom:link href="http://www.kryogenix.org/days/2003/04/03/javascriptThe/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2003/04/03/javascriptThe</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Mon, 08 Sep 2008 17:22:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Charles Conrad</title>
		<link>http://www.kryogenix.org/days/2003/04/03/javascriptThe#comment-98081</link>
		<dc:creator>Charles Conrad</dc:creator>
		<pubDate>Thu, 10 May 2007 16:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/04/03/javascriptThe/#comment-98081</guid>
		<description>I also implemented an IE specific fix using a behavior, similar to the previous post.  My implementation includes proper spacing for consecutive quotes and my code is structured differently (e.g., no recursive calls).  The quote characters are clearly defined , in case you want to change them.  See:
http://www.con2i.com/ds/webodyssey.html</description>
		<content:encoded><![CDATA[<p>I also implemented an IE specific fix using a behavior, similar to the previous post.  My implementation includes proper spacing for consecutive quotes and my code is structured differently (e.g., no recursive calls).  The quote characters are clearly defined , in case you want to change them.  See:<br />
<a href="http://www.con2i.com/ds/webodyssey.html" rel="nofollow">http://www.con2i.com/ds/webodyssey.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Davis</title>
		<link>http://www.kryogenix.org/days/2003/04/03/javascriptThe#comment-57713</link>
		<dc:creator>Paul Davis</dc:creator>
		<pubDate>Thu, 08 Feb 2007 02:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/04/03/javascriptThe/#comment-57713</guid>
		<description>I've also made a post on this subject. Mine was implemented as a behavior. I hope its useful:
http://willcode4beer.com/tips.jsp?set=fixIEQuotes</description>
		<content:encoded><![CDATA[<p>I&#8217;ve also made a post on this subject. Mine was implemented as a behavior. I hope its useful:<br />
<a href="http://willcode4beer.com/tips.jsp?set=fixIEQuotes" rel="nofollow">http://willcode4beer.com/tips.jsp?set=fixIEQuotes</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: htaccesselite com</title>
		<link>http://www.kryogenix.org/days/2003/04/03/javascriptThe#comment-25927</link>
		<dc:creator>htaccesselite com</dc:creator>
		<pubDate>Thu, 09 Nov 2006 15:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/04/03/javascriptThe/#comment-25927</guid>
		<description>Heres my take on a purely (X)HTML, CSS, semantic, and XHTML 1.0 Strict Validating way to create pullquotes.

&lt;a&gt;Pullquotes Using CSS - XHTML Strict Valid - No JS&lt;/a&gt;

Great article and I really like the look of your end result, and the change from the outdated innerHTML method. When you can eliminate js, doit. NOTE: Im not anti-js, just a minimalist.</description>
		<content:encoded><![CDATA[<p>Heres my take on a purely (X)HTML, CSS, semantic, and XHTML 1.0 Strict Validating way to create pullquotes.</p>
<p><a>Pullquotes Using CSS - XHTML Strict Valid - No JS</a></p>
<p>Great article and I really like the look of your end result, and the change from the outdated innerHTML method. When you can eliminate js, doit. NOTE: Im not anti-js, just a minimalist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.kryogenix.org/days/2003/04/03/javascriptThe#comment-2532</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/04/03/javascriptThe/#comment-2532</guid>
		<description>&lt;p&gt;Stuart, thanks for your work.  I just set this up on my site:http://www.kennsarah.net/archives/000199.shtml&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Stuart, thanks for your work.  I just set this up on my site:http://www.kennsarah.net/archives/000199.shtml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr. Farlops</title>
		<link>http://www.kryogenix.org/days/2003/04/03/javascriptThe#comment-2533</link>
		<dc:creator>Mr. Farlops</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/04/03/javascriptThe/#comment-2533</guid>
		<description>&lt;p&gt;Wow! Say one thing in the right place and suddenly the champions of javascript trickiness suit up and do battle agaist faulty implementations! This is very edifying to me. Thanks Mr. Landgrige!I spoke with Mr. Prokop via e-mail yesterday and he told me that the idea of using javascript to fix IE&#8217;s bad Q implementation occurred to right after using it to fix &lt;span class="caps"&gt;ABBR&lt;/span&gt;, but two problems occurred to him: 1) What to do with nested quotes? 2) How to deliver the right entities in the right language? How do you make Czech quotes work right in Czech and English quotes work right with same script?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Wow! Say one thing in the right place and suddenly the champions of javascript trickiness suit up and do battle agaist faulty implementations! This is very edifying to me. Thanks Mr. Landgrige!I spoke with Mr. Prokop via e-mail yesterday and he told me that the idea of using javascript to fix IE&#8217;s bad Q implementation occurred to right after using it to fix <span class="caps">ABBR</span>, but two problems occurred to him: 1) What to do with nested quotes? 2) How to deliver the right entities in the right language? How do you make Czech quotes work right in Czech and English quotes work right with same script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faré</title>
		<link>http://www.kryogenix.org/days/2003/04/03/javascriptThe#comment-2534</link>
		<dc:creator>Faré</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/04/03/javascriptThe/#comment-2534</guid>
		<description>Ahem, so, where can we find the full solution to seeing Q tags properly in IE 5 as well as in compliant browsers?
</description>
		<content:encoded><![CDATA[<p>Ahem, so, where can we find the full solution to seeing Q tags properly in IE 5 as well as in compliant browsers?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
