<?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: How much modification can an hReview take and still be an hReview?</title>
	<atom:link href="http://www.webteacher.ws/2007/10/12/how-much-modification-can-an-hreview-take-and-still-be-an-hreview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webteacher.ws/2007/10/12/how-much-modification-can-an-hreview-take-and-still-be-an-hreview/</link>
	<description>Tips, web design book reviews, resources and observations for teaching and learning web development.</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:58:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: vdebolt</title>
		<link>http://www.webteacher.ws/2007/10/12/how-much-modification-can-an-hreview-take-and-still-be-an-hreview/comment-page-1/#comment-208</link>
		<dc:creator>vdebolt</dc:creator>
		<pubDate>Fri, 12 Oct 2007 19:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.webteacher.ws/2007/10/12/how-much-modification-can-an-hreview-take-and-still-be-an-hreview/#comment-208</guid>
		<description>Thanks for the link to the review schema. I hadn&#039;t seen this before and it tells me everything I need to know. I&#039;m embarrassed to admit I overlooked it before now.

Teli, you shared so much knowledge with me in dealing with how to move this blog from Blogger to Wordpress, I&#039;m thrilled to introduce you to something you don&#039;t already know about.</description>
		<content:encoded><![CDATA[<p>Thanks for the link to the review schema. I hadn&#8217;t seen this before and it tells me everything I need to know. I&#8217;m embarrassed to admit I overlooked it before now.</p>
<p>Teli, you shared so much knowledge with me in dealing with how to move this blog from Blogger to WordPress, I&#8217;m thrilled to introduce you to something you don&#8217;t already know about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teli Adlam</title>
		<link>http://www.webteacher.ws/2007/10/12/how-much-modification-can-an-hreview-take-and-still-be-an-hreview/comment-page-1/#comment-207</link>
		<dc:creator>Teli Adlam</dc:creator>
		<pubDate>Fri, 12 Oct 2007 19:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webteacher.ws/2007/10/12/how-much-modification-can-an-hreview-take-and-still-be-an-hreview/#comment-207</guid>
		<description>Also forgot to mention the star rating issue. The system seems to be &lt;a href=&quot;http://microformats.org/wiki/hreview#Product_review&quot; rel=&quot;nofollow&quot;&gt;pretty flexible&lt;/a&gt; with what you can use.

From the wiki, it appears to be just to replace the asterisks with your own personal choice of value as long as you wrap it up in an abbr tag with the attributes class=&quot;rating&quot; and title=&quot;value&quot; (value replaced with the rating integer.)

Example:
&lt;abbr class=&quot;rating&quot; title=&quot;1.0&quot;&gt;OMG! It bit the big one&lt;/abbr&gt; would still be recognized as the rating of &quot;1.0&quot; (or worst).

In the same vein, you could just wrap the integer in a span with a class=&quot;rating&quot; attribute and the integer will be picked up.

Example:
&lt;span class=&quot;rating&quot;&gt;4&lt;/span&gt; on the Hot Meter would be interpreted as a 4 rating, but displayed as &quot;4&quot; on the Hot Meter&quot;.

Hope all of this makes sense. LOL

~ Teli</description>
		<content:encoded><![CDATA[<p>Also forgot to mention the star rating issue. The system seems to be <a href="http://microformats.org/wiki/hreview#Product_review" rel="nofollow">pretty flexible</a> with what you can use.</p>
<p>From the wiki, it appears to be just to replace the asterisks with your own personal choice of value as long as you wrap it up in an abbr tag with the attributes class=&#8221;rating&#8221; and title=&#8221;value&#8221; (value replaced with the rating integer.)</p>
<p>Example:<br />
&lt;abbr class=&#8221;rating&#8221; title=&#8221;1.0&#8243;&gt;OMG! It bit the big one&lt;/abbr&gt; would still be recognized as the rating of &#8220;1.0&#8243; (or worst).</p>
<p>In the same vein, you could just wrap the integer in a span with a class=&#8221;rating&#8221; attribute and the integer will be picked up.</p>
<p>Example:<br />
&lt;span class=&#8221;rating&#8221;&gt;4&lt;/span&gt; on the Hot Meter would be interpreted as a 4 rating, but displayed as &#8220;4&#8243; on the Hot Meter&#8221;.</p>
<p>Hope all of this makes sense. LOL</p>
<p>~ Teli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teli Adlam</title>
		<link>http://www.webteacher.ws/2007/10/12/how-much-modification-can-an-hreview-take-and-still-be-an-hreview/comment-page-1/#comment-206</link>
		<dc:creator>Teli Adlam</dc:creator>
		<pubDate>Fri, 12 Oct 2007 18:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.webteacher.ws/2007/10/12/how-much-modification-can-an-hreview-take-and-still-be-an-hreview/#comment-206</guid>
		<description>After reading through the entire hReview wiki page, it seems to me that the most important elements of the hReview are the attributes used and whether it&#039;s marked up accurately.

Basically, your modified version of an hReview will still be considered an hReview because it uses valid mark up and contains the proper attributes. Plus, much of the &lt;a href=&quot;http://microformats.org/wiki/hreview#Schema&quot; rel=&quot;nofollow&quot;&gt;review schema&lt;/a&gt; values are optional such as the reviewer name and date.

For instance, have a look at &lt;a href=&quot;http://microformats.org/wiki/hreview#Restaurant_reviews&quot; rel=&quot;nofollow&quot;&gt;their second restaurant review example&lt;/a&gt; -- they&#039;ve done exactly what you&#039;ve done by changing the &lt;blockquote&gt; tag into a division with a class=&quot;description&quot; and changing the heading level 2 to a heading level 4.

To be honest, this is the first I&#039;m hearing about the hReview format and after learning about it, it sounds cool. I will probably adopt it for my book review site and see how I like it in the long run. :)

~ Teli</description>
		<content:encoded><![CDATA[<p>After reading through the entire hReview wiki page, it seems to me that the most important elements of the hReview are the attributes used and whether it&#8217;s marked up accurately.</p>
<p>Basically, your modified version of an hReview will still be considered an hReview because it uses valid mark up and contains the proper attributes. Plus, much of the <a href="http://microformats.org/wiki/hreview#Schema" rel="nofollow">review schema</a> values are optional such as the reviewer name and date.</p>
<p>For instance, have a look at <a href="http://microformats.org/wiki/hreview#Restaurant_reviews" rel="nofollow">their second restaurant review example</a> &#8212; they&#8217;ve done exactly what you&#8217;ve done by changing the &lt;blockquote&gt; tag into a division with a class=&#8221;description&#8221; and changing the heading level 2 to a heading level 4.</p>
<p>To be honest, this is the first I&#8217;m hearing about the hReview format and after learning about it, it sounds cool. I will probably adopt it for my book review site and see how I like it in the long run. <img src='http://www.webteacher.ws/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>~ Teli</p>
]]></content:encoded>
	</item>
</channel>
</rss>

