<?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>Kev Charlton&#039;s Digital Journal &#187; Events</title>
	<atom:link href="http://www.kevcharlton.com/category/events/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevcharlton.com</link>
	<description>Design, Typography and all things Internet</description>
	<lastBuildDate>Sun, 22 Aug 2010 10:19:34 +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>A fast track to learning HTML5</title>
		<link>http://www.kevcharlton.com/a-fast-track-to-learning-html5/</link>
		<comments>http://www.kevcharlton.com/a-fast-track-to-learning-html5/#comments</comments>
		<pubDate>Sat, 01 May 2010 20:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://www.kevcharlton.com/?p=262</guid>
		<description><![CDATA[Yesterday I was privileged enough to take part in a full day workshop on HTML5 organised by Technique. HTML5 is a subject I&#8217;ve been following to some extent, but not something I&#8217;d actually tried my hand at. It seemed like something that was a fair way from becoming standard, so I&#8217;d not really assigned it [...]]]></description>
			<content:encoded><![CDATA[<h2><img class="alignnone size-full wp-image-265" title="HTML workshop - Technique " src="http://www.kevcharlton.com/wp-content/uploads/2010/05/technique.gif" alt="" width="525" height="160" /></h2>
<h2>Yesterday I was privileged enough to take part in a full day workshop on <a href="http://dev.w3.org/html5/spec/Overview.html">HTML5</a> organised by <a href="http://www.technique-digital.com/">Technique</a>. HTML5 is a subject I&#8217;ve been following to some extent, but not something I&#8217;d actually tried my hand at. It seemed like something that was a fair way from becoming standard, so I&#8217;d not really assigned it too much importance, or had the time to even contemplate it&#8217;s importance. However, at a bargain price, the workshop seemed too good an opportunity to turn down.</h2>
<p>The workshop was led by <a href="http://twitter.com/rich_clark">Rich Clark</a> of <a href="http://kmp.co.uk/">KMP Digitata</a> and <a href="http://html5doctor.com/" target="_blank">HTML5 Doctor</a> and was all in all a great insight into the topic. The event itself was put together by <a href="http://www.thewhiteroomcec.com/">The White Room</a>, and sponsored by <a href="http://www.northernnet.co.uk/">Northern Net</a>, and was a great opportunity to soak in some knowledge at a very fair price, just over ï¿½100 for the day, which also covered a quality buffet lunch and endless tea and biscuits. It was a small group of 5, and I was joined by fellow <a href="http://www.fuse8.com" target="_blank">fuse8</a>&#8216;er <a href="http://josephmason.com/">Joe Mason</a>.</p>
<p>Rich started the day with an informative section on the history of HTML5 giving us an insight into the key people and organisations involved, also explaining how HTML5 had now become the industry recognised future spec, ousting the &#8216;too-pure&#8217; <a href="http://www.w3.org/TR/xhtml2/">XHTML 2.0</a>. He then went on to discuss the design principles behind the spec and to cover some of the myths behind HTML5 (<a href="http://blogs.techrepublic.com.com/programming-and-development/?p=718">Come on Hixie! 2022!?</a>).</p>
<p>My previous take on HTML5 was that it was designed to make the web more semantic, and to some extent it does. We covered some of the new elements such as &lt;navigation&gt; and &lt;header&gt; which certainly go some way to adding meaning to your markup, but it comes as a bit of a surprise to me that it doesn&#8217;t go further. We discussed the idea that the new elements were restricted to informational type content, perhaps too generic. I personally don&#8217;t understand the reason behind not including elements such as &lt;product&gt;  or &lt;review&gt;. From dealing with microformats over the last few years it seemed like this would be the logical step forward, but I suppose the argument is just where you would stop with this kind of approach. I&#8217;m not gonna argue with some of the leading minds in the industry!</p>
<p>Anyway, we went through a few exercises designed to help us understand the current usage of the new elements, at which point it all started to sink in. A few things that really stood out as being beneficial were the ability to wrap a whole section (including headers, paragraphs, images etc) within a link attribute, and the fact you can now add multiple h1 tags within your markup, as long as each header sits within a root element, this has many benefits in my opinion.</p>
<p>Just before lunch we discussed some current accessibility issues with HTML5 and how to get around those by adding ARIA roles on elements. This wasn&#8217;t something I had heard of before, but it was presented in an easy to understand way and backed up with a helpful exercise to ensure that the information had sunk in. After lunch we then went on to discuss Web Forms 2.0, which is currently very well supported by Safari on the iPhone and the latest versions of Opera. Very clever stuff that massively improves usability on handheld devices, and also introduces a nice approach to in-browser error handling.</p>
<p>My background is mostly in design and front-end coding, but the next section was right up Joe&#8217;s street, in which Rich discussed the possibilities of audio, video and the  &lt;canvas&gt; tag. I&#8217;d seen a lot of video examples flying around, and the possibilities look very exciting. It&#8217;s great to see that the markup is so simplified also. I for one can&#8217;t wait for the day when all video is embedded as such:</p>
<p><code>&lt;video src="myAceVideo.ogv" controls&gt;&lt;/video&gt;</code></p>
<p>It&#8217;s a bit step forward in how the web treats rich media, and the ability to create a certain amount of interaction with video opens up some real opportunities to create exciting content.</p>
<p>I came into the day not knowing what to expect, I came out excited with plans to redevelop my blog, experiment with a HTML5 iPhone specific site and keep on top of what is without doubt one of the most exciting developments in the industry. The workshop was faultless, extremely helpful and well organised. I&#8217;ll certainly be keeping an eye out for any future workshops put together by Technique, and will continue to read the great quality articles at <a href="http://html5doctor.com/" target="_blank">HTML5 doctor</a>, and I recommend that you do the same.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevcharlton.com/a-fast-track-to-learning-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speak the Web</title>
		<link>http://www.kevcharlton.com/speak-the-web-leeds/</link>
		<comments>http://www.kevcharlton.com/speak-the-web-leeds/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 13:26:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.kevcharlton.com/?p=233</guid>
		<description><![CDATA[Last Thursday I popped along with a few fuse8 colleagues to Bar Room Bar for the Leeds leg of the &#8216;Speak the Web&#8216; tour. I&#8217;ve been to a few conferency things over the past couple of years and more often than not they&#8217;ve been a let down, not in terms of presentations, but atmosphere. Speak [...]]]></description>
			<content:encoded><![CDATA[<h2>Last Thursday I popped along with a few fuse8 <br />colleagues to Bar Room Bar for the Leeds leg of the <br />&#8216;<a title="Speak the Web" href="http://speaktheweb.org/" target="_blank">Speak the Web</a>&#8216; tour.</h2>
<p><img class="alignnone size-full wp-image-234" title="speak-the-web" src="http://www.kevcharlton.com/wp-content/uploads/2010/02/speak-the-web.gif" alt="Speak the Web logo" width="525" height="160" /></p>
<p>I&#8217;ve been to a few conferency things over the past couple of years and more often than not they&#8217;ve been a let down, not in terms of presentations, but atmosphere.</p>
<p>Speak the Web nailed it.<br />
A bar.<br />
At night.<br />
No pads and paper in sight.<br />
Just a group of people getting together and listening to some good speakers talk shop.</p>
<p>They got the price right too. More often than not you pay over the odds for these things, but at £20, with a free pint (and an iPhone development book in the raffle) you simply can&#8217;t complain! Bargain&#8230;especially when work pay for it <img src='http://www.kevcharlton.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>First up was Stuart Smith, who talked mobile, and brushed over the current mobile landscape. I did find it odd that the likes of the Nokia Ovi store and the Android platform were completely missed from his talk, but Stu said he simply didn&#8217;t have time&#8230;fair do&#8217;s! All in all a decent enough talk, but didn&#8217;t really encourage any debate or conversation.</p>
<p>Next was Chris Mills from Opera, sporting some fetching MC Hammer pants and a corker of a beard. HTML5 was the order of the day, lots of examples of what possibilities lie ahead when browsers catch up. Decent enough fare.</p>
<p>Last up was Andy Clarke, talking about what he coins &#8216;hardboiled web design&#8217;. I&#8217;ve seen Andy a fair few times now and was lucky enough to attend one of his workshops in London last year, so I knew to expect. He didn&#8217;t disappoint. Again, it was a glimpse into the possibilities of a HTML5/CSS3 future with a few eye opening examples.</p>
<p>Andy also pushed his message of using progressive enhancement. Designing for the more competent browsers first then degrading for older browsers (who cares if they don&#8217;t get rounded corners&#8230;yeah?). Some of the guys in the audience were understandably a bit cynical about it, after all, IE6 still needs to be considered for most clients. It&#8217;s a a familiar frustration but I strongly agree with Andy that if anything is going to change, we as web designers need to push the boundaries and make the change happen! Little by little.</p>
<p>Now, I design websites, and also have a background in coding, so for people like me it&#8217;s perhaps easier to see the possibilities, and understand the pitfalls in designing for technologies such as HTML5. What became clear however, after talking to a few people present, was how some developers struggle with designers who have little knowledge of technical developments in HTML, and therefore can&#8217;t take advantage of it in their designs. It&#8217;s certainly difficult finding a decent designer who understands code, and vice versa.</p>
<p>That&#8217;s where the likes of Andy come in. They, with their gypsy-like life of the conference speaker, and apparent lack of corporate clients insistent on testing in every single browser until they look the same, can continue to experiment, to push, and try and change people&#8217;s attitudes.</p>
<p>I&#8217;ll be the one stood at the back nodding in agreement, and patiently awaiting the day when HTML5 and CSS3 are the norm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevcharlton.com/speak-the-web-leeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>btween09</title>
		<link>http://www.kevcharlton.com/btween09/</link>
		<comments>http://www.kevcharlton.com/btween09/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 22:35:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Innovation]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.kevcharlton.com/?p=118</guid>
		<description><![CDATA[So a few days after getting back from btween09 and on reflection it was an amazing experience. For those who don&#8217;t know btween is an Interactive Digital Media Forum set up by Just.b Productions in Sheffield. It was sponsored by the likes of The Guardian, The Big British Castle, Ogilvy and NewMediaAge and attracts some [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-121" href="http://www.kevcharlton.com/btween09/btween/"><img class="size-full wp-image-121" title="btween" src="http://www.kevcharlton.com/wp-content/uploads/2009/06/btween.png" alt="btween 09" width="526" height="290" /></a></p>
<p>So a few days after getting back from btween09 and on reflection it was an amazing experience. For those who don&#8217;t know btween is an Interactive Digital Media Forum set up by Just.b Productions in Sheffield. It was sponsored by the likes of The Guardian, The Big British Castle, Ogilvy and NewMediaAge and attracts some of the brightest minds from the worlds of Advertising, Creative Technology, Film, Games, Mobile, TV and Web.</p>
<p>It was spread over two days so there was a lot to take in, but it was an extremely inspiring few days. I loved the twitterfall feed screen, and the way that opened up the debates to the audience, and the venue itself (Fact in Liverpool) was a great place.</p>
<p>As well as the great talks and debates I did pick up on a few sites/projects that I hadn&#8217;t come across before! As ever, I&#8217;ve bookmarked these under a specific tag in delicious. Check them out here: <a title="Btween on Delicious" href="http://delicious.com/kev_charlton/btween">http://delicious.com/kev_charlton/btween</a>. </p>
<p>Below is a short video created by Ogilvy at the end of the first day. <strong>Looking forward to btween10 already!</strong></p>
<p><embed src="http://blip.tv/play/g44rgYj8KJOeAw%2Em4v" type="application/x-shockwave-flash" width="400" height="300" allowscriptaccess="always" allowfullscreen="true"></embed> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevcharlton.com/btween09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
