<?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; canvas</title> <atom:link href="http://html5gallery.com/tag/canvas/feed/" rel="self" type="application/rss+xml" /><link>http://html5gallery.com</link> <description>A showcase of sites using HTML5 markup</description> <lastBuildDate>Wed, 16 May 2012 09:00:17 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Gethu Games</title><link>http://html5gallery.com/2012/03/gethu-games/</link> <comments>http://html5gallery.com/2012/03/gethu-games/#comments</comments> <pubDate>Tue, 27 Mar 2012 22:13:08 +0000</pubDate> <dc:creator>Derek Johnson</dc:creator> <category><![CDATA[Games]]></category> <category><![CDATA[audio]]></category> <category><![CDATA[canvas]]></category> <category><![CDATA[charset]]></category> <category><![CDATA[doctype]]></category> <category><![CDATA[offline storage]]></category> <guid
isPermaLink="false">http://html5gallery.com/?p=7834</guid> <description><![CDATA[Two canvas based games &#8211; one a spirograph maker with adjustable parameters to allow users to create different shapes and colours. The other is a 9&#215;9 versions of tic-tac-toe that has an audio track playing. Both games will run offline &#8230; <a
href="http://html5gallery.com/2012/03/gethu-games/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Two <code>canvas</code> based games &#8211; one a spirograph maker with adjustable parameters to allow users to create different shapes and colours. The other is a 9&#215;9 versions of tic-tac-toe that has an <code>audio</code> track playing. Both games will run offline thanks to <code><a
href="http://html5doctor.com/go-offline-with-application-cache/">appcache</a></code>.</p><p>Clever and fun!</p><p> <img
src="http://html5gallery.com/wp-content/uploads/2012/03/xeosies-thumb.jpg" alt="Website Screenshot" /></p><p>URL: <a
href="http://www.gethugames.in/">http://www.gethugames.in/</a></p>]]></content:encoded> <wfw:commentRss>http://html5gallery.com/2012/03/gethu-games/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Picozu Image Editor</title><link>http://html5gallery.com/2012/03/picozu-image-editor/</link> <comments>http://html5gallery.com/2012/03/picozu-image-editor/#comments</comments> <pubDate>Sun, 25 Mar 2012 23:01:04 +0000</pubDate> <dc:creator>Derek Johnson</dc:creator> <category><![CDATA[Web App]]></category> <category><![CDATA[canvas]]></category> <category><![CDATA[charset]]></category> <category><![CDATA[data-*]]></category> <category><![CDATA[doctype]]></category> <category><![CDATA[localStorage]]></category> <category><![CDATA[offline storage]]></category> <guid
isPermaLink="false">http://html5gallery.com/?p=7828</guid> <description><![CDATA[Picozu is an online image editor that uses the canvas element and other HTML5 technologies. Appcache is used to store images used in the app&#8217;s skin for offline use, and localStorage is used as part of the Facebook integration. In &#8230; <a
href="http://html5gallery.com/2012/03/picozu-image-editor/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Picozu is an online image editor that uses the <code>canvas</code> element and other <abbr>HTML</abbr>5 technologies. Appcache is used to store images used in the app&#8217;s skin for offline use, and <code>localStorage</code> is used as part of the Facebook integration.</p><p>In the markup <a
href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-menu-element">the <code>menu</code> element</a> would be a good choice for the list of commands used, possibly with <code>toolbar</code> set as the <code>type</code>. There are also a couple of <code>type</code> attributes in the <code>script</code> tags, but other than that a very smart piece of web development.</p><p> <img
src="http://html5gallery.comhttp://html5gallery.com/wp-content/uploads/2012/03/picozu-thumb.jpg" alt="Website Screenshot" /></p><p>URL: <a
href="http://www.picozu.com/editor">http://www.picozu.com/editor</a></p>]]></content:encoded> <wfw:commentRss>http://html5gallery.com/2012/03/picozu-image-editor/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>CanvasLoader Creator</title><link>http://html5gallery.com/2012/03/canvasloader-creator/</link> <comments>http://html5gallery.com/2012/03/canvasloader-creator/#comments</comments> <pubDate>Mon, 19 Mar 2012 21:37:29 +0000</pubDate> <dc:creator>Derek Johnson</dc:creator> <category><![CDATA[Web App]]></category> <category><![CDATA[canvas]]></category> <category><![CDATA[doctype]]></category> <category><![CDATA[elements]]></category> <category><![CDATA[localStorage]]></category> <guid
isPermaLink="false">http://html5gallery.com/?p=7797</guid> <description><![CDATA[A nice little web app that creates a spinning loading graphic using canvas, with a VML fallback for non-supporting browsers. The diameter, FPS, speed, colour and other variables can be tweaked to customise the graphic. In the markup there is &#8230; <a
href="http://html5gallery.com/2012/03/canvasloader-creator/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>A nice little web app that creates a spinning loading graphic using <code>canvas</code>, with a <abbr>VML</abbr> fallback for non-supporting browsers.</p><p>The diameter, FPS, speed, colour and other variables can be tweaked to customise the graphic.</p><p>In the markup there is a <code>header</code> for a <code>div</code> rather than for sectioning content, and there are opportunities to use <code>input type="email"</code> and <code>input type="color"</code>, but overall a nice use of <code>canvas</code> and <abbr>HTML</abbr>5 in general.</p><p> <img
src="http://html5gallery.com/wp-content/uploads/2012/03/canvasLoader-thumb.jpg" alt="Website Screenshot" /></p><p>URL: <a
href="http://heartcode.robertpataki.com/canvasloader/">http://heartcode.robertpataki.com/canvasloader/</a></p>]]></content:encoded> <wfw:commentRss>http://html5gallery.com/2012/03/canvasloader-creator/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Always data</title><link>http://html5gallery.com/2012/01/always-data/</link> <comments>http://html5gallery.com/2012/01/always-data/#comments</comments> <pubDate>Mon, 02 Jan 2012 09:00:49 +0000</pubDate> <dc:creator>Gerard Druiven</dc:creator> <category><![CDATA[Portfolio]]></category> <category><![CDATA[canvas]]></category> <category><![CDATA[charset]]></category> <category><![CDATA[doctype]]></category> <category><![CDATA[elements]]></category> <guid
isPermaLink="false">http://html5gallery.com/?p=7695</guid> <description><![CDATA[Website of Styro, a graphic designer and front-end developer based in Paris, France. Good clean use of semantic HTML5 elements in this layout, although the &#8220;content&#8221; section element should probably use a div instead. The article element is used to &#8230; <a
href="http://html5gallery.com/2012/01/always-data/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Website of Styro, a graphic designer and front-end developer based in Paris, France.</p><p>Good clean use of semantic HTML5 elements in this layout, although the &#8220;content&#8221; <code>section</code> element should probably use a <code>div</code> instead. The <code>article</code> element is used to enclose each entry and the <code>time</code> element is used for the post date, although the <code>small</code> element probably shouldn&#8217;t be used here. The <code>canvas</code> element is used to draw a diagonal red line in the page background.</p><p> <img
src="http://html5gallery.com/wp-content/uploads/2011/12/styro-alwaysdata-thumb.jpg" alt="Website Screenshot" /></p><p>URL: <a
href="http://styro.alwaysdata.net">http://styro.alwaysdata.net</a></p>]]></content:encoded> <wfw:commentRss>http://html5gallery.com/2012/01/always-data/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Wispy.me</title><link>http://html5gallery.com/2011/12/wispy-me/</link> <comments>http://html5gallery.com/2011/12/wispy-me/#comments</comments> <pubDate>Fri, 09 Dec 2011 08:00:33 +0000</pubDate> <dc:creator>Gerard Druiven</dc:creator> <category><![CDATA[Web App]]></category> <category><![CDATA[canvas]]></category> <category><![CDATA[doctype]]></category> <guid
isPermaLink="false">http://html5gallery.com/?p=7563</guid> <description><![CDATA[The application uses the canvas element to create a Wordle-like display of words from a user&#8217;s Twitter timeline. The flashcanvas JavaScript library is used for older browser support and the markup makes use of some of the new HTML5 elements &#8230; <a
href="http://html5gallery.com/2011/12/wispy-me/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>The application uses the <code>canvas</code> element to create a Wordle-like display of words from a user&#8217;s Twitter timeline. The flashcanvas JavaScript library is used for older browser support and the markup makes use of some of the new HTML5 elements such as <code>header</code>, <code>section </code>and <code>nav</code>.</p><p>It&#8217;s difficult to comment on the JavaScript canvas code that creates the text as it&#8217;s been minimised.</p><p> <img
src="http://html5gallery.com/wp-content/uploads/2011/10/wispy-thumb.jpg" alt="Website Screenshot" /></p><p>URL: <a
href="http://wispy.me">http://wispy.me</a></p>]]></content:encoded> <wfw:commentRss>http://html5gallery.com/2011/12/wispy-me/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Timer Tab</title><link>http://html5gallery.com/2011/08/timer-tab-2/</link> <comments>http://html5gallery.com/2011/08/timer-tab-2/#comments</comments> <pubDate>Wed, 24 Aug 2011 14:20:11 +0000</pubDate> <dc:creator>Richard Clark</dc:creator> <category><![CDATA[Experimental]]></category> <category><![CDATA[canvas]]></category> <category><![CDATA[doctype]]></category> <category><![CDATA[localStorage]]></category> <category><![CDATA[Offline]]></category> <guid
isPermaLink="false">http://html5gallery.com/?p=7395</guid> <description><![CDATA[An interesting little online web app. canvas is used to dynamically generate a favicon that displays the time left until the URL is opened. A manifest file is used so the app can work offline. localStorage is used to store &#8230; <a
href="http://html5gallery.com/2011/08/timer-tab-2/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>An interesting little online web app. <code>canvas</code> is used to dynamically generate a favicon that displays the time left until the URL is opened. A manifest file is used so the app can work offline. <code>localStorage</code> is used to store the options.</p><p> <img
src="http://html5gallery.com/wp-content/uploads/2011/08/timer-tab-thumb.jpg" alt="Website Screenshot" /></p><p>URL: <a
href="http://www.timer-tab.com/">http://www.timer-tab.com/</a></p>]]></content:encoded> <wfw:commentRss>http://html5gallery.com/2011/08/timer-tab-2/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>#beerblogging</title><link>http://html5gallery.com/2011/08/beerblogging/</link> <comments>http://html5gallery.com/2011/08/beerblogging/#comments</comments> <pubDate>Mon, 22 Aug 2011 14:09:17 +0000</pubDate> <dc:creator>Richard Clark</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[canvas]]></category> <category><![CDATA[charset]]></category> <category><![CDATA[doctype]]></category> <category><![CDATA[elements]]></category> <guid
isPermaLink="false">http://html5gallery.com/?p=7380</guid> <description><![CDATA[A feed aggregator that uses a number of new elements and has a nice little touch of canvas when you mouse over the &#8220;beer&#8221;. I&#8217;m not so sure that the post title and author should be within a hgroup but &#8230; <a
href="http://html5gallery.com/2011/08/beerblogging/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>A feed aggregator that uses a number of new elements and has a nice little touch of canvas when you mouse over the &#8220;beer&#8221;. I&#8217;m not so sure that the post title and author should be within a <code>hgroup</code> but as with lots of semantics it&#8217;s up for debate.</p><p> <img
src="http://html5gallery.com/wp-content/uploads/2011/07/beerblogging-thumb.jpg" alt="Website Screenshot" /></p><p>URL: <a
href="http://beerblogging.org/">http://beerblogging.org/</a></p>]]></content:encoded> <wfw:commentRss>http://html5gallery.com/2011/08/beerblogging/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Net Lash Project</title><link>http://html5gallery.com/2011/08/bart-de-waele-www-netlashproject-be/</link> <comments>http://html5gallery.com/2011/08/bart-de-waele-www-netlashproject-be/#comments</comments> <pubDate>Fri, 12 Aug 2011 11:30:25 +0000</pubDate> <dc:creator>Gerard Druiven</dc:creator> <category><![CDATA[Brochure]]></category> <category><![CDATA[canvas]]></category> <category><![CDATA[doctype]]></category> <category><![CDATA[elements]]></category> <guid
isPermaLink="false">http://html5gallery.com/?p=7312</guid> <description><![CDATA[More a script-canvas test, than it is HTML5, although does showcase how canvas can be used as an effective replacement  for something previously done in flash. Within header, &#60;a&#62; could be wrapping &#60;h1&#62; and &#60;figure&#62; could be used around image. &#60;section&#62;&#8217;s &#8230; <a
href="http://html5gallery.com/2011/08/bart-de-waele-www-netlashproject-be/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>More a script-canvas test, than it is HTML5, although does showcase how canvas can be used as an effective replacement  for something previously done in flash. Within header, &lt;a&gt; could be wrapping &lt;h1&gt; and &lt;figure&gt; could be used around image.<br
/> &lt;section&gt;&#8217;s used ok but &lt;aside&gt; used as a functional, as opposed to informative manner and repeatedly so. A div here would have been better. Really just an experimental site. We look forward to seeing the finished product!</p><p> <img
src="http://html5gallery.com/wp-content/uploads/2011/09/netlashproject-thumb.jpg" alt="Website Screenshot" /></p><p>URL: <a
href="http://www.netlashproject.be/">http://www.netlashproject.be/</a></p>]]></content:encoded> <wfw:commentRss>http://html5gallery.com/2011/08/bart-de-waele-www-netlashproject-be/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>HTML5 Tuts</title><link>http://html5gallery.com/2011/07/html5-tuts/</link> <comments>http://html5gallery.com/2011/07/html5-tuts/#comments</comments> <pubDate>Wed, 06 Jul 2011 17:00:01 +0000</pubDate> <dc:creator>Derek Johnson</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[audio]]></category> <category><![CDATA[canvas]]></category> <category><![CDATA[charset]]></category> <category><![CDATA[contenteditable]]></category> <category><![CDATA[doctype]]></category> <category><![CDATA[drag and drop]]></category> <category><![CDATA[elements]]></category> <category><![CDATA[forms]]></category> <category><![CDATA[localStorage]]></category> <category><![CDATA[sessionStorage]]></category> <category><![CDATA[svg]]></category> <category><![CDATA[video]]></category> <guid
isPermaLink="false">http://html5gallery.com/?p=7033</guid> <description><![CDATA[An HTML5 tutorial and demo site created by Alex Jones as a university project. Plenty of good demos here on a wide range of HTML5 features and APIs. In one or two places the article element is used without a &#8230; <a
href="http://html5gallery.com/2011/07/html5-tuts/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>An <abbr>HTML</abbr>5 tutorial and demo site created by Alex Jones as a university project.</p><p>Plenty of good demos here on a wide range of <abbr>HTML</abbr>5 features and <abbr>API</abbr>s. In one or two places the <code>article</code> element is used without a heading as more of a generic wrapper, but overall a great resource and very well put together.</p><p> <img
src="http://html5gallery.com/wp-content/uploads/2011/07/html5tuts-thumb.jpg" alt="Website Screenshot" /></p><p>URL: <a
href="http://www.html5tuts.co.uk/">http://www.html5tuts.co.uk/</a></p>]]></content:encoded> <wfw:commentRss>http://html5gallery.com/2011/07/html5-tuts/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>DNA Model</title><link>http://html5gallery.com/2011/07/dna-model/</link> <comments>http://html5gallery.com/2011/07/dna-model/#comments</comments> <pubDate>Thu, 30 Jun 2011 23:14:41 +0000</pubDate> <dc:creator>Derek Johnson</dc:creator> <category><![CDATA[Web App]]></category> <category><![CDATA[canvas]]></category> <category><![CDATA[charset]]></category> <category><![CDATA[doctype]]></category> <guid
isPermaLink="false">http://html5gallery.com/?p=6945</guid> <description><![CDATA[A nice canvas showcase that lets the user perform some customizations of a rotating DNA double helix. Developer Kasen Lam explains some of the technical hurdles experienced when building the app, &#8220;The nucleotides were first created using the createRadialGradient method, &#8230; <a
href="http://html5gallery.com/2011/07/dna-model/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>A nice canvas showcase that lets the user perform some customizations of a rotating DNA double helix.</p><p>Developer Kasen Lam explains some of the technical hurdles experienced when building the app, &#8220;The nucleotides were first created using the createRadialGradient method, however the it would take around 1 -3 seconds to generate the animation, so images were used instead to represent them. Also, to avoid a flickering animation the elements are drawn offscreen and then copied into your onscreen.&#8221;</p><p> <img
src="http://html5gallery.com/wp-content/uploads/2011/07/dna-thumb.jpg" alt="Website Screenshot" /></p><p>URL: <a
href="http://sysnetik.com/labs/dna-model/">http://sysnetik.com/labs/dna-model/</a></p>]]></content:encoded> <wfw:commentRss>http://html5gallery.com/2011/07/dna-model/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
