<?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>iheni :: making the web worldwide &#187; html5</title>
	<atom:link href="http://www.iheni.com/tag/html5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iheni.com</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 11:00:59 +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>Interview with Technikwuerze: Unite, accessibility, HTML5, SVG, education and Opera&#8217;s role</title>
		<link>http://www.iheni.com/interview-with-technikwuerze-unite-accessibility-html5-svg-education-and-operas-role/</link>
		<comments>http://www.iheni.com/interview-with-technikwuerze-unite-accessibility-html5-svg-education-and-operas-role/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 14:15:13 +0000</pubDate>
		<dc:creator>iheni</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[Unite]]></category>

		<guid isPermaLink="false">http://www.iheni.com/?p=1552</guid>
		<description><![CDATA[Myself and my colleague Navjot Pawara were interviewed by German podcast Technikwuerze. In it Nav covers Opera Unite &#8211; what it is and how you can use it and I chat about Opera&#8217;s approach to accessibility, HTML5, SVG, development and education. Aside from a minor glitch in the middle when I seem to disappear altogether [...]]]></description>
			<content:encoded><![CDATA[<p>Myself and my colleague <a href="http://twitter.com/navjotpawera">Navjot Pawara</a> were interviewed by German podcast <a href="http://technikwuerze.de/podcast/technikwuerze143/">Technikwuerze</a>. In it Nav covers Opera Unite &#8211; what it is and how you can use it and I chat about Opera&#8217;s approach to accessibility, HTML5, SVG, development and education.</p>
<p>Aside from a minor glitch in the middle when I seem to disappear altogether it was a fun interview (despite Nav swatting wasps when he was on mute and my having to throw stuffed toys at the dog to stop her snoring).</p>
<p>Big thanks to <a href="http://twitter.com/ginader">Dirk Ginader</a> and <a href="http://twitter.com/saschapi">Sascha Postner</a> for having us on. Links mentioned in the interview are:</p>
<ul>
<li><a href="http://unite.opera.com/">Opera Unite</a> &#8211; share files by running a server from the comfort of the browser.</li>
<li><a href="http://www.opera.com/developer">Opera Developer Network</a> &#8211; articles, blog posts, tools, tips and resources for developers.</li>
<li><a href="http://my.opera.com/ODIN/blog/">ODIN blog</a> &#8211; news, views and presentations from the Opera Developer Network.</li>
<li><a href="http://labs.opera.com/">Opera Labs</a> &#8211; a showcase of technologies for tomorrow.</li>
<li><a href="http://www.opera.com/company/education/curriculum//">Opera Web Standards Curriculum</a> &#8211; tutorials in standards-based Web design, including HTML, CSS, and JavaScript development.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.iheni.com/interview-with-technikwuerze-unite-accessibility-html5-svg-education-and-operas-role/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HTML5 Tips: structral elements, Doctype and ARIA</title>
		<link>http://www.iheni.com/html5-tips-structure-doctype-aria/</link>
		<comments>http://www.iheni.com/html5-tips-structure-doctype-aria/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 13:05:39 +0000</pubDate>
		<dc:creator>iheni</dc:creator>
				<category><![CDATA[html5]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[ARIA]]></category>

		<guid isPermaLink="false">http://www.iheni.com/?p=1435</guid>
		<description><![CDATA[My site is well overdue a face lift flavoured with HTML5, a dash of ARIA and a healthy dose of WCAG 2.0. As you&#8217;d expect playing under the hood with all these things has made me ask a lot of questions so I thought I&#8217;d post a few tips along the way that I&#8217;ve found [...]]]></description>
			<content:encoded><![CDATA[<p>My site is well overdue a face lift flavoured with HTML5, a dash of ARIA and a healthy dose of WCAG 2.0. As you&#8217;d expect playing under the hood with all these things has made me ask a lot of questions so I thought I&#8217;d post a few tips along the way that I&#8217;ve found  have helped with the redesign process (more of which later).</p>
<p>So without further ado:</p>
<ol>
<li><strong>The &lt;header&gt; element can be used multiple times on a page and can contain site &lt;nav&gt; and search.</strong><br />
The &lt;header&gt; element is typically used on every page for the site header and contains an &lt;hgroup&gt; of site name as H1, site tagline as H2 and a logo. Bundled into the &lt;header&gt; you can also add your primary &lt;nav&gt; as well as search.  As the <a href="http://dev.w3.org/html5/spec/Overview.html#the-header-element">HTML5 specification</a> says:</p>
<blockquote><p>The header element represents a group of introductory or navigational aids. A header element typically contains the section&#8217;s heading (an h1–h6 element or an hgroup element), but can also contain other content, such as a table of contents, a search form, or any relevant logos.</p></blockquote>
<p>Note that &lt;hgroup&gt; only really only makes sense when there is a group of heading information (site name, tagline, logo) and is not appropriate for single headings.</li>
<li><strong>The &lt;nav&gt; element and primary navigation</strong><br />
In the HTML5 specification <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-nav-element">&lt;nav&gt; is defined</a> as follows:</p>
<blockquote><p>The nav element represents a section of a page that links to other pages or to parts within the page: a section with navigation links. Not all groups of links on a page need to be in a nav element — only sections that consist of major navigation blocks are appropriate for the nav element.</p></blockquote>
<p>There has been a lot of <a href="http://www.zeldman.com/2009/07/13/html-5-nav-ambiguity-resolved/">discussion around what &#8220;major&#8221; navigation means</a> (site, section, in page navigation, related links?) and what can legitimately be wrapped in the  element and what can&#8217;t. General thinking is that &#8220;major&#8221; refers to global site navigation (About, Services, Products, Contact) as well as sub-navigation. Secondary navigation such as related links or grouped links of resources would not qualify for &lt;nav&gt;.</li>
<li><strong>&lt;footer&gt; can be used multiple times in a page.</strong><br />
Typically you&#8217;d expect to use a footer at the end of a page housing your copyright and site design information and other bits and pieces. &lt;footer&gt; can also be used for footer information for any section you are in within a page. For example a common usage may be at the foot of a blog post &#8211; itself contained in an &lt;article&gt; &#8211; containing information about tags, categories, author, comments and date/time information. The <a href="http://dev.w3.org/html5/spec/Overview.html#the-footer-element">HTML5 specification explains &lt;footer&gt;</a> as follows:</p>
<blockquote><p>The footer element represents a footer for its nearest ancestor sectioning content. A footer typically contains information about its section such as who wrote it, links to related documents, copyright data, and the like.</p></blockquote>
<p>Note that the  &lt;footer&gt; element can not contain any other sectioning content such as &lt;nav&gt;, &lt;section&gt;, &lt;header&gt; or &lt;footer&gt;.</li>
<li><strong>An &lt;article&gt; can appear within an &lt;article&gt;.</strong><br />
Possibly one of the more obvious tips but worth a mention anyway. The &lt;article&gt; element is a container that can in turn contain many parts. For example on a blog posts contained within an &lt;article&gt; you may have another &lt;article&gt; housing comments. <a href="http://html5doctor.com/designing-a-blog-with-html5/">Designing a blog post with HTML5</a> from HTML5 Doctor has an excellent overview of this.</li>
<li><strong>Using &lt;!DOCTYPE html&gt;</strong><br />
The new <a href="http://dev.w3.org/html5/spec/Overview.html#the-doctype">Doctype in HTML5</a> is much simpler &#8211; and memorable &#8211; than previous Doctypes.  &lt;!Doctype html&gt; will render content in standards mode by all modern browsers (IE, FireFox, Opera, Safari) while the good news is that all <a href="http://oli-studio.com/bugs/validator/html5-charset/">pre-HTML5 Doctypes are still valid</a>.</li>
<li><strong>HTML5 can be used with WAI-ARIA.</strong><br />
HTML5 and ARIA certainly cross over but should not be seen as contenders. At the moment there is not much know of screen reader support for HTML5 given that the screen reader vendors themselves have not been visible in the development of the spec. This may well be because they are ll racing to implement ARIA which is a priority at this point. This makes sense given that the ARIA is in Last Call &#8211; the final stage a specification goes through before it becomes a <abbr title="World Wide Web Consortium">W3C</abbr> specification &#8211; and as such will be a reality sooner than HTML5.</li>
<li><strong>(Update) HTML5, IE and Firefox 2</strong></li>
<p>IE and Firefox 2 lack native support for structural elements so you&#8217;ll need to add in some JavaScript to make it work. In IE you add the following to the head to get IE to behave:</p>
<p><code>&lt;!--[if lte IE 8]&gt;<br />
&lt;script src="html5.js" type="text/javascript"&gt;&lt;/script&gt;<br />
&lt;![endif]--&gt;</code></p>
<p>Firefox 2 and Camino can be fixed using JavaScript or by serving Gecko XHTML. <a href="http://html5doctor.com/how-to-get-html5-working-in-ie-and-firefox-2/">Getting HTML5 working on IE and Firefox 2</a> from HTML Doctor has a good article about how to do this.</p>
<p>This obviously has a baring on whether you want to use HTML5 in your site or not yet. Given FireFox 2 has a tiny market share (most Firefox users upgrade fairly quickly) it&#8217;s really your call. The same can&#8217;t be said of IE however. I think this is why we are seeing more HTML5 sites in personal websites and blogs rather than corporate websites which have more at stake.</p>
<li><strong>Declaring HTML5 elements</strong><br />
Most modern browsers (Firefox 3+, Safari 3+, Opera 9+, Chrome 1+) are yet to recognise section elements which means problems when laying them out in <abbr title="Cascading Style Sheets">CSS</abbr>. To get sections to display properly always use display:block in the CSS:<code>header, nav, section, article, aside, footer {display:block;}</code></li>
</ol>
<h3>Resources</h3>
<p>Being a hot topic right now there are reams of resources and tools being built that cover HTML5. This is my pick of a few that are well established, consistently useful and updated regularly:</p>
<ul>
<li><a href="http://html5doctor.com">HTML5 Doctor </a>- Articles and tips covering  HTML5 and its semantics and how to use them. You&#8217;re also invited to submit questions for the HTML5 Doctors to answer.</li>
<li><a href="http://html5gallery.com/">HTML5 Gallery</a> &#8211; a showcase of sites using HTML5.</li>
<li><a href="http://www.smashingmagazine.com/2009/07/06/html-5-cheat-sheet-pdf/">HTML5 cheat sheet</a> &#8211; A PDF of HTML tags and attributes together with brief explanations.</li>
<li><a href="http://www.w3.org/TR/html5-diff/">HTML5 differences to HTML4</a> &#8211; a <abbr title="World Wide Web Consortium">W3C</abbr> resource that does what it says on the tin.</li>
<li><a href="http://www.brucelawson.co.uk">Bruce Lawson</a> &#8211; one of the brains behind HTML5 Doctor as well as the ultimate HTML5 cowboy forging ahead with implementing HTML5 and sharing his findings as he goes along. Follow <a href="http://www.twitter.com/brucel">@brucel</a> on Twitter too.</li>
<li><a href="http://remysharp.com/tag/html5/">Remy Sharp</a> &#8211; Remy&#8217;s blog covering things HTML5.</li>
<li><a href="http://html5demos.com/">HTML5  demos</a> &#8211; set up by Remy Sharpe who focuses on JQuery and HTML5 this is a repository of demos looking at more of the application side of HTML5.</li>
<li><a href="http://gsnedders.html5.org/outliner/">HTML5 Outliner</a> &#8211; a nifty tool from @gsnedders that outlines structure in HTML5.</li>
<li><a href="http://www.paciellogroup.com/blog/">The Paciello Group blog</a> &#8211; for the more ARIA minded developer with some HTML5 on the side.</li>
</ul>
<p>And of course, last but not least the <a href="http://dev.w3.org/html5/spec/Overview.html">HTML5 Specification</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iheni.com/html5-tips-structure-doctype-aria/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Opera BBQ, @Media, Standards.Next and HTML5 Doctor</title>
		<link>http://www.iheni.com/opera-bbq-media-standardsnext-and-html5-doctor/</link>
		<comments>http://www.iheni.com/opera-bbq-media-standardsnext-and-html5-doctor/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 15:10:43 +0000</pubDate>
		<dc:creator>iheni</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[standards.next]]></category>

		<guid isPermaLink="false">http://www.iheni.com/?p=1336</guid>
		<description><![CDATA[Last week was one of those busy weeks which was all about conferences and meetups and not a moment of desk time inbetween. We kicked off with an Opera BBQ on Wednesday followed by @Media, then rounded off with Standards.Next on Saturday. All in all it was a very HTML5 themed week  and thanks to [...]]]></description>
			<content:encoded><![CDATA[<p>Last week was one of those busy weeks which was all about conferences and meetups and not a moment of desk time inbetween.</p>
<div id="attachment_1350" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-1350" title="cimg0684" src="http://www.iheni.com/wordpress/wp-content/uploads/2009/06/cimg0684-300x225.jpg" alt="Bruce Lawson does kewai" width="300" height="225" /><p class="wp-caption-text">Bruce Lawson does kewai</p></div>
<div id="attachment_1351" class="wp-caption alignright" style="width: 310px"><a href="http://www.iheni.com/wordpress/wp-content/uploads/2009/06/cimg0686.jpg"><img class="size-medium wp-image-1351" title="cimg0686" src="http://www.iheni.com/wordpress/wp-content/uploads/2009/06/cimg0686-300x225.jpg" alt="Molly Holzschlag and Espen André Øverdahl " width="300" height="225" /></a><p class="wp-caption-text">Molly Holzschlag and Espen André Øverdahl </p></div>
<p>We kicked off with an Opera BBQ on Wednesday followed by <a href="http://www.vivabit.com/atmedia2009/">@Media</a>, then rounded off with <a href="http://standards-next.org/">Standards.Next</a> on Saturday. All in all it was a very HTML5 themed week  and thanks to a brilliant mix of people I learnt a lot and finally met some people who I&#8217;ve been chatting with over Twitter for some time now.</p>
<h3>@Media</h3>
<p>@Media rocked and ended on a high note with the announcement that Maxine Sherrin and John Allsopp would be taking over organisation of the event under the Web Directions monika. After so many rumours that 2009 was to be @Media&#8217;s last this was a more then welcome thing to hear. A hat tip and huge thank you to <a href="http://htmldog.com/">Patrick Griffiths’s</a> for building @Media into what it is today.</p>
<div id="attachment_1344" class="wp-caption alignnone" style="width: 310px"><a href="http://www.iheni.com/wordpress/wp-content/uploads/2009/06/cimg0732.jpg"><img class="size-medium wp-image-1344" title="cimg0732" src="http://www.iheni.com/wordpress/wp-content/uploads/2009/06/cimg0732-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Jason Santa Maria and Jon Hicks (avec a fetching tash) during the Hot Topics panel</p></div>
<h3>Standards.Next</h3>
<p>For me though the highlight of the week was the first ever Standards.Next meetup focusing on HTML5 &#8211; the big news so far to come out of 2009 (well at least I think so). We had roughly 60 people show up to help us chew the fat over HTML5, myths, canvass, APS&#8217;s, HTML5.js and accessibility. Thank you to all the speakers for making the event more than Bruce and I could have hoped for and also to everyone who showed up on what was a beautiful summer&#8217;s Saturday.</p>
<p>Below are a few links for those that didn&#8217;t make it and I&#8217;ll keep you updated as to when we post video of the event:</p>
<ul>
<li><strong>Bruce Lawson</strong> &#8211; <a href="http://people.opera.com/brucel/talks/2009/standardsnext/standards-next.ods">HTML 5: Are you mything the point? (.ods, 1.8 M)</a>, also on <a href="http://blip.tv/file/2299151">video</a>. Yes you can start using some of HTML5 now, browser vendors aren&#8217;t evil, no HTML5 wont kill Flash, Silverlight and JavaScript and HTML5 <em>does</em> love accessibility (it&#8217;s just built in not bolted on).</li>
<li><strong>Dean Edwards</strong> &#8211; Dean presented his excellent html5.js library which will be available soon but you can get a sneak peek on <a href="http://blip.tv/file/2299313">video</a> here. He demo&#8217;d implementations of Web Forms 2 that worked across browsers even adopting accessibility settings from the OS for some. An amazing piece of work.</li>
<li><strong>Remy Sharp</strong> &#8211; <a href="http://remysharp.com/talks/#2009_standardsnext">HTML5 JS API&#8217;s (PDF)</a>, <a href="http://html5demos.com/">demos</a> and <a href="http://blip.tv/file/2297936">video</a>. How JavaScript and HTML5 can play nicely together. With HTML5 taking care of the more mundane uses of JavaScript (date pickers and validation for example), JavaScript Ninja&#8217;s can now spend time on the more sophisticated stuff.</li>
<li><strong>Martin Kliehm</strong> &#8211; <a href="http://www.slideshare.net/kliehm/standardsnext-canvas-1651377">HTML5 and Canvas slides</a>, <a href="http://delicious.com/kliehm/standardsnext">links</a> and <a href="http://www.flickr.com/photos/martin-kliehm/sets/72157620689437384/">video shorts</a>. Martin is the go to man for canvas and presented some great research and use cases that go beyond shoot-em-out games and Etch-a-Sketch.</li>
<li><strong>Steve Faulkner</strong> &#8211; <a href="http://www.slideshare.net/stevefaulkner/html-5-accessibility">HTML5 accessibility</a>. The Mighty Steve Faulkner talked about accessibility issues as well as the relationship of <abbr title="Web Accessibility Initiative Accessible Rich Internet Applications">WAI-ARIA</abbr> to HTML5.</li>
</ul>
<div id="attachment_1347" class="wp-caption alignnone" style="width: 310px"><a href="http://www.iheni.com/wordpress/wp-content/uploads/2009/06/cimg07521.jpg"><img class="size-medium wp-image-1347" title="cimg07521" src="http://www.iheni.com/wordpress/wp-content/uploads/2009/06/cimg07521-300x225.jpg" alt="werqwerqwerwer" width="300" height="225" /></a><p class="wp-caption-text">Andreas Bovens, Steve Faulkner, Patrick Lauke, PPK and Bruce Lawson during the break</p></div>
<h3>HTML5 Doctor</h3>
<p>An extra bonus was the launch of HTML5 Doctor, a collaboration between <a href="http://richclarkdesign.com">Rich Clark</a> (of <a href="http://html5gallery.com/">HTML5 Gallery</a>), <a href="http://www.brucelawson.co.uk">Bruce Lawson</a>, <a href="http://www.jackosborne.co.uk">Jack Osborne</a>, <a href="http://www.akamike.net">Mike Robinson</a>, <a href="http://remysharp.com">Remy Sharp</a> and <a href="http://www.tomleadbetter.co.uk">Tom Leadbetter</a>.</p>
<h3>Next for Standards.Next</h3>
<p>Plans are yet to be firmed up but we&#8217;re looking at doing cognition and accessibility Saturday 19th of September just after <a href="http://www.rnib.org.uk/xpedio/groups/public/documents/publicwebsite/public_ts09_home.hcsp">Techshare</a>. If you&#8217;re interested in speaking or coming a long check the <a href="http://standards-next.org/">standards.next</a>website for updates, we&#8217;d love to have you come along.</p>
<p><strong>Update 29 June, 2009: </strong>Big thank you to Remy who&#8217;s managed to video Bruce, Dean&#8217;s and his own talks:</p>
<ul>
<li><strong>Bruce Lawson</strong> -<a href="http://blip.tv/file/2299151">HTML 5: Are you mything the point?</a>.</li>
<li><strong>Dean Edwards</strong> &#8211; <a href="http://blip.tv/file/2299313">html5.js</a> here. He demo&#8217;d implementations of Web Forms 2 that worked across browsers even adopting accessibility settings from the OS for some. An amazing piece of work.</li>
<li><strong>Remy Sharp</strong> &#8211; <a href="http://blip.tv/file/2297936">HTML5 JS API&#8217;s</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.iheni.com/opera-bbq-media-standardsnext-and-html5-doctor/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Yay Factor! Opera MAMA, Standards.Next, Richard Madeley for Speaker, braille displays and Chinese food</title>
		<link>http://www.iheni.com/yay-mama-standardsnext/</link>
		<comments>http://www.iheni.com/yay-mama-standardsnext/#comments</comments>
		<pubDate>Tue, 19 May 2009 10:00:12 +0000</pubDate>
		<dc:creator>iheni</dc:creator>
				<category><![CDATA[Yay factor!]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[china]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.iheni.com/?p=1268</guid>
		<description><![CDATA[Hot off the web this week we have: Opera MAMA &#8211; a sneak peek at early results for headings, images and summary. Combining title and alt text on images &#8211; from David Dorward. Just say &#8220;no&#8221; I say. Standards.Next &#8211; Informal bootcamps about tomorrow&#8217;s web standards today (yes, today) kicks off with an HTML meetup [...]]]></description>
			<content:encoded><![CDATA[<p>Hot off the web this week we have:</p>
<ul>
<li><a href="http://snipr.com/ibuja">Opera MAMA</a> &#8211; a sneak peek at early results for <code>headings</code>, <code>images</code> and <code>summary</code>.</li>
<li><a href="http://blog.dorward.me.uk/2009/05/18/on-combining-title-and-alt-on-images.html">Combining title and alt text on images</a> &#8211; from David Dorward. Just say &#8220;no&#8221; I say.</li>
<li><a href="http://www.standards-next.org/">Standards.Next</a> &#8211; Informal bootcamps about tomorrow&#8217;s web standards today (yes, today) kicks off with an HTML meetup June 27th after @Media in London.</li>
<li><a href="http://appetiteforchina.com/">Appetite for China</a> &#8211; I know I have. Proper authentic recipes&#8230;</li>
<li><a href="http://www.dingoaccess.com/accessibility/refreshable-braille-and-the-web/">Refreshable braille displays on the web</a> &#8211; a video demo from Bruce Maguire &#8211; who took on the Sydney Olympics website for being inaccessible and won.</li>
<li><a href="http://twitter.com/RichardMadeley/statuses/1845753969">Vote Richard Madeley for Speaker of the House of Commons</a> &#8211; Come on, he needs a new job and we need a new speaker.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.iheni.com/yay-mama-standardsnext/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standards.Next &#8211; HTML5 meetup Saturday June 27th</title>
		<link>http://www.iheni.com/standardsnext-html5-meetup-saturday-june-27th/</link>
		<comments>http://www.iheni.com/standardsnext-html5-meetup-saturday-june-27th/#comments</comments>
		<pubDate>Fri, 15 May 2009 08:42:34 +0000</pubDate>
		<dc:creator>iheni</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[WAI ARIA]]></category>

		<guid isPermaLink="false">http://www.iheni.com/?p=1237</guid>
		<description><![CDATA[Standards.Next is a series of meetups around the latest technologies used in front-end development for the web. First up is HTML5. We&#8217;ll be meeting, Saturday June 27th, the day after @Media featuring short talks on the nitty gritty of HTML5, tales from the frontline, the controversies, the agonies and the ecstasies. There&#8217;ll be beer on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.standards-next.org/">Standards.Next</a> is a series of meetups around the latest technologies used in front-end development for the web. First up is HTML5.</p>
<p>We&#8217;ll be meeting, Saturday June 27th, the day after @Media featuring short talks on the nitty gritty of HTML5, tales from the frontline, the controversies, the agonies and the ecstasies. There&#8217;ll be beer on tap at the well loved Bricklayers Arms, just off Tottenham court road, London.</p>
<p>Speakers include Speakers include Dean Edwards, Steve Faulkner, Bruce Lawson, Molly E. Holzschlag, Remy Sharp and myself (if I can get a word in edgeways with that stellar line up).</p>
<p>Topics will include what you can use in HTML5 today, JavaScript APIs, HTML5 and WAI-ARIA integration, accessibility and some exciting announcements.</p>
<p><a href="http://www.standards-next.org/">Signup</a> at standards-next.org, stay tuned for more meetups to be announced (WAI-ARIA, webfonts, <abbr title="Scalable Vector Graphics">SVG</abbr> anyone?)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iheni.com/standardsnext-html5-meetup-saturday-june-27th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
