<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (jpcody)</title>
    <link>https://pinboard.in/u:jpcody/public/</link>
    <description>recent bookmarks from jpcody</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://24ways.org/2010/html5-local-storage"/>
	<rdf:li rdf:resource="http://www.smashingmagazine.com/2010/10/11/local-storage-and-how-to-use-it/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://24ways.org/2010/html5-local-storage">
    <title>24 ways: Wrapping Things Nicely with HTML5 Local Storage</title>
    <dc:date>2010-12-06T23:44:13+00:00</dc:date>
    <link>http://24ways.org/2010/html5-local-storage</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[And, lo and behold, we have one. The local storage API (or session storage, with the only difference being that session data is lost when the window is closed) is ridiculously easy to use. All you do is call a few methods on the window.localStorage object – or even just set the properties directly using the square bracket notation:

]]></description>
<dc:subject>localstorage html5 javascript</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:3ae27a0a1bd6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:localstorage"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:javascript"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.smashingmagazine.com/2010/10/11/local-storage-and-how-to-use-it/">
    <title>Local Storage And How To Use It On Websites - Smashing Magazine</title>
    <dc:date>2010-10-11T15:32:04+00:00</dc:date>
    <link>http://www.smashingmagazine.com/2010/10/11/local-storage-and-how-to-use-it/</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[Storing information locally on a user’s computer is a powerful strategy for a developer who is creating something for the Web. In this article, we’ll look at how easy it is to store information on a computer to read later and explain what you can use that for.

]]></description>
<dc:subject>html5 localstorage</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:209742c44cdd/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:localstorage"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>