<?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>Ten Tonne Baby &#187; xbox</title>
	<atom:link href="http://www.tentonnebaby.com/tag/xbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tentonnebaby.com</link>
	<description>Discussion on Web Technologies, Design and London</description>
	<lastBuildDate>Thu, 19 Jan 2012 09:33:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nibbling on HTML5</title>
		<link>http://www.tentonnebaby.com/2010/07/07/nibbling-on-html5/</link>
		<comments>http://www.tentonnebaby.com/2010/07/07/nibbling-on-html5/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 20:58:59 +0000</pubDate>
		<dc:creator>Oli</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://www.tentonnebaby.com/2010/07/07/nibbling-on-html5/</guid>
		<description><![CDATA[After reading the smallest technical book I’ve come across, I’ve switched to the HTML5 Doctype on my first site today. It looks like pretty much everything is backwards compatible and will degrade nicely, so we’re going to be reworking our markup to make use of a bunch of the additional semantic elements.
The most useful thing [...]]]></description>
			<content:encoded><![CDATA[<p>After reading <a href="http://books.alistapart.com/product/html5-for-web-designers">the smallest technical book I’ve come across</a>, I’ve switched to the HTML5 Doctype on my first site today. It looks like pretty much everything is backwards compatible and will degrade nicely, so we’re going to be reworking our markup to make use of a bunch of the additional semantic elements.</p>
<p>The most useful thing so far is having a valid way of stashing information in the DOM so it is available to client-side script via the <strong>data-</strong> attributes. An example would be storing an attribute like <strong>data-zoomimageurl=”http://blah”</strong> for use by an image zoom plugin.</p>
<p>Anyway, I’m off to shoot my friends now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tentonnebaby.com/2010/07/07/nibbling-on-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

