<?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>Strong as an Ox &#187; html5</title>
	<atom:link href="http://www.strongasanox.co.uk/tag/html5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strongasanox.co.uk</link>
	<description>Ian Oxley - ASP.NET, PHP, JavaScript and Web Applications</description>
	<lastBuildDate>Tue, 24 Aug 2010 22:54:28 +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>Some Fun with the TARDIS, HTML5 and CSS3</title>
		<link>http://www.strongasanox.co.uk/2010/05/19/some-fun-with-the-tardis-html5-and-css3/</link>
		<comments>http://www.strongasanox.co.uk/2010/05/19/some-fun-with-the-tardis-html5-and-css3/#comments</comments>
		<pubDate>Wed, 19 May 2010 21:54:32 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[doctor who]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/?p=371</guid>
		<description><![CDATA[Just for fun, I thought I would have a play around with some WebKit CSS transitions and the HTML5 &#60;audio&#62; tag to see if I could simulate the TARDIS landing Here&#8217;s what I came up with (currently only works in Safari): TARDIS, HTML5 and CSS3 WebKit Transitions]]></description>
			<content:encoded><![CDATA[<p>Just for fun, I thought I would have a play around with some WebKit CSS transitions and the HTML5 &lt;audio&gt; tag to see if I could simulate the <a href="http://en.wikipedia.org/wiki/TARDIS">TARDIS</a> landing <img src='http://www.strongasanox.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here&#8217;s what I came up with (currently only works in Safari): <a href="http://lab.strongasanox.co.uk/tardis.html">TARDIS, HTML5 and CSS3 WebKit Transitions</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.strongasanox.co.uk/2010/05/19/some-fun-with-the-tardis-html5-and-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript WebKit Notifications API Demo With Flickr and JSONP</title>
		<link>http://www.strongasanox.co.uk/2010/04/24/javascript-webkit-notifications-api-demo-with-flickr-and-jsonp/</link>
		<comments>http://www.strongasanox.co.uk/2010/04/24/javascript-webkit-notifications-api-demo-with-flickr-and-jsonp/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 21:12:52 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[jsonp]]></category>
		<category><![CDATA[webkit notifications api]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/?p=324</guid>
		<description><![CDATA[I&#8217;ve been playing around with the JavaScript Notifications API recently &#8211; or to be a bit more specific the WebKit Notifications API &#8211; and put together this little demo using Flickr and JSONP: You search Flickr by entering a tag The JSONP callback function then displays the first few photos returned using the Notifications API [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with the JavaScript <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">Notifications API</a> recently &#8211; or to be a bit more specific the WebKit Notifications API &#8211; and put together <a href="http://lab.strongasanox.co.uk/notify.html">this little demo</a> using Flickr and JSONP:</p>
<ol>
<li>You search Flickr by entering a tag</li>
<li>The JSONP callback function then displays the first few photos returned using the Notifications API</li>
<li>Each notification is cancelled after 10 seconds (there is no Dismiss button, like there is when you use the API on <code>localhost</code>)</li>
</ol>
<p>You&#8217;ll need to grant notification permissions first to be able to view the notifications &#8211; you should see an info bar like the one below the first time you click on <code>Search</code>:</p>
<p><a href="http://www.strongasanox.co.uk/wp-content/uploads/2010/04/Screenshot-Webkit-Notifications-API-request-permission1.png"><img class="size-medium wp-image-331 alignnone" title="WebKit Notifications API requestPermission screenshot" src="http://www.strongasanox.co.uk/wp-content/uploads/2010/04/Screenshot-Webkit-Notifications-API-request-permission1-300x66.png" alt="WebKit Notifications API requestPermission screenshot" width="300" height="66" /></a></p>
<p>After that, you should see the notifications stack up in the bottom right-hand corner of your screen:</p>
<p><a href="http://www.strongasanox.co.uk/wp-content/uploads/2010/04/Screenshot-notifications1.png"><img class="alignnone size-medium wp-image-339" title="Screenshot of the notifications" src="http://www.strongasanox.co.uk/wp-content/uploads/2010/04/Screenshot-notifications1-300x168.png" alt="Screenshot of the notifications" width="300" height="168" /></a></p>
<p>At the time of writing, you&#8217;ll need to be using Google Chrome for the demo to work (although I&#8217;m pretty sure that support for the Notifications API in Safari is imminent).</p>
<p>And, as an aside, I managed to throw a bit of HTML 5 into the demo as well with some <a href="http://dev.w3.org/html5/spec/Overview.html#autofocusing-a-form-control">autofocus</a> and <a href="http://dev.w3.org/html5/spec/Overview.html#the-placeholder-attribute">placeholder</a> attributes on the <code>&lt;input type="text" /&gt;</code> field, just for good measure <img src='http://www.strongasanox.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.strongasanox.co.uk/2010/04/24/javascript-webkit-notifications-api-demo-with-flickr-and-jsonp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lorem Ipsum Bookmarklet</title>
		<link>http://www.strongasanox.co.uk/2009/10/16/lorem-ipsum-bookmarklet/</link>
		<comments>http://www.strongasanox.co.uk/2009/10/16/lorem-ipsum-bookmarklet/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 19:57:18 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[devtools]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/?p=225</guid>
		<description><![CDATA[I often use a couple of paragraphs of Lipsum when testing forms containing &#60;textarea&#62; tags and have had this bookmarklet I cobbled together sitting on my Bookmarks Toolbar for a while now. Anyway, I thought it might be fun to hook it up to a HTML 5 form to let you customise how many paragraphs [...]]]></description>
			<content:encoded><![CDATA[<p>I often use a couple of paragraphs of Lipsum when testing forms containing <code>&lt;textarea&gt;</code> tags and have had this bookmarklet I cobbled together sitting on my Bookmarks Toolbar for a while now.</p>
<p>Anyway, I thought it might be fun to hook it up to a HTML 5 form to let you customise how many paragraphs of Lipsum you want each time you click it. So that&#8217;s what I went and did:</p>
<p><a href="http://www.strongasanox.co.uk/lorem-ipsum-bookmarklet-generator/">Lorem Ipsum Bookmarklet Generator</a></p>
<p>Hopefully it&#8217;ll save you a few mouse clicks next time you&#8217;re testing some forms.</p>
<p>(Please note that the form used in the generator uses the <code>&lt;input type="range" /&gt;</code> HTML 5 tag which currently works best in the <a href="http://www.opera.com/browser/">latest version of Opera</a>. <abbr title="Your mileage may vary"> YMMV</abbr> when using other browsers).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strongasanox.co.uk/2009/10/16/lorem-ipsum-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
