<?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: Semantic Blockquotes with jQuery</title>
	<atom:link href="http://www.thewebsqueeze.com/web-design-tutorials/semantic-blockquotes-with-jquery.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewebsqueeze.com/web-design-tutorials/semantic-blockquotes-with-jquery.html</link>
	<description>Web Design Magazine</description>
	<lastBuildDate>Wed, 06 Jul 2011 03:12:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Paul Crowe</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/semantic-blockquotes-with-jquery.html/comment-page-1/#comment-38943</link>
		<dc:creator>Paul Crowe</dc:creator>
		<pubDate>Thu, 23 Jun 2011 10:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1381#comment-38943</guid>
		<description>Love it, also great detail in the tutorial thanks !</description>
		<content:encoded><![CDATA[<p>Love it, also great detail in the tutorial thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/semantic-blockquotes-with-jquery.html/comment-page-1/#comment-15035</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 10 Sep 2010 14:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1381#comment-15035</guid>
		<description>Groan... for once my tags weren&#039;t filtered ;)... lets try that again?


Eric, 

There is something to be said for Ryan’s comment. Not that you need to use the ‘pull quote’  tag but rather that you need to use the right tags. 

In this case, it would be better to use a &lt;q&gt; tag since that would correctly indicate the the text is a quote and the classname “pull” (or aside or what-ever-you-want-that-is-meaningful) will give you the necessary hooks to do this. Further, if the quote does belong in the content, then this is the best way to do it as the quote should be indicated as such. &lt;/q&gt;

In addition, indicating the source in a title is also not correct; this is what the cite tag is for. Sticking the cite tag in the q would work in some cases, if that’s what the content calls for but if your sentence is something like: 

As &lt;cite&gt;Harry S. Truman&lt;/cite&gt; said, &lt;q&gt;The buck stops here.&lt;/q&gt; (from the HTML4 description of &lt;cite&gt;) &lt;/cite&gt;

then you need something more explicit to associate the cite and the q. Since all browsers allow arbitrary attributes, I would reuse an existing attribute, namely for and write that as:

As &lt;cite&gt;Harry S. Truman&lt;/cite&gt; said, &lt;q&gt;The buck stops here.&lt;/q&gt;

The jQuery selectors are a little more involved but this makes good use of the semantics already in HTML to get its stuff done.</description>
		<content:encoded><![CDATA[<p>Groan&#8230; for once my tags weren&#8217;t filtered <img src='http://www.thewebsqueeze.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> &#8230; lets try that again?</p>
<p>Eric, </p>
<p>There is something to be said for Ryan’s comment. Not that you need to use the ‘pull quote’  tag but rather that you need to use the right tags. </p>
<p>In this case, it would be better to use a &lt;q&gt; tag since that would correctly indicate the the text is a quote and the classname “pull” (or aside or what-ever-you-want-that-is-meaningful) will give you the necessary hooks to do this. Further, if the quote does belong in the content, then this is the best way to do it as the quote should be indicated as such. &lt;/q&gt;</p>
<p>In addition, indicating the source in a title is also not correct; this is what the cite tag is for. Sticking the cite tag in the q would work in some cases, if that’s what the content calls for but if your sentence is something like: </p>
<p>As &lt;cite&gt;Harry S. Truman&lt;/cite&gt; said, &lt;q&gt;The buck stops here.&lt;/q&gt; (from the HTML4 description of &lt;cite&gt;) &lt;/cite&gt;</p>
<p>then you need something more explicit to associate the cite and the q. Since all browsers allow arbitrary attributes, I would reuse an existing attribute, namely for and write that as:</p>
<p>As &lt;cite&gt;Harry S. Truman&lt;/cite&gt; said, &lt;q&gt;The buck stops here.&lt;/q&gt;</p>
<p>The jQuery selectors are a little more involved but this makes good use of the semantics already in HTML to get its stuff done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/semantic-blockquotes-with-jquery.html/comment-page-1/#comment-10612</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 02 Jun 2010 00:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1381#comment-10612</guid>
		<description>nice job mate

Sam
codingmagician.com</description>
		<content:encoded><![CDATA[<p>nice job mate</p>
<p>Sam<br />
codingmagician.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/semantic-blockquotes-with-jquery.html/comment-page-1/#comment-5943</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 10 Aug 2009 05:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1381#comment-5943</guid>
		<description>Ryan,

Since you&#039;re so keen on enlightening us with your useless information, perhaps you could point us to a page describing the pull-quote html tag.

OH WAIT!! There isn&#039;t one, because it doesn&#039;t exist.

Sometimes we use the closest tag to the one we need. Deal with it.

Peace.</description>
		<content:encoded><![CDATA[<p>Ryan,</p>
<p>Since you&#8217;re so keen on enlightening us with your useless information, perhaps you could point us to a page describing the pull-quote html tag.</p>
<p>OH WAIT!! There isn&#8217;t one, because it doesn&#8217;t exist.</p>
<p>Sometimes we use the closest tag to the one we need. Deal with it.</p>
<p>Peace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Kelly</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/semantic-blockquotes-with-jquery.html/comment-page-1/#comment-5300</link>
		<dc:creator>Ryan Kelly</dc:creator>
		<pubDate>Tue, 30 Jun 2009 03:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1381#comment-5300</guid>
		<description>One problem: this isn&#039;t a block-quote you&#039;re trying to make, it&#039;s a &lt;em&gt;pull-quote&lt;/em&gt;. &lt;strong&gt;Block quotes&lt;/strong&gt; are used when &lt;strong&gt;large blocks of text&lt;/strong&gt;, usually several paragraphs, are &lt;strong&gt;quoted&lt;/strong&gt; from a single source. &lt;strong&gt;Pull quotes are short quotes&lt;/strong&gt; usually from the article itself that are &lt;strong&gt;pulled to the side&lt;/strong&gt; to draw the reader to that portion of the text.

More information: http://xhtml.com/en/xhtml/reference/blockquote/</description>
		<content:encoded><![CDATA[<p>One problem: this isn&#8217;t a block-quote you&#8217;re trying to make, it&#8217;s a <em>pull-quote</em>. <strong>Block quotes</strong> are used when <strong>large blocks of text</strong>, usually several paragraphs, are <strong>quoted</strong> from a single source. <strong>Pull quotes are short quotes</strong> usually from the article itself that are <strong>pulled to the side</strong> to draw the reader to that portion of the text.</p>
<p>More information: <a href="http://xhtml.com/en/xhtml/reference/blockquote/" rel="nofollow">http://xhtml.com/en/xhtml/reference/blockquote/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dainis Graveris</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/semantic-blockquotes-with-jquery.html/comment-page-1/#comment-5297</link>
		<dc:creator>Dainis Graveris</dc:creator>
		<pubDate>Sun, 28 Jun 2009 16:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1381#comment-5297</guid>
		<description>Great that you came up with this tutorial, this is really solution, I&#039;ll bookmark this for later use, when i&#039;ll get the same problem, thanks!</description>
		<content:encoded><![CDATA[<p>Great that you came up with this tutorial, this is really solution, I&#8217;ll bookmark this for later use, when i&#8217;ll get the same problem, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack F</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/semantic-blockquotes-with-jquery.html/comment-page-1/#comment-4498</link>
		<dc:creator>Jack F</dc:creator>
		<pubDate>Tue, 17 Feb 2009 00:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1381#comment-4498</guid>
		<description>Thanks Trevor, and you have a very valid point. Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks Trevor, and you have a very valid point. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

