<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HTML5 Gallery &#187; Portfolio</title>
	<atom:link href="http://html5gallery.com/category/portfolio/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5gallery.com</link>
	<description>A showcase of sites using HTML5 markup</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:00:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Victor Assun&#231;&#227;o</title>
		<link>http://html5gallery.com/2010/09/victor-assuno/</link>
		<comments>http://html5gallery.com/2010/09/victor-assuno/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 21:00:10 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4950</guid>
		<description><![CDATA[The portfolio site of Brazilian interaction designer Victor Assun&#231;&#227;o. Each of the items in Victor&#8217;s portfolio are in an untitled article, with the name of the site in each article&#8216;s aside. A more semantic approach would be to use the first heading as the heading of the article, then putting the rest of the content [...]]]></description>
			<content:encoded><![CDATA[<p>The portfolio site of Brazilian interaction designer Victor Assun&ccedil;&atilde;o.</p>
<p>Each of the items in Victor&#8217;s portfolio are in an untitled <code>article</code>, with the name of the site in each <code>article</code>&#8216;s aside. A more semantic approach would be to use the first heading as the heading of the <code>article</code>, then putting the rest of the content of the asides into a <code>footer</code> or <code>aside</code>.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/09/victor-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.victorassuncao.com.br/">http://www.victorassuncao.com.br/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/09/victor-assuno/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>André Amaral</title>
		<link>http://html5gallery.com/2010/09/andre-amaral/</link>
		<comments>http://html5gallery.com/2010/09/andre-amaral/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 17:00:59 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[microformats]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4938</guid>
		<description><![CDATA[The portfolio site of Brazilian web designer Andr&#233; Amaral. Andr&#233; has used section in a couple of places where div would be more appropriate, for example the section that wraps the large image at the top. Because figure is sectioning root its h1 does not form part of the document outline. figure is also used [...]]]></description>
			<content:encoded><![CDATA[<p>The portfolio site of Brazilian web designer Andr&eacute; Amaral.</p>
<p>Andr&eacute; has used <code>section</code> in a couple of places where <code>div</code> would be more appropriate, for example the <code>section</code> that wraps the large image at the top. Because <code>figure</code> is sectioning root its <code>h1</code> does not form part of the document outline. <code>figure</code> is also used for the images in the portfolio area, but it would be fair to say that the position of the images is important and moving them to an appendix would be stretching it a bit, so <code>div</code> would be a better choice.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/09/amaral-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.andreamaral.net/">http://www.andreamaral.net/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/09/andre-amaral/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ross Johnson</title>
		<link>http://html5gallery.com/2010/09/ross-johnson/</link>
		<comments>http://html5gallery.com/2010/09/ross-johnson/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 13:00:09 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4933</guid>
		<description><![CDATA[The portfolio site of London based web developer Ross Johnson. The h2 elements that are used in the home section would be better as a single heading with CSS applied to achieve the visual effect. The document outline shows that it is split into two implicit sections, which is not the desired outcome. Ross could [...]]]></description>
			<content:encoded><![CDATA[<p>The portfolio site of London based web developer Ross Johnson.</p>
<p>The <code>h2</code> elements that are used in the home <code>section</code> would be better as a single heading with <abbr>CSS</abbr> applied to achieve the visual effect. The document outline shows that it is split into two implicit sections, which is not the desired outcome. Ross could also drop the <code>type</code> attributes from the <code>script</code> and stylesheet <code>link</code> elements and still have valid <abbr>HTML</abbr>5.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/09/rossjohnson-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.rossjohnson.co.uk/">http://www.rossjohnson.co.uk/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/09/ross-johnson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barrett Kern</title>
		<link>http://html5gallery.com/2010/09/barrett-kern/</link>
		<comments>http://html5gallery.com/2010/09/barrett-kern/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 21:00:51 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4929</guid>
		<description><![CDATA[The portfolio site of sculptor Barrett Kern. section is used to wrap all the content, but div would have been a better choice. The document itself has no title because the logo is a background image. This could be fixed by using an img element for the logo wrapped in an h1. URL: http://barrettkern.com/]]></description>
			<content:encoded><![CDATA[<p>The portfolio site of sculptor Barrett Kern.</p>
<p><code>section</code> is used to wrap all the content, but <code>div</code> would have been a better choice. The document itself has no title because the logo is a background image. This could be fixed by using an <code>img</code> element for the logo wrapped in an <code>h1</code>.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/09/barrettkern-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://barrettkern.com/">http://barrettkern.com/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/09/barrett-kern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jo Stichbury</title>
		<link>http://html5gallery.com/2010/09/jo-stichbury/</link>
		<comments>http://html5gallery.com/2010/09/jo-stichbury/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 17:00:35 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4925</guid>
		<description><![CDATA[The portfolio site of copy writer, technical writer and author Jo Stichbury. All div elements have been replaced by section, which is not necessarily a good thing. section should only be used when its content has a natural heading that makes its content a subsection of its nearest ancestor sectioning content. URL: http://www.jostichbury.com/]]></description>
			<content:encoded><![CDATA[<p>The portfolio site of copy writer, technical writer and author Jo Stichbury.</p>
<p>All <code>div</code> elements have been replaced by <code>section</code>, which is not necessarily a good thing. <code>section</code> should only be used when its content has a natural heading that makes its content a subsection of its nearest ancestor sectioning content.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/09/jostichbury-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.jostichbury.com/">http://www.jostichbury.com/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/09/jo-stichbury/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ben Frain</title>
		<link>http://html5gallery.com/2010/09/ben-frain/</link>
		<comments>http://html5gallery.com/2010/09/ben-frain/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 17:00:49 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4906</guid>
		<description><![CDATA[The portfolio site of web designer and technology writer Ben Frain. div is used quite a lot where section or article would be more appropriate, for example to wrap the contact area at the top of the homepage and the &#8220;Who I&#8217;ve Worked With&#8221; section. Ben could also have used input type="email" in the contact [...]]]></description>
			<content:encoded><![CDATA[<p>The portfolio site of web designer and technology writer Ben Frain.</p>
<p><code>div</code> is used quite a lot where <code>section</code> or <code>article</code> would be more appropriate, for example to wrap the contact area at the top of the homepage and the &#8220;Who I&#8217;ve Worked With&#8221; section. Ben could also have used <code>input type="email"</code> in the contact form, and <code>small</code> for the copyright notice. The <code>type</code> attribute is also unnecessary in <code>script</code> and stylesheet <code>link</code> elements.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/09/benfrain-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.benfrain.com/index.html">http://www.benfrain.com/index.html</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/09/ben-frain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reconstitute</title>
		<link>http://html5gallery.com/2010/09/reconstitute/</link>
		<comments>http://html5gallery.com/2010/09/reconstitute/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 21:00:35 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4878</guid>
		<description><![CDATA[The personal portfolio site of interactive designer Kevin Sweeney. This is a well coded HTML5 website, with all type attributes removed from script (except analytics) and stylesheet link elements, a shortened charset declaration, and small used to wrap the copyright notice in the footer. Kevin also makes good semantic use of hgroup, section, article and [...]]]></description>
			<content:encoded><![CDATA[<p>The personal portfolio site of interactive designer Kevin Sweeney.</p>
<p>This is a well coded <abbr>HTML5</abbr> website, with all <code>type</code> attributes removed from script (except analytics) and stylesheet <code>link</code> elements, a shortened <code>charset</code> declaration, and <code>small</code> used to wrap the copyright notice in the <code>footer</code>. Kevin also makes good semantic use of <code>hgroup</code>, <code>section</code>, <code>article</code> and <code>aside</code> throughout the site. He could possibly have used <code>section</code> for each of the main areas in the resum&eacute; (experience, education etc) as <a href="http://dev.w3.org/html5/spec/Overview.html#headings-and-sections">authors are encouraged to to use explicit sectioning rather than relying on multiple headings in one element of sectioning conent</a>.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/09/reconstitute-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.reconstitute.net/">http://www.reconstitute.net/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/09/reconstitute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Owain Lewis</title>
		<link>http://html5gallery.com/2010/09/owain-lewis/</link>
		<comments>http://html5gallery.com/2010/09/owain-lewis/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 17:00:39 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[forms]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4874</guid>
		<description><![CDATA[The personal portfolio of Cardiff freelance web designer Owain Lewis. The site is untitled in the document outline because there is no heading for the page, with a background image being used for the logo and sub heading. Using an hgroup containing h1 and h2 would fix this. In the blog the section element is [...]]]></description>
			<content:encoded><![CDATA[<p>The personal portfolio of Cardiff freelance web designer Owain Lewis.</p>
<p>The site is untitled in the document outline because there is no heading for the page, with a background image being used for the logo and sub heading. Using an <code>hgroup</code> containing <code>h1</code> and <code>h2</code> would fix this. In the blog the <code>section</code> element is used as a wrapper, which is really a job for <code>div</code> as it does not create empty levels in the document hierarchy.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/09/owainlewis-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.owainlewis.com/">http://www.owainlewis.com/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/09/owain-lewis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iznyn</title>
		<link>http://html5gallery.com/2010/09/iznyn/</link>
		<comments>http://html5gallery.com/2010/09/iznyn/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 21:00:46 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[wai-aria]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4858</guid>
		<description><![CDATA[The portfolio and blog site of Indonesian freelance web designer Mohammad Arif. The content of the &#8220;Recent Works&#8221; section could be dropped into a nested article to give the header and footer more semantic meaning. It would probably also be better to use li elements for the tweet list rather than articles with no headings [...]]]></description>
			<content:encoded><![CDATA[<p>The portfolio and blog site of Indonesian freelance web designer Mohammad Arif.</p>
<p>The content of the &#8220;Recent Works&#8221; <code>section</code> could be dropped into a nested <code>article</code> to give the <code>header</code> and <code>footer</code> more semantic meaning. It would probably also be better to use <code>li</code> elements for the tweet list rather than <code>article</code>s with no headings or content, just a <code>footer</code>.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/08/iznyn-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://iznyn.com/">http://iznyn.com/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/09/iznyn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christian Bromann</title>
		<link>http://html5gallery.com/2010/08/christian-bromann/</link>
		<comments>http://html5gallery.com/2010/08/christian-bromann/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 13:00:53 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[forms]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4832</guid>
		<description><![CDATA[The personal portfolio of freelance interactive designer and web developer Christian Bromann. The document itself is untitled, but this could be fixed quite easily by wrapping the logo in an h1. Not all the content of the footer could be said to be about the document, so maybe using section for the contact form and [...]]]></description>
			<content:encoded><![CDATA[<p>The personal portfolio of freelance interactive designer and web developer Christian Bromann.</p>
<p>The document itself is untitled, but this could be fixed quite easily by wrapping the logo in an <code>h1</code>. Not all the content of the <code>footer</code> could be said to be about the document, so maybe using <code>section</code> for the contact form and <code>aside</code> for the tweets, and only using <code>footer</code> for the part entitled copyright would be more semantic.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/08/bromann-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.christian-bromann.com/">http://www.christian-bromann.com/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/08/christian-bromann/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
