<?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; Commercial</title>
	<atom:link href="http://html5gallery.com/category/commercial/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>The Test Market</title>
		<link>http://html5gallery.com/2010/08/the-test-market/</link>
		<comments>http://html5gallery.com/2010/08/the-test-market/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 21:00:01 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Brochure]]></category>
		<category><![CDATA[Commercial]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4721</guid>
		<description><![CDATA[A brochure site for an advertising campaign testing service. The main body has no heading, therefore is untitled in the document outline. A section is used to wrap the main content area when div would have been more appropriate, and a series of headings is used that could be contained in an hgroup. URL: http://www.thetestmarket.com/]]></description>
			<content:encoded><![CDATA[<p>A brochure site for an advertising campaign testing service.</p>
<p>The main body has no heading, therefore is untitled in the document outline. A <code>section</code> is used to wrap the main content area when <code>div</code> would have been more appropriate, and a series of headings is used that could be contained in an <code>hgroup</code>.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/08/testmarket-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.thetestmarket.com/">http://www.thetestmarket.com/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/08/the-test-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Das HTML5-Buch</title>
		<link>http://html5gallery.com/2010/08/das-html5-buch/</link>
		<comments>http://html5gallery.com/2010/08/das-html5-buch/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 17:00:08 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Brochure]]></category>
		<category><![CDATA[Commercial]]></category>
		<category><![CDATA[Experimental]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[drag and drop]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4673</guid>
		<description><![CDATA[A website promoting a German HTML5 book by web designer and developer Peter Kröner. The site is very well coded, for example the content of the asides on each page relates to the page content rather than the site as a whole, so they are therefore nested in the content sections. Peter could maybe have [...]]]></description>
			<content:encoded><![CDATA[<p>A website promoting a German <abbr>HTML5</abbr> book by web designer and developer Peter Kröner.</p>
<p>The site is very well coded, for example the content of the <code>aside</code>s on each page relates to the page content rather than the site as a whole, so they are therefore nested in the content <code>section</code>s. Peter could maybe have used nested <code>section</code>s in the <code>aside</code>s to drop their content down a level in the outline so it isn&#8217;t at the same level as the main content.</p>
<p>There is also a demo section that includes <code>video</code>, <code>canvas</code> (with animation), drag and drop between two browser windows, and new form <code>input</code> types.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/08/html5buch-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://html5-buch.de/">http://html5-buch.de/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/08/das-html5-buch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helpcare</title>
		<link>http://html5gallery.com/2010/08/helpcare/</link>
		<comments>http://html5gallery.com/2010/08/helpcare/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 17:00:25 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Brochure]]></category>
		<category><![CDATA[Commercial]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[forms]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4523</guid>
		<description><![CDATA[A website for a Polish distributor of ergonomic orthopedic products. The menu element is used for the list of links on the left of the page. nav would be a better choice as menu is intended for interactive elements in applications. input type="email" is used in the contact form, but type="text" is used for the [...]]]></description>
			<content:encoded><![CDATA[<p>A website for a Polish distributor of ergonomic orthopedic products.</p>
<p>The <code>menu</code> element is used for the list of links on the left of the page. <code>nav</code> would be a better choice as <a href="http://html5doctor.com/nav-element/"><code>menu</code> is intended for interactive elements in applications</a>. <code>input type="email"</code> is used in the contact form, but <code>type="text"</code> is used for the phone number. <code>type="tel"</code> can be used and has full fallback support across browsers. There are quite a few <code>script</code> tags in the <code>head</code>, so removing the <code>type</code> attribute would shave off a bit of weight.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/08/helpcare-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://zdrowie-wygoda.pl/">http://zdrowie-wygoda.pl/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/08/helpcare/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NottyPooch</title>
		<link>http://html5gallery.com/2010/08/nottypooch/</link>
		<comments>http://html5gallery.com/2010/08/nottypooch/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 13:00:14 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Commercial]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4499</guid>
		<description><![CDATA[A site promoting an Etsy shop selling products made from recycled billboards. Using hgroup in the header to group the heading and sub heading would get rid of the implicit section created by the h2. section and article are frequently used to wrap content where div should have been used. URL: http://www.nottypooch.com/]]></description>
			<content:encoded><![CDATA[<p>A site promoting an Etsy shop selling products made from recycled billboards.</p>
<p>Using <code>hgroup</code> in the header to group the heading and sub heading would get rid of the implicit section created by the <code>h2</code>. <code>section</code> and <code>article</code> are frequently used to wrap content where <code>div</code> should have been used.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/08/nottypooch-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.nottypooch.com/">http://www.nottypooch.com/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/08/nottypooch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Guru</title>
		<link>http://html5gallery.com/2010/08/mac-guru/</link>
		<comments>http://html5gallery.com/2010/08/mac-guru/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 13:00:16 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Brochure]]></category>
		<category><![CDATA[Commercial]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[microformats]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4476</guid>
		<description><![CDATA[A brochure site for a Mac repair specialist. The hgroup could have been used in the site header to contain the h1 and h2 to give the site a clearer outline. address would also work well for the contact details and postal address. URL: http://www.helpmemacguru.com/]]></description>
			<content:encoded><![CDATA[<p>A brochure site for a Mac repair specialist.</p>
<p>The <code>hgroup</code> could have been used in the site <code>header</code> to contain the <code>h1</code> and <code>h2</code> to give the site a clearer outline. <code>address</code> would also work well for the contact details and postal address.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/08/macguru-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.helpmemacguru.com/">http://www.helpmemacguru.com/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/08/mac-guru/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wavetech</title>
		<link>http://html5gallery.com/2010/08/wavetech/</link>
		<comments>http://html5gallery.com/2010/08/wavetech/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 13:00:56 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Brochure]]></category>
		<category><![CDATA[Commercial]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4445</guid>
		<description><![CDATA[A brochure site for a company promoting datacentre products. hgroup could have been used for the main site headings (although the h2 duplicates part of the h1 so it could be dropped). There is also an untitled section wrapping the main content area on the home page. div would be the appropriate element to use [...]]]></description>
			<content:encoded><![CDATA[<p>A brochure site for a company promoting datacentre products.</p>
<p><code>hgroup</code> could have been used for the main site headings (although the <code>h2</code> duplicates part of the <code>h1</code> so it could be dropped). There is also an untitled <code>section</code> wrapping the main content area on the home page. <code>div</code> would be the appropriate element to use for that purpose.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/08/wavetech-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.wavetechassociates.com/">http://www.wavetechassociates.com/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/08/wavetech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Central Mass ChemDry</title>
		<link>http://html5gallery.com/2010/07/central-mass-chemdry/</link>
		<comments>http://html5gallery.com/2010/07/central-mass-chemdry/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 05:00:26 +0000</pubDate>
		<dc:creator>Brian Arnold</dc:creator>
				<category><![CDATA[Commercial]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=4278</guid>
		<description><![CDATA[Doesn&#8217;t use the meta charset="UTF-8", and the script elements are using the type attribute. Uses header, nav, and section elements. There&#8217;s an empty div element with an ID of footer that could likely just be a footer element. URL: http://www.cmchemdry.com/]]></description>
			<content:encoded><![CDATA[<p>Doesn&#8217;t use the <code>meta charset="UTF-8"</code>, and the <code>script</code> elements are using the <code>type</code> attribute. Uses <code>header</code>, <code>nav</code>, and <code>section</code> elements. There&#8217;s an empty <code>div</code> element with an ID of footer that could likely just be a <code>footer</code> element.</p>
<p>
	<img src="http://html5gallery.com/wp-content/uploads/2010/07/cmchemdry-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.cmchemdry.com/">http://www.cmchemdry.com/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/07/central-mass-chemdry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>P3</title>
		<link>http://html5gallery.com/2010/05/p3/</link>
		<comments>http://html5gallery.com/2010/05/p3/#comments</comments>
		<pubDate>Sat, 08 May 2010 15:00:20 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Brochure]]></category>
		<category><![CDATA[Commercial]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=3502</guid>
		<description><![CDATA[A brochure site to promote a co-working space for creatives in Philadelphia. Some section elements are untitled and header isn&#8217;t required if it only contains an h1. smallwould be appropriate for the footer and new form input types could be used e.g. type="email". URL: http://pcubd.com/]]></description>
			<content:encoded><![CDATA[<p>A brochure site to promote a co-working space for creatives in Philadelphia. Some <code>section</code> elements are untitled and <code>header</code> isn&#8217;t required if it only contains an <code>h1</code>. <code><a href="http://html5doctor.com/small-hr-element/">small</a></code>would be appropriate for the footer and new form input types could be used e.g. <code>type="email"</code>.</p>
<p>
	<img src="http://html5gallery.comhttp://html5gallery.com/wp-content/uploads/2010/05/p3-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://pcubd.com/">http://pcubd.com/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/05/p3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cumbria Glass Fusing</title>
		<link>http://html5gallery.com/2010/05/cumbria-glass-fusing/</link>
		<comments>http://html5gallery.com/2010/05/cumbria-glass-fusing/#comments</comments>
		<pubDate>Sat, 08 May 2010 11:00:39 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Brochure]]></category>
		<category><![CDATA[Commercial]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=3486</guid>
		<description><![CDATA[A business and personal showcase site that uses new HTML5 elements. The nested section elements inside the news items are only used for styling, although sections could replace some of the divs e.g. &#8216;leftcol&#8217;. Most of the script elements and all of the link elements have a type attribute. URL: http://www.cumbriaglassfusing.co.uk/]]></description>
			<content:encoded><![CDATA[<p>A business and personal showcase site that uses new <abbr>HTML5</abbr> elements. The nested <code>section</code> elements inside the news items are only used for styling, although <code>sections</code> could replace some of the divs e.g. &#8216;leftcol&#8217;. Most of the <code>script</code> elements and all of the <code>link</code> elements have a type attribute.</p>
<p>
	<img src="http://html5gallery.comhttp://html5gallery.com/wp-content/uploads/2010/05/craftstudio-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.cumbriaglassfusing.co.uk/">http://www.cumbriaglassfusing.co.uk/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/05/cumbria-glass-fusing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alligator Books</title>
		<link>http://html5gallery.com/2010/05/alligator-books/</link>
		<comments>http://html5gallery.com/2010/05/alligator-books/#comments</comments>
		<pubDate>Fri, 07 May 2010 15:00:28 +0000</pubDate>
		<dc:creator>Derek Johnson</dc:creator>
				<category><![CDATA[Brochure]]></category>
		<category><![CDATA[Commercial]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[elements]]></category>

		<guid isPermaLink="false">http://html5gallery.com/?p=3474</guid>
		<description><![CDATA[Brochure site for Alligator Books, a childrens&#8217; book and stationery specialist. There are a lot of IE conditional comments used to create div elements around new HTML5 elements. Good use of aside for the sidebars and article for the main text. URL: http://www.alligatorbooks.co.uk/]]></description>
			<content:encoded><![CDATA[<p>Brochure site for Alligator Books, a childrens&#8217; book and stationery specialist. There are a lot of IE conditional comments used to create <code>div</code> elements around new <abbr>HTML5</abbr> elements. Good use of <code>aside</code> for the sidebars and <code>article</code> for the main text.</p>
<p>
	<img src="http://html5gallery.comhttp://html5gallery.com/wp-content/uploads/2010/05/alligator-thumb.jpg" alt="Website Screenshot" />
	</p> <p>URL: <a href="http://www.alligatorbooks.co.uk/">http://www.alligatorbooks.co.uk/</a> </p>]]></content:encoded>
			<wfw:commentRss>http://html5gallery.com/2010/05/alligator-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
