<?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: jQuery fade-in spoiler revealer: The failsafe, progressively enhanced version</title>
	<atom:link href="http://www.pathf.com/blogs/2008/04/jquery-fade-in/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pathf.com/blogs/2008/04/jquery-fade-in/</link>
	<description>Running commentary about agile development, user experience design and Ajax.</description>
	<lastBuildDate>Fri, 05 Mar 2010 19:33:43 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Brian Dillard</title>
		<link>http://www.pathf.com/blogs/2008/04/jquery-fade-in/comment-page-1/#comment-30</link>
		<dc:creator>Brian Dillard</dc:creator>
		<pubDate>Mon, 28 Apr 2008 14:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=26#comment-30</guid>
		<description>&lt;p&gt;@Jones: I know strict semantics heads prefer this solution, but isn&#039;t mobile browser support still lagging for links that point to IDs instead of anchors?&lt;/p&gt;

&lt;p&gt;This page is a few years old, but the caveat on this point within it has led me to avoid this approach to date:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://bitesizestandards.com/bites/cleaning-up-code-with-semantic-anchors&quot; rel=&quot;nofollow&quot;&gt;http://bitesizestandards.com/bites/cleaning-up-code-with-semantic-anchors&lt;/a&gt;&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>@Jones: I know strict semantics heads prefer this solution, but isn&#8217;t mobile browser support still lagging for links that point to IDs instead of anchors?</p>
<p>This page is a few years old, but the caveat on this point within it has led me to avoid this approach to date:</p>
<p><a href="http://bitesizestandards.com/bites/cleaning-up-code-with-semantic-anchors" rel="nofollow">http://bitesizestandards.com/bites/cleaning-up-code-with-semantic-anchors</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jones</title>
		<link>http://www.pathf.com/blogs/2008/04/jquery-fade-in/comment-page-1/#comment-29</link>
		<dc:creator>Jones</dc:creator>
		<pubDate>Thu, 24 Apr 2008 17:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=26#comment-29</guid>
		<description>&lt;p&gt;A little nitpick: rather than slapping an IMO ugly anchor element (ie [spoiler]), just slap an id to a span (or any other relevant tag) with the spoiler itself (eg [spoiler].&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A little nitpick: rather than slapping an IMO ugly anchor element (ie [spoiler]), just slap an id to a span (or any other relevant tag) with the spoiler itself (eg [spoiler].</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.pathf.com/blogs/2008/04/jquery-fade-in/comment-page-1/#comment-28</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 18 Apr 2008 13:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=26#comment-28</guid>
		<description>&lt;p&gt;nice post with actual comments in the JS, something many sites&#039; examples lack, thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>nice post with actual comments in the JS, something many sites&#8217; examples lack, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Dillard</title>
		<link>http://www.pathf.com/blogs/2008/04/jquery-fade-in/comment-page-1/#comment-27</link>
		<dc:creator>Brian Dillard</dc:creator>
		<pubDate>Thu, 17 Apr 2008 12:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=26#comment-27</guid>
		<description>&lt;p&gt;@Chris: Yeah, progressive enhancement is ugly, but it works! Sorry about the misspellings, now corrected. My eyes aren&#039;t what they could be.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Chris: Yeah, progressive enhancement is ugly, but it works! Sorry about the misspellings, now corrected. My eyes aren&#8217;t what they could be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://www.pathf.com/blogs/2008/04/jquery-fade-in/comment-page-1/#comment-26</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Thu, 17 Apr 2008 03:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=26#comment-26</guid>
		<description>&lt;p&gt;Hi Brian,&lt;/p&gt;

&lt;p&gt;Nice thoughtful approach, good work =)  Kinda ugly seeing all those br tags in there, but if you are trying to be as truly careful with not revealing the spoiler as possible (preparing for both No CSS and No Javascript), they are needed right in the markup itself.&lt;/p&gt;

&lt;p&gt;Quick fix if you don&#039;t mind... My last name is actually &quot;Coyier&quot; and the site is &quot;CSS-Tricks&quot; =)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>Nice thoughtful approach, good work =)  Kinda ugly seeing all those br tags in there, but if you are trying to be as truly careful with not revealing the spoiler as possible (preparing for both No CSS and No Javascript), they are needed right in the markup itself.</p>
<p>Quick fix if you don&#8217;t mind&#8230; My last name is actually &#8220;Coyier&#8221; and the site is &#8220;CSS-Tricks&#8221; =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.240 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-21 03:19:40 -->
