<?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>the life of a web developer &#187; localstorage</title>
	<atom:link href="http://gavtaylor.co.uk/blog/tag/localstorage/feed" rel="self" type="application/rss+xml" />
	<link>http://gavtaylor.co.uk/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 30 Jul 2010 10:46:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>saving data with localStorage</title>
		<link>http://gavtaylor.co.uk/blog/saving-data-with-localstorage</link>
		<comments>http://gavtaylor.co.uk/blog/saving-data-with-localstorage#comments</comments>
		<pubDate>Thu, 02 Jul 2009 11:06:58 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fx3.5]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Jeff Balogh]]></category>
		<category><![CDATA[localstorage]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=180</guid>
		<description><![CDATA[I read an interesting article on hacks.mozilla.org the other day that I thought a few people may be interested in. Its about a new DOM function, part of the Web Storage specification, that allows you to store data on a users local system. Its written by Jeff Balogh, part of the Mozilla web development team [...]]]></description>
			<content:encoded><![CDATA[<p>I read an interesting article on <a href="http://hacks.mozilla.org" target="_blank">hacks.mozilla.org</a> the other day that I thought a few people may be interested in.<br />
Its about a new DOM  function, part of the <a href="http://www.w3.org/TR/webstorage/#the-storage-interface">Web Storage</a> specification, that allows you to store data on a users local system.</p>
<p>Its written by <a href="http://blog.jeffbalogh.org/" target="_blank">Jeff Balogh</a>, part of the Mozilla web development team<br />
Link : <a href="http://hacks.mozilla.org/2009/06/localstorage/" target="_blank">http://hacks.mozilla.org/2009/06/localstorage/</a></p>
<p>hacks.mozilla.org is a site full of guides and demo&#8217;s of the new features that can be found in Firefox 3.5</p>
<p><em></em></p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/saving-data-with-localstorage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
