<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/localstorage</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 22:01:46 GMT</pubDate>
<item>
<title>(JavaScript) Augment Storage Prototype with getObject, setObject - zfisic</title>
<link>http://snipplr.com/view/68838/augment-storage-prototype-with-getobject-setobject/</link>
<description><![CDATA[ <p>Provides getter/setter functionality for objects in local storage. Utilizes JSON.stringify and JSON.parse.</p> ]]></description>
<pubDate>Fri, 30 Nov 2012 13:44:04 GMT</pubDate>
<guid>http://snipplr.com/view/68838/augment-storage-prototype-with-getobject-setobject/</guid>
</item>
<item>
<title>(JavaScript) Log Local and Session Storage in Console - zfisic</title>
<link>http://snipplr.com/view/68836/log-local-and-session-storage-in-console/</link>
<description><![CDATA[ <p>logs values for local/session storage if supported</p> ]]></description>
<pubDate>Fri, 30 Nov 2012 12:20:03 GMT</pubDate>
<guid>http://snipplr.com/view/68836/log-local-and-session-storage-in-console/</guid>
</item>
<item>
<title>(JavaScript) JavaScript local storage - EvanHahn</title>
<link>http://snipplr.com/view/63894/javascript-local-storage/</link>
<description><![CDATA[ <p>Here's how to use this:

* To access something in the local storage, type `Evan.local('name')`. You may need to use `JSON.parse()` on this result. Returns `null` if nothing's there.
* To assign something in the local storage, type `Evan.local('name', value)`.
* To remove something from the local storage, type `Evan.local('name', null)`.

This may not work if private browsing is enabled (eg, on Safari for iOS).</p> ]]></description>
<pubDate>Mon, 12 Mar 2012 10:02:38 GMT</pubDate>
<guid>http://snipplr.com/view/63894/javascript-local-storage/</guid>
</item>
<item>
<title>(JavaScript) Looping over localStorage items - andrew8088</title>
<link>http://snipplr.com/view/38797/looping-over-localstorage-items/</link>
<description><![CDATA[ <p>The `localStorage.key` method is a great way to loop over localStorage items.</p> ]]></description>
<pubDate>Tue, 10 Aug 2010 01:40:03 GMT</pubDate>
<guid>http://snipplr.com/view/38797/looping-over-localstorage-items/</guid>
</item>
<item>
<title>(jQuery) jquery localStorage for contenteditable content to remember edited content - adriamooney</title>
<link>http://snipplr.com/view/38320/jquery-localstorage-for-contenteditable-content-to-remember-edited-content/</link>
<description><![CDATA[ <p>this shows you how to use localStorage to have a page remember content that has been edited with the html5 attribute, contenteditble</p> ]]></description>
<pubDate>Wed, 04 Aug 2010 08:51:15 GMT</pubDate>
<guid>http://snipplr.com/view/38320/jquery-localstorage-for-contenteditable-content-to-remember-edited-content/</guid>
</item>
<item>
<title>(JavaScript) View Firefox 3.5 localStorage - linusx</title>
<link>http://snipplr.com/view/31166/view-firefox-35-localstorage/</link>
<description><![CDATA[ <p>Javascript code to view information stored in firefox 3.5 or 3.0 localStorage</p> ]]></description>
<pubDate>Fri, 09 Apr 2010 09:56:03 GMT</pubDate>
<guid>http://snipplr.com/view/31166/view-firefox-35-localstorage/</guid>
</item>
</channel>
</rss>